Home
last modified time | relevance | path

Searched refs:int (Results 151 – 175 of 743) sorted by relevance

12345678910>>...30

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php59 public function getMessage(?int $id = null): LdapMessageResponse
75 * @param int|null $id
79 public function getMessages(?int $id = null)
122 * @param int|null $id
129 protected function constructMessage(Message $message, ?int $id = null)
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DNgramParser.php21 * @var int
26 * @var int
31 * @var int
41 * @param int $minLength
44 public function setMinLength(int $minLength)
55 * @param int $maxLength
58 public function setMaxLength(int $maxLength)
69 * @param int $maxNgrams
72 public function setMaxNgrams(int $maxNgrams)
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DDeserializationContext.php21 public function getDirection(): int
26 public function getDepth(): int
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Token/
H A DAnonToken.php27 * @var int
33 * @param int $version
35 public function __construct(?string $username = null, int $version = 3)
60 public function getVersion(): int
H A DBindToken.php32 * @var int
39 * @param int $version
41 public function __construct(string $username, string $password, int $version = 3)
67 public function getVersion(): int
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php124 public static function findAllTokenNodes(ParseTree $tree, int $ttype) : array
132 public static function findAllRuleNodes(ParseTree $tree, int $ruleIndex) : array
140 public static function findAllNodes(ParseTree $tree, int $index, bool $findTokens) : array
150 private static function findNodesInTree(ParseTree $tree, int $index, bool $findTokens, array $nodes) : array
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A Dbootstrap80.php15 …function normalizer_is_normalized(?string $string, ?int $form = p\Normalizer::FORM_C): bool { retu…
18 …function normalizer_normalize(?string $string, ?int $form = p\Normalizer::FORM_C): string|false { …
/plugin/rowmove/
H A Daction.php47 $tablenr = $INPUT->int('index');
48 $index = $INPUT->int('idx_row');
49 $index2 = $INPUT->int('idx_row2');
/plugin/serverinfos/serverinfos/lib/
H A DInfosServer.class.php257 $int = explode(':', $exp[0]);
258 $int2 = explode('Processor', $int[1]);
263 $int = explode(':', $exp[0]);
264 $mark = $int[1];
280 $int = explode(':', $model_tmp[0]);
281 $int2 = explode('Processor', $int[1]);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DConsoleErrorListener.php15 int $line,
16 int $charPositionInLine,
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/Factory/
H A DJsonDeserializationVisitorFactory.php30 public function setOptions(int $options): self
36 public function setDepth(int $depth): self
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBinary.php46 public static function safeStrlen(string $str): int
71 int $start = 0,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DTokenStream.php21 public function LT(int $k) : ?Token;
37 public function get(int $index) : Token;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DStringUtils.php30 public static function char(int $code) : string
35 public static function codePoint(string $code) : int
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DUnexpectedValueException.php32 int $errorCode,
34 int $errorLine
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/
H A DShard.php15 * @var int the shard index/number
25 * @param int $shardNumber the shard index/number
28 public function __construct(int $shardNumber, array $data)
37 public function getShardNumber(): int
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeotileGridAggregation.php42 * @param int $precision an integer between 1 and 12, inclusive. Defaults to 5.
46 public function setPrecision(int $precision): self
54 * @param int $size defaults to 10,000
58 public function setSize(int $size): self
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChange.php39 * @var int
49 * @param int $modType
53 public function __construct(int $modType, $attribute, ...$values)
79 * @return int
81 public function getType(): int
87 * @param int $modType
90 public function setType(int $modType)
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DEmphasisDelimiterProcessor.php
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php115 public function __construct(int $type = 0, string $content = '', int $position = -1) {
126 * @return int|string
187 public static function typeToString(int $type): string {
/plugin/combo/vendor/symfony/yaml/
H A DParser.php46 * @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
52 public function parseFile(string $filename, int $flags = 0)
75 * @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
81 public function parse(string $value, int $flags = 0)
91 if (2 /* MB_OVERLOAD_STRING */ & (int) \ini_get('mbstring.func_overload')) {
116 private function doParse(string $value, int $flags)
518 private function parseBlock(int $offset, string $yaml, int $flags)
545 public function getRealCurrentLineNb(): int
563 private function getCurrentLineIndentation(): int
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DUidProcessor.php26 public function __construct(int $length = 7)
55 private function generateUid(int $length): string
/plugin/combo/ComboStrap/
H A DColorRgb.php237 * @var int
309 public static function createFromRgbChannels(int $red, int $green, int $blue): ColorRgb
417 * @param int|null $weight
430 function mix($color, ?int $weight = 50): ColorRgb
447 function unmix($color, ?int $weight = 50): ColorRgb
623 * @var int $percentage between 0 and 100
626 function shade(int $percentage): ColorRgb
644 * @param int
[all...]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php50 public function parseFile(string $filename, int $flags = 0)
79 public function parse(string $value, int $flags = 0)
116 public function getLastLineNumberBeforeDeprecation(): int
121 private function doParse(string $value, int $flags)
445 private function parseBlock(int $offset, string $yaml, int $flags)
474 public function getRealCurrentLineNb(): int
494 private function getCurrentLineIndentation(): int
509 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): ?string
642 private function parseValue(string $value, int $flags, string $context)
1008 …tch(string $pattern, string $subject, array &$matches = null, int $flags = 0, int $offset = 0): int
[all …]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DEncoderInterface.php38 * @param int $tagType
43 public function complete(IncompleteType $type, int $tagType, array $tagMap = []): AbstractType;
59 * @return int|null
61 public function getLastPosition(): ?int;

12345678910>>...30