Home
last modified time | relevance | path

Searched refs:int (Results 101 – 125 of 743) sorted by relevance

12345678910>>...30

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php58 * @var int
65 * @var int
76 * @var array<int|null>
94 public function __construct(int $grammarType, int $maxTokenType)
146 public function defineDecisionState(DecisionState $s) : int
155 public function getDecisionState(int $decision) : ?DecisionState
164 public function getNumberOfDecisions() : int
180 * @param int $stateNumber The ATN state number
188 public function getExpectedTokens(int
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserRuleContext.php165 public function getChild(int $i, ?string $type = null) : ?Tree
188 public function getToken(int $ttype, int $i) : ?TerminalNode
210 public function getTokens(int $ttype) : array
226 public function getTypedRuleContext(string $ctxType, int $i) : ?ParseTree
250 public function getChildCount() : int
H A DParser.php61 /** @var array<int> */
108 * @var int
162 * @param int $ttype the token type to match.
171 public function match(int $ttype) : Token
370 public function getNumberOfSyntaxErrors() : int
585 public function enterRule(ParserRuleContext $localctx, int $state, int $ruleIndex) : void
619 public function enterOuterAlt(ParserRuleContext $localctx, int $altNum) : void
641 * @return int The precedence level for the top-most precedence rule, or -1
644 public function getPrecedence() : int
[all...]
H A DVocabularyImpl.php24 /** @var int */
125 public function getMaxTokenType() : int
130 public function getLiteralName(int $tokenType) : ?string
139 public function getSymbolicName(int $tokenType) : ?string
152 public function getDisplayName(int $tokenType) : string
H A DInterval.php14 /** @var int */
17 /** @var int */
20 public function __construct(int $start, int $stop)
33 public function contains(int $item) : bool
38 public function getLength() : int
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php30 public function __construct(int $indentation = 4)
49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string
/plugin/diagrams/action/
H A Dembed.php46 $pos = $INPUT->int('pos');
47 $len = $INPUT->int('len');
91 $pos = $INPUT->int('pos');
92 $len = $INPUT->int('len');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DSdFlagsControl.php51 * @var int
56 * @param int $flags
58 public function __construct(int $flags)
65 * @return int
67 public function getFlags(): int
73 * @param int $flags
76 public function setFlags(int $flags)
H A DDirSyncResponseControl.php39 * @var int
44 * @var int
54 * @param int $moreResults
55 * @param int $unused
58 public function __construct(int $moreResults, int $unused = 0, string $cookie = '')
67 * @return int
69 public function getMoreResults(): int
83 * @return int
85 public function getUnused(): int
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DHasher.php13 public static function hash(...$values) : int
21 private static function hashArray(array $values) : int
32 public static function hashValue($value) : int
55 return (int) $value;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAbandonRequest.php31 * @var int
36 * @param int $messageID
38 public function __construct(int $messageID)
44 * @param int $messageID
47 public function setMessageId(int $messageID)
55 * @return int
57 public function getMessageId(): int
H A DCancelRequest.php35 * @var int
40 * @param int $messageId
42 public function __construct(int $messageId)
49 * @return int
51 public function getMessageId(): int
59 public function setMessageId(int $messageId)
/plugin/combo/ComboStrap/
H A DTreeNode.php19 * @var int the child number when added
22 private int $levelChildIdentifier;
62 function getChildCount(): int
144 private function setLevelChildIdentifier(int $levelIdentifier)
160 private function getLevelChildIdentifier(): int
H A DSite.php146 public static function getTocMinHeadings(): int
164 * @param int $int
167 public static function setTocMinHeading(int $int) argument
171 ->setTocMinHeading($int);
174 public static function getTopTocLevel(): int
188 * @param int $int
192 public static function setTocTopLevel(int argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethroughDelimiterProcessor.php32 public function getMinLength(): int
37 public function getDelimiterUse(DelimiterInterface $opener, DelimiterInterface $closer): int
50 public function process(AbstractStringContainer $opener, AbstractStringContainer $closer, int $delimiterUse): void
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php20 * @var int Current position
143 public function getTotalHits(): int
147 return (int) ($data['hits']['total']['value'] ?? 0);
173 public function getTotalTime(): int
218 public function count(): int
226 public function countSuggests(): int
252 * @return int Current position
254 public function key(): int
282 * @param int $offset
294 * @param int
[all...]
/plugin/owncloud/exe/
H A Dfetch.php23 $fileID = $INPUT->int('fileid');
50 $width = $INPUT->int('w');
51 $height = $INPUT->int('h');
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
/plugin/shorturl/
H A Dhelper.php96 $int = hexdec('0x'.$subHex);
100 $val = 0x0000001F & $int;
102 $int = $int >> 5;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php53 * @var int
58 * @param int $offset
59 * @param int $count
60 * @param int $result
63 public function __construct(int $offset, int $count, int $result, ?string $contextId = null)
73 * @return int
75 public function getResult(): int
129 Asn1::integer((int)
[all...]
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php74 * @param int|null $port
79 public function listen(string $ip, ?int $port): self
121 * @param int $timeout
124 public function accept(int $timeout = -1): ?Socket
178 * @param int|null $port
185 ?int $port,
198 * @param int $port
205 int $port,
222 * @param int $port
229 int
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DParser.php123 * @param int $position
129 $expectedTokens, int $position = 0, bool $allowEndOfTokens = FALSE
156 * @param int $position
159 protected function endOfTokens(int $position = 0): bool {
237 * @param int $position
238 * @param int $type
241 protected function matchToken(int $position, int $type): bool {
258 * @param int $position
/plugin/combo/vendor/symfony/yaml/
H A DInline.php37 public static function initialize(int $flags, int $parsedLineNumber = null, string $parsedFilename = null)
54 * @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
61 public static function parse(string $value = null, int $flags = 0, array &$references = [])
71 if (2 /* MB_OVERLOAD_STRING */ & (int) \ini_get('mbstring.func_overload')) {
113 * @param int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string
117 public static function dump($value, int $flags = 0): string
229 * @param int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string
231 private static function dumpArray(array $value, int $flags): string
252 private static function dumpNull(int
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DClassWithScalarTypeDeclarations.php4 public function foo(string $string, int $int) argument
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DUrl.php27 * @var int|null
39 public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null, array $parameters = [], array $authentication = [])
64 public function getPort(): ?int
72 public function withPort(?int $port)

12345678910>>...30