Home
last modified time | relevance | path

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

123

/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js43 function clone(obj,lvl){if(!obj) argument
47 if(obj.hasOwnProperty(k)){if(lvl&&typeof obj[k]!="number")
48 tmp[k]=clone(obj[k],lvl-1)
/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'];
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/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/amcharts/assets/amcharts/plugins/export/
H A Dexport.js851 gatherAttribute: function( elm, attr, limit, lvl ) { argument
852 var value, lvl = lvl ? lvl : 0,
857 if ( !value && lvl < limit ) {
858 return _this.gatherAttribute( elm.parentNode, attr, limit, lvl + 1 );
867 gatherClassName: function( elm, className, limit, lvl ) { argument
868 var value, lvl = lvl ? lvl : 0,
874 if ( !value && lvl < limit ) {
875 return _this.gatherClassName( elm.parentNode, className, limit, lvl + 1 );
/plugin/autlogin/
H A Dajax.php39 $lvl = count(explode(':',$ns)); variable
45 $item['level'] = $lvl+1;
/plugin/autolink2/
H A Dadmin.php110 function search(&$data,$base,$file,$type,$lvl,$opts){ argument
/plugin/bootnote/
H A Dsyntax.php65 preg_match("/$note (\\w*)/", $match, $lvl);
66 if( count($lvl) != 0 ) {
67 $data['lvl'] = $lvl[1];
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php300 $lvl = substr_count($ID, ':');
301 for ($n = 0; $n < $lvl; ++$n) {
/plugin/bureaucracy/helper/
H A Dactiontemplate.php344 $lvl = substr_count($ID, ':');
345 for ($n = 0; $n < $lvl; ++$n) {
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php300 $lvl = substr_count($ID, ':');
301 for ($n = 0; $n < $lvl; ++$n) {
/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/combo/syntax/
H A Dminimap.php359 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
/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/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/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jar ... (java.lang.String) String name String lvl int i public void setLevel (int) int currentLogLevel ...
/plugin/discussion/
H A Dconvert.php58 function search_discussionpages(&$data, $base, $file, $type, $lvl, $opts) { argument
/plugin/displayorphans/
H A Dhelper.php52 …function /* bool */ _filterItem(&$data, $base, /* string */ $file, /* string */ $type, $lvl, $opts) argument
/plugin/do/
H A Daction.php139 $lvl = -1;
149 $lvl = -1;
152 $lvl = 1;
163 msg(sprintf($jslang[$key], $status), $lvl);
/plugin/dokutranslate/
H A Dajax.php46 $lvl = count(explode(':',$ns)); variable
52 $data[$item]['level'] = $lvl+1;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php15583 $lvl = 1;
15592 if ($lvl == 1) {
15595 $lvl--;
15603 if ($lvl == 1) {
15607 $lvl++;
H A DOtl.php5084 $lvl = 0;
5093 if ($lvl > 0) {
5097 $lvl++;
5101 $lvl--;
5102 if ($lvl < 0) {
/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/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);

123