Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 2229) sorted by relevance

12345678910>>...90

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts18 type: "CommentBlock"; property
22 type: "CommentLine"; property
38 type: string; property
48 type: "ArrayExpression"; property
53 type: "AssignmentExpression"; property
60 type: "BinaryExpression"; property
89 type: "Directive"; property
94 type: "DirectiveLiteral"; property
99 type: "BlockStatement"; property
105 type: "BreakStatement"; property
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
DTypeResolver.php89 public function resolve($type, Context $context = null)
162 private function isTypedArray($type)
174 private function isKeyword($type)
186 private function isPartialStructuralElementName($type)
198 private function isFqsen($type)
210 private function isCompoundType($type)
222 private function isNullableType($type)
235 private function resolveTypedArray($type, Context $context)
247 private function resolveKeyword($type)
262 private function resolveTypedObject($type, Context $context = null)
[all …]
/plugin/sectiontoggle/
Dtemplates.ini2 type = id key
6 type = id key
10 type = id key
14 type = class key
18 type = id key
22 type = id key
26 type = id key
30 type = id key
34 type = id key
38 type = id key
[all …]
/plugin/zip/pear/MIME/
DType.php81 function MIME_Type($type = false)
95 function parse($type)
116 function hasParameters($type)
132 function getParameters($type)
150 function stripParameters($type)
167 function getMedia($type)
181 function getSubType($type)
217 function isExperimental($type)
235 function isVendor($type)
251 function isWildcard($type)
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/
DSerializationVisitorInterface.php28 public function visitNull($data, array $type);
36 public function visitString(string $data, array $type);
44 public function visitBoolean(bool $data, array $type);
52 public function visitDouble(float $data, array $type);
60 public function visitInteger(int $data, array $type);
68 public function visitArray(array $data, array $type);
76 public function startVisitingObject(ClassMetadata $metadata, object $data, array $type): void;
91 public function endVisitingObject(ClassMetadata $metadata, object $data, array $type);
DDeserializationVisitorInterface.php28 public function visitNull($data, array $type): void;
36 public function visitString($data, array $type): string;
44 public function visitBoolean($data, array $type): bool;
52 public function visitDouble($data, array $type): float;
60 public function visitInteger($data, array $type): int;
75 public function visitArray($data, array $type): array;
82 public function startVisitingObject(ClassMetadata $metadata, object $data, array $type): void;
97 public function endVisitingObject(ClassMetadata $metadata, $data, array $type): object;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
DDateHandler.php76 array $type,
96 …alizeDateTime(SerializationVisitorInterface $visitor, \DateTime $date, array $type, SerializationC…
109 array $type,
120 …eInterval(SerializationVisitorInterface $visitor, \DateInterval $date, array $type, SerializationC…
144 … deserializeDateTimeFromXml(XmlDeserializationVisitor $visitor, $data, array $type): ?\DateTimeInt…
157 …izeDateTimeImmutableFromXml(XmlDeserializationVisitor $visitor, $data, array $type): ?\DateTimeInt…
170 …erializeDateIntervalFromXml(XmlDeserializationVisitor $visitor, $data, array $type): ?\DateInterval
183 …eserializeDateTimeFromJson(JsonDeserializationVisitor $visitor, $data, array $type): ?\DateTimeInt…
196 …eDateTimeImmutableFromJson(JsonDeserializationVisitor $visitor, $data, array $type): ?\DateTimeInt…
209 …ializeDateIntervalFromJson(JsonDeserializationVisitor $visitor, $data, array $type): ?\DateInterval
[all …]
/plugin/highlight/
Dscript.js8 "type":"picker", property
12 "type":"format", property
18 "type":"format", property
24 "type":"format", property
30 "type":"format", property
36 "type":"format", property
42 "type":"format", property
48 "type":"format", property
54 "type":"format", property
60 "type":"format", property
[all …]
/plugin/color/
Dscript.js8 "type":"picker", property
12 "type":"format", property
18 "type":"format", property
24 "type":"format", property
30 "type":"format", property
36 "type":"format", property
42 "type":"format", property
48 "type":"format", property
54 "type":"format", property
60 "type":"format", property
[all …]
/plugin/csstimeline/
Dfeed.php25 $type = $conf['rss_type']; variable
29 $type = 'RSS0.91'; variable
33 $type = 'RSS2.0'; variable
37 $type = 'ATOM0.3'; variable
41 $type = 'ATOM1.0'; variable
45 $type = 'RSS1.0'; variable
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
DXmlSchemaDateHandler.php70 …public function deserializeDateIntervalXml(XmlDeserializationVisitor $visitor, $data, array $type){
78 …public function serializeDate(XmlSerializationVisitor $visitor, \DateTime $date, array $type, Cont…
86 public function deserializeDate(XmlDeserializationVisitor $visitor, $data, array $type)
99 …n serializeDateTime(XmlSerializationVisitor $visitor, \DateTime $date, array $type, Context $conte…
107 public function deserializeDateTime(XmlDeserializationVisitor $visitor, $data, array $type)
118 …public function serializeTime(XmlSerializationVisitor $visitor, \DateTime $date, array $type, Cont…
127 public function deserializeTime(XmlDeserializationVisitor $visitor, $data, array $type)
139 private function parseDateTime($data, array $type)
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DJsonSerializationVisitor.php39 public function visitNull($data, array $type)
47 public function visitString(string $data, array $type)
55 public function visitBoolean(bool $data, array $type)
63 public function visitInteger(int $data, array $type)
71 public function visitDouble(float $data, array $type)
82 public function visitArray(array $data, array $type)
109 public function startVisitingObject(ClassMetadata $metadata, object $data, array $type): void
118 public function endVisitingObject(ClassMetadata $metadata, object $data, array $type)
DJsonDeserializationVisitor.php48 public function visitNull($data, array $type): void
55 public function visitString($data, array $type): string
63 public function visitBoolean($data, array $type): bool
71 public function visitInteger($data, array $type): int
79 public function visitDouble($data, array $type): float
87 public function visitArray($data, array $type): array
145 public function startVisitingObject(ClassMetadata $metadata, object $object, array $type): void
190 public function endVisitingObject(ClassMetadata $metadata, $data, array $type): object
/plugin/feed/
Dfeed.php20 $type = $INPUT->str('type', $conf['rss_type']); variable
24 $type = 'RSS0.91'; variable
28 $type = 'RSS2.0'; variable
32 $type = 'ATOM0.3'; variable
36 $type = 'ATOM1.0'; variable
40 $type = 'RSS1.0'; variable
/plugin/html2pdf/html2pdf/html2ps/
Ddispatcher.class.php13 function add_event($type) {
17 function add_observer($type, $callback) {
22 function fire($type, $params) {
30 function _check_event_type($type) {
/plugin/galleryv1.5/inc/
Dimage.php41 $type = 'fixedheight'; variable
43 $type = 'fixedwidth'; variable
45 $type = 'fixedheight'; variable
47 $type = 'fixedwidth'; variable
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
Dtags.js1 …{return true}}return false}else{return false}};b=e.existing_tags();var p={type:"hbox",children:[]}… property
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
Dplugin.js1 …Command("fontAssistDialog"));var d=b.lang.fontassist;if(!d){d=CKEDITOR.lang["default"]["fontassist…
/plugin/ckgedit/ckeditor/plugins/fontAssist/
Dplugin.js1 …Command("fontAssistDialog"));var d=b.lang.fontassist;if(!d){d=CKEDITOR.lang["default"]["fontassist…
/plugin/ckgdoku/ckeditor/plugins/footnote/
Dplugin.js1 …",onShow:function(){},contents:[{id:"general",label:d.Settings,elements:[{type:"html",html:d.Heade… property
/plugin/ckgedit/ckeditor/plugins/footnote/
Dplugin.js1 …",onShow:function(){},contents:[{id:"general",label:d.Settings,elements:[{type:"html",html:d.Heade… property
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
DtableCell.js1 …^(\d+(?:\.\d+)?)(px|%)$/,j=/^(\d+(?:\.\d+)?)px$/,g=CKEDITOR.tools.bind,f={type:"html",html:" … property
/plugin/asciidocjs/node_modules/@asciidoctor/cli/lib/
Doptions.js128 type: 'string' property
138 type: 'string' property
148 type: 'boolean' property
153 type: 'boolean' property
165 type: 'string' property
171 type: 'string' property
205 type: 'string' property
210 type: 'string' property
216 type: 'string' property
222 type: 'string' property
[all …]
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
Dtable.js1 …tr").getItem(0);for(v=0;v<n.getChildCount();v++){var p=n.getChild(v);if(p.type==CKEDITOR.NODE_ELEM… property
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
Dtable.js1 …tr").getItem(0);for(v=0;v<n.getChildCount();v++){var p=n.getChild(v);if(p.type==CKEDITOR.NODE_ELEM… property

12345678910>>...90