Home
last modified time | relevance | path

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

1234

/plugin/siteexport/renderer/
H A Dpdf.php29 public $levels = array( '======'=>1, variable in renderer_plugin_siteexport_pdf
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt945 <min> and <max> are the clip points for the levels
/plugin/nodetailsxhtml/
H A Drenderer.php23 private $levels = array( '======'=>1, variable in renderer_plugin_nodetailsxhtml
/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/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs22417 /* TODO: outline levels */
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md759 - ToC if nested > 3 levels, line spacing reduces and starts to overlap
/plugin/dw2pdf/_test/
H A DRendererTest.php18 $levels = [
38 foreach ($levels as $i => $level) {
/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/data/syntax/
H A Dcloud.php207 * @param $levels int The number of levels you want. A 5 gives levels 0 to 4.
209 protected function cloudWeight(&$tags, $min, $max, $levels)
211 $levels--;
215 for ($i = 0; $i <= $levels; $i++) {
216 $tresholds[$i] = ($max - $min + 1) ** ($i / $levels) + $min - 1;
226 $tags[$tag['value']]['lvl'] = $levels;
200 _cloud_weight(& $tags, $min, $max, $levels) global() argument
H A Dtaglist.php39 * @param $levels int The number of levels you want. A 5 gives levels 0 to 4.
41 protected function cloudWeight(&$tags, $min, $max, $levels)
43 parent::cloudWeight($tags, $min, $max, $levels);
35 _cloud_weight(& $tags, $min, $max, $levels) global() argument
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md159 Convenience methods for all log levels are available. Placeholder interpolation as described in PSR-3 is available, too.
/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/autonumbering/
H A DREADME.md2 This plugin allows the use of multiple counters with multiples levels, within the same page in doku…
H A Dplugin.info.txt6 desc This plugin allows the use of multiples counters with multiples levels, within the same page.
/plugin/odt/ODT/styles/
H A DODTTextListStyle.php211 $levels = '';
256 $levels .= ' <'.$element.' '.$style_attr.">\n";
259 $levels .= ' <style:list-level-properties '.$level_list."/>\n";
261 $levels .= ' <style:list-level-properties '.$level_list.">\n";
262 $levels .= ' <style:list-level-label-alignment '.$level_label."/>\n";
263 $levels .= " </style:list-level-properties>\n";
267 $levels .= ' <style:text-properties '.$text.'/>'."\n";
269 $levels .= " </".$element.">\n";
275 if ( !empty($levels) ) {
276 $style .= $levels;
H A DODTTextOutlineStyle.php162 $levels = '';
191 $levels .= ' <text:outline-level-style '.$level.">\n";
194 $levels .= ' <style:list-level-properties '.$level_list."/>\n";
196 $levels .= ' <style:list-level-properties '.$level_list.">\n";
197 $levels .= ' <style:list-level-label-alignment '.$level_label."/>\n";
198 $levels .= " </style:list-level-properties>\n";
202 $levels .= ' <style:text-properties '.$text.'/>';
204 $levels .= " </text:outline-level-style>\n";
210 if ( !empty($levels) ) {
211 $style .= $levels;
/plugin/odt/
H A Dexample.css180 /* Layouts for different list levels.
/plugin/blogtng/helper/
H A Dtags.php283 private function _cloud_weight(&$tags,$min,$max,$levels){ argument
287 for($i=1; $i<=$levels; $i++){
288 $tresholds[$i] = pow($max - $min + 1, $i/$levels) + $min;
298 $tags[$tag] = $levels;
/plugin/advanced/lang/en/config/
H A Dacl.txt13 There are 7 permission levels represented by an integer. Higher levels include lower ones. If you c…
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md633 typically be spread across several function calls, or even several levels of
/plugin/ckgedit/ckeditor/
H A DCHANGES.md532 …nts in preservation of list numbering, styling and indentation (nested lists with multiple levels).
546 * [#7209](https://dev.ckeditor.com/ticket/7209): Fixed: Lists with 3 levels not [pasted from Word](…
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js53 …h(d,function(a,b){a.attributes["cke-list-level"]=e[b]});return{indents:c,levels:e,diffs:k}}},guess…
/plugin/html5video2/script/
H A Dvideo.min.js12levels[t],t=new RegExp("^("+r+")$");"log"!==e&&i.unshift(e.toUpperCase()+":"),i.unshift(a+":"),m&&… class in n
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2levels:{enumerable:!0,value:[]}}),this.autoUpdate=!0}function Na(t,e){t&&t.isGeometry&&console.err…

1234