Home
last modified time | relevance | path

Searched refs:int (Results 151 – 175 of 743) sorted by path

12345678910>>...30

/plugin/combo/ComboStrap/
H A DIso8601Date.php193 public static function getInternationalFormatter($constant): int
H A DLogUtility.php68 * @var int
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)
122 * @param int $logLevel
126 static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, $canonical = null, \Exception $e = null)
354 * @param int $level
358 public static function setTestExceptionLevel(int $level)
H A DMessage.php33 * @var int
252 * @param int $status
255 public function setStatus(int $status): Message
261 public function getStatus(): int
H A DOutline.php88 private int $actualHeadingParsingState = DOKU_LEXER_EXIT; // the state of the heading parsed (enter, closed), enter if we have entered an heading, exit if not;
877 function getTocMaxLevel(): int
H A DOutlineSection.php28 private int $startFileIndex;
29 private ?int $endFileIndex = null;
38 * @var int - a best guess on the number of
40 private int $lineNumber;
130 public function setStartPosition(int $startPosition): OutlineSection
136 public function setEndPosition(int $endFileIndex): OutlineSection
178 * @return int
181 function getLevel(): int
205 function getStartPosition(): int
211 function getEndPosition(): ?int
[all...]
H A DOutlineVisitor.php16 private int $currentLineCountSinceLastAd;
18 * @var int the order, number of sections
20 private int $sectionNumbers;
22 * @var int the number of ads inserted
24 private int $adsCounter;
91 * @param int $sectionSequenceId
95 private function toHtmlSectionOutlineCallsRecurse(OutlineSection $outlineSection, array &$totalComboCalls, int &$sectionSequenceId, bool $captureHeaderMeta): void
226 function addSectionEditButtonComboFormatIfNeeded(OutlineSection $outlineSection, int $sectionSequenceId, array &$totalInstructionCalls): void
H A DPageImageUsage.php92 static public function getFormControlWidth(): int
H A DPageLevel.php29 * @return int
31 public function getValue(): int
H A DPageRules.php107 * @return int - the rule id
109 function addRule($sourcePageId, $targetPageId, $priority): ?int
123 * @return int - the last id
125 function addRuleWithDate($matcher, $target, $priority, $creationDate): ?int
H A DPanelTag.php124 public static function handleExit(Doku_Handler $handler, int $pos, string $markupTag, string $match): array
H A DPermalinkTag.php21 public static function handleEnterSpecial(TagAttributes $attributes, int $state, Doku_Handler $handler): array
H A DSite.php146 public static function getTocMinHeadings(): int
164 * @param int $int
167 public static function setTocMinHeading(int $int) argument
171 ->setTocMinHeading($int);
174 public static function getTopTocLevel(): int
188 * @param int $int
192 public static function setTocTopLevel(int argument
[all...]
H A DSiteConfig.php174 * @param int $default - the default value (1=true,0=false in the dokuwiki config system)
177 public function getBooleanValue(string $key, int $default): bool
229 public function setLogExceptionLevel(int $level): SiteConfig
235 public function getLogExceptionLevel(): int
243 public function getRemFontSize(): int
302 public function setHtmlMaxInlineResourceSize(int $kbSize): SiteConfig
354 public function getTocMaxLevel(): int
365 public function setTocMinHeading(int $int): SiteConfig argument
367 return $this->setConf('tocminheads', $int, sel
407 setTocTopLevel(int $int) global() argument
[all...]
H A DSqliteResult.php57 * Error: Call to a member function closeCursor() on int
89 public function getFirstCellValueAsInt(): int
H A DTagAttributes.php1390 public function getValueAsInteger(string $WIDTH_KEY, ?int $default = null): ?int
H A DTreeNode.php19 * @var int the child number when added
22 private int $levelChildIdentifier;
62 function getChildCount(): int
144 private function setLevelChildIdentifier(int $levelIdentifier)
160 private function getLevelChildIdentifier(): int
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataInteger.php16 * @var int
26 public function getValue(): ?int
69 public function getDefaultValue(): int
H A DMetadataTabular.php308 function getSize(): int
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php84 * @return int|null
86 private function calculateBacklinkCount(): ?int
H A DPageImagePath.php60 static public function getFormControlWidth(): int
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php93 * @var int
422 function setWidth(int $int): FormMetaField argument
424 $this->width = $int;
H A DFormMetaTab.php15 * @var int
19 * @var int
44 * @param int $width2 - the width of the field column
46 public function setWidthField(int $width): FormMetaTab
51 public function setWidthLabel(int $width): FormMetaTab
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php1144 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null)
1149 public function getRuleIndex() : int
1181 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null)
1186 public function getRuleIndex() : int
1223 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null)
1228 public function getRuleIndex() : int
1260 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null)
1265 public function getRuleIndex() : int
1273 public function sqlNames(?int $index = null)
1314 public function __construct(?ParserRuleContext $parent, ?int
[all...]
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php71 public static function handleExit(\Doku_Handler $handler, int $pos, string $match): array
H A DRelatedTag.php40 * @param int|null $max
113 * @param int|null $max
116 public static function getRelatedPagesOrderedByBacklinkCount(MarkupPath $page, ?int $max = null): array

12345678910>>...30