Home
last modified time | relevance | path

Searched refs:levels (Results 76 – 93 of 93) sorted by last modified time

1234

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/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/tuxquote/
H A Dquotes.txt1072 …atural selection, from lower and cruder to higher and more sophisticated levels, except in Kansas.…
/plugin/html2pdf/html2pdf/html2ps/
H A Drender.stacking.context.class.php23 function set_stacking_levels($levels) { argument
24 $this->_stacking_levels = $levels;
H A DChangeLog1107 levels were rendered incorreclty
/plugin/advrack/
H A Djquery.qtip.js489 levels = notation.split('.');
492 while( option = option[ levels[i++] ] ) {
493 if(i < levels.length) { obj = option; }
496 return [obj || options, levels.pop()];
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php1022 $levels = array(E_USER_NOTICE => 'notice',
1055 implode("|", $modes), $levels[$this->level],
/plugin/behave/
H A Dbehave.js301 levels = 0, variable
308 levels++;
312 levels--;
328 var finalLevels = levels - toDecrement;
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/headernofloat/
H A Dsyntax.php16 var $levels = array( '######'=>1, variable in syntax_plugin_headernofloat
/plugin/dokutexit/
H A Dlatex.php118 $levels = array(
126 if ( isset($levels[$level]) ) {
127 $token = $levels[$level];
129 $token = $levels[1];
/plugin/tindexmenu/
H A DCREDITS16 Resolved incorrect namespaces levels bug.
/plugin/bible/bible_douayRheims/
H A DJosue.txt258 …ns and in the plains over against the south side of Ceneroth, and in the levels and the countries …
/plugin/composer/
H A Dsyntax.php522 $levels = preg_split("/#/",$instr[1][0]);
525 $instr[1][0] = $id . "#" . $levels[sizeof($levels)-1];
/plugin/processing/
H A Dscript.js9947 var levels = p.floor(param);
9948 if ((levels < 2) || (levels > 255)) {
9951 var levels1 = levels - 1;
9956 rlevel = (((rlevel * levels) >> 8) * 255) / levels1;
9957 glevel = (((glevel * levels) >> 8) * 255) / levels1;
9958 blevel = (((blevel * levels) >> 8) * 255) / levels1;
/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/lastfm/inc/
H A Dlastfmutils.php352 $levels[] = $currTag;
361 foreach ($levels as $level)
371 $levels[] = ":arr#" . ++$multipleData[$currTag]["multiple_count"];
382 foreach ($levels as $level)
418 & $levels, & $prevTag, & $multipleData, & $xml) argument
432 array_pop($levels);
442 $prevTag = array_pop($levels);
445 $prevTag = array_pop($levels);
/plugin/zip/pear/
H A DPEAR.php1053 $levels = array(E_USER_NOTICE => 'notice',
1086 implode("|", $modes), $levels[$this->level],

1234