Home
last modified time | relevance | path

Searched refs:level (Results 576 – 600 of 630) sorted by path

1...<<212223242526

/plugin/tindexmenu/
H A Dajax.php156 $level=-1;
161 $level=$max;
169 $opts= array('level' => $level,
/plugin/tindexmenu/syntax/
H A Dindexmenu.php113 if (is_numeric($ns_opt[2])) $level=$ns_opt[2];
180 array('level' => $level,
467 $level=$data[$i]['level'];
469 while ($data[$a]['level'] > $level && !$data[$a]['open']) {
/plugin/tline/
H A DCHANGES.txt165 Moved contents of /site up one level into /webapp -- per David H.
/plugin/tocselect/
H A Daction.php90 $level = $this->format_item($head, $current,$id);
91 if($start_level==0) $start_level = $level;
93 if($start_level != $level) {
/plugin/toctweak/
H A Dall.less136 // in case of toc list jumping one level
137 // (e.g. if heading level 3 follows directly after heading level 1)
/plugin/tuxquote/
H A Dquotes.txt2579 …product of civilization, and at present very few people have reached this level. <BR> -- Bertrand …
2745 Everyone rises to their level of incompetence. <BR> -- Laurence J. Peter (1919 - 1988)
3100 Because of the level of my chess game, I was able - even against a weak opponent, such as my younge…
3382 All trails have more uphill sections than they have level or downhill sections. <BR> -- Backpacker'…
3841 Never argue with a fool, they will lower you to their level and then beat you with experience.
4017 Real Daleks don't climb stairs - they level the building.
4091 At a certain raw motivational level, my primary use of the voicemail system is to make the little r…
/plugin/twcheckliste/
H A Drenderer.php.old102 function header($text, $level, $pos) {
104 if($level == 1){
107 $level = 2;
113 if($level == 2){
120 $this->doc .= '<h'.($level-1).'>';
122 $this->doc .= '</h'.($level-1).'>'.DOKU_LF;
128 function section_open($level) {
129 if($level < 3){
H A Dsyntax.php98 $level = 7 - strspn($title, '=');
99 if ($level < 1)
100 $level = 1;
103 $renderer -> header($title, $level, 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/txt2tags/
H A Dtxt2tags.class.php309 $level = strlen($m[1]);
312 if($level>$tocnbs[0])$tocnbs[$level] = 1;
313 else $tocnbs[$level]++;
314 if($level<$tocnbs[0])for($i=$level+1; $i<6; $i++) $tocnbs[$i] = 0;
319 $tocnbs[0] = $level;
326 if($this->maxtoclevels>=$level)
327 $toc[] = $this->sp($level) . "- [$txt #$anchor]";
441 $level = strlen($m[1]);
478 $level = $plevel+1;
480 $ListLevels[] = array($level, $spaces, $type);
[all …]
/plugin/upgrade/
H A Dadmin.php195 * @param string $level
198 public function log($level, $message)
200 echo '<div class="log-' . $level . '">' . $message . '</div>';
183 log($level, $message) global() argument
H A Dcli.php67 public function log($level, $message, array $context = array())
73 parent::log($level, $message, $context);
65 log($level, $message, array $context = array()) global() argument
H A Dhelper.php412 * @param string ...$level , $msg
417 $level = array_shift($args);
420 if ($this->logger) $this->logger->log($level, $msg);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DArchive.php17 * Set the compression level and type
19 * @param int $level Compression level (0 to 9)
23 abstract public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO); argument
H A DTar.php30 * @param int $level Compression level (0 to 9)
34 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO) argument
37 if ($level < -1 || $level > 9) {
38 throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');
41 $this->complevel = $level;
42 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;
H A DZip.php29 * Set the compression level.
36 * @param int $level Compression level (0 to 9)
40 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO) argument
42 if ($level < -1 || $level > 9) {
43 throw new ArchiveIllegalCompressionException('Compression level should be between -1 and 9');
45 $this->complevel = $level;
337 $deflate_context = deflate_init(ZLIB_ENCODING_DEFLATE, ['level' => $this->complevel]);
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md85 Stacktraces will be printed on log level `debug`.
145 loglevels and our own `success` level:
160 Messages from `warning` level onwards are printed to `STDERR` all below are printed to `STDOUT`.
162 The default log level of your script can be set by overwriting the `$logdefault` member.
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php120 'Minimum level of messages to display. Default is ' . $this->colors->wrap($this->logdefault, Colors::C_CYAN) . '. ' .
123 'level'
146 $level = $this->options->getOpt('loglevel', $this->logdefault);
147 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level');
149 if ($l == $level) break;
208 * Normal, positive outcome (This is not a PSR-3 level)
219 * @param string $level
223 protected function logMessage($level, $message, array $context = array()) argument
225 // is this log level wante
[all...]
H A DCLI.php119 * @param string $level
123 public function log($level, $message, array $context = array()) argument
125 $this->logMessage($level, $message, $context);
H A DPSR3CLIv3.php20 public function log($level, string|\Stringable $message, array $context = []): void argument
22 $this->logMessage($level, $message, $context);
/plugin/webcode/
H A DREADME.md73 …* Webcode has been restructured (with the use of addPattern) and can now wrap headers (level, sect…
107 * Object of one level are now supported in the javascript console.log function.
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js7814 var members=getMembers(value,level+1);
8017 var getMembers=function getMembers(object,level){if(!level){level=0 argument
8028 if(ordinal||ordinal==0){addMember("ordinal",ordinals,name,val,level)
8031 }else{addMember("userFunction",userFuncs,name,val,level)
8035 }else{addMember("user",userProps,(prefix+name),val,level)
8060 function expandMembers(members,toggles,offset,level){var expanded=0; argument
8064 if(member.level>level){break
8066 var newMembers=getMembers(member.value,level+1);
8082 …:value,type:type,rowClass:"memberRow-"+type,open:"",order:order,level:level,indent:level*16,hasChi…
8105 var level=parseInt(row.getAttribute("level"))-1;
[all …]
/plugin/webcomponent/_test/
H A DREADME.md25 // This is not on the savedir conf value level because it has no effect on the datadir value
/plugin/webcomponent/syntax/
H A Dcard.php161 $level = 7 - strspn($title, '=');
162 if ($level < 1) $level = 1;
166 $parameters['header']['level'] = $level;
229 $level = $parameters['header']['level'];
230 $this->header .= '<h' . $level . ' class="card-title">';
232 $this->header .= "</h$level>";
H A Dheading.php124 $level = strspn($title, self::getHeadingCharacter());
125 if ($level < 1) $level = 1;
131 $handler->_addCall('header', array($title, $level, $pos), $pos);
132 $handler->_addCall('section_open', array($level), $pos);
135 return array($state, array($title, $level, $pos));

1...<<212223242526