Home
last modified time | relevance | path

Searched refs:typeArray (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Migrations/
H A DTcaMigration.php226 …if (!isset($typeArray['showitem']) || !is_string($typeArray['showitem']) || strpos($typeArray['sho…
780 … if (!isset($typeArray['columnsOverrides']) || !is_array($typeArray['columnsOverrides'])) {
1334 … if (isset($typeArray['columnsOverrides']) && is_array($typeArray['columnsOverrides'])) {
1403 … if (isset($typeArray['columnsOverrides']) && is_array($typeArray['columnsOverrides'])) {
1487 … if (isset($typeArray['columnsOverrides']) && is_array($typeArray['columnsOverrides'])) {
1584 … if (isset($typeArray['columnsOverrides']) && is_array($typeArray['columnsOverrides'])) {
1679 … if (isset($typeArray['columnsOverrides']) && is_array($typeArray['columnsOverrides'])) {
1779 … if (isset($typeArray['columnsOverrides']) && is_array($typeArray['columnsOverrides'])) {
1872 … if (isset($typeArray['columnsOverrides']) && is_array($typeArray['columnsOverrides'])) {
1968 … if (isset($typeArray['columnsOverrides']) && is_array($typeArray['columnsOverrides'])) {
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/jms/serializer/src/JMS/Serializer/
H A DAbstractVisitor.php38 * @param array $typeArray
40 protected function getElementType($typeArray) argument
42 if (false === isset($typeArray['params'][0])) {
46 if (isset($typeArray['params'][1]) && \is_array($typeArray['params'][1])) {
47 return $typeArray['params'][1];
49 return $typeArray['params'][0];
/dports/math/vtk8/VTK-8.2.0/Infovis/Layout/Testing/Cxx/
H A DTestGroupLeafVertices.cxx64 typeArray->SetName("type"); in TestGroupLeafVertices()
69 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
73 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
77 typeArray->InsertNextValue("cat"); in TestGroupLeafVertices()
81 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
85 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
89 typeArray->InsertNextValue("cat"); in TestGroupLeafVertices()
93 typeArray->InsertNextValue("bird"); in TestGroupLeafVertices()
97 typeArray->InsertNextValue("bird"); in TestGroupLeafVertices()
101 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
[all …]
/dports/math/vtk9/VTK-9.1.0/Infovis/Layout/Testing/Cxx/
H A DTestGroupLeafVertices.cxx63 typeArray->SetName("type"); in TestGroupLeafVertices()
68 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
72 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
76 typeArray->InsertNextValue("cat"); in TestGroupLeafVertices()
80 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
84 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
88 typeArray->InsertNextValue("cat"); in TestGroupLeafVertices()
92 typeArray->InsertNextValue("bird"); in TestGroupLeafVertices()
96 typeArray->InsertNextValue("bird"); in TestGroupLeafVertices()
100 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
[all …]
/dports/math/vtk6/VTK-6.2.0/Infovis/Layout/Testing/Cxx/
H A DTestGroupLeafVertices.cxx65 typeArray->SetName("type"); in TestGroupLeafVertices()
70 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
74 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
78 typeArray->InsertNextValue("cat"); in TestGroupLeafVertices()
82 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
86 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
90 typeArray->InsertNextValue("cat"); in TestGroupLeafVertices()
94 typeArray->InsertNextValue("bird"); in TestGroupLeafVertices()
98 typeArray->InsertNextValue("bird"); in TestGroupLeafVertices()
102 typeArray->InsertNextValue("dog"); in TestGroupLeafVertices()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DArrayReferenceImpl.java100 sun.jvm.hotspot.oops.TypeArray typeArray = null; in getValues() local
103 typeArray = (sun.jvm.hotspot.oops.TypeArray)ref(); in getValues()
117 valueImpl = (BooleanValueImpl) vm.mirrorOf(typeArray.getBooleanAt(ii)); in getValues()
119 valueImpl = (CharValueImpl) vm.mirrorOf(typeArray.getCharAt(ii)); in getValues()
121 valueImpl = (FloatValueImpl) vm.mirrorOf(typeArray.getFloatAt(ii)); in getValues()
123 valueImpl = (DoubleValueImpl) vm.mirrorOf(typeArray.getDoubleAt(ii)); in getValues()
125 valueImpl = (ByteValueImpl) vm.mirrorOf(typeArray.getByteAt(ii)); in getValues()
127 valueImpl = (ShortValueImpl) vm.mirrorOf(typeArray.getShortAt(ii)); in getValues()
129 valueImpl = (IntegerValueImpl) vm.mirrorOf(typeArray.getIntAt(ii)); in getValues()
131 valueImpl = (LongValueImpl) vm.mirrorOf(typeArray.getLongAt(ii)); in getValues()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DArrayReferenceImpl.java100 sun.jvm.hotspot.oops.TypeArray typeArray = null; in getValues() local
103 typeArray = (sun.jvm.hotspot.oops.TypeArray)ref(); in getValues()
117 valueImpl = (BooleanValueImpl) vm.mirrorOf(typeArray.getBooleanAt(ii)); in getValues()
119 valueImpl = (CharValueImpl) vm.mirrorOf(typeArray.getCharAt(ii)); in getValues()
121 valueImpl = (FloatValueImpl) vm.mirrorOf(typeArray.getFloatAt(ii)); in getValues()
123 valueImpl = (DoubleValueImpl) vm.mirrorOf(typeArray.getDoubleAt(ii)); in getValues()
125 valueImpl = (ByteValueImpl) vm.mirrorOf(typeArray.getByteAt(ii)); in getValues()
127 valueImpl = (ShortValueImpl) vm.mirrorOf(typeArray.getShortAt(ii)); in getValues()
129 valueImpl = (IntegerValueImpl) vm.mirrorOf(typeArray.getIntAt(ii)); in getValues()
131 valueImpl = (LongValueImpl) vm.mirrorOf(typeArray.getLongAt(ii)); in getValues()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DJitScript-inl.h25 return typeArray(sweep) + script->numBytecodeTypeSets(); in thisTypes()
37 return typeArray(sweep) + script->numBytecodeTypeSets() + 1 /* this */ + i; in argTypes()
45 TYPESET* typeArray) { in BytecodeTypes() argument
53 return typeArray + *hint; in BytecodeTypes()
58 return typeArray + *hint; in BytecodeTypes()
75 return typeArray + *hint; in BytecodeTypes()
83 typeArray(sweep)); in bytecodeTypes()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DFunctionSignature.java67 this(hasSelf, hasCallee, retType, FunctionSignature.typeArray(args)); in FunctionSignature()
170 private static Type[] typeArray(final List<? extends Expression> args) { in typeArray() method in FunctionSignature
175 final Type[] typeArray = new Type[args.size()]; in typeArray() local
179 typeArray[pos++] = arg.getType(); in typeArray()
182 return typeArray; in typeArray()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DFunctionSignature.java67 this(hasSelf, hasCallee, retType, FunctionSignature.typeArray(args)); in FunctionSignature()
170 private static Type[] typeArray(final List<? extends Expression> args) { in typeArray() method in FunctionSignature
175 final Type[] typeArray = new Type[args.size()]; in typeArray() local
179 typeArray[pos++] = arg.getType(); in typeArray()
182 return typeArray; in typeArray()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DFunctionSignature.java67 this(hasSelf, hasCallee, retType, FunctionSignature.typeArray(args)); in FunctionSignature()
170 private static Type[] typeArray(final List<? extends Expression> args) { in typeArray() method in FunctionSignature
175 final Type[] typeArray = new Type[args.size()]; in typeArray() local
179 typeArray[pos++] = arg.getType(); in typeArray()
182 return typeArray; in typeArray()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DFunctionSignature.java67 this(hasSelf, hasCallee, retType, FunctionSignature.typeArray(args)); in FunctionSignature()
170 private static Type[] typeArray(final List<? extends Expression> args) { in typeArray() method in FunctionSignature
175 final Type[] typeArray = new Type[args.size()]; in typeArray() local
179 typeArray[pos++] = arg.getType(); in typeArray()
182 return typeArray; in typeArray()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DFunctionSignature.java67 this(hasSelf, hasCallee, retType, FunctionSignature.typeArray(args)); in FunctionSignature()
170 private static Type[] typeArray(final List<? extends Expression> args) { in typeArray() method in FunctionSignature
175 final Type[] typeArray = new Type[args.size()]; in typeArray() local
179 typeArray[pos++] = arg.getType(); in typeArray()
182 return typeArray; in typeArray()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DFunctionSignature.java67 this(hasSelf, hasCallee, retType, FunctionSignature.typeArray(args)); in FunctionSignature()
170 private static Type[] typeArray(final List<? extends Expression> args) { in typeArray() method in FunctionSignature
175 final Type[] typeArray = new Type[args.size()]; in typeArray() local
179 typeArray[pos++] = arg.getType(); in typeArray()
182 return typeArray; in typeArray()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DFunctionSignature.java67 this(hasSelf, hasCallee, retType, FunctionSignature.typeArray(args)); in FunctionSignature()
170 private static Type[] typeArray(final List<? extends Expression> args) { in typeArray() method in FunctionSignature
175 final Type[] typeArray = new Type[args.size()]; in typeArray() local
179 typeArray[pos++] = arg.getType(); in typeArray()
182 return typeArray; in typeArray()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DStringArrayEditor.cs61 Array typeArray = Array.CreateInstance (base.CollectionItemType, value.Length); in SetItems()
62 Array.Copy (value, typeArray, value.Length); in SetItems()
63 return typeArray; in SetItems()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/lispexpr/
H A DGenArrayType.java16 public static final ClassType typeArray field in GenArrayType
23 super(typeArray, elementType); in GenArrayType()
32 new ParameterizedType(typeArray, elementImplementation); in GenArrayType()
59 return typeArray.compare(other); in compare()
/dports/ftp/jftp/j-ftp/src/java/net/sf/jftp/tools/
H A DFileSearch.java50 String[] typeArray = { "" }; field in FileSearch
58 String[] typeArray = { ".gz", ".bz2", ".zip", ".rar" }; in main() local
71 search.typeArray = typeArray; in main()
96 for(int i = 0; i < typeArray.length; i++) in spider()
98 Log.out(typeArray[i] + " "); in spider()
248 for(int i = 0; i < typeArray.length; i++) in crawl()
250 if(next.endsWith(typeArray[i]) || in crawl()
251 typeArray[i].trim().equals("*")) in crawl()
H A DHttpSpider.java55 private String[] typeArray = { "mpg", "avi", "mpeg", "mov", "rm", "wmv" }; field in HttpSpider
160 typeArray = check(argv[1]); in spider()
164 for(int i = 0; i < typeArray.length; i++) in spider()
166 Log.debugRaw(typeArray[i] + " "); in spider()
272 for(int i = 0; i < typeArray.length; i++) in smoke()
274 if(next.endsWith(typeArray[i]) || in smoke()
275 typeArray[i].trim().equals("*")) in smoke()
/dports/sysutils/goawk/goawk-1.9.2/parser/
H A Dresolve.go19 typeArray const
26 case typeArray:
203 p.varTypes[funcName][name] = typeInfo{typeArray, nil, scope, 0, info.callName, 0}
297 } else if info.typ == typeArray {
326 if argType.typ == typeArray && paramType.typ == typeUnknown {
348 if info.typ == typeArray {
377 if info.typ == typeArray {
398 if info.typ == typeArray && !function.Arrays[i] {
402 if info.typ != typeArray && function.Arrays[i] {
417 if info.typ == typeArray && !varRef.isArg {
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/mesquite/
H A DMsqIGeom.cpp209 typeArray.resize( count ); in get_dimension()
213 int* type_ptr = arrptr(typeArray); in get_dimension()
219 std::copy( typeArray.begin(), typeArray.end(), dof_out ); in get_dimension()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/ComIntegration/
H A DEmitterCache.cs56 Type[] typeArray = new Type[parameters.Length]; in GetParameterTypes()
60 typeArray[index] = parameters[index].ParameterType; in GetParameterTypes()
62 return typeArray; in GetParameterTypes()
/dports/audio/mpdcon/MPDCon-1.5.1/
H A DPlaylistController.m300 NSArray *typeArray;
306 typeArray = [NSArray arrayWithObjects: PlaylistDragType, CollectionDragType, nil];
307 availableType = [pboard availableTypeFromArray: typeArray];
332 NSArray *objectsList, *typeArray;
337 typeArray = [NSArray arrayWithObjects: PlaylistDragType, CollectionDragType, nil];
339 availableType = [pboard availableTypeFromArray: typeArray];
368 NSArray *typeArray;
377 typeArray = [NSArray arrayWithObjects: PlaylistDragType, nil];
378 [pboard declareTypes: typeArray owner: self];
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/xtal/
H A DAbinitReader.java71 private float[] typeArray; field in AbinitReader
74 fillFloatArray(line.substring(12), 0, typeArray = new float[nAtom]); in readTypesequence()
150 atoms[i + i0].elementNumber = (short) znucl[(int) typeArray[i] - 1]; in readAtoms()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/openmbean/
H A DSimpleType.java166 private static final SimpleType<?>[] typeArray = { field in SimpleType
296 for (int i = 0; i < typeArray.length; i++) {
297 final SimpleType<?> type = typeArray[i];

12345678910>>...17