Home
last modified time | relevance | path

Searched refs:target_query (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/league/uri/src/
H A DUriResolver.php162 $target_query = $uri->getQuery();
167 return [$target_path, $target_query];
171 if ($null === $target_query) {
172 $target_query = $base_uri->getQuery();
183 return [$target_path, $target_query];
199 return [$target_path, $target_query];
/dports/www/nextcloud/nextcloud/3rdparty/league/uri/src/
H A DUriResolver.php162 $target_query = $uri->getQuery();
167 return [$target_path, $target_query];
171 if ($null === $target_query) {
172 $target_query = $base_uri->getQuery();
183 return [$target_path, $target_query];
199 return [$target_path, $target_query];
/dports/cad/iverilog/verilog-11.0/tgt-null/
H A Dnull.c57 const char* target_query(const char*key) in target_query() function
H A Dcppcheck.sup7 // target_query()
/dports/cad/iverilog/verilog-11.0/tgt-stub/
H A Dcppcheck.sup7 // target_query()
H A Dstub.c1907 const char* target_query(const char*key) in target_query() function
/dports/cad/iverilog/verilog-11.0/tgt-vlog95/
H A Dcppcheck.sup7 // target_query()
H A Dvlog95.c257 const char* target_query(const char*key) in target_query() function
/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dcppcheck.sup7 // target_query()
H A Dvhdl.cc137 extern "C" const char* target_query(const char*key) in target_query() function
/dports/cad/iverilog/verilog-11.0/tgt-blif/
H A Dcppcheck.sup7 // target_query()
H A Dblif.cc98 const char* target_query(const char*key) in target_query() function
/dports/cad/iverilog/verilog-11.0/tgt-pcb/
H A Dcppcheck.sup7 // target_query()
H A Dpcb.cc84 const char* target_query(const char*key) in target_query() function
/dports/cad/iverilog/verilog-11.0/tgt-sizer/
H A Dcppcheck.sup7 // target_query()
H A Dsizer.cc65 const char* target_query(const char*key) in target_query() function
/dports/cad/iverilog/verilog-11.0/tgt-vvp/
H A Dcppcheck.sup7 // target_query()
H A Dvvp.c250 const char* target_query(const char*key) in target_query() function
/dports/emulators/vmips/vmips-1.5.1/
H A Ddebug.h64 char *target_query(char *pkt);
H A Ddebug.cc341 case 'q': result = target_query(buf); break; in targetloop()
355 Debug::target_query(char *pkt) in target_query() function in Debug
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/service_worker/
H A Dservice_worker_file_upload_browsertest.cc176 void RunRespondWithTest(const std::string& target_query, in RunRespondWithTest() argument
181 RunTest(BuildTargetUrl("/service_worker/upload", target_query), in RunRespondWithTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/service_worker/
H A Dservice_worker_file_upload_browsertest.cc176 void RunRespondWithTest(const std::string& target_query, in RunRespondWithTest() argument
181 RunTest(BuildTargetUrl("/service_worker/upload", target_query), in RunRespondWithTest()
/dports/deskutils/py-khard/khard-0.17.0/khard/
H A Dkhard.py475 target_query = AndQuery.reduce(target_queries)
477 logger.debug('Created target query: %s', target_query)
487 queries[name].append(target_query)
/dports/cad/iverilog/verilog-11.0/
H A Divl_target.h2371 extern DLLEXPORT const char* target_query(const char*key);
H A Dt-dll.cc2844 target_query_f target_query = (target_query_f)ivl_dlsym(dll_, LU "target_query" TU); in test_version() local
2845 if (target_query == 0) { in test_version()
2851 const char*version_string = (*target_query) ("version"); in test_version()

12