Home
last modified time | relevance | path

Searched refs:anyType (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php341 $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 Dchangelog252 - 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 Dxquery.min.js.map1 … \"atom\"}\n var types = ['xs:anyAtomicType', 'xs:anySimpleType', 'xs:anyType', 'xs:anyURI',\n …
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js26352 function getParent(element, anyType) { argument
26354 if (typeof anyType === 'string') {
26355 anyType = [ anyType ];
26359 if (isAny(element, anyType)) {