/plugin/odt/ODT/styles/ |
H A D | ODTTextOutlineStyle.php | 162 $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;
|
H A D | ODTTextListStyle.php | 211 $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/ |
H A D | Office.php | 30 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/ |
H A D | TreemapChartSpec.php | 43 public $levels; variable in Google\\Service\\Sheets\\TreemapChartSpec 154 public function setLevels($levels) argument 156 $this->levels = $levels; 163 return $this->levels;
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/ |
H A D | StreamLogger.php | 23 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/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
H A D | Logger.php | 103 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/ |
H A D | lastfmutils.php | 352 $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/data-au/syntax/ |
H A D | cloud.php | 194 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;
|
H A D | taglist.php | 37 protected function _cloud_weight(&$tags, $min, $max, $levels) { argument 38 parent::_cloud_weight($tags, $min, $max, $levels);
|
/plugin/data/syntax/ |
H A D | cloud.php | 207 * @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 D | taglist.php | 39 * @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/htmlokay/ |
H A D | helper.php | 325 $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];
|
H A D | admin.php | 139 $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];
|
H A D | plugin.info.txt | 6 desc Restricts HTML access to designated users and groups at one of four access levels.
|
/plugin/dw2pdf/_test/ |
H A D | RendererTest.php | 18 $levels = [ 38 foreach ($levels as $i => $level) {
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | render.stacking.context.class.php | 23 function set_stacking_levels($levels) { argument 24 $this->_stacking_levels = $levels;
|
/plugin/blogtng/helper/ |
H A D | tags.php | 283 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/ |
H A D | CivicInfo.php | 133 'levels' => [ 153 'levels' => [
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | unindentedCollections.yml | 13 test: Nested unindented collection (two levels) 25 test: Nested unindented collection (three levels)
|
/plugin/advanced/lang/en/config/ |
H A D | acl.txt | 13 There are 7 permission levels represented by an integer. Higher levels include lower ones. If you c…
|
/plugin/emphasis/ |
H A D | plugin.info.txt | 6 desc Enables different levels of highlighted text
|
/plugin/survey/ |
H A D | plugin.info.txt | 6 desc Dokuwiki plugin to generate user surveys with multiple levels of questions and answers
|
/plugin/autonumbering/ |
H A D | plugin.info.txt | 6 desc This plugin allows the use of multiples counters with multiples levels, within the same page.
|
H A D | README.md | 2 This plugin allows the use of multiple counters with multiples levels, within the same page in doku…
|
/plugin/composer/ |
H A D | syntax.php | 522 $levels = preg_split("/#/",$instr[1][0]); 525 $instr[1][0] = $id . "#" . $levels[sizeof($levels)-1];
|