Home
last modified time | relevance | path

Searched refs:oRes (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/itop/web/webservices/
H A Dwebservices.basic.php64 return $oRes->ToSoapStructure();
96 return $oRes->ToSoapStructure();
106 return $oRes->ToSoapStructure();
113 $oRes = new WebServiceResult();
115 return $oRes->ToSoapStructure();
146 return $oRes->ToSoapStructure();
171 $oRes = new WebServiceResult();
246 return $oRes;
266 return $oRes->ToSoapStructure();
271 $oRes = new WebServiceResult();
[all …]
H A Dwebservices.class.inc.php272 protected function LogUsage($sVerb, $oRes) argument
277 if ($oRes->IsOk())
287 $oLog->Set('result', $oRes->IsOk());
328 $oRes->LogError("Unexpected value for parameter $sParamName: $res");
374 $oRes->LogIssue($sMsg, $bIsMandatory);
384 $oRes->LogIssue($sMsg, $bIsMandatory);
399 $oRes->LogIssue($sMsg, $bIsMandatory);
521 if ($oRes->IsOk())
527 $oRes->LogInfo("Created object ".get_class($oTargetObj)."::$iId");
528 $oRes->AddResultObject($sResultLabel, $oTargetObj);
[all …]
H A Ditopsoap.examples.php53 $oRes = $oSoapClient->CreateIncidentTicket variable
83 print_r($oRes);
87 $oRes = $oSoapClient->SearchObjects variable
95 if ($oRes->status)
97 $aResults = $oRes->result;
123 foreach ($oRes->errors->messages as $oMessage)
/dports/www/baikal/baikal/Core/Frameworks/Flake/Core/Datastructure/
H A DChainLink.php68 $oRes = $this->__container->offsetGet($offset);
70 return $oRes;
86 $oRes = $this->__container->next();
88 return $oRes;
106 $oRes = $this->__container->first();
108 return $oRes;
112 $oRes = $this->__container->last();
114 return $oRes;
H A DChain.php44 $oRes = $this->bottom();
46 return $oRes;
50 $oRes = $this->top();
52 return $oRes;
/dports/www/itop/web/core/oql/
H A Doqlinterpreter.class.inc.php92 $oRes = $this->Parse();
93 if (!$oRes instanceof OqlQuery)
95 throw new OQLException('Expecting an OQL query', $this->m_sQuery, 0, 0, get_class($oRes));
97 return $oRes;
105 $oRes = $this->Parse();
106 if (!$oRes instanceof Expression)
108 …throw new OQLException('Expecting an OQL expression', $this->m_sQuery, 0, 0, get_class($oRes), arr…
110 return $oRes;
/dports/dns/fpdns/fpdns-20190131/utils/response_collector/
H A Dmain.cpp112 DnsResolver oRes; in main() local
113 oRes.setRetries(retries); in main()
114 oRes.setTimeout(timeout); in main()
117 oRes.setNameserver(ip_address); in main()
174 oRes.send(oQuest, oResp); in main()
210 DnsResolver oRes; in main() local
211 oRes.setRetries(retries); in main()
212 oRes.setTimeout(timeout); in main()
214 oRes.setNameserver(str_to_ip(argv[2])); in main()
230 oRes.send(oQuest, oResp); in main()
/dports/audio/festival/festival/src/modules/java/cstr/festival/client/
H A DSession.java157 Object oRes = result; in notifyResult() local
162 oRes = wv; in notifyResult()
164 oRes = ex; in notifyResult()
168 oRes = new String(result); in notifyResult()
171 r.notifyResult(oRes); in notifyResult()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue731/
H A Dtbadder.vhdl12 signal oRes : std_ulogic_vector(cWidth-1 downto 0); signal
23 oRes => oRes
H A Dadder.vhdl12 oRes : out std_ulogic_vector(gWidth-1 downto 0) port
18 (oCarry, oRes) <= std_ulogic_vector(unsigned('0' & iA) + unsigned('0' & iB));
/dports/www/itop/web/datamodels/2.x/itop-backup/
H A Dcheck-backup.php184 $oRes = $oSoapClient->CreateIncidentTicket
218 if ($oRes->status)
220 $sTicketName = $oRes->result[0]->values[1]->value;
226 foreach ($oRes->errors->messages as $oMessage)
/dports/graphics/zint/zint-2.10.0-src/backend_tcl/
H A Dzint.c590 Tcl_Obj *oRes; in Zint() local
592 oRes = Tcl_NewObj(); in Zint()
596 oRes, Tcl_NewStringObj(s_code_list[posCur],-1))) in Zint()
602 Tcl_SetObjResult(interp,oRes); in Zint()
607 Tcl_Obj *oRes; in Zint() local
609 oRes = Tcl_NewObj(); in Zint()
612 oRes, Tcl_NewStringObj(s_eci_list[posCur],-1))) in Zint()
617 Tcl_SetObjResult(interp,oRes); in Zint()
/dports/www/baikal/baikal/Core/Frameworks/Flake/Core/
H A DCollection.php62 $oRes = $this->aCollection[$sKey];
64 return $oRes;
/dports/www/itop/web/core/
H A Dapc-emulation.php195 $oRes = @unserialize($sValue);
196 return $oRes;
H A Ddbsearch.class.php360 $oRes = self::FromOQL($sQuery, $aParams);
361 $oRes->AllowAllData();
362 return $oRes;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/wfs/
H A Dogroapifdriver.cpp972 static bool BuildExampleRecursively(CPLJSONObject& oRes, in BuildExampleRecursively() argument
1008 oRes.Add( oChild.GetName(), oChildRes ); in BuildExampleRecursively()
1030 oRes = oArray; in BuildExampleRecursively()
1041 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1048 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1055 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1062 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1069 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1090 CPLJSONObject oRes; in GetObjectExampleFromSchema() local
1091 BuildExampleRecursively(oRes, oRoot, oRoot); in GetObjectExampleFromSchema()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/wfs/
H A Dogroapifdriver.cpp972 static bool BuildExampleRecursively(CPLJSONObject& oRes, in BuildExampleRecursively() argument
1008 oRes.Add( oChild.GetName(), oChildRes ); in BuildExampleRecursively()
1030 oRes = oArray; in BuildExampleRecursively()
1041 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1048 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1055 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1062 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1069 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1090 CPLJSONObject oRes; in GetObjectExampleFromSchema() local
1091 BuildExampleRecursively(oRes, oRoot, oRoot); in GetObjectExampleFromSchema()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/wfs/
H A Dogroapifdriver.cpp972 static bool BuildExampleRecursively(CPLJSONObject& oRes, in BuildExampleRecursively() argument
1008 oRes.Add( oChild.GetName(), oChildRes ); in BuildExampleRecursively()
1030 oRes = oArray; in BuildExampleRecursively()
1041 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1048 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1055 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1062 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1069 oRes = oTemp.GetObj("_"); in BuildExampleRecursively()
1090 CPLJSONObject oRes; in GetObjectExampleFromSchema() local
1091 BuildExampleRecursively(oRes, oRoot, oRoot); in GetObjectExampleFromSchema()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/mem/
H A Dmemdataset.cpp1965 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
1968 oRes.push_back(oIter.second); in GetAttributes()
1970 return oRes; in GetAttributes()
1979 std::vector<std::shared_ptr<GDALDimension>> oRes; in GetDimensions() local
1982 oRes.push_back(oIter.second); in GetDimensions()
1984 return oRes; in GetDimensions()
2479 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
2482 oRes.push_back(oIter.second); in GetAttributes()
2484 return oRes; in GetAttributes()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/mem/
H A Dmemdataset.cpp1965 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
1968 oRes.push_back(oIter.second); in GetAttributes()
1970 return oRes; in GetAttributes()
1979 std::vector<std::shared_ptr<GDALDimension>> oRes; in GetDimensions() local
1982 oRes.push_back(oIter.second); in GetDimensions()
1984 return oRes; in GetDimensions()
2479 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
2482 oRes.push_back(oIter.second); in GetAttributes()
2484 return oRes; in GetAttributes()
/dports/graphics/gdal/gdal-3.3.3/frmts/mem/
H A Dmemdataset.cpp1965 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
1968 oRes.push_back(oIter.second); in GetAttributes()
1970 return oRes; in GetAttributes()
1979 std::vector<std::shared_ptr<GDALDimension>> oRes; in GetDimensions() local
1982 oRes.push_back(oIter.second); in GetDimensions()
1984 return oRes; in GetDimensions()
2479 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
2482 oRes.push_back(oIter.second); in GetAttributes()
2484 return oRes; in GetAttributes()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/vrt/
H A Dvrtmultidim.cpp325 std::vector<std::shared_ptr<GDALDimension>> oRes; in GetDimensions() local
328 oRes.push_back(oIter.second); in GetDimensions()
330 return oRes; in GetDimensions()
397 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
400 oRes.push_back(oIter.second); in GetAttributes()
402 return oRes; in GetAttributes()
1075 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
1078 oRes.push_back(oIter.second); in GetAttributes()
1080 return oRes; in GetAttributes()
/dports/graphics/gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtmultidim.cpp325 std::vector<std::shared_ptr<GDALDimension>> oRes; in GetDimensions() local
328 oRes.push_back(oIter.second); in GetDimensions()
330 return oRes; in GetDimensions()
397 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
400 oRes.push_back(oIter.second); in GetAttributes()
402 return oRes; in GetAttributes()
1075 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
1078 oRes.push_back(oIter.second); in GetAttributes()
1080 return oRes; in GetAttributes()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtmultidim.cpp325 std::vector<std::shared_ptr<GDALDimension>> oRes; in GetDimensions() local
328 oRes.push_back(oIter.second); in GetDimensions()
330 return oRes; in GetDimensions()
397 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
400 oRes.push_back(oIter.second); in GetAttributes()
402 return oRes; in GetAttributes()
1075 std::vector<std::shared_ptr<GDALAttribute>> oRes; in GetAttributes() local
1078 oRes.push_back(oIter.second); in GetAttributes()
1080 return oRes; in GetAttributes()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dwg/
H A Dogr_dwg.h265 static void ErrorHandler( OdResult oRes );

12