Home
last modified time | relevance | path

Searched refs:int (Results 1 – 25 of 69) sorted by relevance

123

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DBase32Hex.php47 protected static function decode5Bits(int $src): int
68 protected static function decode5BitsUpper(int $src): int
89 protected static function encode5Bits(int $src): string
109 protected static function encode5BitsUpper(int $src): string
H A DBinary.php54 ): int {
74 int $start = 0,
75 ?int $length = null
H A DBase64DotSlashOrdered.php50 protected static function decode6Bits(int $src): int
74 protected static function encode6Bits(int $src): string
H A DBase64DotSlash.php50 protected static function decode6Bits(int $src): int
77 protected static function encode6Bits(int $src): string
H A DBase64UrlSafe.php51 protected static function decode6Bits(int $src): int
81 protected static function encode6Bits(int $src): string
/dokuwiki/_test/tests/Remote/Mock/
H A DTestPlugin2.php13 * @param int $int
18 public function commented($str, $int, $bool, $array = []) argument
20 return array($str, $int, $bool);
H A DTestPlugin1.php29 function method2($str, $int, $bool = false) argument
31 return array($str, $int, $bool);
H A DApiCore.php64 function twoArgMethod($string, $int) argument
66 return array($string, $int);
/dokuwiki/_test/tests/inc/
H A Dinput.test.php60 $this->assertNotSame(4242, $INPUT->int('zint'));
61 $this->assertSame(4242, $INPUT->filter()->int('zint'));
62 $this->assertSame(42, $INPUT->filter($filter)->int('zintbaz'));
120 $this->assertSame(17, $INPUT->int('int'));
121 $this->assertSame(0, $INPUT->int('none'));
122 $this->assertSame(0, $INPUT->int('empty'));
123 $this->assertSame(42, $INPUT->int('none', 42));
124 $this->assertSame(0, $INPUT->int('zero', 42));
125 $this->assertSame(42, $INPUT->int('zero', 42, true));
127 $this->assertSame(false, $INPUT->int('get', false));
[all …]
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParserException.php13 protected int $sourceLine = -1;
19 ?int $sourceLine = -1,
73 public function getSourceLine(): int
/dokuwiki/inc/TreeBuilder/
H A DTreeSort.php26 public static function sortById(AbstractNode $a, AbstractNode $b): int
49 public static function sortByNsFirstThenId(AbstractNode $a, AbstractNode $b): int
63 public static function sortByTitle(AbstractNode $a, AbstractNode $b): int
75 public static function sortByNsFirstThenTitle(AbstractNode $a, AbstractNode $b): int
89 protected static function sortByNsFirst(AbstractNode $a, AbstractNode $b): int
H A DAbstractBuilder.php32 protected int $flags = 0;
86 public function addFlag(int $flag): void
97 public function hasFlag(int $flag): bool
108 public function hasNotFlag(int $flag): bool
119 public function removeFlag(int $flag): void
246 protected function applyRecursionDecision(AbstractNode $node, int $depth): bool
H A DPageTreeBuilder.php49 protected int $maxdepth;
58 public function __construct(string $namespace, int $maxdepth = -1)
104 protected function createHierarchy(AbstractNode $parent, string $dir, int $depth)
125 protected function processNamespaces(AbstractNode $parent, string $dir, int $depth)
253 protected function applyRecursionDecision(AbstractNode $node, int $depth): bool
/dokuwiki/inc/Search/Index/
H A DAbstractIndex.php118 public function max(): int
142 abstract public function changeRow(int $rid, string $value);
152 abstract public function retrieveRow(int $rid): string;
178 public function getRowID(string $value): ?int
222 abstract public function count(): int;
H A DTupleOps.php22 public static function updateTuple(string $record, int|string $key, int $count): string
50 public static function aggregateTupleCounts(string $record): int
/dokuwiki/vendor/paragonie/random_compat/
H A Dpsalm-autoload.php9 $int = random_int(0, 65536); variable
/dokuwiki/inc/Search/Collection/
H A DTerm.php32 protected int $length;
35 protected int $wildcard = self::WILDCARD_NONE;
109 public function getLength(): int
117 public function getWildcard(): int
165 public function addMatch(string $entityName, string $tokenName, int $frequency): void
H A DPageTitleCollection.php30 public function getTokenIndex(int $group = 0): AbstractIndex
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DColorChannels.php41 public function hue(array $color): int
53 public function saturation(array $color): int
65 public function lightness(array $color): int
/dokuwiki/_test/tests/TreeBuilder/
H A DPageTreeBuilderTest.php150 …public function testPageTreeConfigurations(string $namespace, int $depth, int $flags, array $expec…
170 public function testTopLevelTree(string $namespace, int $depth, int $flags, array $expected)
218 public function testInvalidIdFiltering(int $flags, bool $expectFiltered)
/dokuwiki/inc/Action/
H A DRevisions.php27 (new PageRevisions($INFO['id']))->show($INPUT->int('first', -1));
H A DRecent.php42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();
/dokuwiki/inc/Search/
H A DTokenizer.php24 protected static int $MinWordLength;
52 public static function getMinWordLength(): int
146 public static function tokenLength(string $token): int
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php62 public function set_data(string $key, array $value, ?int $ttl = null): bool;
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DResponse.php78 public function get_status_code(): int;

123