Home
last modified time | relevance | path

Searched refs:requested_id (Results 1 – 25 of 72) sorted by relevance

123

/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_omemo_all_access/
H A Dmod_omemo_all_access.lua42 local node, requested_id;
48 requested_id = item.attr.id;
56 if not requested_id or id == requested_id then
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/drivers/
H A Dplatform_early.c91 epdrv->requested_id = -1; in sh_early_platform_driver_register()
93 epdrv->requested_id = simple_strtoul(&buf[n + 1], in sh_early_platform_driver_register()
97 epdrv->requested_id = EARLY_PLATFORM_ID_ERROR; in sh_early_platform_driver_register()
227 match_id = epdrv->requested_id; in sh_early_platform_driver_probe_id()
235 switch (epdrv->requested_id) { in sh_early_platform_driver_probe_id()
240 if (epdrv->requested_id == id) in sh_early_platform_driver_probe_id()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/drivers/
H A Dplatform_early.c91 epdrv->requested_id = -1; in sh_early_platform_driver_register()
93 epdrv->requested_id = simple_strtoul(&buf[n + 1], in sh_early_platform_driver_register()
97 epdrv->requested_id = EARLY_PLATFORM_ID_ERROR; in sh_early_platform_driver_register()
227 match_id = epdrv->requested_id; in sh_early_platform_driver_probe_id()
235 switch (epdrv->requested_id) { in sh_early_platform_driver_probe_id()
240 if (epdrv->requested_id == id) in sh_early_platform_driver_probe_id()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/drivers/
H A Dplatform_early.c91 epdrv->requested_id = -1; in sh_early_platform_driver_register()
93 epdrv->requested_id = simple_strtoul(&buf[n + 1], in sh_early_platform_driver_register()
97 epdrv->requested_id = EARLY_PLATFORM_ID_ERROR; in sh_early_platform_driver_register()
227 match_id = epdrv->requested_id; in sh_early_platform_driver_probe_id()
235 switch (epdrv->requested_id) { in sh_early_platform_driver_probe_id()
240 if (epdrv->requested_id == id) in sh_early_platform_driver_probe_id()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/data_loaders/genbank/impl/
H A Dstandalone_result.hpp49 CStandaloneRequestResult(const CSeq_id_Handle& requested_id);
77 CStandaloneRequestResult(const CSeq_id_Handle& requested_id) in CStandaloneRequestResult() argument
78 : CReaderRequestResult(requested_id, in CStandaloneRequestResult()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/data_loaders/genbank/impl/
H A Dstandalone_result.hpp49 CStandaloneRequestResult(const CSeq_id_Handle& requested_id);
77 CStandaloneRequestResult(const CSeq_id_Handle& requested_id) in CStandaloneRequestResult() argument
78 : CReaderRequestResult(requested_id, in CStandaloneRequestResult()
/dports/devel/hadoop2/jetty-6.1.14/contrib/terracotta/src/main/java/org/mortbay/terracotta/servlet/
H A DTerracottaSessionIdManager.java148 String requested_id = request.getRequestedSessionId(); in newSessionId() local
149 if (requested_id != null && idInUse(requested_id)) in newSessionId()
150 return requested_id; in newSessionId()
/dports/devel/hadoop/jetty-6.1.14/contrib/terracotta/src/main/java/org/mortbay/terracotta/servlet/
H A DTerracottaSessionIdManager.java148 String requested_id = request.getRequestedSessionId(); in newSessionId() local
149 if (requested_id != null && idInUse(requested_id)) in newSessionId()
150 return requested_id; in newSessionId()
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/servlet/
H A DAbstractSessionIdManager.java84 String requested_id=request.getRequestedSessionId(); in newSessionId() local
85 if (requested_id!=null) in newSessionId()
87 String cluster_id=getClusterId(requested_id); in newSessionId()
H A DHashSessionIdManager.java219 String requested_id=request.getRequestedSessionId(); in newSessionId() local
221 if (requested_id!=null) in newSessionId()
223 String cluster_id=getClusterId(requested_id); in newSessionId()
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/servlet/
H A DAbstractSessionIdManager.java84 String requested_id=request.getRequestedSessionId(); in newSessionId() local
85 if (requested_id!=null) in newSessionId()
87 String cluster_id=getClusterId(requested_id); in newSessionId()
H A DHashSessionIdManager.java219 String requested_id=request.getRequestedSessionId(); in newSessionId() local
221 if (requested_id!=null) in newSessionId()
223 String cluster_id=getClusterId(requested_id); in newSessionId()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/include/asm/
H A Dplatform_early.h15 int requested_id; member
46 .requested_id = EARLY_PLATFORM_ID_UNSET, \
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/include/asm/
H A Dplatform_early.h15 int requested_id; member
46 .requested_id = EARLY_PLATFORM_ID_UNSET, \
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/include/asm/
H A Dplatform_early.h15 int requested_id; member
46 .requested_id = EARLY_PLATFORM_ID_UNSET, \
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/opennebula/
H A Done_template.py219 def get_template_instance(self, requested_id, requested_name): argument
220 if requested_id:
221 return self.get_template_by_id(requested_id)
H A Done_image.py199 def get_image_instance(module, client, requested_id, requested_name): argument
200 if requested_id:
201 return get_image_by_id(module, client, requested_id)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Done_template.py219 def get_template_instance(self, requested_id, requested_name): argument
220 if requested_id:
221 return self.get_template_by_id(requested_id)
H A Done_image.py199 def get_image_instance(module, client, requested_id, requested_name): argument
200 if requested_id:
201 return get_image_by_id(module, client, requested_id)
/dports/lang/gnu-apl/apl-1.8/src/
H A DUserPreferences.hh49 requested_id(0), in UserPreferences()
146 int requested_id; member
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/opennebula/
H A Done_image.py198 def get_image_instance(module, client, requested_id, requested_name): argument
199 if requested_id:
200 return get_image_by_id(module, client, requested_id)
/dports/net-im/prosody/prosody-0.11.13/plugins/
H A Dmod_pep_simple.lua198 local node, requested_id;
204 requested_id = item.attr.id;
209 if not requested_id or id == requested_id then
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/cast/common/discovery/e2e_test/
H A Dtests.cc53 bool IsInstanceIdClaimed(const std::string& requested_id) { in IsInstanceIdClaimed() argument
55 std::find(instance_ids_.begin(), instance_ids_.end(), requested_id); in IsInstanceIdClaimed()
61 void OnInstanceClaimed(const std::string& requested_id) override { in OnInstanceClaimed() argument
62 instance_ids_.push_back(requested_id); in OnInstanceClaimed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/cast/common/discovery/e2e_test/
H A Dtests.cc54 bool IsInstanceIdClaimed(const std::string& requested_id) { in IsInstanceIdClaimed() argument
56 std::find(instance_ids_.begin(), instance_ids_.end(), requested_id); in IsInstanceIdClaimed()
62 void OnInstanceClaimed(const std::string& requested_id) override { in OnInstanceClaimed() argument
63 instance_ids_.push_back(requested_id); in OnInstanceClaimed()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dinterpreteridobject.c286 _PyInterpreterID_LookUp(PyObject *requested_id) in _PyInterpreterID_LookUp() argument
289 if (!interp_id_converter(requested_id, &id)) { in _PyInterpreterID_LookUp()

123