The restriction tag has no wiki summary.
0
votes
3answers
29 views
Wifi communication only
I need to communicate over htttp or https from an android, and I need a settings for my app "wifi only". It's a restriction for the communication. How to implement such a thing? I cannot find any ...
0
votes
1answer
33 views
Java code needs to restrict the user input
I got a serious problem on my code.
I got a swing JDBC code which I need to fill a table of names, addresses and an ID for the person, different than the table's ID. I created a swing input code for ...
1
vote
1answer
28 views
In NHibernate, using a Disjunction gives double results
I'm trying to make a select with DetachedCriteria, I want to add several conditions seperated by OR at runtime.
If I use:
Restrictions.Or( cond1, Restrictions.Or(cond2, Restrictions.Or(cond3, ...
0
votes
2answers
30 views
iOS: Block Other Domains in UIWebView
So I'm writing my first app, and have a quick question about blocking other domains in UIWebView. I would like to restrict navigation to my website, and my partner website only. So, if there happens ...
-1
votes
0answers
20 views
Changing app restrictions after deploying to app store [closed]
If I restrict my app to iPhone only (SO: excluding iPad and iPod touch) during initial deploy to the app store, can I remove this restriction during an update of the app?
I hear I can't ADD ...
0
votes
1answer
41 views
Adding restriction to a SQL Server stored procedure script
How I can add to these 2 scripts below a restriction, so it wont allow creating a hero with less than 3 characters in its name or when changing the name of the hero it wont allow less than 3 ...
1
vote
1answer
28 views
XML Schema force two attributes to be different
In my XML I have defined categories
<category id="3" parent-category-id="2">
<name>Child category</name>
</category>
As you can see I have a category element, which can ...
0
votes
0answers
50 views
Restrict url access just from a specific site
I have an application hosted on distant server and it will be loaded by other site in an iframe, it there a way to restrict the access to it, I mean prevent the access to it by using its url, and ...
2
votes
2answers
180 views
CROSS APPLY with table valued function restriction performance
I have problem with CROSS APPLY with parametrised table valued function.
Here is simplified pseudo code example:
SELECT *
FROM (
SELECT lor.*
FROM LOT_OF_ROWS_TABLE lor
WHERE ...
) AS ...
0
votes
3answers
85 views
How can I validate the text-box for restricting user to input for | character
I have placed one text area and I want to put restriction on it ..
Only special characters | should not be allowed to input in text area because I'm using | character in split function.
0
votes
1answer
21 views
Hibernate Restrictions.or
I wonder why the Restrictions.or only can accept 2 parameter.
I Need to do something like below.
(A and B) or (C and D) or ( E and F ) or (G and H) or ...
Any idea can achieve this?
Thank
1
vote
1answer
58 views
OWL type inference with a restriction
I am studying the notion of OWL restrictions with Protege 4 using FaCT++ and a trivial ontology. Suppose I have an individual foo of class Something:
:Something a owl:Class.
:foo a :Something, ...
0
votes
2answers
56 views
How to write condition in XML Schema?
Is it possible to write condition in XML schema? I need to write restriction for start and end time. So that difference between start and end time must be greater than 1:00 hour. I am not sure how to ...
0
votes
1answer
76 views
hibernate criteria if collection contains collection
I have a Priv class
@Entity
@Table(name = "PK_PRIVS", schema = "dbo")
public class Priv implements java.io.Serializable{
private static final long serialVersionUID = 1L;
private String code;
private ...
0
votes
1answer
40 views
CRON PHP access restrcitions
I have a PHP script that is run by a cron job once nightly. I would like to restrict users from accessing this script. Cron should be the only thing that should be able to run this.
Any ideas on how ...
1
vote
1answer
53 views
limit access to servlets
I have a gateway sevlet that forward users to many servlets that processes tasks.
each users must go first through the gateway servlet then it forwards them to the proper servlet.
I create a ...
1
vote
0answers
38 views
Restrict functionality of open PHP project?
though I don't think it's really possible, I just wanted to ask other people:
Imagine a PHP project, just some CMS or something. This PHP project should be avaliable for free in trial.
The trial mode ...
1
vote
1answer
23 views
Include restrictions as attribute
I have a question: Is it possible to set a restriction as an attribute? E.g.:
<xs:element name="test">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="1">
...
1
vote
1answer
72 views
Is it possible to HIDE content for one specific user group in Joomla 2.5 using ACL?
QUESTION
I know we can show content based on a users access level using Joomla ACL, but is it possible to show content to ALL USERS EXCEPT for one specific group? If so, how?
WHAT I'VE TRIED
I've ...
0
votes
0answers
46 views
xsd schema restrictions based on child element value and attribute value
I have a 3rd party app that creates an xsd for me - unfortunately it has some issues.
<xs:element name="Deductible[@type="Liability"]" minOccurs="0" maxOccurs="1">
...
1
vote
1answer
45 views
Exchange Data between two webroles over an Https endpoint
I have two webroles, without a WCF communication between them (this is intentionally)
Communication and authentification is one sided. Thus one webrole allways sends requests and the other one ...
5
votes
7answers
146 views
Constructor restrictions
i was wondering if there is a way to restrict a value in construction. Here is my code :
class Student : Human
{
private double Grade;
public Student(string FirstName, string LastName, ...
0
votes
0answers
48 views
Autohotkey Clipcursor causing a performance issue in a game editor
I'm developing a virtual reality setup that requires use of a 3d game design software called Platinum Arts Sandbox. Essentially, the goal is for the player to be able to move with mouselook turned off ...
0
votes
2answers
129 views
Restrict UIWebView to stay on Facebook page
I need to make a simple UIWebView for iPad, for event when users will login with their accounts and be able to see fixed Facebook public page and be able to scroll this page, comment or like posts but ...
3
votes
1answer
34 views
XSD restriction of element with inheritance doesn't work
I'm trying inherit and restrict an element but I'm getting following error (in eclipse validation):
The particle of the type is not a valid restriction of the particle
of the base.
The ...
2
votes
2answers
74 views
Is it possible to restrict an application distribution on Amazon appstore based on the country?
I want to publish an Android application on the Amazon Appstore, but I need to restrict availability and distribution of this application to Canada only.
Is it possible?
-1
votes
1answer
43 views
Timed Essay Text Box with Email submission
I'm trying to create a timed essay. I need an instruction page with the question and the statement that the essay is timed with a start button that takes the user to a text box with a countdown ...
1
vote
3answers
206 views
Rails: Restrict API requests to JSON format
I would like to restrict requests to all API controllers to being redirected to the JSON path. I would like to use a redirect since also the URL should change according to the response.
One option ...
0
votes
1answer
313 views
Google Places Autocomplete API Country Restriction
First time poster here. Having some trouble getting the country restriction working on a search field. My code is currently:
<script type="text/javascript"
...
0
votes
1answer
44 views
Restrict access to assets from asset pipeline?
Is there some way, any way to limit access to the rails asset pipeline for users browsing your app?
I want to limit access to certain CSS only when a user is logged in, rails should block access to ...
0
votes
1answer
31 views
Why is this XML Schema element not correct?
This is an excerpt from my schema:
<xs:simpleType name="atypes.priorities">
<xs:restriction base="xs:string">
<xs:enumeration value="low" />
<xs:enumeration ...
1
vote
1answer
153 views
PHP upload images only error! how to fix this? [duplicate]
Possible Duplicate:
Strict Standards php error
Hi have a problem with a upload script in php. I am trying to make it accept only images but i get an error and i dont know how to fix it. It ...
0
votes
1answer
72 views
Stop div from being dragged above top 300px
Stop div from being dragged obove 300px top without useing contain.
so far i made it flicker and get back.. or just get back to 300px after drop
how can i limit it in a proper way?
i need it to DO ...
1
vote
1answer
43 views
My site is asking for age verfication?
This is a duplicate of: This question without any answerers Just so you're aware.
Details
So my site is a game site with questions. These questions contain swear words. This is not an adult site. It ...
1
vote
2answers
39 views
Data Driven Restrictions of Plan Selections
I have a complex data structure I am working with and I am not quite sure how to tackle it in a single SQL query, although my gut tells me this should be possible to do.
The essence of what I am ...
1
vote
2answers
190 views
XSD Restriction on Attribute
I think I have searched a lot about this but still no go.
Will appreciate any help.
I am trying to restrict an attribute for an element with empty content. "color" should have a restriction to only ...
0
votes
2answers
209 views
Adding information to MYSQL database using JSP private login
So, I am working on a JSP project where I have a user login that pulls information from the MYSQL database.
I have a table called menu which contains menuid, name, info, price and restaurantid.
...
0
votes
0answers
41 views
Hibernate deep query
probably a rookie question here, but I tried to find the answer for few days now..
I have these classes -
class A{
private B b;
private Set<C> c;
....
}
class B{
private D d;
...
}
class C{
...
0
votes
2answers
140 views
Restrictions on SQL order
Still new to asking questions here, so this is my second attempt at a problem I face.
I have a table that is already ordered by Score. Every record can be one of 3 types. I would like to reorder the ...
1
vote
1answer
53 views
checking US-only website status using curl
[Problem]
There is a website which works for US-citizens only (shows info "A" for US-citizens, info "B" for non-US citizens). I need to constantly monitor this webpage for changes ("A" info) - an ...
3
votes
2answers
159 views
Restricting access to Paperclip :original files in S3
How do I restrict any access to the :original styled files in S3 but keep access to the rest of the styles's folders in the bucket?
I saw implementations on how to limit all access and then check on ...
1
vote
2answers
412 views
Protect restrict Solr Admin url from external user using .htaccess or tomcat
I have recently installed Solr on server and i want to restrict only local users can access it with .htaccess
site.com:8983/solr/admin [ restrict all user]
And below is the .htaccess code
...
0
votes
0answers
180 views
how to get youtube api search results except owned by EMI, VEVO etc
Many of search results that owned by EMI or VEVO are not playable on my app.
So, I want to filter the results.
I'm using this url.
...
0
votes
1answer
65 views
Is a .htaccess file completely secure for restricting access to files? [closed]
I'm using a .htaccess file to restrict users from viewing certain types of files on my Apache webserver.
I'm wondering if using .htaccess is a completely secure way of restricting files, and if not, ...
0
votes
0answers
40 views
publishing likes disabled
I have an app that works as a pool where pool users like other users' stuff. But when i make application and fill required fields as it says after 10 minutes of functionality my apps gets disabled and ...
1
vote
1answer
344 views
restricting user to go back after logout not working
I have created webapplication using JSF 2.0 where I want to restrict user to go back after logout.
For solution I looked at Great BalusC answer and tried something else, however it is not working.
...
0
votes
0answers
59 views
Restrict Website folder Access from Other Domains in .htaccess
HI have a wordpress network where people use A records pointing at my Ip, and Apache ModRewrite to server their specific content
However, I have some non wordpress related files and folders
Can I ...
2
votes
4answers
92 views
Is there a way to annotate allowed values in c#
I have relativly often methods where i only want filled parameters as input. If somebody calls the method, and the parameters are not correct, an error should be thrown.
Is there a way to annotate a ...
0
votes
0answers
31 views
XSD - Restrictions - How many enumerations can be there under Restriction?
Is there any limit to the number of enumeration we can have under a restriction? I have more than 400 enumeration values and I am trying to generate an enumeration type class by using the following ...
1
vote
2answers
44 views
In XSD, what's the meaning/purpose of a simpleType/restriction/simpleType element?
In an XML Schema Definition (XSD) document, according to this, one can have a simpleType element containing a restriction element that may have another simpleType element.
I have browsed many ...

