| /plugin/navi/ |
| D | syntax.php | 123 $lvl = 0; 133 $lvl++; 136 $lvl--; 138 } elseif ($pre || $lvl == 0) { 150 'lvl' => $lvl, 158 'lvl' => $lvl, 221 $lvl = 1; 255 if ($info['lvl'] == $lvl) { 259 $R->listitem_open($lvl . ' ' . $menuitem); 261 } elseif ($lvl > $info['lvl']) { [all …]
|
| /plugin/aclauditor/ |
| 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/ |
| 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/indexmenu/ |
| D | Search.php | 248 * @param int $lvl Current recursion depth 270 public function searchIndexmenuItems(&$data, $base, $file, $type, $lvl, $opts) argument 293 if ($opts['level'] > $lvl || $opts['level'] == -1) { 320 } elseif ($opts['max'] > 0 && !$isOpen && $lvl >= $opts['max']) { 343 $lvl = 1; 391 'level' => $lvl, 424 * @param int $lvl Current recursion depth 445 public function searchIndexmenuItemsNew(&$data, $base, $file, $type, $lvl, $opts) argument 469 if ($opts['level'] > $lvl || $opts['level'] == -1) { 512 if ($lvl == $opts['max'] || $isFolderAdjacentToSubNss) { [all …]
|
| /plugin/mediasyntax/ |
| D | helper.php | 160 $lvl = false; 171 $lvl = $ins[$i][1][0]; 172 if ($i > $range) $prev_lvl = $lvl; 177 if (!$lvl) $lvl = 0; 252 $ins_inc = $this->_get_instructions($page, $sect, $mode, $lvl, $flags); 268 $lvl = ($prev_lvl == 0) ? 0 : $prev_lvl; 297 function _get_instructions($page, $sect, $mode, $lvl, $flags) argument 305 $this->_convert_instructions($ins, $lvl, $page, $sect, $flags); 323 function _convert_instructions(&$ins, $lvl, $page, $sect, $flags) argument 404 $diff = $lvl - $lvl_max + 1; [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| 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]; $nid++) { 813 list($parentrow, $parentcol, $parentnid) = $this->mpdf->table[$lvl][$nid]['nestedpos']; 815 $c = & $this->mpdf->table[$lvl - 1][$parentnid]['cells'][$parentrow][$parentcol]; 820 $parentwidth += $this->mpdf->table[$lvl - 1][$parentnid]['wc'][$parentcol + $cs]; 823 $parentwidth = $this->mpdf->table[$lvl - 1][$parentnid]['wc'][$parentcol]; [all …]
|
| /plugin/cleanup/ |
| 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/ |
| D | syntax.php | 59 $lvl = 0; 66 if ($lvl === 0) { 70 ++$lvl; 73 if ($lvl === 1 && --$cnt === 0) { 79 if (--$lvl === 0) {
|
| /plugin/tindexmenu/syntax/ |
| D | indexmenu.php | 24 function search_callback($func,&$data,$base,$file,$type,$lvl,$opts) { argument 25 return call_user_func_array($func, array(&$data,$base,$file,$type,$lvl,$opts)); 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); [all …]
|
| /plugin/filelisting/ |
| 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){ argument 280 return search_media($data, $base, $file, $type, $lvl, $opts);
|
| /plugin/numberof/ |
| D | syntax.php | 48 function _search_count(&$data,$base,$file,$type,$lvl,$opts){ argument 50 if($data['dir_nest'] < $lvl) $data['dir_nest'] = $lvl;
|
| /plugin/wordimport/docx/ |
| D | Numbering.php | 30 foreach ($num->xpath('.//w:lvl') as $lvl) { 31 $depth = (int)$lvl->attributes('w', true)->ilvl; 32 $lvlType = (string)$lvl->xpath('.//w:numFmt')[0]->attributes('w', true)->val;
|
| /plugin/include/ |
| H A D | helper.php | 239 …function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = a… argument 277 … $this->_convert_instructions($ins, $lvl, $page, $sect, $flags, $root_id, $included_pages); 295 …function _convert_instructions(&$ins, $lvl, $page, $sect, $flags, $root_id, $included_pages = arra… argument 371 $ins[$i][1][1][4] += $lvl; 393 $diff = $lvl - $lvl_max + 1; 474 if ($lvl > 0 && $section_close_at !== 0 && $flags['indent'] && !$flags['inline']) { 477 array_unshift($ins, array('section_open', array($lvl))); 484 array_unshift($ins, array('section_open', array($lvl))); 498 if($lvl != 0 && $this->sec_close && !$flags['inline']) { 500 $ins[] = array('section_open', array($lvl)); [all …]
|
| /plugin/do/ |
| D | action.php | 139 $lvl = -1; 149 $lvl = -1; 152 $lvl = 1; 163 msg(sprintf($jslang[$key], $status), $lvl);
|
| /plugin/structsection/ |
| D | syntax.php | 135 $lvl = 2; 136 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos); 138 $R->section_open($lvl);
|
| /plugin/bootnote/ |
| D | syntax.php | 65 preg_match("/$note (\\w*)/", $match, $lvl); 66 if( count($lvl) != 0 ) { 67 $data['lvl'] = $lvl[1];
|
| /plugin/indexmenu2/syntax/ |
| 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/autlogin/ |
| D | ajax.php | 39 $lvl = count(explode(':',$ns)); variable 45 $item['level'] = $lvl+1;
|
| /plugin/filelisting/action/ |
| D | ajax.php | 44 $lvl = $this->getNumberOfSubnamespaces($ns) - $this->getNumberOfSubnamespaces($baseNs); 49 $elements = $filelisting->getFilesRows($ns, $lvl, $INPUT->bool('filesOnly'));
|
| /plugin/superacl/ |
| D | ajax.php | 45 $lvl = count(explode(':',$ns)); variable 52 $item['level'] = $lvl+1;
|
| /plugin/dokutranslate/ |
| D | ajax.php | 46 $lvl = count(explode(':',$ns)); variable 52 $data[$item]['level'] = $lvl+1;
|
| /plugin/mathpublish/ |
| D | syntax.php | 210 * @param int $lvl 212 protected function _msg($str, $lvl = 0) { argument 215 msg($str, $lvl);
|
| /plugin/linkmanager/exe/ |
| D | ajax.php | 56 $lvl = count(explode(':',$ns)); 61 $item['level'] = $lvl+1;
|
| /plugin/pageindex/ |
| D | syntax.php | 21 function search_list_index(&$data,$base,$file,$type,$lvl,$opts){ argument 35 'level' => $lvl );
|