/plugin/aclauditor/ |
H A D | helper.php | 73 $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 D | admin.php | 25 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 D | syntax.php | 37 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 D | connector.php | 118 function fck_write_debug($what) { argument 119 if(is_array($what)) { 120 $what = print_r($what,true); 123 fwrite($dwfckFHandle, "$what\n");
|
H A D | SafeFN.class.php | 210 function safe_write_debug($what) { argument 212 if(is_array($what)) { 213 $what = print_r($what,true); 216 fwrite($dwfckFHandle, "$what\n");
|
H A D | config.php | 488 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 D | connector.php | 118 function fck_write_debug($what) { argument 119 if(is_array($what)) { 120 $what = print_r($what,true); 123 fwrite($dwfckFHandle, "$what\n");
|
H A D | SafeFN.class.php | 210 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 D | SafeFN.class.php | 208 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 D | backlink_test_pages.txt | 4 * [[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 D | syntax.php | 144 function write_debug($what) { argument 146 if(is_array($what)) $what = print_r($what,true); 147 fwrite($handle,"$what\n");
|
H A D | action.php | 304 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 D | action.php | 139 function write_debug($what) { argument 141 $what = print_r($what,true); 143 fwrite($handle,"$what\n");
|
/plugin/backlinks2/_test/data/meta/ |
H A D | backlinks_syntax.meta | 1 …what 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 D | backlinks_exclude_syntax.meta | 1 …what Bob Ross says (excluding exclude namespace)";s:11:"description";a:2:{s:15:"tableofcontents";a…
|
H A D | backlinks_include_syntax.meta | 1 …what Bob Ross says (including only)";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{…
|
H A D | backlink_test_pages.meta | 2 Bob Ross saysBacklinks to what Bob Ross saysBacklinks to what Bob Ross says (including only include…
|
/plugin/htmlokay/ |
H A D | action.php | 311 function write_debug($what) { argument 314 if(is_array($what)) $what = print_r($what,true); 315 fwrite($handle,"$what\n");
|
/plugin/anewssystem/ |
H A D | dropdowncontent.js | 17 getposOffset:function(what, offsettype){ argument 18 …return (what.offsetParent)? what[offsettype]+this.getposOffset(what.offsetParent, offsettype) : wh…
|
/plugin/twofactor/lang/en/ |
H A D | profile.txt | 3 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 D | syntax.php | 248 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 D | action.php | 324 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 D | specials.php | 97 function write_debug($what) { argument 99 fwrite($handle,"$what\n");
|
/plugin/ckgdoku/syntax/ |
H A D | specials.php | 117 function write_debug($what) { argument 119 fwrite($handle,"$what\n");
|
/plugin/ckgedit/syntax/ |
H A D | specials.php | 116 function write_debug($what) { argument 118 fwrite($handle,"$what\n");
|