Home
last modified time | relevance | path

Searched refs:varTypes (Results 1 – 25 of 65) sorted by relevance

123

/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/williamdes/mariadb-mysql-kbs/src/
H A DSlimData.php45 private $varTypes = [ variable in Williamdes\\MariaDBMySQLKBS\\SlimData
67 ?array $varTypes = null argument
77 if ($varTypes !== null) {
78 $this->varTypes = $varTypes;
117 if (isset($this->varTypes[$var->getType()]) === false) {
118 $this->varTypes[$var->getType()] = count($this->varTypes) + 1;
121 $variable->t = $this->varTypes[$var->getType()];
158 $outObj['varTypes'] = array_flip($this->varTypes);
/dports/sysutils/goawk/goawk-1.9.2/parser/
H A Dresolve.go85 p.varTypes[name] = make(map[string]typeInfo)
185 info := p.varTypes[funcName][name]
201 info := p.varTypes[funcName][name]
213 for funcName := range p.varTypes {
224 for name := range p.varTypes[funcName] {
229 info := p.varTypes[funcName][name]
269 p.varTypes[funcName][name] = info
288 for name, info := range p.varTypes[""] {
305 p.varTypes[""][name] = info
336 for funcName, infos := range p.varTypes {
[all …]
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/optimizer/
H A DBlock.java62 int[] varTypes = new int[varCount]; in runFlowAnalyzes() local
65 varTypes[i] = Optimizer.AnyType; in runFlowAnalyzes()
70 varTypes[i] = Optimizer.NoType; in runFlowAnalyzes()
97 if (varTypes[i] == Optimizer.NumberType) { in runFlowAnalyzes()
291 theBlocks[0].markAnyTypeVariables(varTypes); in reachingDefDataFlow()
333 int prev = varTypes[index]; in assignType()
334 return prev != (varTypes[index] |= type); in assignType()
337 private void markAnyTypeVariables(int[] varTypes) in markAnyTypeVariables() argument
339 for (int i = 0; i != varTypes.length; i++) { in markAnyTypeVariables()
477 return varTypes[fn.getVarIndex(n)]; in findExpressionType()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Util/
H A DPhpDocTypeHelper.php56 $varTypes = [];
61 $varTypes[] = (string) $nestedVarType->getActualType();
64 $varTypes[] = (string) $nestedVarType;
69 $nullKey = array_search(Type::BUILTIN_TYPE_NULL, $varTypes);
73 if ($nullable && false !== $nullKey && \count($varTypes) > 1) {
74 unset($varTypes[$nullKey]);
77 foreach ($varTypes as $varType) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/Util/
H A DPhpDocTypeHelper.php56 $varTypes = [];
61 $varTypes[] = (string) $nestedVarType->getActualType();
64 $varTypes[] = (string) $nestedVarType;
69 $nullKey = array_search(Type::BUILTIN_TYPE_NULL, $varTypes);
73 if ($nullable && false !== $nullKey && \count($varTypes) > 1) {
74 unset($varTypes[$nullKey]);
77 foreach ($varTypes as $varType) {
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_Bonmin_std.cxx86 Indices varTypes(4); in main() local
87 varTypes[0] = OT::OptimizationProblemImplementation::BINARY; in main()
88 varTypes[1] = OT::OptimizationProblemImplementation::CONTINUOUS; in main()
89 varTypes[2] = OT::OptimizationProblemImplementation::CONTINUOUS; in main()
90 varTypes[3] = OT::OptimizationProblemImplementation::INTEGER; in main()
95 problem.setVariablesType(varTypes); in main()
/dports/devel/binaryen/binaryen-version_98/test/example/
H A Dc-api-relooper-unreachable-if.cpp42 BinaryenType varTypes[] = { in main() local
48 varTypes, in main()
71 BinaryenType varTypes[] = { in main() local
77 varTypes, in main()
102 BinaryenType varTypes[] = { in main() local
108 varTypes, in main()
131 BinaryenType varTypes[] = { in main() local
137 varTypes, in main()
160 BinaryenType varTypes[] = { in main() local
166 varTypes, in main()
[all …]
H A Dc-api-unused-mem.cpp50 BinaryenType varTypes[] = { in main() local
56 varTypes, in main()
82 BinaryenType varTypes[] = {BinaryenTypeNone()}; in main() local
87 varTypes, in main()
/dports/graphics/opencv/opencv-4.5.3/modules/ml/test/
H A Dtest_save_load.cpp14 std::vector<uchar> varTypes; in randomFillCategories() local
20 root["var_type"] >> varTypes; in randomFillCategories()
24 uint var = 0, varCount = (uint)varTypes.size(); in randomFillCategories()
27 if (varTypes[var] == ml::VAR_CATEGORICAL) in randomFillCategories()
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Dpmpio_silo_test_mesh.c296 int *varTypes = (int *) malloc(size * sizeof(int)); in WriteMultiXXXObjects() local
326 varTypes[i] = DB_QUADVAR; in WriteMultiXXXObjects()
331 DBPutMultivar(siloFile, "multi_velocity", size, velBlockNames, varTypes, 0); in WriteMultiXXXObjects()
332 DBPutMultivar(siloFile, "multi_temp", size, tempBlockNames, varTypes, 0); in WriteMultiXXXObjects()
345 free(varTypes); in WriteMultiXXXObjects()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/graph-gophers/graphql-go/trace/
H A Dtrace.go18 …yString string, operationName string, variables map[string]interface{}, varTypes map[string]*intro…
24 …yString string, operationName string, variables map[string]interface{}, varTypes map[string]*intro…
74 …yString string, operationName string, variables map[string]interface{}, varTypes map[string]*intro…
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/property-info/Util/
H A DPhpDocTypeHelper.php57 $varTypes = [];
72 $varTypes[] = $type;
75 foreach ($varTypes as $varType) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/tests/fuzzers/abi/
H A Dabifuzzer.go36 varTypes = []string{"bool", "address", "bytes", "string", var
130 argTyp := varTypes[getUInt(fuzzer)%len(varTypes)]
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_Bonmin_4dsoo.py47 varTypes = [ot.OptimizationProblemImplementation.CONTINUOUS, ot.OptimizationProblemImplementation.C… variable
52 problem.setVariablesType(varTypes)
H A Dt_Bonmin_swiler2014.py53 varTypes = [ot.OptimizationProblemImplementation.INTEGER, variable
56 problem.setVariablesType(varTypes)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/property-info/Util/
H A DPhpDocTypeHelper.php63 $varTypes = [];
78 $varTypes[] = $type;
81 foreach ($varTypes as $varType) {
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3/
H A Dlulesh-viz.cpp294 int *varTypes; in DumpMultiblockObjects() local
308 varTypes = new int[numRanks]; in DumpMultiblockObjects()
324 varTypes[i] = DB_UCDVAR; in DumpMultiblockObjects()
368 (char**)multivarObjs[v], varTypes, NULL); in DumpMultiblockObjects()
390 delete [] varTypes; in DumpMultiblockObjects()
/dports/science/axom/axom-0.6.1/src/axom/sidre/examples/lulesh2/
H A Dlulesh-viz.cc280 int *varTypes; in DumpMultiblockObjects() local
294 varTypes = new int[numRanks]; in DumpMultiblockObjects()
307 varTypes[i] = DB_UCDVAR; in DumpMultiblockObjects()
346 (char**)multivarObjs[v], varTypes, NULL); in DumpMultiblockObjects()
365 delete [] varTypes; in DumpMultiblockObjects()
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3_orig/
H A Dlulesh-viz.cc275 int *varTypes; in DumpMultiblockObjects() local
289 varTypes = new int[numRanks]; in DumpMultiblockObjects()
302 varTypes[i] = DB_UCDVAR; in DumpMultiblockObjects()
341 (char**)multivarObjs[v], varTypes, NULL); in DumpMultiblockObjects()
360 delete [] varTypes; in DumpMultiblockObjects()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/lulesh2.0.3/
H A Dlulesh-viz.cc275 int *varTypes; in DumpMultiblockObjects() local
289 varTypes = new int[numRanks]; in DumpMultiblockObjects()
302 varTypes[i] = DB_UCDVAR; in DumpMultiblockObjects()
341 (char**)multivarObjs[v], varTypes, NULL); in DumpMultiblockObjects()
360 delete [] varTypes; in DumpMultiblockObjects()
/dports/games/jin/jin-2.14.1/src/free/jin/scripter/
H A DUserInvokedScriptMenuItem.java112 private final String [] varTypes = new String[]{"String", "Integer", "Boolean", "Real"}; field in UserInvokedScriptMenuItem.VariablesPanel
147 JComboBox typeChoice = new FixedJComboBox(varTypes); in VariablesPanel()
163 tableModel.setValueAt(varTypes[0], 0, 0); in VariablesPanel()
243 tableModel.addRow(new Object[]{varTypes[0], null, null}); in createUI()
/dports/devel/cmake-gui/cmake-3.22.1/Source/QtDialog/
H A DAddCacheEntry.cxx18 const QStringList& varTypes) in AddCacheEntry() argument
21 , VarTypes(varTypes) in AddCacheEntry()
/dports/devel/cmake/cmake-3.22.1/Source/QtDialog/
H A DAddCacheEntry.cxx18 const QStringList& varTypes) in AddCacheEntry() argument
21 , VarTypes(varTypes) in AddCacheEntry()
/dports/devel/cmake-doc/cmake-3.22.1/Source/QtDialog/
H A DAddCacheEntry.cxx18 const QStringList& varTypes) in AddCacheEntry() argument
21 , VarTypes(varTypes) in AddCacheEntry()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/graph-gophers/graphql-go/
H A Dsubscriptions.go62 varTypes := make(map[string]*introspection.Type)
68 varTypes[v.Name.Name] = introspection.WrapType(t)

123