Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/navi/
Dsyntax.php123 $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/
Dhelper.php73 $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/
Daction.php177 '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 Dheader.php35 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/
DSearch.php248 * @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/
Dhelper.php160 $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/
DTable.php791 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/
Dhelper.php140 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/
Dsyntax.php59 $lvl = 0;
66 if ($lvl === 0) {
70 ++$lvl;
73 if ($lvl === 1 && --$cnt === 0) {
79 if (--$lvl === 0) {
/plugin/tindexmenu/syntax/
Dindexmenu.php24 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/
Dhelper.php108 * @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/
Dsyntax.php48 function _search_count(&$data,$base,$file,$type,$lvl,$opts){ argument
50 if($data['dir_nest'] < $lvl) $data['dir_nest'] = $lvl;
/plugin/wordimport/docx/
DNumbering.php30 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 Dhelper.php239 …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/
Daction.php139 $lvl = -1;
149 $lvl = -1;
152 $lvl = 1;
163 msg(sprintf($jslang[$key], $status), $lvl);
/plugin/structsection/
Dsyntax.php135 $lvl = 2;
136 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos);
138 $R->section_open($lvl);
/plugin/bootnote/
Dsyntax.php65 preg_match("/$note (\\w*)/", $match, $lvl);
66 if( count($lvl) != 0 ) {
67 $data['lvl'] = $lvl[1];
/plugin/indexmenu2/syntax/
Dindexmenu.php429 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/
Dajax.php39 $lvl = count(explode(':',$ns)); variable
45 $item['level'] = $lvl+1;
/plugin/filelisting/action/
Dajax.php44 $lvl = $this->getNumberOfSubnamespaces($ns) - $this->getNumberOfSubnamespaces($baseNs);
49 $elements = $filelisting->getFilesRows($ns, $lvl, $INPUT->bool('filesOnly'));
/plugin/superacl/
Dajax.php45 $lvl = count(explode(':',$ns)); variable
52 $item['level'] = $lvl+1;
/plugin/dokutranslate/
Dajax.php46 $lvl = count(explode(':',$ns)); variable
52 $data[$item]['level'] = $lvl+1;
/plugin/mathpublish/
Dsyntax.php210 * @param int $lvl
212 protected function _msg($str, $lvl = 0) { argument
215 msg($str, $lvl);
/plugin/linkmanager/exe/
Dajax.php56 $lvl = count(explode(':',$ns));
61 $item['level'] = $lvl+1;
/plugin/pageindex/
Dsyntax.php21 function search_list_index(&$data,$base,$file,$type,$lvl,$opts){ argument
35 'level' => $lvl );

1234