Home
last modified time | relevance | path

Searched refs:useUrl (Results 1 – 8 of 8) sorted by relevance

/dports/www/phpmyfaq/phpmyfaq/admin/
H A Dreport.view.php49 $useUrl = Filter::filterInput(INPUT_POST, 'report_url', FILTER_VALIDATE_INT); variable
66 ($useUrl) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_url']) : '';
116 if ($useUrl) {
143 … <input type="hidden" name="report_url" id="report_url" value="<?= $useUrl ?>"></td>
H A Dreport.export.php39 $useUrl = Filter::filterInput(INPUT_POST, 'report_url', FILTER_VALIDATE_INT); variable
54 ($useUrl) ? $text[0][] = $PMF_LANG['ad_stat_report_url'] : '';
101 if ($useUrl) {
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/UserAction/
H A Dexpander.cpp104 items.push_back(useUrl ? url.url() : url.path()); in fileList()
299 if (useUrl) in expFunc()
376 result = useUrl ? url.url() : url.path(); in expFunc()
412 useUrl, exp, "List"), in expFunc()
454 useUrl, exp, "ListFile"), in expFunc()
781 useUrl, exp, "Each"); in expFunc()
996 return expFunc(p, lst, useUrl, exp); in expFunc()
1020 void Expander::expand(const QString& stringToExpand, bool useUrl) in expand() argument
1022 TagString result = expandCurrent(stringToExpand, useUrl); in expand()
1059 TagStringList parameter = separateParameter(&exp, useUrl); in expandCurrent()
[all …]
H A Dexpander.h101 …onst QString& type, const QString& mask, const bool omitPath, const bool useUrl, Expander&, const …
211 void expand(const QString& stringToExpand, bool useUrl);
246 TagString expandCurrent(const QString& stringToExpand, bool useUrl);
265 TagStringList separateParameter(QString* const exp, bool useUrl);
/dports/www/c-icap/c_icap-0.5.10/utils/
H A Dc-icap-stretch.c423 const char *useUrl = NULL; in do_file() local
428 useUrl = buf; in do_file()
435 useUrl = URLS[indx]; in do_file()
438 useUrl = buf; in do_file()
449 if (useUrl) { in do_file()
451 build_request_headers(useUrl, "GET", request_headers); in do_file()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/spider/
H A DSpiderAPI.java489 boolean useUrl = true; in scanURL()
494 useUrl = false; in scanURL()
501 if (useUrl) { in scanURL()
517 if (useUrl && node != null) { in scanURL()
527 if ((useUrl && !Model.getSingleton().getSession().isInScope(url)) in scanURL()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/ascan/
H A DActiveScanAPI.java870 boolean useUrl = true; in scanURL()
875 useUrl = false; in scanURL()
881 if (useUrl) { in scanURL()
917 if (useUrl) { in scanURL()
930 if ((useUrl && !Model.getSingleton().getSession().isInScope(url)) in scanURL()
/dports/www/lagrange/lagrange-1.7.3/src/
H A Dapp.c2009 iString *useUrl = NULL; in handleIdentityCreationCommands_() local
2012 useUrl = collectNewFormat_String("gemini://%s", in handleIdentityCreationCommands_()
2016 useUrl = collect_String(copy_String(docUrl)); in handleIdentityCreationCommands_()
2021 if (useUrl) { in handleIdentityCreationCommands_()
2022 signIn_GmCerts(d->certs, ident, useUrl); in handleIdentityCreationCommands_()