Home
last modified time | relevance | path

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

123

/plugin/navi/
H A Dsyntax.php123 $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 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/
H A 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/mediasyntax/
H A Dhelper.php160 $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 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];
[all...]
/plugin/cleanup/
H A 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/
H A Dsyntax.php59 $lvl = 0;
66 if ($lvl === 0) {
70 ++$lvl;
73 if ($lvl === 1 && --$cnt === 0) {
79 if (--$lvl === 0) {
/plugin/filelisting/
H A 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){
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 Dindexmenu.php24 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 Dsyntax.php47 function _search_count(&$data,$base,$file,$type,$lvl,$opts){ argument
49 if($data['dir_nest'] < $lvl) $data['dir_nest'] = $lvl;
/plugin/include/
H A Dhelper.php237 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 Daction.php139 $lvl = -1;
149 $lvl = -1;
152 $lvl = 1;
163 msg(sprintf($jslang[$key], $status), $lvl);
/plugin/indexmenu/syntax/
H A Dindexmenu.php669 _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 Dsyntax.php136 $lvl = 2;
137 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos);
139 $R->section_open($lvl);
/plugin/autlogin/
H A Dajax.php39 $lvl = count(explode(':',$ns)); variable
45 $item['level'] = $lvl+1;
/plugin/bootnote/
H A Dsyntax.php65 preg_match("/$note (\\w*)/", $match, $lvl);
66 if( count($lvl) != 0 ) {
67 $data['lvl'] = $lvl[1];
/plugin/dokutranslate/
H A Dajax.php46 $lvl = count(explode(':',$ns)); variable
52 $data[$item]['level'] = $lvl+1;
/plugin/filelisting/action/
H A Dajax.php44 $lvl = $this->getNumberOfSubnamespaces($ns) - $this->getNumberOfSubnamespaces($baseNs);
49 $elements = $filelisting->getFilesRows($ns, $lvl, $INPUT->bool('filesOnly'));
/plugin/superacl/
H A Dajax.php45 $lvl = count(explode(':',$ns)); variable
52 $item['level'] = $lvl+1;
/plugin/indexmenu2/syntax/
H A 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/linkmanager/exe/
H A Dajax.php56 $lvl = count(explode(':',$ns));
61 $item['level'] = $lvl+1;
/plugin/mathpublish/
H A Dsyntax.php213 * @param int $lvl
215 protected function _msg($str, $lvl = 0) { argument
218 msg($str, $lvl);
/plugin/pageindex/
H A Dsyntax.php21 function search_list_index(&$data,$base,$file,$type,$lvl,$opts){ argument
35 'level' => $lvl );
/plugin/mathtran/
H A Dsyntax.php120 function _msg($str, $lvl=0) { argument
123 msg($str, $lvl);

123