Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 25 of 73) sorted by last modified time

123

/plugin/siteexport/inc/
H A Dmpdf.php67 public function message($msg, $vars = null, $lvl = 1) argument
70 $this->debugObj->message($msg, $vars, $lvl);
/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/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/bureaucracy/helper/
H A Dactiontemplate.php344 $lvl = substr_count($ID, ':');
345 for ($n = 0; $n < $lvl; ++$n) {
/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/combo/syntax/
H A Dminimap.php359 search($data, $conf['datadir'], 'search_universal', $search_opts, $ns, $lvl = 1, $sort);
/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/do/
H A Daction.php139 $lvl = -1;
149 $lvl = -1;
152 $lvl = 1;
163 msg(sprintf($jslang[$key], $status), $lvl);
/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/mathpublish/
H A Dsyntax.php213 * @param int $lvl
215 protected function _msg($str, $lvl = 0) { argument
218 msg($str, $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/discussion/
H A Dconvert.php58 function search_discussionpages(&$data, $base, $file, $type, $lvl, $opts) { argument
/plugin/publish/
H A Dhelper.php387 function _search_helper(&$data, $base, $file, $type, $lvl, $opts) { argument
/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/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/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/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/displayorphans/
H A Dhelper.php52 …function /* bool */ _filterItem(&$data, $base, /* string */ $file, /* string */ $type, $lvl, $opts) argument
/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/webdav/core/
H A DUtils.php135 * @param integer $lvl
140 public static function searchCallback(&$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/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));

123