Home
last modified time | relevance | path

Searched refs:level (Results 76 – 100 of 630) sorted by relevance

12345678910>>...26

/plugin/bez/mdl/
H A DModel.php5 //ACL level defines
26 protected $level = BEZ_AUTH_NONE; variable in dokuwiki\\plugin\\bez\\mdl\\Model
71 protected function update_level($level) { argument
72 if ($level > $this->level) {
73 $this->level = $level;
78 return $this->level;
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js42 var level = 1;
70 if( level !== 1 && event.keyCode === 27 ) {
77 if( level !== 1 ) {
150 level = scale;
153 if( level !== 1 ) {
174 window.scroll( scrollOffset.x, scrollOffset.y - ( 1 - ( mouseY / rangeY ) ) * ( 14 / level ) );
183 window.scroll( scrollOffset.x - ( 1 - ( mouseX / rangeX ) ) * ( 14 / level ), scrollOffset.y );
187 …window.scroll( scrollOffset.x + ( 1 - ( window.innerWidth - mouseX ) / rangeX ) * ( 14 / level ), …
213 if( level !== 1 ) {
265 level = 1;
[all …]
/plugin/odt/ODT/
H A DODTIndex.php272 $level = $count + 1;
273 …'<text:'.$tag.'-entry-template text:outline-level="'.$level.'" text:style-name="'.$p_styles [$leve…
274 … $content .= '<text:index-entry-link-start text:style-name="'.$stylesLNames [$level].'"/>';
335 $level = $params [3];
336 $content .= '<text:p text:style-name="'.$p_styles [$level].'">';
338 …rams [0].'" text:style-name="'.$stylesLNames [$level].'" text:visited-style-name="'.$stylesLNames …
382 $level = $params [3];
383 $content .= '<text:p text:style-name="'.$p_styles [$level].'">';
385 …rams [0].'" text:style-name="'.$stylesLNames [$level].'" text:visited-style-name="'.$stylesLNames …
H A DODTHeading.php17 * @param int $level header level
20 …static public function heading(ODTInternalParams $params, $text, $level, $element=NULL, $attribute… argument
26 $style = $params->document->getStyleName('heading'.$level);
44 $params->content .= '<text:h text:style-name="'.$style.'" text:outline-level="'.$level.'">';
59 $params->document->tocAddItemInternal($TOCRef, $hid, $text, $level);
H A DODTDocument.php632 * @param int $level the nesting level
688 * @param int $level header level
703 * @param int $level header level
1030 * @param int $level The nesting level
1049 * @param int $level The nesting level
1397 for ($level = 1 ; $level < 11 ; $level++) {
1401 $outline_style->setPropertyForLevel($level, 'display-levels', $level);
1896 * @param int $level the nesting level
1904 if ($params [3] == $level) {
2291 for ($level = 1 ; $level < 11 ; $level++) {
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php97 foreach ($this->defaultExceptionLevelMap() as $class => $level) {
99 $this->uncaughtExceptionLevelMap[$class] = $level;
132 public function registerFatalHandler($level = null, int $reservedMemorySize = 20): self argument
137 $this->fatalLevel = null === $level ? LogLevel::ALERT : $level;
183 $level = LogLevel::ERROR;
186 $level = $candidate;
192 $level,
221 $level = $this->errorLevelMap[$code] ?? LogLevel::CRITICAL;
222 …$this->logger->log($level, self::codeToString($code).': '.$message, ['code' => $code, 'message' =>…
/plugin/acmenu/
H A Dsyntax.php125 $level = 0;
126 $tree = $this->_tree($ns_acmenu, $level);
222 * @param string $level
223 * the indentation level from which start to build the tree structure
230 * ["level"] => (int) "<level>"
236 * ["level"] => (int) "<level>"
251 private function _tree($ns_acmenu, $level) argument
255 $level
[all...]
/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/combo/ComboStrap/
H A DCallStack.php428 $level = 0;
434 $level++;
437 $level--;
440 if ($level > 0) {
445 if ($level > 0) {
525 * On the same level
548 $level = 0;
555 $level++;
565 $level--;
569 if ($level
[all...]
H A DOutlineSection.php188 $level = $this->headingEnterCall->getInstructionCall()[1][1];
191 $level = $this->headingEnterCall->getAttribute(HeadingTag::LEVEL);
196 return DataType::toInteger($level);
199 LogUtility::internalError("The level ($level) could not be cast to an integer", self::CANONICAL);
261 public function setLevel(int $level): OutlineSection argument
265 $this->headingEnterCall->getInstructionCall()[1][1] = $level;
268 $this->headingEnterCall->setAttribute(HeadingTag::LEVEL, $level);
270 $headingExitCall->setAttribute(HeadingTag::LEVEL, $level);
H A DTreeVisit.php9 public static function visit(TreeNode $tree, Callable $function, int $level = 0) argument
11 call_user_func($function, $tree, $level);
13 $childLevel = $level + 1;
/plugin/blogtng/syntax/
H A Dheader.php59 list($text, $level) = $data;
66 $renderer->toc_additem($hid, $text, $level);
69 … $renderer->doc .= DOKU_LF.'<h'.$level.'><a name="'.$hid.'" id="'.$hid.'" href="'.wl($ID).'">';
71 $renderer->doc .= "</a></h$level>".DOKU_LF;
/plugin/creole/syntax/
H A Dlistblock.php89 $level = strlen(trim($match)); // Creole
90 if ($level <= 1) {
92 if ($c > $level) $level = $c; // DokuWiki
94 return $level;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php51 public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true) argument
59 parent::__construct($level, $bubble);
129 $level = $this->level;
131 $records = array_filter($records, function ($record) use ($level) {
132 return ($record['level'] >= $level);
/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...]
/plugin/complex_lists/complex_lists/
H A Dsyntax.php172 function getLevelText($counters, $level) argument
174 $str = $this->list_styles[$level - 1];
177 $n = $counters[$level];
308 $level = 1;
345 if ($first > $level)
346 $first = $level + 1;
366 --$level;
370 if ($command[1] > $level)
371 $level = $command[1];
372 $lcounters[$level] = $command[2];
/plugin/latexport/_test/
H A Dcommand.php18 public $level; variable in CommandHeader
21 function __construct($text, $level, $pos) { argument
24 $this->level = $level;
43 public $level; variable in CommandListItemOpen
45 function __construct($level) { argument
47 $this->level = $level;
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php75 $level=0; // level of bulletpoints, e.g. * is level 1, *** is level 3. variable
79 $level++;
81 while ($level>1)
84 $level--;
89 $level=0; // level of list items, e.g. - is level variable
[all...]
/plugin/tabbox/
H A Dsyntax.php136 $level = $this->_getProtected($R, 'lastlevel') + 1;
137 if($level > 5) $level = 5;
143 …$R->doc .= DOKU_LF . '<h' . $level . ' class="hl '. $R->startSectionEdit($pos, array('target' => …
145 …$R->doc .= DOKU_LF . '<h' . $level . ' class="hl '. $R->startSectionEdit($pos, 'section', $name) …
148 $R->doc .= "</h$level>" . DOKU_LF;
/plugin/owncloud/ajax/
H A Dfilelist.php30 $level = 'level0'; variable
34 $level = ""; variable
35 for($i = 0; $i <= $levelInt; $i++) $level .= "level$i ";
54 …if(empty($folders) && empty($files)) echo '<tr class="collapsed row '.$level.'"><td colspan="5" '…
62 echo '<tr class="collapsed row'.$nr.' '.$level.'">';
86 echo '<tr title="'.$desc.'" class="row'.$nr.' '.$level.'">';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DPose.php82 public function setLevel(Level $level) argument
84 $this->level = $level;
91 return $this->level;
/plugin/impressjs/
H A Drenderer.php56 public function header($text, $level, $pos) { argument
63 $this->doc .= "<div class='".($level == 1 ? '' : 'slide ')."step' ";
66 $this->doc .= "<h$level>$text</h$level>";
/plugin/blogtng/renderer/
H A Dcomment.php31 * @param int $level header level
34 function header($text, $level, $pos, $returnonly = false) { argument
43 * @param int $level section level (as determined by the previous header)
45 function section_open($level) {} argument
/plugin/s5reloaded/
H A Drenderer.php189 function header($text, $level, $pos) { argument
190 if($level == 1){
193 $level = 2;
199 if($level == 2){
207 $this->doc .= '<h'.($level-1).'>';
209 $this->doc .= '</h'.($level-1).'>'.DOKU_LF;
215 function section_open($level) { argument
/plugin/dw2pdf/_test/
H A DRendererTest.php38 foreach ($levels as $i => $level) {
39 $actualbookmarklevel = $this->callInaccessibleMethod($Renderer, 'calculateBookmarklevel', [$level]);
40 $this->assertEquals($expectedbookmarklevels[$i], $actualbookmarklevel, "index:$i, lvl:$level");

12345678910>>...26