Home
last modified time | relevance | path

Searched refs:int (Results 601 – 625 of 743) sorted by path

1...<<21222324252627282930

/plugin/openlayersmap/syntax/
H A Dosmlayer.php55 public function getSort(): int
H A Dwmslayer.php55 public function getSort(): int
/plugin/openlayersmapoverlays/syntax/
H A Dagslayer.php60 public function getSort(): int {
H A Dmapillarylayer.php54 public function getSort(): int {
H A Dosmlayer.php58 public function getSort(): int {
H A Dwmslayer.php61 public function getSort(): int {
/plugin/owncloud/exe/
H A Ddetail.php18 $fileID = $INPUT->int('fileid');
H A Dfetch.php23 $fileID = $INPUT->int('fileid');
50 $width = $INPUT->int('w');
51 $height = $INPUT->int('h');
/plugin/pagequery/
H A DPageQuery.php441 * @return int[]|string[]
519 final public function validatePages(array $pages, bool $nostart = true, int $maxns = 0): array
643 $key_cmp = (((int)$left[$key] === (int)$right[$key]) ?
644 0 : (((int)$left[$key] < (int)$right[$key]) ? -1 : 1));
789 * @param int $count => count of results
937 private function adjustedHeight($sorted_results, $ratios): int
1038 $cnt = (int)substr($extent, 1);
1075 * @param int
[all...]
H A Dsyntax.php27 public function getSort(): int
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …niform vec4 u_backdrop; \\\n uniform int u_subtype; …
H A Dpdf.worker.js.map1int precision of 53 bit should be sufficient here.\n lbox = readUint32(data, position) * …
/plugin/pdfjs/pdfjs/web/locale/fr/
H A Dviewer.properties245 web_fonts_disabled=Les polices web sont désactivées : impossible d’utiliser les polices intégrées a…
/plugin/pdfjs/pdfjs/web/locale/ga-IE/
H A Dviewer.properties132 find_reached_top=Ag barr na cáipéise, ag leanúint ón mbun
133 find_reached_bottom=Ag bun na cáipéise, ag leanúint ón mbarr
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 … denominator.\n */\nfunction approximateFraction(x) {\n // Fast paths for int numbers or their in…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt2737 A one byte integer item is called "int-1". A two byte integer item is called
2738 "int-2". A four byte integer item is called "int-4".
2879 1) int-1 (unsigned NAG value, from 0 to 255)
/plugin/photogallery/
H A DpgFetch.php22 $WIDTH = $INPUT->int('w');
23 $HEIGHT = $INPUT->int('h');
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md20 * Fix an OID encoding case when the second component would be near or over the max int as defined by PHP.
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php70 * @param int $int
73 public static function integer(int $int): IntegerType
75 return new IntegerType($int);
88 * @param int $enum
91 public static function enumerated(int $enum): EnumeratedType
132 * @param int $integer
135 public static function bitStringFromInteger(int $integer): BitStringType
317 * @param int
72 integer(int $int) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php119 * @var int
124 * @var int|null
129 * @var int
167 public function complete(IncompleteType $type, int $tagType, array $tagMap = []): AbstractType
254 * @param int $class
258 public function setTagMap(int $class, array $map)
293 * @return int|null
295 public function getLastPosition(): ?int
320 * @param null|int $tagType
321 * @param null|int
548 intToVlqBytes($int) global() argument
[all...]
H A DCerDerTrait.php34 * @param int $length
35 * @param int $unused
39 protected function binaryToBitString(int $length, int $unused): string
H A DDerEncoder.php64 protected function decodeLongDefiniteLength(int $length): int
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;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractStringType.php66 * @param string|int $tagNumber
67 * @param int $class
72 public static function withTag($tagNumber, int $class, bool $isConstructed, $value = '')
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)

1...<<21222324252627282930