Home
last modified time | relevance | path

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

123

/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php300 $lvl = substr_count($ID, ':');
301 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/displayorphans/
H A Dhelper.php52 …function /* bool */ _filterItem(&$data, $base, /* string */ $file, /* string */ $type, $lvl, $opts) argument
/plugin/bureaucracy/helper/
H A Dactiontemplate.php344 $lvl = substr_count($ID, ':');
345 for ($n = 0; $n < $lvl; ++$n) {
/plugin/revisionsdue/
H A Dsyntax.php18 function revision_callback_search_wanted(&$data,$base,$file,$type,$lvl,$opts) { argument
/plugin/namespacesearch/
H A Dsyntax.php72 list($id, $type, $lvl) = array_values($namespace);
/plugin/pagetemplate/
H A Daction.php100 function _pt_search_backlinks(&$data,$base,$file,$type,$lvl,$opts){ argument
/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/tagentry/
H A Daction.php86 function _tagentry_search_tagpages( &$data, $base, $file, $type, $lvl, $opts ) { argument
/plugin/minimap/
H A Dsyntax.php352 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
/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/combo/syntax/
H A Dminimap.php359 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
/plugin/photogallery/phpThumb/docs/
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;
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)
/plugin/publish/
H A Dhelper.php387 function _search_helper(&$data, $base, $file, $type, $lvl, $opts) { argument
/plugin/git/
H A Dhelper.php13 function git_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/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php5084 $lvl = 0;
5093 if ($lvl > 0) {
5097 $lvl++;
5101 $lvl--;
5102 if ($lvl < 0) {
H A DMpdf.php15583 $lvl = 1;
15592 if ($lvl == 1) {
15595 $lvl--;
15603 if ($lvl == 1) {
15607 $lvl++;
/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)

123