The restrictions tag has no wiki summary.
-3
votes
0answers
17 views
Comment restriction [closed]
So there was this post going around a while ago where it said to pick a box and post it in the comment section and see what happens, so I did and all of a sudden I was restricted from commenting on ...
-2
votes
0answers
26 views
Paypal account restricted [closed]
I'm doing some tests Adaptive payment / chained / pre approved. So far everything works fine, all my test accounts are valid and verified by sandbox Paypal.
Since yesterday I got one of my accounts ...
0
votes
0answers
29 views
cxf xml request validation
I created a ws with cxf. Now i want to validate all the requests based on my xsd schemas. I tried with schema-validation-enabled and also with @SchemaValidation. I noticed that it generates exception ...
4
votes
2answers
113 views
Erlang records with both type and value restrictions as well as default values
I am trying to write a record which represents a bank account:
-record(account, { name :: atom(),
type :: atom(),
balance = 0 :: integer() }).
I also want ...
0
votes
1answer
51 views
Adding lower restriction to Applet / Webstart
I have a simple Applet application and my code creates ImageIcon objects from the same url from the Applet. When I run the application, I get a message about unrestricted access, it scares the user.
...
0
votes
2answers
80 views
Worklight: prevent App URL access from browser
I want to block users from accessing/using Worklight deployed App URL.
For example,
http://myserverDomain/myProjApp/apps/services/preview/CardApp/common/0/default/GoodApp.html
Now I don't want ...
1
vote
1answer
44 views
Date Overlaps in Hibernate Restrictions
In SQL, we can check the date overlaps as
SELECT (DATE '2001-02-16', DATE '2001-12-21') OVERLAPS
(DATE '2001-10-30', DATE '2002-10-30');
How can we imitate the same using hibernate Restrictions ...
1
vote
3answers
77 views
How can you limit the access of unregistered users while giving registered users full access?
I'm trying to create a webpage with users and information that can only be accessed by registered users. Is it possible to limit the files an unregistered user can see? If so, how? I already have a ...
0
votes
1answer
46 views
sql hibernate and or restrictions
my sql should look like this:
select cell1 from table
where cell2 = 1
and (cell3 = '' or cell3 is null)
But how to do the "and ( x or y )" restricion with hibernate?
0
votes
1answer
122 views
Conflict in the results between Hibernate Criteria API and Hibernate Query Language
I am new to Hibernate criteria, the relation between Tutor and Student is OneToMany (i.e. one Tutor has many Student), I tried following hibernate query to retrieve all students whose tutor name is ...
0
votes
1answer
39 views
Magento Developer Client Restrictions
Whan I attempt to use Developer Client Restrictions, should I use my LAN IP address or my public IP address? I am accessing the site remotely. I assume it\’s the public IP, but I just want to be sure.
...
0
votes
1answer
192 views
wordpress show only media user has uploaded in wp_editor
I'm creating a wordpress site where the registered user has the ability to create his own post via wp_editor() on the frontend, but just one post.
Now I want to restrict the user to be able to only ...
0
votes
1answer
91 views
restricting aro scope in cakephp
Ok, I'll preface this by saying i'm a noob to cake and ACL, and MVC architecture. I'm following a cakephp tutorial from its site, ...
0
votes
1answer
60 views
iOS Calendar restriction caused app to crash
This is my scenario:
I am adding an event to iOS calender from my app. Just before adding the event (add event view of calendar is being shown ), if user go to ...
0
votes
0answers
79 views
App overcome Page Country Restrictions
Is there a way for an app to overcome Country Restrictions and view public data of it, using PHP api? Is there a way to view if a page has Country Restrictions enabled and about which countries? I ...
0
votes
0answers
128 views
Having trouble creating a page restriction using dreamweaver
Im trying to create a simple login form and a page with a page restriction
I have created a mysql database and uploaded details of a user.
I have created a login page: ...
-1
votes
2answers
62 views
Filename Restriction for Mac and Unix?
I'm building a GUI which allows users to specify the name of a file. My GUI has to work on Windows, UNIX, and Mac so I've written a method which checks a filePath for validity. I used MSDN to find the ...
0
votes
1answer
27 views
Could it be a correct http query string?
Is there any restrictions as to which characters are allowed in URL?
For example such string:
http://localhost:8080/auth.dll?[session_id]={762308e9-9c89-47d2-b68f-220dedd0631a}
Could it be allowed ...
0
votes
0answers
14 views
Accessing alcohol restricted Facebook Page via the API - 'Unsupported get request' [duplicate]
Possible Duplicate:
Use Facebook app access_token to get age-restricted Page data through Graph API?
I am trying to get the ID for the Budweiser & Bud Light Facebook pages, but I keep ...
0
votes
1answer
437 views
Hibernate Criteria Restrictions: comparing two properties as simple expression
I have a Hibernate Criteria, for which the following works:
criteria.add(Restrictions.eqProperty("x", "tbl.y"));
but I now want to modify the criteria to check a range of possible values ('x' and ...
0
votes
1answer
135 views
How to restrict direct access to a folder / location to an specific IP address
O.
This website is like a drug to me.
I am hoping someone can guide me over this task.
I need an script/workaround, in order to restrict direct file access to a folder or a file in specific, and ...
0
votes
1answer
485 views
Hibernate alias to a simple boolean field
I am straguling with a Hibernate criteria API.
In class Conversation I have
@OneToMany(cascade = CascadeType.ALL, orphanRemoval = true)
@JoinTable(name = "Conversation_ConversationParticipants",
...
0
votes
2answers
69 views
How do I mask out letters that don't match what's expected?
My goal is to create a game of hangman. I wrote code similar to this:
c = []
players_guess = gets
b = "example"
b.scan(/./) {|letter| c << letter}
c.each do |letter|
if letter == ...
1
vote
1answer
63 views
Access permissions for selective files in a directory one level up
I have a website which has a lot of confidential data and code which I have custom made. I have hired a developer to do the designing and some simple PHP integration for me.
To prevent him from ...
0
votes
0answers
54 views
Is exclusive disjunction possible in Hibernate?
I would like to get from database some rows and I would like Hibernate to stop checking second part of OR condition when the first part returns some data. This is something similar to exclusive ...
1
vote
0answers
55 views
Java: Getting properties from Set<>
I am using org.hibernate.criterion Class Restrictions to add restrictions on what is returned from a search.
Just a bit of information, I have a object Person which has a property ...
0
votes
1answer
116 views
How to prevent unauthorized computers from accessing a website
I've developed a web application for a company. Because the company has offices in all the states in the country, the web application will be uploaded to the internet.
Is it possible to restrict ...
1
vote
1answer
103 views
Open sites using UIWebview ONLY is safari access is allowed..how to check
I have searched the web and all my books and references but I'm not finding what I am looking for.
Because of the type of app built I need to restrict access to the UIWebView "stuff" if the user ...
4
votes
1answer
148 views
OWL restrictions - defining classes that only contains properties with a specific property value
I'm currently playing a bit with the OWL and especially with restrictions. I'm trying to create a query that does the following:
Suppose that I have a class 'Cinema' that has a property 'movies' ...
0
votes
1answer
47 views
Hibernate Restcrition Criteria OR with DetachedCritera
I am trying to create a detached criteria that has an OR restriction
DetachedCriteria subquery = DetachedCriteria.forClass(Component.class);
...
0
votes
1answer
128 views
hibernate restrictions on string with hyphen throws assertionfailure exception
I'm trying to pull records in Hibernate using the following Criteria query.
Security result = (Security) getSession().createCriteria(Security.class)
.add( Restrictions.eq("symbol", symbol) ...
0
votes
2answers
70 views
How to convert this indexed LINQ Restriction Operation to the other style of LINQ
just got curious if this LINQ Statement:
string[] digits = { "zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine" };
var shortDigits = digits.Where((digit, index) => ...
0
votes
1answer
367 views
Brute force or algorithm
I'm not sure what kind of approach is needed but let me describe the problem:
Given an arbitrary number of workers (2 or more) are scheduled to work in any given month (including weekends).
Only one ...
2
votes
2answers
791 views
Use of app has been restricted
I have created an App, which works fine for me (presumably because I am the developer), but when anyone else tries to load it, they get this error -
Use of app "UK News from Dyne Drewett" has been ...
0
votes
1answer
236 views
XY restrictions for custom mouse cursor in Actionscript3
I have this interactive 5 seconds animated intro for a website. the preloader and one item are animating and i made the second animation follow the mouse cursor but it has to stay within a certain ...
2
votes
3answers
133 views
Permutation method in Python with some fixed elements
Having spent a considerable amount of time now trying to come up with a way to (what I think) should be a relatively simple procedure, I have managed to write the code which will generate the results ...
0
votes
1answer
79 views
How to include restrictions inside an free/premium app?
I was wondering how it is possible, to include certain restrictions inside an app, when the user loaded the free version of it.
For example: I have a tableView with around 100 entries. The user can ...
6
votes
3answers
774 views
Error variable 'x' of type 'myClass' referenced from scope '', but it is not defined
This code works fine:
ICriteria criteria = GetSession().CreateCriteria<MyClass>();
criteria.Add(Restrictions.Where<MyClass>(x => x.Field1 >= myVariable));
But the following code ...
0
votes
0answers
166 views
Java criteria restrictions sum of columns lower than value
Hi I've a question about converting a simple SQL statement into a java hibernate restriction.
SQL: SELECT a + b FROM col WHERE a + b < 10
When I try to convert this to a criteria I get:
Criteria ...
0
votes
0answers
44 views
why is my site asking for age verification on a smart phone when there is no age restricted content
I can find lots of queries asking how to put verification but I want to find out why visitors using mobile devices are being asked to verify they are over 18 before being able to access my site - is ...
0
votes
1answer
56 views
Using Silverlight authorization to manage access to individual controls
I am making an application using Silverlight.
I must restict the access of some controls to some users.
Example: user1 can't use the delete button ...
Is there a framework or something that can ...
7
votes
2answers
230 views
Restrict generic parameter on interface to subclass
The following is contived, but bear with me:
interface Clonable<TSubClass>
{
TSubClass Clone();
}
How can I restrict TSubClass to be of the implementing type?
i.e only let the ...
0
votes
0answers
106 views
How does the Country Restriction for an Application work?
In the advanced properties for the application you can restrict an application to specific countries, but I can't find anywhere how Facebook does this either by their profile's current location, or by ...
1
vote
1answer
546 views
How to find the most frequent word in a word stream? [duplicate]
Possible Duplicate:
Finding the max repeated element in an array
If there is a word stream, with one word having an occurrence rate of 51% or more, how can we find the most frequent word if ...
1
vote
1answer
177 views
Hibernate: Criterion. is it possible to build a Restrion List and then later add it to a Critera object
I have a dynamic search with 25 optional parameters. HQl is not an option. I am using the Criterion API. I have DAO methods that I would like to accept a 'Restriction' List that I can build in my ...
0
votes
3answers
103 views
disable items during specific hours of the day php
I have a site that is based on requests, users can request items, I want to restrict some of the requests during certain hours of the day.
For example the user can request item5 only between say 5pm ...
0
votes
0answers
15 views
Schema XML restrictions
I have XML elements are which associated with two date attributes begin and end
how to restrict the begin date attribute of a given element must be less than end date attribute of the element in ...
1
vote
1answer
413 views
Adding restrictions to xsd generated from wcf
So I'm doing some research on how to format the WSDL and XSD generated from WCF, specifically adding annotations/documentation to the WSDL and XSDs along with adding restrictions to various ...
2
votes
0answers
145 views
How to restrict facebook usage to just sharing content on a museum/science center kiosk station
so we set up some installations in a science center, where the end results are images and videos, which are uploaded to a server which is available from the outside (web). From one certain kiosk ...
0
votes
0answers
126 views
AllegroGraph 4.6 reasoning with restrictions
According to http://www.franz.com/agraph/support/documentation/current/has-value-tutorial.html, AllegroGraph is capable of reasoning with property restrictions (hasValue, someValuesFrom ...). In the ...


