| /dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
| H A D | Base32Hex.php | 47 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 D | Binary.php | 54 ): int { 74 int $start = 0, 75 ?int $length = null
|
| H A D | Base64DotSlashOrdered.php | 50 protected static function decode6Bits(int $src): int 74 protected static function encode6Bits(int $src): string
|
| H A D | Base64DotSlash.php | 50 protected static function decode6Bits(int $src): int 77 protected static function encode6Bits(int $src): string
|
| H A D | Base64UrlSafe.php | 51 protected static function decode6Bits(int $src): int 81 protected static function encode6Bits(int $src): string
|
| /dokuwiki/_test/tests/Remote/Mock/ |
| H A D | TestPlugin2.php | 13 * @param int $int 18 public function commented($str, $int, $bool, $array = []) argument 20 return array($str, $int, $bool);
|
| H A D | TestPlugin1.php | 29 function method2($str, $int, $bool = false) argument 31 return array($str, $int, $bool);
|
| H A D | ApiCore.php | 64 function twoArgMethod($string, $int) argument 66 return array($string, $int);
|
| /dokuwiki/_test/tests/inc/ |
| H A D | input.test.php | 60 $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 D | ParserException.php | 13 protected int $sourceLine = -1; 19 ?int $sourceLine = -1, 73 public function getSourceLine(): int
|
| /dokuwiki/inc/TreeBuilder/ |
| H A D | TreeSort.php | 26 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 D | AbstractBuilder.php | 32 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 D | PageTreeBuilder.php | 49 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 D | AbstractIndex.php | 118 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 D | TupleOps.php | 22 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 D | psalm-autoload.php | 9 $int = random_int(0, 65536); variable
|
| /dokuwiki/inc/Search/Collection/ |
| H A D | Term.php | 32 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 D | PageTitleCollection.php | 30 public function getTokenIndex(int $group = 0): AbstractIndex
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | ColorChannels.php | 41 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 D | PageTreeBuilderTest.php | 150 …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 D | Revisions.php | 27 (new PageRevisions($INFO['id']))->show($INPUT->int('first', -1));
|
| H A D | Recent.php | 42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();
|
| /dokuwiki/inc/Search/ |
| H A D | Tokenizer.php | 24 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 D | DataCache.php | 62 public function set_data(string $key, array $value, ?int $ttl = null): bool;
|
| /dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
| H A D | Response.php | 78 public function get_status_code(): int;
|