| /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
|
| H A D | Base32.php | 146 protected static function decode5Bits(int $src): int 169 protected static function decode5BitsUpper(int $src): int 190 protected static function encode5Bits(int $src): string 210 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 | 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/vendor/paragonie/random_compat/ |
| H A D | psalm-autoload.php | 9 $int = random_int(0, 65536); variable
|
| /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/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;
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Enclosure.php | 202 ?int $length = null, 207 ?int $channels = null, 211 ?int $duration = null, 294 public function get_caption(int $key = 0) 324 public function get_category(int $key = 0) 382 public function get_credit(int $key = 0) 501 public function get_hash(int $key = 0) 560 public function get_keyword(int $key = 0) 648 public function get_rating(int $key = 0) 678 public function get_restriction(int $key = 0) [all …]
|
| /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/inc/ |
| H A D | Ip32.php | 20 public static function bitmask64On32(string $u64, int $pow): string 53 private static function makeBitmaskOn32(int $pow): string
|