Home
last modified time | relevance | path

Searched refs:lvl (Results 51 – 73 of 73) sorted by path

123

/plugin/pagemove/
H A Dadmin.php874 * @param integer $lvl Level of recursion
876 function _pm_search(&$data, $base, $func, $opts, $dir='' ,$lvl=1) { argument
898 if ($this->$func($data, $base, $dir, 'd', $lvl, $opts)) {
899 $this->_pm_search($data, $base, $func, $opts, $dir, $lvl+1);
904 $this->$func($data, $base, $file, 'f', $lvl, $opts);
917 function _pm_search_backlinks(&$data, $base, $file, $type, $lvl, $opts) { argument
/plugin/pagetemplate/
H A Daction.php100 function _pt_search_backlinks(&$data,$base,$file,$type,$lvl,$opts){ argument
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt330 ¤ Changed "lvl" filter parameters, and added option to choose
353 * Bugfix: "wb" filter had no effect when "lvl" filter applied
908 * Bugfix: 'lvl' filter no longer processes if not needed
941 - 'lvl' (Levels) [ex: &fltr[]=lvl|<channel>|<min>|<max>
948 detect mode. Using default parameters (&fltr[]=lvl)
H A Dphpthumb.readme.txt295 - "lvl" (Levels)
296 [ex: &fltr[]=lvl|<channel>|<method>|<threshold>
301 (eg "lvl|rg|3") but internal methods cannot (they will
310 Using default parameters (&fltr[]=lvl) is similar to
322 similar to "lvl", there is usually no need to use "lvl"
637 emb;lvl;blur;gblr;usm;wb;
/plugin/publish/
H A Dhelper.php387 function _search_helper(&$data, $base, $file, $type, $lvl, $opts) { argument
/plugin/remotelistnamespace/
H A Dremote.php41 function search_namespace(&$data,$base,$file,$type,$lvl,$opts){ argument
/plugin/repo/
H A Dsyntax.php122 function _index($url, $path, $base = '', $lvl = 0) { argument
130 $lvl++;
137 'level' => $lvl,
143 $items = array_merge($items, $this->_index($url, $path, $base.$result, $lvl));
/plugin/revisionsdue/
H A Dsyntax.php18 function revision_callback_search_wanted(&$data,$base,$file,$type,$lvl,$opts) { argument
/plugin/searchpattern/
H A Dsyntax.php121 function search_pattern(&$data, $base, $file, $type, $lvl, $opts) { argument
/plugin/simplenavi/
H A Dsyntax.php235 * @param $lvl
239 public function cbSearch(&$data, $base, $file, $type, $lvl, $opts)
297 'level' => $lvl,
133 cbSearch(& $data, $base, $file, $type, $lvl, $opts) global() argument
/plugin/siteexport/inc/
H A Dmpdf.php67 public function message($msg, $vars = null, $lvl = 1) argument
70 $this->debugObj->message($msg, $vars, $lvl);
/plugin/sitemapnavi/
H A Dhelper.php186 public function searchMediaIndex(&$data,$base,$file,$type,$lvl,$opts) { argument
192 return search_media($data,$base,$file,$type,$lvl,$opts);
/plugin/solr/
H A Dindex_all.php95 function search_solr_index(&$data,$base,$file,$type,$lvl,$opts) { argument
/plugin/structsection/
H A Dsyntax.php136 $lvl = 2;
137 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos);
139 $R->section_open($lvl);
/plugin/superacl/
H A Dajax.php45 $lvl = count(explode(':',$ns)); variable
52 $item['level'] = $lvl+1;
/plugin/tagentry/
H A Daction.php86 function _tagentry_search_tagpages( &$data, $base, $file, $type, $lvl, $opts ) { argument
/plugin/tagfilter/helper/
H A Dsyntax.php328 * @param int $lvl Current recursion depth
335 public function search_all_pages(&$data, $base, $file, $type, $lvl, $opts)
325 search_all_pages(& $data, $base, $file, $type, $lvl, $opts) global() argument
/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/todo/syntax/
H A Dlist.php178 // search(&$data, $base, $func, $opts,$dir='',$lvl=1,$sort='natural')
222 * @param int $lvl - Current recursion depht
226 public function search_todos(&$data, $base, $file, $type, $lvl, $opts) { argument
/plugin/userspagecreate/
H A Daction.php74 if ( $msg['lvl']=='success'
/plugin/usersubscriptions/
H A Dsyntax.php167 function _getUserSubscriptions($ns, $recursive, $lvl=0, $nss=false) { argument
185 'lvl' => $lvl
192 …$us = array_merge($us, $this->_getUserSubscriptions($scns, $recursive-1, $lvl+1, $nss || ($sns && …
/plugin/webdav/core/
H A DUtils.php135 * @param integer $lvl
140 public static function searchCallback(&$data, $base, $file, $type, $lvl, $opts = []) argument
/plugin/wikistats/
H A Dsyntax.php219 function _search_count(&$data, $base, $file, $type, $lvl, $opts){ argument
221 if ($data['dir_nest'] < $lvl) $data['dir_nest'] = $lvl;

123