Home
last modified time | relevance | path

Searched refs:int (Results 326 – 350 of 743) sorted by relevance

1...<<11121314151617181920>>...30

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DEnumeratedType.php25 * @param string|int $value
36 * @param string|int $tagNumber
37 * @param int $class
38 * @param string|int $value
41 public static function withTag($tagNumber, int $class, $value)
H A DIntegerType.php25 * @param int|string $value
36 * @param string|int $tagNumber
37 * @param int $class
38 * @param string|int $value
41 public static function withTag($tagNumber, int $class, $value)
H A DSequenceType.php21 * @var int
40 * @param string|int $tagNumber
41 * @param int $class
45 public static function withTag($tagNumber, int $class, array $children = [])
H A DOidType.php42 * @param int|string $tagNumber
43 * @param int $class
47 public static function withTag($tagNumber, int $class, string $value)
H A DBooleanType.php42 * @param string|int $tagNumber
43 * @param int $class
47 public static function withTag($tagNumber, int $class, bool $value)
H A DSetType.php46 * @param int|string $tagNumber
47 * @param int $class
51 public static function withTag($tagNumber, int $class, array $children = [])
H A DRealType.php50 * @param string|int $tagNumber
51 * @param int $class
55 public static function withTag($tagNumber, int $class, float $value)
H A DRelativeOidType.php58 * @param string|int $tagNumber
59 * @param int $class
63 public static function withTag($tagNumber, int $class, string $value)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DExtendedStatsBucket.php27 public function setSigma(int $sigma): self
H A DAutoDateHistogram.php23 public function setBuckets(int $buckets): self
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTree.php19 public function getChild(int $i, ?string $type = null) : ?Tree;
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DClassHierarchyMetadata.php34 public function isFresh(int $timestamp): bool
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMemoryProcessor.php47 protected function formatBytes(int $bytes)
/plugin/combo/ComboStrap/
H A DFetcherRailBar.php45 private int $requestedViewPort;
306 public function setRequestedViewPort(int $viewPort): FetcherRailBar
315 * @return int
318 public function getRequestedViewPort(): int
/plugin/fksnewsfeed/admin/
H A Dstream.php17 public function getMenuSort(): int {
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/
H A DFlatNormalizerStrategy.php29 public function addItem(int $level, ListItem $listItemToAdd): void
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DBlockQuote.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DPrioritizedList.php28 * @var array<int, array<mixed>>
29 * @phpstan-var array<int, array<T>>
44 public function add($item, int $priority): void
51 * @return \Traversable<int, mixed>
53 * @phpstan-return \Traversable<int, T>
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DInputMismatchException.php16 public function __construct(Parser $recognizer, ?int $state = null, ?ParserRuleContext $ctx = null)
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/multiorphan/
H A Dscript.js376 for ( var int = 0; int < msg.length; int++) {
378 var txtMsg = msg[int];
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DAttribute.php22 string $name = '', int $match = self::MATCH_EXISTS, Ast\Value\Literal $literal = NULL
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/
H A DAttributes.php28 private int $target = self::TARGET_NEXT;
56 public function getTarget(): int
61 public function setTarget(int $target): void
/plugin/owncloud/exe/
H A Ddetail.php18 $fileID = $INPUT->int('fileid');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessageRequest.php32 * @param int $messageId
36 public function __construct(int $messageId, RequestInterface $request, Control ...$controls)

1...<<11121314151617181920>>...30