Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 115) sorted by relevance

12345

/plugin/odt/ODT/styles/
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;
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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
DOffice.php30 public $levels; variable in Google\\Service\\CivicInfo\\Office
63 public function setLevels($levels) argument
65 $this->levels = $levels;
72 return $this->levels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DTreemapChartSpec.php43 public $levels; variable in Google\\Service\\Sheets\\TreemapChartSpec
154 public function setLevels($levels) argument
156 $this->levels = $levels;
163 return $this->levels;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
DLogger.php103 protected static $levels = [ variable in Monolog\\Logger
391 return array_flip(static::$levels);
404 if (!isset(static::$levels[$level])) {
405 …tion('Level "'.$level.'" is not defined, use one of: '.implode(', ', array_keys(static::$levels)));
408 return static::$levels[$level];
435 …vel.'" is not defined, use one of: '.implode(', ', array_keys(static::$levels) + static::$levels));
439 …ue).'" is not defined, use one of: '.implode(', ', array_keys(static::$levels) + static::$levels));
/plugin/lastfm/inc/
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/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
DStreamLogger.php23 protected static $levels = array( variable in Mustache_Logger_StreamLogger
74 if (!array_key_exists($level, self::$levels)) {
102 if (!array_key_exists($level, self::$levels)) {
106 if (self::$levels[$level] >= self::$levels[$this->level]) {
/plugin/asciidocjs/node_modules/clean-css/lib/tokenizer/
Dtokenize.js90 var levels = [];
147 levels.push(level);
151 levels.push(level);
178 level = levels.pop();
187 level = levels.pop();
195 levels.push(level);
200 level = levels.pop();
204 levels.push(level);
209 level = levels.pop();
253 levels.push(level);
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DTidy.php15 public $levels = array(0 => 'none', 'light', 'medium', 'heavy'); variable in HTMLPurifier_HTMLModule_Tidy
77 if ($level == $this->levels[0]) {
81 for ($i = 1, $c = count($this->levels); $i < $c; $i++) {
82 $activated_levels[] = $this->levels[$i];
83 if ($this->levels[$i] == $level) {
/plugin/data/syntax/
Dcloud.php209 protected function cloudWeight(&$tags, $min, $max, $levels) argument
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;
Dtaglist.php41 protected function cloudWeight(&$tags, $min, $max, $levels) argument
43 parent::cloudWeight($tags, $min, $max, $levels);
/plugin/data-au/syntax/
Dcloud.php194 protected function _cloud_weight(&$tags, $min, $max, $levels) { argument
195 $levels--;
199 for($i = 0; $i <= $levels; $i++) {
200 $tresholds[$i] = pow($max - $min + 1, $i / $levels) + $min - 1;
210 $tags[$tag['value']]['lvl'] = $levels;
Dtaglist.php37 protected function _cloud_weight(&$tags, $min, $max, $levels) { argument
38 parent::_cloud_weight($tags, $min, $max, $levels);
/plugin/htmlokay/
Dhelper.php325 $levels = array('none' => 0, 'strict' => 1, 'medium' => 2, 'lax' => 3, 'su' => 4);
329 if(array_key_exists ( $info , $levels)) {
330 $this->access_level = $levels[$htmlok[$info]];
331 return $levels[$htmlok[$info]];
339 if ($levels[$temp] > $level)
341 $level = $levels[$temp];
Dadmin.php139 $levels = array('none' => 0, 'strict' => 1, 'medium' => 2, 'lax' => 3, 'su' => 4);
149 if ($levels[$level] < $display)
151 $display = $levels[$level];
159 $levels = array_keys($levels);
160 $new_inf['display'] = $levels[$display];
Dplugin.info.txt6 desc Restricts HTML access to designated users and groups at one of four access levels.
/plugin/dw2pdf/_test/
DRendererTest.php18 $levels = [
38 foreach ($levels as $i => $level) {
/plugin/html2pdf/html2pdf/html2ps/
Drender.stacking.context.class.php23 function set_stacking_levels($levels) { argument
24 $this->_stacking_levels = $levels;
/plugin/blogtng/helper/
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/authgooglesheets/vendor/google/apiclient-services/src/
DCivicInfo.php133 'levels' => [
153 'levels' => [
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DCache.php18 public static $levels = [ variable in MatrixPhp\\Cache
/plugin/advanced/lang/en/config/
Dacl.txt13 There are 7 permission levels represented by an integer. Higher levels include lower ones. If you c…
/plugin/pegel/
Dplugin.info.txt6 desc Display current water levels as reported by pegelonline
/plugin/emphasis/
Dplugin.info.txt6 desc Enables different levels of highlighted text
/plugin/survey/
Dplugin.info.txt6 desc Dokuwiki plugin to generate user surveys with multiple levels of questions and answers

12345