Home
last modified time | relevance | path

Searched refs:user (Results 251 – 275 of 1528) sorted by path

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

/plugin/bez/mdl/
H A DSubscriptionFactory.php25 //mute currently loged user
59 public function getUserToken($user='') { argument
63 if (!$user) $user = $this->model->user_nick;
66 $r = $this->model->sqlite->query($q, $user);
71 array( 'user_id' => $user,
H A DValidator.php130 public function validate_dw_user($user, $addtitional_values=array()) { argument
132 if (array_key_exists($user, $wiki_users) ||
133 in_array($user, $addtitional_values)) {
/plugin/bez/
H A Dstyle.css802 -webkit-user-select: none;
803 -moz-user-select: none;
804 -ms-user-select: none;
805 user-select: none;
921 user-select: none;
/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 …
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG46 5/ Supports user defined BibTeX macro. (loadStringMacro)
H A DLICENSE87 …sers may redistribute the program under these conditions, and telling the user how to view a copy …
/plugin/bibtex4dw/
H A DCHANGELOG.md37 * Display of PDF files: If a PDF file with a name identical to the BibTeX key of a reference esists in a configurable namespace, a link to this file will be added to the end of the reference, permitted the user has read access to this namespace
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
H A DTODO.md20 Another thing missing is a proper documentation (at least of the code as such). Coming from Python/Sphinx, documentation integrating both, API and user documentation, seems still in its infancies in PHP. However, phpDocumentor seems to be the *de facto* standard:
30 DokuWiki seems to have good messaging capabilities, hence make use of these to display problems to the user.
/plugin/block/
H A DREADME1 This plugin pops up a window which enables the user to create boxes with
/plugin/blockquote/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/blog/
H A DCOPYING110 these conditions, and telling the user how to view a copy of this
H A Daction.php137 $user = $_SERVER['REMOTE_USER'];
144 '@USER@' => $user,
249 // purge the cache when a page is listed that the current user can't access
/plugin/bloglinks/
H A DCOPYING110 these conditions, and telling the user how to view a copy of this
/plugin/blogmeta/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/blogtng/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/booking/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
H A Daction.php108 $user = null;
110 $user = $_SERVER['REMOTE_USER'];
113 if ($this->helper->cancelBooking($id, $start, $user)) {
H A Dhelper.php55 list($start, $end, $user) = explode("\t", $line, 3);
69 'user' => $user];
113 * @param string $user user doing the booking
116 public function addBooking($id, $begin, $length, $user) argument
128 $line = "$start\t$end\t$user\n";
139 * @param string|null $user Only cancel if the user matches, null for no check
142 public function cancelBooking($id, $at, $user=null) argument
158 if ($user && $user != trim($booker)) continue;
/plugin/bookmark2wiki/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/bootswrapper/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/bootswrapper/exe/help/
H A Dalert.txt3 Provide contextual feedback messages for typical user actions with the handful of available and fle…
H A Dcallout.txt120 <callout icon="fa fa-user">
121 This is default callout with ''fa fa-user'' icon
124 <code html5><callout icon="fa fa-user"> [...] </callout></code>
134 <callout icon="fa fa-user" color="blue" title="Custom color + icon">
135 This is callout with custom color (''blue'') and icon (''fa fa-user'')
139 <callout icon="fa fa-user" color="blue" title="Custom color + icon"> [...] </callout>
H A Dpopover.txt52 Use the ''focus'' trigger to dismiss popovers on the next click that the user makes.

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