Home
last modified time | relevance | path

Searched refs:level (Results 26 – 50 of 630) sorted by relevance

12345678910>>...26

/plugin/html2pdf/html2pdf/html2ps/
H A Drender.stacking.context.class.php9 $level =& new StackingLevel('in-flow-non-inline');
10 $this->add_stacking_level($level);
12 $level =& new StackingLevel('in-flow-floats');
13 $this->add_stacking_level($level);
15 $level =& new StackingLevel('in-flow-inline');
16 $this->add_stacking_level($level);
/plugin/headernofloat/
H A Dsyntax.php41 $level = 7 - strspn($title,'#');
42 if($level < 1) $level = 1;
54 $opts["level"] = $level;
62 $level= $data["level"];
70 $renderer->header($title, $level, $pos);
73 $renderer->header($title, $level, $pos);
78 $renderer->section_open($level);
/plugin/odt/ODT/
H A DODTImport.php137 for ($level = 1 ; $level < 6 ; $level++) {
155 if ($level == 1) {
181 $style->setPropertyForLevel($level, 'show', 'embed');
230 for ($level = 1 ; $level < 11 ; $level++) {
291 if ($level == 1 ) {
318 if ($level == 1 &&
337 if ($level == 1) {
372 for ($level = 1 ; $level < 11 ; $level++) {
432 if ($level == 1 ) {
465 if ($level == 1 &&
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DXmlErrorException.php16 switch ($error->level) {
18 $level = 'WARNING';
22 $level = 'FATAL';
26 $level = 'ERROR';
30 $level = 'UNKNOWN';
33 …parent::__construct(sprintf('[%s] %s in %s (line: %d, column: %d)', $level, $error->message, $erro…
/plugin/combo/ComboStrap/
H A DLogUtility.php27 const LVL_MSG_ABOVE_ERROR = 5; // a level to disable the error to thrown in test
36 * Id level to name
47 * Id level to name
76 * @param int $level - the level see LVL constant
79 public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = "support", \Exception $e = null) argument
91 self::log2FrontEnd($message, $level, $canonical);
94 * Log level passed for a page (only for file used)
100 $level = $loglevelProp;
105 if ($level >
177 log2FrontEnd($message, $level, $canonical = 'support', bool $publicMessage = false) global() argument
274 throwErrorIfTest($level, $message, \\Exception $e = null) global() argument
358 setTestExceptionLevel(int $level) global() argument
[all...]
/plugin/swiftmail/Swift/
H A DLog.php129 public function setLogLevel($level) argument
131 $level = (int)$level;
132 $this->add("Log level changed to " . $level, self::NORMAL);
133 $this->logLevel = $level;
148 public function hasLevel($level) argument
150 return ($this->logLevel >= ((int)$level));
/plugin/numberedheadings/
H A Daction.php43 unset($dash, $level, $number, $title, $format);
48 $numbering->setTier1($level);
53 // auto-detect the first tier (Tier1) level
56 $tier1 = $this->getConf('tier1') ?: $level;
59 $tier = $level - $tier1 +1;
65 $numbering->setHeadingCounter($level, $number);
74 // the first tier (Tier1) level should be decided in next match
84 $numbering->setHeadingCounter($level, $number);
87 $tieredNumbers = $numbering->getTieredNumbers($level);
96 $ins[1] = [$text, $level,
[all...]
/plugin/gtime/gtlib/tsp/
H A DGTHashEntry.php33 private $level; variable in GTHashEntry
41 * @param int $level
43 …function __construct(GTHashAlgorithm $hashAlgorithm, $direction, GTDataHash $siblingHash, $level) { argument
48 $this->level = $level;
92 array_push($output, $this->level);
113 return $this->level;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DGitProcessor.php29 private $level; variable in Monolog\\Processor\\GitProcessor
34 * @param string|int $level The minimum logging level at which this Processor will be triggered
38 public function __construct($level = Logger::DEBUG) argument
40 $this->level = Logger::toMonologLevel($level);
49 if ($record['level'] < $this->level) {
H A DMercurialProcessor.php28 private $level; variable in Monolog\\Processor\\MercurialProcessor
33 * @param int|string $level The minimum logging level at which this Processor will be triggered
37 public function __construct($level = Logger::DEBUG) argument
39 $this->level = Logger::toMonologLevel($level);
48 if ($record['level'] < $this->level) {
/plugin/settingstree/
H A Dhelper.php236 $level = $set->getLevel($folder);
237 return $level->getAllValues();
249 $level = $set->getLevel($folder);
250 $ret .= $level->showHtml();
257 $level = $set->getLevel($folder);
267 return $level->showHtml();
274 $results['values'] = $level->getAllValues();
282 return $level->showHtml();
287 $level = $set->getLevel($folder);
288 return $level->showHtml();
[all …]
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHeadlineTrait.php38 $level = 1;
39 while (isset($lines[$current][$level]) && $lines[$current][$level] === '#' && $level < 6) {
40 $level++;
45 'level' => $level,
/plugin/combo/renderer/
H A Dxml.php42 * @param int $level header level
45 function header($text, $level, $pos, $returnonly = false) argument
48 $this->doc .= "<h$level>$text</h$level>";
54 * @param int $level
56 public function section_open($level) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DDeviceTier.php30 public $level; variable in Google\\Service\\AndroidPublisher\\DeviceTier
49 public function setLevel($level) argument
51 $this->level = $level;
58 return $this->level;
/plugin/s5/
H A Drenderer.php127 public function header($text, $level, $pos, $returnonly = false) { argument
128 if($level == 1){
131 $level = 2;
137 if($level == 2){
144 $this->doc .= '<h'.($level-1).'>';
146 $this->doc .= '</h'.($level-1).'>'.DOKU_LF;
152 function section_open($level) { argument
153 if($level < 3){
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DMembershipsDurationAtLevel.php25 public $level; variable in Google\\Service\\YouTube\\MembershipsDurationAtLevel
38 public function setLevel($level) argument
40 $this->level = $level;
47 return $this->level;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/
H A DGamesPlayerLevelResource.php25 public $level; variable in Google\\Service\\GamesManagement\\GamesPlayerLevelResource
38 public function setLevel($level) argument
40 $this->level = $level;
47 return $this->level;
/plugin/jorgchart/
H A Dscript.js16 for(var level=1; level<11; level++)
19 $orgChartContainer.find("div.node.level" + level).each(function(index) {
22 $orgChartContainer.find("div.node.level" + level).each(function(index) {
/plugin/dw2pdf/tpl/default/
H A Dstyle.css21 /* Whole line level 0 */
27 /* Title level 0 - may be inside <a> */
30 /* Page no. level 0 - may be inside <a> */
33 /* Whole line level 1 */
39 /* Title level 1 */
42 /* Page no. level 1 - may be inside <a> */
45 /* level 2 */
54 /* level 3 */
63 /* level 4 */
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DOptiPngFilter.php27 private $level; variable in Assetic\\Filter\\OptiPngFilter
39 public function setLevel($level) argument
41 $this->level = $level;
52 if (null !== $this->level) {
53 $pb->add('-o')->add($this->level);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DValidationMessage.php29 public $level; variable in Google\\Service\\Datastream\\ValidationMessage
56 public function setLevel($level) argument
58 $this->level = $level;
65 return $this->level;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerLevel.php29 public $level; variable in Google\\Service\\Games\\PlayerLevel
56 public function setLevel($level) argument
58 $this->level = $level;
65 return $this->level;
/plugin/composer/
H A Dsyntax.php393 if ($level > 5) {
395 $level = 5;
399 $instr[$i][1][0] = $level;
435 $level = $instr[1][1] + $clevel;
438 if ($level > 5) {
440 $level = 5;
444 $instr[1][1] = $level;
454 for($x = $level+1; $x <= 5; $x++) {
459 $o['header_count'][$level]++;
463 if($level <= $o['numbering_depth']) {
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php239 $level = 0;
242 $level++;
244 if (count($this->stack) < $level) {
254 while ($level) {
256 $level--;
309 // determine the level of relative @data variables
310 $level = 0;
313 $level++;
317 if (count($this->dataStack) < $level) {
329 while ($level) {
[all...]

12345678910>>...26