Home
last modified time | relevance | path

Searched refs:lvl (Results 26 – 50 of 73) sorted by relevance

123

/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/alphaindex/
H A Dsyntax.php308 function alphaindex_search_index(&$data, $base, $file, $type, $lvl, $opts) { argument
313 if ($opts['level'] == $lvl) $return = false;
334 $lvl = 1;
339 'level' => $lvl,
/plugin/siteexport/inc/
H A Dmpdf.php67 public function message($msg, $vars = null, $lvl = 1) argument
70 $this->debugObj->message($msg, $vars, $lvl);
/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/composer/
H A Dsyntax.php584 function composer_search_index(&$data, $base, $file, $type, $lvl, $opts) { argument
592 if ($opts['level'] == $lvl) {
629 $lvl += $data['start_lvl'];
634 'level' => $lvl, //show on which level ?
/plugin/farm/install/
H A Dfarmstructurecreator.php18 function cp_r($src, $dest, $mv=false, $avoid=array(), $lvl=0) { argument
32 $r &= cp_r($src.'/'.$i, $dest.'/'.$i, $mv, $avoid, $lvl+1);
35 if($mv && $lvl) $r &= rmdir($src);
H A Dfarmstructurecreator.php.bak11 function cp_r($src, $dest, $mv=false, $forbid=array(), $lvl=0) {
29 $r &= cp_r($src.'/'.$i, $dest.'/'.$i, $mv, $forbid, $lvl+1);
32 if($mv && $lvl) $r &= rmdir($src);
/plugin/math2/
H A Dsyntax.php200 function _msg($str, $lvl=0) { argument
203 msg($str, $lvl);
/plugin/aclauditor/
H A Dadmin.php217 ….$dfn['who'].'</td><td>'.$dfn['what'].'</td><td>'.$this->getLang('perm'.$dfn['lvl']).'</td></tr>');
231 ….$dfn['who'].'</td><td>'.$dfn['what'].'</td><td>'.$this->getLang('perm'.$dfn['lvl']).'</td></tr>');
254 ….$dfn['who'].'</td><td>'.$dfn['what'].'</td><td>'.$this->getLang('perm'.$dfn['lvl']).'</td></tr>');
340 $rules[] = ' '.$crule.' => '.$parts['lvl'];
/plugin/condition/
H A Dsyntax.php79 function _fetch_block(&$match, $lvl=0) { argument
84 while(($match{0} != '>') && ($match != '') && (($lvl == 0) || ($match{0} != ')')) && $continue) {
89 $i['value'] = $this->_fetch_block($match, $lvl+1);
93 $i['value'] = $this->_fetch_block($match, $lvl+1);
/plugin/webdav/core/
H A DUtils.php135 * @param integer $lvl
140 public static function searchCallback(&$data, $base, $file, $type, $lvl, $opts = []) argument
/plugin/farmsync/meta/
H A DTemplateUpdates.php67 public function getTemplates($base, $dir = '', $lvl = 0, $opts = array()) { argument
99 $items = array_merge($items, $this->getTemplates($base, $sdir, $lvl + 1, $opts));
/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/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/linkmanager/
H A Dfunctions.php235 function linkpage_search_index(&$data,$base,$file,$type,$lvl,$opts){ argument
262 'level' => $lvl,
/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/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/issuelinks/script/
H A DajaxUtil.js21 $msgArea.prepend(jQuery('<div>').addClass(msg.lvl).html(msg.msg));
/plugin/remotelistnamespace/
H A Dremote.php41 function search_namespace(&$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;
/plugin/userspagecreate/
H A Daction.php74 if ( $msg['lvl']=='success'
/plugin/mediarename/
H A Daction.php61 function _media_file_rename(&$data,$base,$file,$type,$lvl,$opts){ argument
/plugin/solr/
H A Dindex_all.php95 function search_solr_index(&$data,$base,$file,$type,$lvl,$opts) { argument
/plugin/autolink2/
H A Dadmin.php110 function search(&$data,$base,$file,$type,$lvl,$opts){ argument
/plugin/discussion/
H A Dconvert.php58 function search_discussionpages(&$data, $base, $file, $type, $lvl, $opts) { argument

123