Home
last modified time | relevance | path

Searched refs:types (Results 426 – 450 of 570) sorted by path

1...<<11121314151617181920>>...23

/plugin/pdfjs/pdfjs/web/locale/th/
H A Dviewer.properties235 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
236 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/tl/
H A Dviewer.properties231 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
232 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/tn/
H A Dviewer.properties79 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
80 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/tr/
H A Dviewer.properties235 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
236 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/tsz/
H A Dviewer.properties72 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
73 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/uk/
H A Dviewer.properties235 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
236 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/ur/
H A Dviewer.properties200 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
201 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/uz/
H A Dviewer.properties159 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
160 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/vi/
H A Dviewer.properties235 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
236 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/wo/
H A Dviewer.properties118 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
119 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/xh/
H A Dviewer.properties173 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
174 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/zam/
H A Dviewer.properties87 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
88 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/zh-CN/
H A Dviewer.properties235 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
236 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/zh-TW/
H A Dviewer.properties235 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
236 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/zu/
H A Dviewer.properties123 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
124 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1types.\n PDFViewerApplication.pdfDocument.getStats().then(function (stats) {\n PDFViewerAp…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt937 These tags use string values; these describe the player types. The value
1503 for machine types and operating systems other than those listed below. Further
1633 programs from different authors performing different types of tasks can be
2724 remaining portion is composed of zero or more PGN record items. Item types
/plugin/photogallery/lightGallery/js/
H A Dpicturefill.min.js4types[b]=!1,e()},d.onload=function(){g.types[b]=1===d.width,e()},d.src=c,"pending"},g.types=g.type…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt346 * Bugfix [#1608664]: "Unsupported operand types" in "wmi"
539 images of types not supported by GetImageSize
/plugin/pureldap/
H A Dcomposer.lock35 "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers."
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md10 * Update return types for AbstractType and some ASN1 helper methods to provider better hints for static analysis.
11 * Time types now accept DateTimeInterface instead of just DateTime.
37 * Removed the 'trailing data' aspect of decoded types.
49 * Add arbitrary precision support for OID types.
56 * Support arbitrary-precision for Integer/Enumerated types with the GMP extension.
H A DREADME.md64 # Loop through the sequence and check the individual types it contains...
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php52 * @param AbstractType ...$types
55 public static function sequence(AbstractType ...$types): SequenceType
57 return new SequenceType(...$types);
61 * @param AbstractType ...$types
64 public static function sequenceOf(AbstractType ...$types): SequenceOfType
66 return new SequenceOfType(...$types);
298 * @param AbstractType ...$types
301 public static function set(AbstractType ...$types): SetType
303 return new SetType(...$types);
307 * @param AbstractType ...$types
54 sequence(AbstractType...$types) global() argument
63 sequenceOf(AbstractType...$types) global() argument
300 set(AbstractType...$types) global() argument
309 setOf(AbstractType...$types) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php252 * Map universal types to specific tag class values when decoding.
1157 * Encoding subsets may require specific ordering on set types. Allow this to be overridden.
1169 * Encoding subsets may require specific ordering on set of types. Allow this to be overridden.
1181 * @param AbstractType ...$types
1185 protected function encodeConstructedType(AbstractType ...$types)
1189 foreach ($types as $type) {
1145 encodeConstructedType(AbstractType...$types) global() argument
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php199 * @param AbstractType ...$types
202 public function setChildren(...$types)
204 $this->children = $types;
227 * @param AbstractType ...$types
230 public function addChild(...$types)
232 foreach ($types as $type) {
200 setChildren(...$types) global() argument
228 addChild(...$types) global() argument

1...<<11121314151617181920>>...23