Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/plugin/aclauditor/
H A Dhelper.php73 $acls[$u]['ADMIN'] = array('what' => '*', 'who' => $u, 'rule' => 'ADMIN', 'lvl' => AUTH_ADMIN);
77 if(!in_array($parts['what'], $r)) continue;
79 …$acls[$parts['who']][$w] = array('what' => $parts['what'], 'who' => $parts['who'], 'rule' => $w, '…
101 foreach($list as $l) if($l['what'] == $resource) $slvl = $l['lvl'];
106 …if($locale) foreach($acls as $who => $list) foreach($list as $rule => $d) if($d['what'] != $resour…
145 if(($rd['what'] == $id) && ($rd['lvl'] > $specificlvl)) $specificlvl = $rd['lvl'];
174 …if(auth_isadmin($of[0], $this->usersgroups[$of[0]])) $acls['*'] = array('ADMIN' => array('what' =>…
179 if(!isset($acls[$parts['what']])) $acls[$parts['what']] = array();
180 …$acls[$parts['what']][$w] = array('what' => $parts['what'], 'who' => $parts['who'], 'rule' => $w, …
211 'what' => $what,
H A Dadmin.php25 var $what = null; variable in admin_plugin_aclauditor
64 $this->test = 'what';
201 …ptln(' '.$this->getLang('what').' : <input type="text" name="aclaudit_what" value="'.($this->test …
214 …ptln(' <tr><th>'.$this->getLang('who').'</th><th>'.$this->getLang('what').'</th><th>'.$this->getLa…
217 …ptln(' <tr><td>'.$dfn['who'].'</td><td>'.$dfn['what'].'</td><td>'.$this->getLang('perm'.$dfn['lvl'…
223 case 'what' :
224 …ptln('<div class="listtitle">'.$this->getLang('listwhat').' : "'.($this->what ? $this->what : $ID)…
228 …ptln(' <tr><th>'.$this->getLang('who').'</th><th>'.$this->getLang('what').'</th><th>'.$this->getLa…
231 …ptln(' <tr><td>'.$dfn['who'].'</td><td>'.$dfn['what'].'</td><td>'.$this->getLang('perm'.$dfn['lvl'…
238 …R['REMOTE_USER']).'" '.$this->getLang('listbothwhat').' "'.($this->what ? $this->what : $ID).'"'.'…
[all …]
H A Dsyntax.php37 if(!in_array($p[0], array('who', 'what', 'scenario'))) continue;
52 …if(isset($data['what']) && !empty($data['what'])) $renderer->doc .= '<input type="hidden" name="ac…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconnector.php118 function fck_write_debug($what) { argument
119 if(is_array($what)) {
120 $what = print_r($what,true);
123 fwrite($dwfckFHandle, "$what\n");
H A DSafeFN.class.php210 function safe_write_debug($what) { argument
212 if(is_array($what)) {
213 $what = print_r($what,true);
216 fwrite($dwfckFHandle, "$what\n");
H A Dconfig.php488 function config_write_debug($what) { argument
490 if(is_array($what)) {
491 $what = print_r($what,true);
494 fwrite($dwfckFHandle, "$what\n");
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconnector.php118 function fck_write_debug($what) { argument
119 if(is_array($what)) {
120 $what = print_r($what,true);
123 fwrite($dwfckFHandle, "$what\n");
H A DSafeFN.class.php210 function safe_write_debug($what) { argument
212 if(is_array($what)) {
213 $what = print_r($what,true);
216 fwrite($dwfckFHandle, "$what\n");
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php208 function safe_write_debug($what) { argument
210 if(is_array($what)) {
211 $what = print_r($what,true);
214 fwrite($dwfckFHandle, "$what\n");
/plugin/backlinks2/_test/data/pages/
H A Dbacklink_test_pages.txt4 * [[backlinks_syntax|Backlinks to what Bob Ross says]]
5 * [[backlinks_include_syntax|Backlinks to what Bob Ross says (including only include namespace)]]
6 * [[backlinks_exclude_syntax|Backlinks to what Bob Ross says (excluding exclude namespace)]]
/plugin/openas/
H A Dsyntax.php144 function write_debug($what) { argument
146 if(is_array($what)) $what = print_r($what,true);
147 fwrite($handle,"$what\n");
H A Daction.php304 function write_debug($what,$pre=false) { argument
305 if(is_array($what)) $what = print_r($what,true);
307 msg('<pre>' . $what . '</pre>');
311 fwrite($handle,"$what\n");
/plugin/epub/
H A Daction.php139 function write_debug($what) { argument
141 $what = print_r($what,true);
143 fwrite($handle,"$what\n");
/plugin/backlinks2/_test/data/meta/
H A Dbacklinks_syntax.meta1what Bob Ross says";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{s:3:"hid";s:31:"b…
H A Dbacklinks_exclude_syntax.meta1what Bob Ross says (excluding exclude namespace)";s:11:"description";a:2:{s:15:"tableofcontents";a…
H A Dbacklinks_include_syntax.meta1what Bob Ross says (including only)";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{…
H A Dbacklink_test_pages.meta2 Bob Ross saysBacklinks to what Bob Ross saysBacklinks to what Bob Ross says (including only include…
/plugin/htmlokay/
H A Daction.php311 function write_debug($what) { argument
314 if(is_array($what)) $what = print_r($what,true);
315 fwrite($handle,"$what\n");
/plugin/anewssystem/
H A Ddropdowncontent.js17 getposOffset:function(what, offsettype){ argument
18 …return (what.offsetParent)? what[offsettype]+this.getposOffset(what.offsetParent, offsettype) : wh…
/plugin/twofactor/lang/en/
H A Dprofile.txt3 This is where you can configure what you want to use as a second factor besides your usual credentials when logging into DokuWiki. What options are available depends on what your administrator has configured.
/plugin/textinsert/
H A Dsyntax.php248 function write_debug($what, $screen = false) { argument
250 $what=print_r($what,true);
252 msg('<pre>' . $what . '</pre>');
256 fwrite($handle,"$what\n");
/plugin/preregister/
H A Daction.php324 function write_debug($what, $toscreen=true, $tofile=false) { argument
326 if(is_array($what)) {
327 $what = print_r($what,true);
330 return "<pre>$what</pre>" ;
338 fwrite($handle, "$what\n");
/plugin/fckg/syntax/
H A Dspecials.php97 function write_debug($what) { argument
99 fwrite($handle,"$what\n");
/plugin/ckgdoku/syntax/
H A Dspecials.php117 function write_debug($what) { argument
119 fwrite($handle,"$what\n");
/plugin/ckgedit/syntax/
H A Dspecials.php116 function write_debug($what) { argument
118 fwrite($handle,"$what\n");

12345678910>>...29