Home
last modified time | relevance | path

Searched refs:level (Results 301 – 325 of 630) sorted by relevance

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

/plugin/indexmenu/
H A Daction.php218 $level = -1; //opened levels. -1=all levels open
225 $level = $max;
227 if ($INPUT->int('level', -10) >= -1) {
228 $level = $INPUT->int('level');
244 //not set via javascript at the moment.. ajax opens per level, so subnss has no use here
274 'level' => $level,
463 $level = -1;
471 $level
[all...]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php466 $level = 3;
471 $level = 1;
484 'level' => $level,
/plugin/extlist/
H A Dsyntax.php179 private function olist_marker($level) argument
181 $num = $this->olist_info[$level];
182 //error_log('olist lv='.$level.' list_class='.$this->list_class['ol'].' num='.$num);
193 if ($level == 1) {
196 for ($i = 2; $i <= $level; $i++) {
236 $this->olist_level++; // increase olist level
261 $this->olist_level--; // reduce olist level
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php157 $variableName = "level";
245 $level = PageLevel::createForPage($this->requestedPage)->getValue();
253 $this->parameters[] = $predicateValue + $level;
279 // We do nothing because the token may have been printed at a higher level such as order by
382 $level = PageLevel::createForPage($this->requestedPage)->getValue();
383 $this->parameters[] = $level;
391 $tableName = "\tpages\nwhere\n\tpath != ?\n\tand path like ?\n\tand level >= ?\n";
H A DTemplateForWebPage.php835 $level = $message['lvl'];
836 $messagesByLevel[$level][] = $message;
840 foreach ($messagesByLevel as $level => $messagesForLevel) {
841 $level = ucfirst($level);
842 switch ($level) {
852 $levelName = $level;
/plugin/zip/pear/
H A DPEAR.php822 var $level = E_USER_NOTICE; variable in PEAR_Error
867 $this->level = E_USER_NOTICE;
873 $this->level = $options;
885 trigger_error($this->getMessage(), $this->level);
1086 implode("|", $modes), $levels[$this->level],
/plugin/purplenumbers/
H A Dplugin.info.txt6 desc Adds "Purple Numbers" (granular IDs) to every block level element.
/plugin/markdownextra/
H A Dmarkdown.php949 $level = $matches[2]{0} == '=' ? 1 : 2;
950 $block = "<h$level>".$this->runSpanGamut($matches[1])."</h$level>";
954 $level = strlen($matches[1]);
955 $block = "<h$level>".$this->runSpanGamut($matches[2])."</h$level>";
2651 $level = $matches[3]{0} == '=' ? 1 : 2;
2652 $attr = $this->doExtraAttributes("h$level", $dummy =& $matches[2]);
2653 $block = "<h$level$attr>".$this->runSpanGamut($matches[1])."</h$level>";
2657 $level = strlen($matches[1]);
2658 $attr = $this->doExtraAttributes("h$level", $dummy =& $matches[3]);
2659 $block = "<h$level$attr>".$this->runSpanGamut($matches[2])."</h$level>";
/plugin/editsections2/
H A Daction.php240 $level = $sections[$i][$sec_level];
243 if ($level >= $sections[$j][$sec_level]) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckundo.js196 FCKUndo._ApplyUndoLevel = function( level ) argument
198 var oData = this.SavedData[ level ] ;
/plugin/overlay/
H A Dplugin.info.txt6 desc Creates independent window at the template level that can be moved, toggled, resized
H A DREADME.md2 Creates a window at the template level that can be opened and closed into which navigation plugins …
/plugin/siteexport/inc/
H A DreadCSS.patch230 $level = count($tags);
239 if ($level==1) { $tag = $t; }
240 else if ($level==2 && preg_match('/^[:](.*)$/',$t2,$m)) {
244 else if ($level==2) { $tag = $t.'>>NAMED>>'.$t2; }
245 else if ($level==3 && preg_match('/^[:](.*)$/',$t3,$m)) {
253 else if ($level == 1) { // e.g. p or .class or #id or p.class or p#id
273 for($n=0;$n<$level;$n++) {
298 $x['depth'] = $level;
/plugin/include/
H A Daction.php141 * Supplies the current section level to the include syntax plugin
149 $level = 0;
157 $ins[$i][1][1][4] = $level;
169 $level = $ins[$i][1][0];
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php138 $prevErrorHandler = set_error_handler(function ($level, $message, $file, $line) use (&$prevErrorHandler) {
139 if (\E_USER_DEPRECATED === $level) {
143 return $prevErrorHandler ? $prevErrorHandler($level, $message, $file, $line) : false;
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/
H A DFlatNormalizerStrategy.php29 public function addItem(int $level, ListItem $listItemToAdd): void
27 addItem(int $level, ListItem $listItemToAdd) global() argument
/plugin/publist/bib2tpl/lib/
H A DPEAR.php804 var $level = E_USER_NOTICE; variable in PEAR_Error
855 $this->level = E_USER_NOTICE;
862 $this->level = $options;
877 trigger_error($this->getMessage(), $this->level);
1055 implode("|", $modes), $levels[$this->level],
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php804 var $level = E_USER_NOTICE; variable in PEAR_Error
855 $this->level = E_USER_NOTICE;
862 $this->level = $options;
877 trigger_error($this->getMessage(), $this->level);
1055 implode("|", $modes), $levels[$this->level],
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php804 var $level = E_USER_NOTICE; variable in PEAR_Error
855 $this->level = E_USER_NOTICE;
862 $this->level = $options;
877 trigger_error($this->getMessage(), $this->level);
1055 implode("|", $modes), $levels[$this->level],
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php58 $level = Logger::CRITICAL, argument
75 $level,
H A DStreamHandler.php54 …public function __construct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermis… argument
56 parent::__construct($level, $bubble);
H A DPushoverHandler.php105 $level = Logger::CRITICAL, argument
121 $level,
/plugin/htmlokay/
H A Dsyntax.php264 function script_matches($match, $level) argument
266 if ($level < 3)
332 function style_matches($match, $level) argument
336 if ($level == 2 && preg_match_all('/(#\w+)/', $match, $matches))
/plugin/text/
H A Drenderer.php112 function header($text, $level, $pos, $returnonly = false) { argument
116 function section_open($level) { argument
301 * @param int $level the nesting level
304 function listitem_open($level, $node=false) { argument
/plugin/dbquery/
H A Drenderer.php24 public function header($text, $level, $pos) argument

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