Home
last modified time | relevance | path

Searched refs:int (Results 1 – 25 of 743) sorted by path

12345678910>>...30

/plugin/aceeditor/
H A Dbuild.js1int(?:8|16|32|64)|sparse",i=this.createKeywordMapper({"storage.type":r,"support.function":n,keywor…
/plugin/achart/assets/
H A Djs-yaml.min.js2 …mp,lt=o,ct={binary:L,float:S,map:y,null:A,pairs:Y,set:B,timestamp:F,bool:v,int:C,merge:E,omap:U,se…
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php193 * @return int|null The number of bytes in the key.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe712 Ġpo int
1309 o int
2117 int on
3347 Ġpr int
4544 pr int
7061 int end
9000 Ġh int
9192 int erest
12324 ĠPr int
14376 int ag
[all...]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php18 /** @var array<array<int>> */
112 private function characterToUnicode(string $characters): int
150 * @return array<array<int>>
172 * @param array<int, string> $word
277 * @param array<int, string> $array
279 private function indexOf(array $array, string $searchElement, int $fromIndex): int
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php49 * @param int $index
53 private function getReplaceCode(int $index)
/plugin/airtable/
H A Dsyntax.php73 function getSort(): int {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29561 var int;
29562 int = this.readUInt32();
29563 if (int >= 0x80000000) {
29564 return int - 0x100000000;
29566 return int;
29590 var int;
29591 int = this.readUInt16();
29592 if (int >= 0x8000) {
29593 return int - 0x10000;
29595 return int;
H A Dpdfmake.min.js.map1int","writeInt32","readUInt16","writeUInt16","readInt16","writeInt16","writeString","stringAt","re…
/plugin/authdrupal8/
H A Dpassword.inc32 // Returns a string for mapping an int to the corresponding base 64 character.
119 return (int) $count_log2;
/plugin/authg2fa/
H A Dadmin.php74 $this->_start = $INPUT->int('start', 0);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php173 private static function encodeLength(int $length): string
H A DJWT.php476 private static function handleJsonError(int $errno): void
499 private static function safeStrlen(string $str): int
547 private static function encodeDER(int $type, string $value): string
571 private static function signatureFromDER(string $der, int $keySize): string
599 private static function readDER(string $der, int $offset = 0): array
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md172 * Bug fix: Reason phrase is no longer cast to an int in some cases in the
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md466 var_dump($p->wait()); // int(1000)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md325 `public static function bodySummary(MessageInterface $message, int $truncateAt = 120): string|null`
394 `public static function parse(string $str, int|bool $urlEncoding = true): array`
406 `public static function build(array $params, int|false $encoding = PHP_QUERY_RFC3986): string`
424 `public static function copyToStream(StreamInterface $source, StreamInterface $dest, int $maxLen = …
432 `public static function copyToString(StreamInterface $stream, int $maxLen = -1): string`
468 `public static function readLine(StreamInterface $stream, int $maxLength = null): string`
475 `public static function streamFor(resource|string|null|int|float|bool|StreamInterface|callable|\Ite…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php113 …public function registerErrorHandler(array $levelMap = [], bool $callPrevious = true, int $errorTy…
132 public function registerFatalHandler($level = null, int $reservedMemorySize = 20): self
213 …public function handleError(int $code, string $message, string $file = '', int $line = 0, ?array $…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php68 …mName = null, ?string $extraPrefix = null, string $contextPrefix = 'ctxt_', ?int $maxLength = null)
H A DHtmlFormatter.php74 protected function addTitle(string $title, int $level): string
H A DJsonFormatter.php42 …public function __construct(int $batchMode = self::BATCH_MODE_JSON, bool $appendNewline = true, bo…
59 public function getBatchMode(): int
159 protected function normalize($data, int $depth = 0)
202 protected function normalizeException(Throwable $e, int $depth = 0): array
H A DLineFormatter.php147 protected function normalizeException(\Throwable $e, int $depth = 0): string
H A DLogglyFormatter.php25 …public function __construct(int $batchMode = self::BATCH_MODE_NEWLINES, bool $appendNewline = fals…
H A DMongoDBFormatter.php36 public function __construct(int $maxNestingLevel = 3, bool $exceptionTraceAsString = true)
76 protected function formatArray(array $array, int $nestingLevel = 0)
101 protected function formatObject($value, int $nestingLevel)
112 protected function formatException(\Throwable $exception, int $nestingLevel)
130 protected function formatDate(\DateTimeInterface $value, int $nestingLevel): UTCDateTime
H A DNormalizerFormatter.php85 public function getMaxNormalizeDepth(): int
90 public function setMaxNormalizeDepth(int $maxNormalizeDepth): self
100 public function getMaxNormalizeItemCount(): int
105 public function setMaxNormalizeItemCount(int $maxNormalizeItemCount): self
130 protected function normalize($data, int $depth = 0)
199 protected function normalizeException(Throwable $e, int $depth = 0)
270 public function addJsonEncodeOption(int $option): self
277 public function removeJsonEncodeOption(int $option): self
H A DWildfireFormatter.php131 protected function normalize($data, int $depth = 0)

12345678910>>...30