Searched refs:elementType (Results 1 – 6 of 6) sorted by relevance
43 * @param string $elementType48 $elementType = '', argument52 $element = new $elementType($value);103 * @param string $elementType108 $elementType = '', argument112 $element = new $elementType();157 * @param string $elementType163 $elementType = '', argument167 $element = new $elementType($key, $value);
2448 var elementType = Object.prototype.toString.call(element);2449 var isCollectionTyped = ('[object Array]' === elementType2450 || ('[object NodeList]' === elementType)2451 || ('[object HTMLCollection]' === elementType)
464 elementType = null;466 while ((elementType = stream.read(3)) !== END_ELEMENT) {469 switch (elementType) {
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
9803 elementType;9820 elementType = model.getType(elementTypeName);9823 effectiveType: getModdleDescriptor(elementType).name9836 elementType = model.getType(elementTypeName);9845 effectiveType: getModdleDescriptor(elementType).name48802 ElementFactory.prototype.create = function(elementType, attrs) { argument48807 if (elementType === 'label') {48811 return this.createBpmnElement(elementType, attrs);48831 if (elementType === 'root') {48836 if (elementType === 'connection') {[all …]