Searched refs:anyType (Results 1 – 4 of 4) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | TemplateTest.php | 341 $anyType = Template::ANY_CALL; 363 [$arrayObject, $anyType], 364 [$stdObject, $anyType], 365 [$magicPropertyObject, $anyType], 367 [$methodObject, $anyType], 368 [$propertyObject, $anyType], 369 [$propertyObject1, $anyType], 370 [$propertyObject2, $anyType], 391 [true, null, $propertyObject3, 'foo', [], $anyType], 409 if ($anyType !== $test[5]) { [all …]
|
/plugin/mantis/lib/ |
H A D | changelog | 252 - nusoap_base: add anyType, anySimpleType for 2001 XML Schema 349 - nusoap_base: use xsd:anyType instead of xsd:ur-type to serialize arrays with multiple element typ… 366 - nusoap_base: serialize empty arrays as having elements xsd:anyType[0]
|
/plugin/codemirror/dist/modes/ |
H A D | xquery.min.js.map | 1 … \"atom\"}\n var types = ['xs:anyAtomicType', 'xs:anySimpleType', 'xs:anyType', 'xs:anyURI',\n …
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 26352 function getParent(element, anyType) { argument 26354 if (typeof anyType === 'string') { 26355 anyType = [ anyType ]; 26359 if (isAny(element, anyType)) {
|