/dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
H A D | Base32Hex.php | 43 protected static function decode5Bits(int $src): int 63 protected static function decode5BitsUpper(int $src): int 83 protected static function encode5Bits(int $src): string 102 protected static function encode5BitsUpper(int $src): string
|
H A D | Base64DotSlashOrdered.php | 47 protected static function decode6Bits(int $src): int 70 protected static function encode6Bits(int $src): string
|
H A D | Base64DotSlash.php | 47 protected static function decode6Bits(int $src): int 73 protected static function encode6Bits(int $src): string
|
H A D | Base64UrlSafe.php | 48 protected static function decode6Bits(int $src): int 77 protected static function encode6Bits(int $src): string
|
H A D | Binary.php | 51 ): int { 77 int $start = 0,
|
H A D | Base32.php | 133 protected static function decode5Bits(int $src): int 155 protected static function decode5BitsUpper(int $src): int 175 protected static function encode5Bits(int $src): string 194 protected static function encode5BitsUpper(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 | 46 protected int $maxdepth; 55 public function __construct(string $namespace, int $maxdepth = -1) 101 protected function createHierarchy(AbstractNode $parent, string $dir, int $depth) 122 protected function processNamespaces(AbstractNode $parent, string $dir, int $depth) 240 protected function applyRecursionDecision(AbstractNode $node, int $depth): bool
|
/dokuwiki/vendor/paragonie/random_compat/ |
H A D | psalm-autoload.php | 9 $int = random_int(0, 65536); variable
|
/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)
|
/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/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/vendor/simplepie/simplepie/src/Cache/ |
H A D | DataCache.php | 101 public function set_data(string $key, array $value, ?int $ttl = null): bool;
|
H A D | BaseDataCache.php | 127 public function set_data(string $key, array $value, ?int $ttl = null): bool
|
H A D | Psr16.php | 122 public function set_data(string $key, array $value, ?int $ttl = null): bool
|
/dokuwiki/lib/exe/ |
H A D | fetch.php | 30 $WIDTH = $INPUT->int('w'); 31 $HEIGHT = $INPUT->int('h');
|
H A D | detail.php | 15 $REV = $INPUT->int('rev');
|
/dokuwiki/ |
H A D | doku.php | 45 $REV = $INPUT->int('rev'); 48 $DATE = $INPUT->int('date');
|