Searched refs:elementType (Results 1 – 9 of 9) 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) {
568 elementType: FlowTypeAnnotation; property912 elementType: TSType; property1772 export function arrayTypeAnnotation(elementType?: FlowTypeAnnotation): ArrayTypeAnnotation;1898 export function TSArrayType(elementType: TSType): TSArrayType;
57 t.arrayTypeAnnotation(elementType)64 - `elementType` (required)
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);9840 return !p.isVirtual && !p.isReference && !p.isAttribute && elementType.hasType(p.type);9845 effectiveType: getModdleDescriptor(elementType).name48802 ElementFactory.prototype.create = function(elementType, attrs) { argument48807 if (elementType === 'label') {48808 return this.baseCreate(elementType, assign({ type: 'label' }, DEFAULT_LABEL_SIZE, attrs));48811 return this.createBpmnElement(elementType, attrs);[all …]
5781 node.elementType = type;
1 …elementType = gl.UNSIGNED_INT;\n const elementSize = 4;\n\n const numItems = end - start;\n …