Home
last modified time | relevance | path

Searched refs:levels (Results 26 – 50 of 93) sorted by relevance

1234

/plugin/tagging/
H A Dhelper.php189 * Calculates the size levels for the given list of clouds
194 * @param int $levels
198 public function cloudData($tags, $levels = 10) { argument
204 for ($i = 0; $i <= $levels; $i++) {
205 $tresholds[$i] = pow($max - $min + 1, $i / $levels) + $min - 1;
215 $tags[$tag] = $levels;
/plugin/headernofloat/
H A Dsyntax.php16 var $levels = array( '######'=>1, variable in syntax_plugin_headernofloat
/plugin/latexit/
H A Drenderer.php423 $levels = array();
425 $levels[] = 'title';
428 $levels[] = 'part';
431 $levels[] = 'chapter';
433 array_push($levels, 'section', 'subsection', 'subsubsection', 'paragraph', 'subparagraph');
445 if (isset($levels[$level])) {
446 $this->_header($levels[$level], $text);
/plugin/tindexmenu/
H A DCREDITS16 Resolved incorrect namespaces levels bug.
/plugin/dw2pdf/
H A Daction.php200 $opts = ['depth' => $depth]; //recursive all levels
330 . ($this->getExportConfig('hasToC') ? implode('-', $this->getExportConfig('levels')) : '0')
427 $levels = $this->getExportConfig('levels');
460 $mpdf->h2toc = $levels;
979 $levels = [];
1014 $levels["H$level"] = $level - 1;
1018 $this->exportConfig['levels'] = $levels;
/plugin/metadisplay/
H A DREADME.md32 …vel <level> Minimum level of messages to display. Default is info. Valid levels are:
/plugin/indexmenu/
H A DCREDITS16 Resolved incorrect namespaces levels bug.
/plugin/behave/
H A Dbehave.js301 levels = 0, variable
308 levels++;
312 levels--;
328 var finalLevels = levels - toDecrement;
/plugin/survey/
H A DREADME.md3 Dokuwiki plugin to generate user surveys with multiple levels of questions and answers
/plugin/zip/pear/
H A DPEAR.php1053 $levels = array(E_USER_NOTICE => 'notice',
1086 implode("|", $modes), $levels[$this->level],
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt109 You can use up to five different levels of headlines to structure your content. If you have more th…
169 * You may have different levels
174 - Just use indention for deeper levels
180 * You may have different levels
185 - Just use indention for deeper levels
/plugin/publist/bib2tpl/lib/
H A DPEAR.php1022 $levels = array(E_USER_NOTICE => 'notice',
1055 implode("|", $modes), $levels[$this->level],
/plugin/issuetracker/
H A DREADME72 Define severity levels you will use = Query,Minor,Medium,Major,Critical,
75 Define issue status levels you = New,Assigned,External Pending,In
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php1022 $levels = array(E_USER_NOTICE => 'notice',
1055 implode("|", $modes), $levels[$this->level],
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php1022 $levels = array(E_USER_NOTICE => 'notice',
1055 implode("|", $modes), $levels[$this->level],
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md39 - Log levels are not shortened to 4 characters anymore. e.g. a warning record
H A DCHANGELOG.md438 …* Added FilterHandler to filter records and only allow those of a given list of levels through to …
474 …* Added ChannelLevelActivationStrategy for the FingersCrossedHandler to customize levels by channel
491 * Added Monolog\Logger::getLevels() to get all available levels
514 * Fixed GelfMessageFormatter levels on Windows
542 * Added NOTICE and EMERGENCY levels to conform with RFC 5424
H A DREADME.md15 As of 1.11.0 Monolog public APIs will also accept PSR-3 log levels.
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt110 You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
170 * You may have different levels
175 - Just use indention for deeper levels
181 * You may have different levels
186 - Just use indention for deeper levels
/plugin/dokutexit/
H A Dlatex.php118 $levels = array(
126 if ( isset($levels[$level]) ) {
127 $token = $levels[$level];
129 $token = $levels[1];
/plugin/siteexport/renderer/
H A Dpdf.php29 public $levels = array( '======'=>1, variable in renderer_plugin_siteexport_pdf
/plugin/odt/
H A Dexample.css180 /* Layouts for different list levels.
/plugin/nodetailsxhtml/
H A Drenderer.php23 private $levels = array( '======'=>1, variable in renderer_plugin_nodetailsxhtml
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js13394 var levels;
13399 computeForwardSlotSegs(levels);
13400 if ((level0 = levels[0])) {
13508 var levels = [];
13521 (levels[j] || (levels[j] = [])).push(seg);
13523 return levels;
13527 function computeForwardSlotSegs(levels) {
13534 level = levels[i];
13793 var levels = [];
13811 (levels[j] || (levels[j] = [])).push(seg);
[all …]

1234