Home
last modified time | relevance | path

Searched refs:getVal (Results 226 – 250 of 1860) sorted by relevance

12345678910>>...75

/dports/net/seda/seda-release-20020712/seda/src/seda/sandStorm/main/
H A DSandstormConfig.java192 return cs.getVal(car); in getVal()
197 else return getVal(subsec, cdr); in getVal()
241 String val = getVal(root, key); in getString()
266 String val = getVal(root, key); in getBoolean()
294 String val = getVal(root, key); in getInt()
325 String val = getVal(root, key); in getDouble()
340 String val = (String)getVal(root, key); in getStringList()
399 String val = cs.getVal(tok); in getKeys()
525 descr.className = sec.getVal("class"); in readFile()
547 String val = args.getVal(key); in readFile()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/cloud/onedrive/
H A Donedrivelistdirectoryrequest.cpp133 Common::JSONArray items = object.getVal("value")->asArray(); in listedDirectoryCallback()
144 Common::String path = _currentDirectory + item.getVal("name")->asString(); in listedDirectoryCallback()
146 uint32 size = item.getVal("size")->asIntegerNumber(); in listedDirectoryCallback()
147 uint32 timestamp = ISO8601::convertToTimestamp(item.getVal("lastModifiedDateTime")->asString()); in listedDirectoryCallback()
165 makeRequest(object.getVal("@odata.nextLink")->asString()); in listedDirectoryCallback()
H A Donedrivestorage.cpp92 Common::JSONObject createdBy = jsonInfo.getVal("createdBy")->asObject(); in infoInnerCallback()
94 Common::JSONObject user = createdBy.getVal("user")->asObject(); in infoInnerCallback()
96 uid = user.getVal("id")->asString(); in infoInnerCallback()
98 displayName = user.getVal("displayName")->asString(); in infoInnerCallback()
103 quotaUsed = jsonInfo.getVal("size")->asIntegerNumber(); in infoInnerCallback()
150 const char *url = result.getVal("@microsoft.graph.downloadUrl")->asString().c_str(); in fileInfoCallback()
H A Donedrivetokenrefresher.cpp70 if (result.contains("error") && jsonIsObject(result.getVal("error"), "OneDriveTokenRefresher")) { in finishJson()
77 Common::JSONObject error = result.getVal("error")->asObject(); in finishJson()
82 code = error.getVal("code")->asString(); in finishJson()
87 message = error.getVal("message")->asString(); in finishJson()
/dports/games/residualvm/residualvm-0.3.1/backends/cloud/onedrive/
H A Donedrivelistdirectoryrequest.cpp131 Common::JSONArray items = object.getVal("value")->asArray(); in listedDirectoryCallback()
142 Common::String path = _currentDirectory + item.getVal("name")->asString(); in listedDirectoryCallback()
144 uint32 size = item.getVal("size")->asIntegerNumber(); in listedDirectoryCallback()
145 uint32 timestamp = ISO8601::convertToTimestamp(item.getVal("lastModifiedDateTime")->asString()); in listedDirectoryCallback()
163 makeRequest(object.getVal("@odata.nextLink")->asString()); in listedDirectoryCallback()
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/flat_combining/test/
H A DFlatCombiningTestHelpers.h115 VLOG(2) << tid << " " << ex.getVal() << " ...........";
119 VLOG(2) << tid << " " << ex.getVal() << " ===========";
128 VLOG(2) << tid << " " << ex.getVal() << " ...........";
132 VLOG(2) << tid << " " << ex.getVal() << " ===========";
168 CHECK_EQ(ops, ex.getVal());
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/monitor/
H A DMonitorConfig.java130 return DbConfigManager.getVal(props, RepParams.GROUP_NAME); in getGroupName()
167 return DbConfigManager.getVal(props, RepParams.NODE_NAME); in getNodeName()
205 return DbConfigManager.getVal(props, RepParams.NODE_HOST_PORT); in getNodeHostPort()
241 return DbConfigManager.getVal(props, RepParams.HELPER_HOSTS); in getHelperHosts()
282 DbConfigManager.getVal(props, RepParams.DEFAULT_PORT); in getNodePort()
/dports/games/scummvm/scummvm-2.5.1/backends/cloud/onedrive/
H A Donedrivelistdirectoryrequest.cpp133 Common::JSONArray items = object.getVal("value")->asArray(); in listedDirectoryCallback()
144 Common::String path = _currentDirectory + item.getVal("name")->asString(); in listedDirectoryCallback()
146 uint32 size = item.getVal("size")->asIntegerNumber(); in listedDirectoryCallback()
147 uint32 timestamp = ISO8601::convertToTimestamp(item.getVal("lastModifiedDateTime")->asString()); in listedDirectoryCallback()
165 makeRequest(object.getVal("@odata.nextLink")->asString()); in listedDirectoryCallback()
H A Donedrivestorage.cpp92 Common::JSONObject createdBy = jsonInfo.getVal("createdBy")->asObject(); in infoInnerCallback()
94 Common::JSONObject user = createdBy.getVal("user")->asObject(); in infoInnerCallback()
96 uid = user.getVal("id")->asString(); in infoInnerCallback()
98 displayName = user.getVal("displayName")->asString(); in infoInnerCallback()
103 quotaUsed = jsonInfo.getVal("size")->asIntegerNumber(); in infoInnerCallback()
150 const char *url = result.getVal("@microsoft.graph.downloadUrl")->asString().c_str(); in fileInfoCallback()
H A Donedrivetokenrefresher.cpp70 if (result.contains("error") && jsonIsObject(result.getVal("error"), "OneDriveTokenRefresher")) { in finishJson()
77 Common::JSONObject error = result.getVal("error")->asObject(); in finishJson()
82 code = error.getVal("code")->asString(); in finishJson()
87 message = error.getVal("message")->asString(); in finishJson()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialMergeHistory.php83 $this->mAction = $request->getVal( 'action' );
84 $this->mTarget = $request->getVal( 'target' );
85 $this->mDest = $request->getVal( 'dest' );
88 $this->mTargetID = intval( $request->getVal( 'targetID' ) );
89 $this->mDestID = intval( $request->getVal( 'destID' ) );
90 $this->mTimestamp = $request->getVal( 'mergepoint' );
97 && $this->getUser()->matchEditToken( $request->getVal( 'wpEditToken' ) );
/dports/lang/zig-devel/zig-0.9.0/test/behavior/
H A Dgenerics_llvm.zig31 try expect(a1.value == a1.getVal());
32 try expect(b1.getVal());
38 fn getVal(n: *const GenNode(T)) T {
/dports/lang/zig/zig-0.9.0/test/behavior/
H A Dgenerics_llvm.zig31 try expect(a1.value == a1.getVal());
32 try expect(b1.getVal());
38 fn getVal(n: *const GenNode(T)) T {
/dports/math/gecode/gecode-0916a1a/contribs/qecode/
H A DOptVar.hh78 …QECODE_EXPORT virtual int getVal(Strategy s)=0; ///< returns value of this optimization variable i…
93 QECODE_EXPORT virtual int getVal(Strategy s);
118 QECODE_EXPORT virtual int getVal(Strategy s);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Shadertoy/presets/default/
H A Dnotebook.frag.glsl54 float getVal(vec2 pos)
64 getVal(pos+d.xy)-getVal(pos-d.xy),
65 getVal(pos+d.yx)-getVal(pos-d.yx)
97 fact=dot(g,v)-.5*abs(dot(g,v.yx*vec2(1,-1)))/**(1.-getVal(pos2))*/;
/dports/misc/gpsim/gpsim-0.31.0/cli/
H A Dparse.yy473 if (dump.dump($2->value, $3, $4->getVal()) == 0)
556 quit_parse = c_load.load($2->value,$3->getVal()) == 0;
669 c_processor.processor($2->getVal(),0);
674 c_processor.processor($2->getVal(),$3->getVal());
780 c_symbol.add_one($2->getVal(), $4);
848 c_macro.add_parameter($1->getVal());
853 c_macro.add_parameter($3->getVal());
902 cout << "identifier: " << $5->getVal() << endl; delete $5;
962 $$ = new cmd_options_str($2->getVal());
972 $$ = new cmd_options_str(pValue->getVal());
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test205973/
H A DC_out.java120 int getVal() { in getVal() method
127 int getVal() { in getVal() method
132 int getVal() { in getVal() method in EnumConstants
H A DE_out.java119 TINY { int getVal() { return 2; } }, in getVal() method
120 SMALL { int val = 3; int getVal() { return 3; } }; in getVal() method
122 int getVal() { return 1; } in getVal() method in EnumConstants
H A DA_out.java135 int getVal() { in getVal() method
142 int getVal() { in getVal() method
147 int getVal() { in getVal() method in EnumConstants
H A DB_out.java125 int getVal() { return 2; } in getVal() method
130 int getVal() { return 3; } in getVal() method
133 int getVal() { return 1; } in getVal() method in EnumConstants
H A DG_out.java102 int getVal() { return 2; } in getVal() method
107 int getVal() { return 3; } in getVal() method
110 int getVal() { return 1; } in getVal() method in EnumConstants
H A DH_out.java98 TINY { int getVal() { return 2; } }, in getVal() method
99 SMALL { int val = 3; int getVal() { return 3; } }; in getVal() method
101 int getVal() { return 1; } in getVal() method in EnumConstants
H A Din.java84 TINY { int getVal() { return 2; }}, in getVal() method
85 SMALL { int val = 3; int getVal() { return 3; }}; in getVal() method
86 int getVal() { return 1; } in getVal() method in EnumConstants
H A DD_out.java122 int getVal() { in getVal() method
129 int getVal() { in getVal() method
134 int getVal() { in getVal() method in EnumConstants
H A DI_out.java109 TINY { int getVal() { return 2; } }, in getVal() method
113 int getVal() { return 3; } in getVal() method
116 int getVal() { return 1; } in getVal() method in EnumConstants

12345678910>>...75