Home
last modified time | relevance | path

Searched refs:user (Results 1501 – 1525 of 1528) sorted by last modified time

1...<<6162

/plugin/flowplay2/flowplayer/
H A Djavascript.txt154 Called when the user manually changes to another clip in the playlist or
/plugin/wysiwyg/
H A Dajax.php75 $user = $_SERVER['REMOTE_USER'];
77 $aclLevel = auth_aclcheck($ID,$user,$groups);
121 $user = $_SERVER['REMOTE_USER'];
123 $aclLevel = auth_aclcheck($ID,$user,$groups);
148 $user = $_SERVER['REMOTE_USER'];
150 $aclLevel = auth_aclcheck($ID,$user,$groups);
/plugin/btable/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp31 ' Path to user files relative to the document root.
42 ' What the user can do with this connector
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm48 // What the user can do with this connector
H A Dcf5_connector.cfm53 // make sure the user files path is correctly formatted
H A Dcf5_upload.cfm82 // make sure the user files path is correctly formatted
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css24 * A user can configure the editor to use another CSS file. Just change
/plugin/dokukiwix/
H A DCOPYING100 parties to make or receive copies. Mere interaction with a user through
103 An interactive user interface displays "Appropriate Legal Notices"
106 tells the user that there is no warranty for the work (except to the
109 the interface presents a list of user commands or options, such as a
230 d) If the work has interactive user interfaces, each must display
302 product received by a particular user, "normally used" refers to a
304 of the particular user or of the way in which the particular user
/plugin/columnlist/
H A DLicense.txt109 these conditions, and telling the user how to view a copy of this
/plugin/remotescript/lib/
H A Dlicense.txt82 does Less to protect the user's freedom than the ordinary General
105 users' freedom, it does ensure that the user of a program that is
283 directing the user to the copy of this License. Also, you must do one
292 user can modify the Library and then relink to produce a modified
294 that the user who changes the contents of definitions files in the
300 copy of the library already present on the user's computer system,
303 the user installs one, as long as the modified version is
307 least three years, to give the same user the materials
315 e) Verify that the user has already received a copy of these
316 materials or that you have already sent this user a copy.
/plugin/wysiwyg/css/
H A Dfck_editorarea.css24 * A user can configure the editor to use another CSS file. Just change
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt138 these conditions, and telling the user how to view a copy of this
396 does Less to protect the user's freedom than the ordinary General
419 users' freedom, it does ensure that the user of a program that is
597 directing the user to the copy of this License. Also, you must do one
606 user can modify the Library and then relink to produce a modified
608 that the user who changes the contents of definitions files in the
614 copy of the library already present on the user's computer system,
617 the user installs one, as long as the modified version is
621 least three years, to give the same user the materials
629 e) Verify that the user has already received a copy of these
[all …]
/plugin/bashorg/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/gcalendar/inc/
H A Dstandard.css6 * /user/background.css --> to set background-pictures for specific events
7 * /user/events.css --> to set event-Pictures and text-styles for your events
8 * /user/other.css --> to optionally overwrite the styles in the standard.css file
H A Dgcal_main.php54 $user = $_SESSION[$conf['title']]['auth']['user'];
55 if($user=="") $user="guest";
56 $pages = str_replace('@USER@',$user,$pages);
/plugin/chat/
H A Dreadme.txt54 You will have to setup user-rights (ACL) for ''chat'' namespace.
56 When only ''Read'' right is set, user can see the messages list but is not allowed to send
137 …* ''[Clear messages]'' button is now visible for logged-in user that has edit rights for current p…
138 …* Improved user-rights handling, now user must have write-rights for chat page to be able to see '…
142 * Added user rights checking
144 * Added error messages when user has insufficient rights
H A Dscript.js286 this.send_sack.encVar('user', user);
294 '&user='+encodeURIComponent(user));
376 msgrec[0] = user;
384 this.send_sack.encVar('user', user);
610 function chatSendMessage(user,msg) { argument
646 user + "</strong> (" +
655 ajax_chat.chatSend(user,msg);
669 function chatClearMessages(user) { argument
672 ajax_chat.chatClear(user);
803 if (form.user && 'text' == form.user.type) {
[all …]
H A Dchat.php198 $user = $_COOKIE['chatName'];
199 if (empty($user)) {
200 $user = "guest".date(time(),'hms');
204 $user = $INFO['userinfo']['name'];
227 …'<input type="text" name="user" id="user" maxlength="30" autocomplete="off" value="'.$user.'" clas…
229 '<input type="hidden" name="user" value="'.$user.'" />'
H A Dajax.php262 $user = cleanUser($_POST['user']);
278 $udata = $auth->getUserData($user);
280 $line = "(".time().") ".$user;
307 $user = cleanUser($_POST['user']);
329 function cleanUser($user) { argument
332 $user = preg_replace('/[^ .,a-zA-Z0-9_\-]/i', '', $user);
333 $user = substr($user, 0, 40);
334 return $user;
/plugin/virtualkeyboard/vk/
H A Dlicense.txt82 does Less to protect the user's freedom than the ordinary General
105 users' freedom, it does ensure that the user of a program that is
283 directing the user to the copy of this License. Also, you must do one
292 user can modify the Library and then relink to produce a modified
294 that the user who changes the contents of definitions files in the
300 copy of the library already present on the user's computer system,
303 the user installs one, as long as the modified version is
307 least three years, to give the same user the materials
315 e) Verify that the user has already received a copy of these
316 materials or that you have already sent this user a copy.
/plugin/bibtex/OSBib/format/bibtexParse/
H A DLICENSE87 …sers may redistribute the program under these conditions, and telling the user how to view a copy …
H A DCHANGELOG46 5/ Supports user defined BibTeX macro. (loadStringMacro)
/plugin/bibtex/OSBib/create/
H A Dosbib.css130 display:none; /* used to hide from non-JavaScript user agents */
/plugin/bibtex/OSBib/format/
H A DLICENSE87 …sers may redistribute the program under these conditions, and telling the user how to view a copy …

1...<<6162