Home
last modified time | relevance | path

Searched defs:count (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/inc/Search/Index/
H A DTupleOps.php22 public static function updateTuple(string $record, int|string $key, int $count): string
H A DFileIndex.php204 public function count(): int function in dokuwiki\\Search\\Index\\FileIndex
H A DMemoryIndex.php182 public function count(): int function in dokuwiki\\Search\\Index\\MemoryIndex
H A DAbstractIndex.php222 abstract public function count(): int; function in dokuwiki\\Search\\Index\\AbstractIndex
/dokuwiki/_test/tests/Search/Index/
H A DTupleOpsTest.php45 public function testUpdateTuple($record, $key, $count, $expect)
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php507 public static function prepareHeaders(string $headers, int $count = 1)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php118 public static function setIterationCount($count)
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php27 public $count; variable in LesserPHP\\Parser
1402 …public function throwError(string $msg = 'parse error', ?int $count = null, ?\Throwable $previous …
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php292 private function _stream_read($count)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1180 private function testForIntermediate($caonly, $count)
1260 private function validateSignatureCountable($caonly, $count)
1468 public static function setRecurLimit($count)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1093 private static function pkcs12helper($n, $hashObj, $i, $d, $count)
/dokuwiki/inc/
H A DJpegMeta.php1627 function _parseXmpNode($values, &$i, &$meta, $count) {
/dokuwiki/_test/core/
H A DphpQuery-onefile.php2786 public function count() { function in phpQueryObject