/plugin/navi/ |
H A D | syntax.php | 123 $lvl = 0; 133 $lvl++; 136 $lvl--; 150 'lvl' => $lvl, 158 'lvl' => $lvl, 221 $lvl = 1; 255 if ($info['lvl'] == $lvl) { 262 for (; $lvl > $info['lvl']; --$lvl) { 270 for (; $lvl < $info['lvl']; ++$lvl) { 286 while ($lvl > 0) { [all …]
|
/plugin/aclauditor/ |
H A D | helper.php | 73 $acls[$u]['ADMIN'] = array('what' => '*', 'who' => $u, 'rule' => 'ADMIN', 'lvl' => AUTH_ADMIN); 79 …w] = array('what' => $parts['what'], 'who' => $parts['who'], 'rule' => $w, 'lvl' => $parts['lvl']); 101 foreach($list as $l) if($l['what'] == $resource) $slvl = $l['lvl']; 143 }elseif($rd['lvl'] > $lvl) $lvl = $rd['lvl']; 145 if(($rd['what'] == $id) && ($rd['lvl'] > $specificlvl)) $specificlvl = $rd['lvl']; 174 …'] = array('ADMIN' => array('what' => '*', 'who' => null, 'rule' => 'ADMIN', 'lvl' => AUTH_ADMIN)); 180 …w] = array('what' => $parts['what'], 'who' => $parts['who'], 'rule' => $w, 'lvl' => $parts['lvl']); 213 'lvl' => (int)$lvl
|
/plugin/fullindex/ |
H A D | action.php | 177 'level' => $lvl, 181 'sort' => $this->_setSortIndex($id, $lvl, $type, $num, $title)); 189 function _setSortIndex($id, $lvl, $type, $num, $title) { argument 195 if(count($this->sortIndex) + 1 == $lvl) { 198 } else if (count($this->sortIndex) + 1 > $lvl) { 199 $this->_removeFromSortIndex($lvl); 209 if(count($this->sortIndex) + 1 > $lvl) { 210 $this->_removeFromSortIndex($lvl); 251 function _removeFromSortIndex($lvl) { argument 252 $diff = count($this->sortIndex) + 1 - $lvl;
|
/plugin/include/syntax/ |
H A D | header.php | 35 list($headline, $lvl, $pos, $page, $sect, $flags) = $data; 40 $renderer->toc_additem($hid, $headline, $lvl); 42 $renderer->doc .= DOKU_LF.'<h' . $lvl; 52 if ($lvl <= $conf['maxseclevel']) { 65 $renderer->doc .= '</a></h' . $lvl . '>' . DOKU_LF; 68 $renderer->header($headline, $lvl, $pos);
|
/plugin/mediasyntax/ |
H A D | helper.php | 160 $lvl = false; 171 $lvl = $ins[$i][1][0]; 172 if ($i > $range) $prev_lvl = $lvl; 176 // found no previous section set lvl to 0 177 if (!$lvl) $lvl = 0; 252 $ins_inc = $this->_get_instructions($page, $sect, $mode, $lvl, $flags); 266 // check if we left the range of possible sub includes and reset lvl and scope to toplevel_id 268 $lvl = ($prev_lvl == 0) ? 0 : $prev_lvl; 297 function _get_instructions($page, $sect, $mode, $lvl, 310 _get_instructions($page, $sect, $mode, $lvl, $flags) global() argument 335 _convert_instructions(& $ins, $lvl, $page, $sect, $flags) global() argument [all...] |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | Table.php | 791 for ($lvl = 2; $lvl <= $this->mpdf->innermostTableLevel; $lvl++) { 792 for ($nid = 1; $nid <= $this->mpdf->tbctr[$lvl]; $nid++) { 793 $this->mpdf->shrinkTable($this->mpdf->table[$lvl][$nid], $this->mpdf->shrin_k); 794 $this->mpdf->_tableColumnWidth($this->mpdf->table[$lvl][$nid]); 809 for ($lvl = 2; $lvl <= $this->mpdf->innermostTableLevel; $lvl++) { 810 for ($nid = 1; $nid <= $this->mpdf->tbctr[$lvl]; [all...] |
/plugin/cleanup/ |
H A D | helper.php | 140 public function cb_check_cache(&$data, $base, $file, $type, $lvl, $opts) { argument 143 if($lvl == 1 && !preg_match('/^\/[a-f0-9]$/', $file)) return false; 146 if($lvl == 1) return false; // ignore all files in top directory 159 public function cb_check_attic(&$data, $base, $file, $type, $lvl, $opts) { argument 181 public function cb_check_mediaattic(&$data, $base, $file, $type, $lvl, $opts) { argument 206 public function cb_check_meta(&$data, $base, $file, $type, $lvl, $opts) { argument 229 public function cb_check_mediameta(&$data, $base, $file, $type, $lvl, $opts) { argument 252 public function cb_check_locks(&$data, $base, $file, $type, $lvl, $opts) { argument
|
/plugin/log/ |
H A D | syntax.php | 59 $lvl = 0; 66 if ($lvl === 0) { 70 ++$lvl; 73 if ($lvl === 1 && --$cnt === 0) { 79 if (--$lvl === 0) {
|
/plugin/filelisting/ |
H A D | helper.php | 108 * @param int $lvl 112 public function getFilesRows($ns, $lvl=0, $filesOnly = false) { argument 141 if ($lvl > 0) { 142 $html = '<span style="margin-left: ' . $lvl * 10 . 'px;">↳ </span>'; 258 * @param integer $lvl 263 public function search_media_and_namespaces(&$data,$base,$file,$type,$lvl,$opts){ 280 return search_media($data, $base, $file, $type, $lvl, $opts); 292 $msgs[] = array('message' => $msg, 'lvl' => 1); 295 $msgs[] = array('message' => $msg, 'lvl' => 0); 298 $msgs[] = array('message' => $msg, 'lvl' 261 search_media_and_namespaces(& $data, $base, $file, $type, $lvl, $opts) global() argument [all...] |
/plugin/tindexmenu/syntax/ |
H A D | indexmenu.php | 24 function search_callback($func,&$data,$base,$file,$type,$lvl,$opts) { argument 486 function _search_index(&$data,$base,$file,$type,$lvl,$opts){ argument 503 if ($opts['level'] > $lvl || $opts['level'] == -1) $isopen=true; 523 } elseif ($opts['max'] >0 && !$isopen && $lvl >= $opts['max']) { 542 if ($opts['nons']) $lvl=1; 581 'level' => $lvl, 639 * @param int $lvl Recursion Level 643 function _search(&$data,$base,$func,$opts,$dir='',$lvl=1){ argument 665 search_callback($func,$dirs_tmp,$base,$dir,'d',$lvl,$opts); 675 … (search_callback($func,$data,$base,$dir,'d',$lvl,$opts)) $this->_search($data,$base,$func,$opts,$… [all …]
|
/plugin/numberof/ |
H A D | syntax.php | 48 function _search_count(&$data,$base,$file,$type,$lvl,$opts){ 50 if($data['dir_nest'] < $lvl) $data['dir_nest'] = $lvl; 47 _search_count(& $data, $base, $file, $type, $lvl, $opts) global() argument
|
/plugin/include/ |
H A D | helper.php | 237 function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = array()) { argument 275 $this->_convert_instructions($ins, $lvl, $page, $sect, $flags, $root_id, $included_pages); 293 function _convert_instructions(&$ins, $lvl, $page, $sect, $flags, $root_id, $included_pages = array()) { argument 370 $ins[$i][1][1][4] += $lvl; 392 $diff = $lvl - $lvl_max + 1; 473 if ($lvl > 0 && $section_close_at !== 0 && $flags['indent'] && !$flags['inline']) { 476 array_unshift($ins, array('section_open', array($lvl))); 483 array_unshift($ins, array('section_open', array($lvl))); 497 if($lvl != 0 && $this->sec_close && !$flags['inline']) { 499 $ins[] = array('section_open', array($lvl)); [all...] |
/plugin/do/ |
H A D | action.php | 139 $lvl = -1; 149 $lvl = -1; 152 $lvl = 1; 163 msg(sprintf($jslang[$key], $status), $lvl);
|
/plugin/indexmenu/syntax/ |
H A D | indexmenu.php | 669 _search_index(& $data, $base, $file, $type, $lvl, $opts) global() argument 853 _search(& $data, $base, $func, $opts, $dir = '', $lvl = 1) global() argument
|
/plugin/structsection/ |
H A D | syntax.php | 136 $lvl = 2; 137 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos); 139 $R->section_open($lvl);
|
/plugin/autlogin/ |
H A D | ajax.php | 39 $lvl = count(explode(':',$ns)); variable 45 $item['level'] = $lvl+1;
|
/plugin/bootnote/ |
H A D | syntax.php | 65 preg_match("/$note (\\w*)/", $match, $lvl); 66 if( count($lvl) != 0 ) { 67 $data['lvl'] = $lvl[1];
|
/plugin/dokutranslate/ |
H A D | ajax.php | 46 $lvl = count(explode(':',$ns)); variable 52 $data[$item]['level'] = $lvl+1;
|
/plugin/filelisting/action/ |
H A D | ajax.php | 44 $lvl = $this->getNumberOfSubnamespaces($ns) - $this->getNumberOfSubnamespaces($baseNs); 49 $elements = $filelisting->getFilesRows($ns, $lvl, $INPUT->bool('filesOnly'));
|
/plugin/superacl/ |
H A D | ajax.php | 45 $lvl = count(explode(':',$ns)); variable 52 $item['level'] = $lvl+1;
|
/plugin/indexmenu2/syntax/ |
H A D | indexmenu.php | 429 function indexmenu_search_index(&$data,$base,$file,$type,$lvl,$opts){ argument 435 if ($opts['level']!=0 && $lvl >= $opts['level']) $ret=false; 450 if ($lvl == 1 && isset($opts['root']) && $id != $opts['root']) return false; 525 $lvl=1; 533 ,'level' => $lvl
|
/plugin/linkmanager/exe/ |
H A D | ajax.php | 56 $lvl = count(explode(':',$ns)); 61 $item['level'] = $lvl+1;
|
/plugin/mathpublish/ |
H A D | syntax.php | 210 * @param int $lvl 212 protected function _msg($str, $lvl = 0) { 215 msg($str, $lvl); argument
|
/plugin/pageindex/ |
H A D | syntax.php | 21 function search_list_index(&$data,$base,$file,$type,$lvl,$opts){ argument 35 'level' => $lvl );
|
/plugin/mathtran/ |
H A D | syntax.php | 120 function _msg($str, $lvl=0) { argument 123 msg($str, $lvl);
|