Home
last modified time | relevance | path

Searched refs:int (Results 476 – 500 of 743) sorted by relevance

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

/plugin/openlayersmap/helper/
H A Dstaticmap.php52 * @param int $zoom the zoom level in the tile cache, eg. 14
65 int $zoom,
84 $width = (int) $width;
88 $height = (int) $height;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php231 list(, $int) = unpack('l', $this->maybeSwitchByteOrder($bytes));
233 return $int;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc53 $params['from'] = (int) skips a number of transform configs, defaults to 0
54 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php75 * @var int
110 * @var int
115 * @var int
398 $uri = $this->addPortInUrl($response['effective_url'], (int) $port);
442 $uri = $this->addPortInUrl($response['effective_url'], (int) $port);
538 public function getLastPing(): int
543 public function getPingFailures(): int
564 * @return int
637 private function addPortInUrl(string $uri, int $port): string
703 $statusCode = (int)
[all...]
/plugin/inlineedit/
H A Daction.php47 $itemPos = $INPUT->int('id'); //input index on the server
/plugin/fksnewsfeed/syntax/
H A Dfeed.php31 public function getSort(): int {
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractTimeType.php168 * @param string|int $tagNumber
169 * @param int $class
176 public static function withTag($tagNumber, int $class, bool $isConstructed, ?DateTimeInterface $dateTime, string $dateFormat, string $tzFormat)
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DLinkParserHelper.php54 public static function parseLinkLabel(Cursor $cursor): int
/plugin/combo/syntax/
H A Dfooter.php84 function getSort(): int
116 * @param int $state
117 * @param int $pos
H A Dtext.php76 function getSort(): int
H A Dxmlinlinetag.php108 function getSort(): int
146 * @param int $state
147 * @param int $pos
H A Dheadingatx.php64 * @return int
66 function getSort(): int
H A Dtogglecollapse.php54 function getSort(): int
H A Dtoggleexpand.php54 function getSort(): int
/plugin/combo/ComboStrap/
H A DBreakpoint.php97 public function getWidth(): int
H A DFsWikiUtility.php169 * @param int $depth
172 public static function getPages($startPath, int $depth = 0): array
H A DBootstrap.php100 public function getMajorVersion(): int
115 * @return int - the major version
117 public static function getBootStrapMajorVersion(): int
/plugin/epub/scripts/utils/
H A Dsymbol_ents_delim.txt21 &#8747; &int;
/plugin/randomtables/syntax/
H A Dsource.php23 public function getSort(): int
121 $count = (int) $subm[2];
122 return [(int) $subm[1], (int) $subm[2], $subm[3]];
126 $count = (int) $subm[1];
127 return [(int) $subm[1], (int) $subm[1], $subm[2]];
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php42 public static function isNormalized(string $s, int $form = self::FORM_C)
57 public static function normalize(string $s, int $form = self::FORM_C)
/plugin/docsearch/lang/fr/
H A Dconfmanager_description.txt2 Il est intégré dans la recherche par défaut de DokuWiki.
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php15 public int $streamId;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php34 public function setGramSize(int $size): self
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php54 public function getToken(string $buffer, int $offset): ?Scanner\Token {
/plugin/htmlok/
H A DBaseSyntaxPlugin.php40 public function getSort(): int

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