Home
last modified time | relevance | path

Searched refs:level (Results 326 – 350 of 630) sorted by relevance

1...<<11121314151617181920>>...26

/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php555 $level = 3;
560 $level = 1;
573 'level' => $level,
H A DCli.php362 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
409 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php515 $level = 3;
520 $level = 1;
531 'level' => $level,
H A DComponent.php629 $level = 3;
640 $level = 1;
645 'level' => $level,
H A DCli.php347 $this->log(' ['.$levels[$warn['level']].'] '.$warn['message'].$extra);
389 $this->log(' ['.$levels[$warn['level']].'] '.$warn['message'].$extra);
/plugin/indexmenu2/cms/templates/DropdownSlide/
H A Dmenu.css2 * this file describes only menu structure level-by level
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A Dphpstan.neon.dist6 level: max
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php336 public $level; variable in Google_Contest
380 public function setLevel( $level) { argument
381 $this->level = $level;
384 return $this->level;
/plugin/nodisp/
H A DREADME.md4 ``n`` is an acl level. Any acl permission less then ``n`` is
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php245 $level = $this->getColorLevel($percent);
253 $template->setVar(['level' => $level, 'percent' => sprintf('%.2F', $percent)]);
/plugin/sitemapnavi/
H A Dhelper.php15 $level = $this->getNumberOfSubnamespaces($baseNS) + 1;
19 … search($pages, $conf['datadir'], 'search_index', array('ns' => $currentNS), $subdir, $level);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php361 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
407 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php361 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
407 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php361 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
407 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
/plugin/docnavigation/syntax/
H A Dtoc.php111 $level = $end;
113 $start = $level;
161 $pageitem['level'] = 1;
188 if ($tocitem['level'] < $options['includeheadings'][0] || $tocitem['level'] > $options['includeheadings'][1]) {
202 $item['level'] = $tocitemlevel + $tocitem['level'] - $options['includeheadings'][0];
/plugin/twofactor/
H A DGoogleAuthenticator.php111 $level = !empty($params['level']) && array_search($params['level'], array('L', 'M', 'Q', 'H')) !== false ? $params['level'] : 'M';
118 return "https://api.qrserver.com/v1/create-qr-code/?data=$urlencoded&size=${width}x${height}&ecc=$level";
/plugin/revealjs/
H A Drenderer.php268 function section_open($level) {} argument
416 * @param int $level the nesting level
421 function listitem_open($level, $node=false) { argument
/plugin/settingstree/settings/
H A Dsettingslevel.class.php219 $level = new settingslevel_export($this->_hierarchy,$this,$this->path);
220 $level->setOptions($options);
221 return $level;
/plugin/indexmenu/syntax/
H A Dindexmenu.php70 $level = -1; // requested depth of initial opened nodes, -1:all
91 //split namespace,level,theme
99 //split subnamespaces with their level of open/closed nodes
113 isset($subns_lvl[1]) && is_numeric($subns_lvl[1]) ? $subns_lvl[1] : -1 // level
122 //split level
125 $level = (int)$matched_ns_lvl[2];
323 'level' => $level, // requested depth of initial opened nodes, -1:all
413 //opts for search(): level, nons, nopg, subnss, max, maxajax, js, skipns, skipfile, skipnscombined,
445 //add ns of current page to let open these nodes (within the $ns), open only 1 level
[all...]
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php510 $level = 1;
512 while (isset($Line['text'][$level]) and $Line['text'][$level] === '#')
514 $level ++;
517 if ($level > 6)
526 'name' => 'h' . min(6, $level),
/plugin/editsections/
H A Dplugin.info.txt6 …l) or flat edit sections. Nested edit sections cover the same indentation level as their heading. …
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js884 var level = line.charAt(0) == '=' ? 1 : 2;
885 var block = "<h" + level + ">" + self.runSpanGamut(span) + "</h" + level + ">";
906 var level = hashes.length;
907 var block = "<h" + level + ">" + self.runSpanGamut(span) + "</h" + level + ">";
2301 var level = line.charAt(0) == '=' ? 1 : 2;
2303 var block = "<h" + level + attr + ">" + self.runSpanGamut(span) + "</h" + level + ">";
2325 var level = hashes.length;
2327 var block = "<h" + level + attr + ">" + self.runSpanGamut(span) + "</h" + level + ">";
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMailHandler.php34 if ($record['level'] < $this->level) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.asciidoc86 $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = cluster,indices,shards) (Default = indices)

1...<<11121314151617181920>>...26