Home
last modified time | relevance | path

Searched defs:pathRegex (Results 1 – 23 of 23) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/passwordmgr/content/
H A Drecipes.json23 "pathRegex": "^\/account\/" string
34 "pathRegex": "^\/travel\/checkin\/changefqtv.aspx" string
44 "pathRegex": "\\/identification\\.jsp$", string
52 "pathRegex": "^\/login\/login$" string
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/
H A Droute_collection_1.json4 "pathRegex": "#PATH_REGEX#", string
24 "pathRegex": "#PATH_REGEX#", string
H A Droute_2.json3 "pathRegex": "#PATH_REGEX#", string
H A Droute_1.json3 "pathRegex": "#PATH_REGEX#", string
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/
H A Droute_collection_1.json4 "pathRegex": "#PATH_REGEX#", string
24 "pathRegex": "#PATH_REGEX#", string
H A Droute_2.json3 "pathRegex": "#PATH_REGEX#", string
H A Droute_1.json3 "pathRegex": "#PATH_REGEX#", string
/dports/www/firefox/firefox-99.0/services/settings/dumps/main/
H A Dpassword-recipes.json8 "pathRegex": "\\/identification\\.jsp$", string
82 "pathRegex": "^\\/account\\/", string
104 "pathRegex": "^\\/travel\\/checkin\\/changefqtv.aspx", string
125 "pathRegex": "^\\/login\\/login$", string
/dports/mail/thunderbird/thunderbird-91.8.0/services/settings/dumps/main/
H A Dpassword-recipes.json8 "pathRegex": "\\/identification\\.jsp$", string
82 "pathRegex": "^\\/account\\/", string
104 "pathRegex": "^\\/travel\\/checkin\\/changefqtv.aspx", string
125 "pathRegex": "^\\/login\\/login$", string
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/passwordmgr/content/
H A Drecipes.json23 "pathRegex": "^\/account\/" string
34 "pathRegex": "^\/travel\/checkin\/changefqtv.aspx" string
/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/xmpp/
H A Dhelpers.go9 var pathRegex = regexp.MustCompile("[^a-zA-Z0-9]+") var
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.cxx48 static const cmsys::RegularExpression pathRegex( in GetFileInfo() local
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.cxx48 static const cmsys::RegularExpression pathRegex( in GetFileInfo() local
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.cxx48 static const cmsys::RegularExpression pathRegex( in GetFileInfo() local
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/passwordmgr/content/
H A Drecipes.json23 "pathRegex": "^\/account\/" string
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/futures-0.1.29/src/task_impl/
H A Dcore.rs34 pub fn new() -> BorrowedEvents<'a> {
/dports/net/concourse-fly/concourse-6.7.1/vars/
H A Dtemplate.go64 pathRegex = regexp.MustCompile(`("[^"]*"|[^\.]+)+`) var
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/qobject/
H A Dqfloat.c9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/
H A DUtil.java155 …Pattern pathRegex = path == null ? null : createAntStylePattern("(" + path + ")(*)"); //$NON-NLS-1… in unzipStream() local
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/
H A Doauthproxy.go64 pathRegex *regexp.Regexp member
/dports/misc/usd/USD-21.11/pxr/usd/bin/sdfdump/
H A Dsdfdump.cpp438 string pathRegex = ".*", fieldRegex = ".*"; in main() local
/dports/misc/usd/USD-21.11/pxr/usd/bin/sdffilter/
H A Dsdffilter.cpp711 string pathRegex = ".*", fieldRegex = ".*"; in main() local
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/examples/
H A Dparser.ts6144 const pathRegex = /\spath\s*=\s*('|")(.+?)\1/gim; constant