Home
last modified time | relevance | path

Searched refs:user (Results 451 – 475 of 1528) sorted by path

1...<<11121314151617181920>>...62

/plugin/creole/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/cronojob/pseudo-cron/
H A Dgpl.txt109 these conditions, and telling the user how to view a copy of this
/plugin/crossdbsqlclient/
H A Ddescr.txt22 In Admin-Section is to configurate the plugin. You have to set the database name, user, passwort an…
41 {{crossdbsqlclient>type|server|database|user|password}}
/plugin/crypto/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/cryptsign/
H A Dscript.js5 typeof JSINFO.user !== undefined) {
H A Dsign.php18 $user = $_SERVER['REMOTE_USER']; variable
20 $sig = md5($id.$user.trim($text).auth_cookiesalt());
22 echo '{{',$text,' $$',$sig,'--',$user,'$$}}';
H A Dsyntax.php58 $user = substr($match,$pos+36);
59 $check = md5($ID.$user.trim($text).auth_cookiesalt());
62 'user' => $user,
73 $user = strip_tags(editorinfo($data['user']));
76 $msg = sprintf($this->getLang('valid'),$user);
79 $msg = sprintf($this->getLang('invalid'),$user);
/plugin/cssperpage/
H A Dstyle.css1 /* user creaated class: next */
/plugin/cumulus/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/currentlyreading/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/daftdrafts/
H A Daction.php85 function _daftdrafts_add_acl($id, $user) { argument
/plugin/data-au/
H A Dhelper.php509 $dataau['sql'] = str_replace('%user%', $_SERVER['REMOTE_USER'], $dataau['sql']);
/plugin/data/
H A Dhelper.php543 // allow current user name in filter:
544 $data['sql'] = str_replace('%user%', $INPUT->server->str('REMOTE_USER'), $data['sql']);
/plugin/database2/
H A DREADME.md8 … extending included features and more. Because of that (and inspired by a user of this plugin) I'v…
H A Ddatabase2.php4410 $user = trim( $lock[0] );
4411 if ( $user !== $currentUser )
H A Dmedia.php116 $ioIndex, $user, $addr ) = $source;
/plugin/dataplot/
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/datatables/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/date/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/datedifference/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/datepicker/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/davcal/action/
H A Dajax.php34 $user = $_SERVER['REMOTE_USER'];
36 $user = null;
80 $res = $this->hlp->addCalendarEntryToCalendarForPage($id, $user, $params);
107 $user, $startDate, $endDate, $timezone, $color));
114 $res = $this->hlp->editCalendarEntryForPage($id, $user, $params);
157 $data['settings'] = $this->hlp->getPersonalSettings($user);
160 $data['settings']['syncurl'] = $this->hlp->getSyncUrlForPage($page, $user);
162 $data['settings']['principalurl'] = $this->hlp->getPrincipalUrlForUser($user);
173 if($this->hlp->savePersonalSettings($settings, $user))
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.less37 -webkit-user-select: none;
38 -khtml-user-select: none;
39 -moz-user-select: none;
40 -ms-user-select: none;
41 -o-user-select: none;
42 user-select: none;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less20 /* when user is selecting cells */
579 -webkit-user-select: none;
580 -khtml-user-select: none;
581 -moz-user-select: none;
582 -ms-user-select: none;
583 user-select: none;
634 -webkit-user-select: none;
635 -khtml-user-select: none;
636 -moz-user-select: none;
637 -ms-user-select: none;
[all …]
/plugin/davcal/
H A Dhelper.php270 * @param string $user the user name
273 public function getPrincipalUrlForUser($user) argument
275 if(is_null($user))
584 $user = explode('/', $principalUri);
585 $user = end($user);
588 $ud = $auth->getUserData($user);
597 $acl = auth_aclcheck($page, $user, $groups);
970 * @param string $user The user ID to work with
1262 * @param string $user The user's ID to work on
1525 * @param string $user (optional) The user's ID
[all …]

1...<<11121314151617181920>>...62