Home
last modified time | relevance | path

Searched refs:parseUrl (Results 101 – 125 of 321) sorted by relevance

12345678910>>...13

/dports/games/scorched3d/scorched/src/common/common/
H A DChannelTextParser.h66 bool parseUrl(ScorchedContext &context,
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/site/components/
H A DRouter.php62 $route = \Site::urlManager()->parseUrl(\Site::request());
H A DUrlManager.php241 public function parseUrl($request) function in GO\\Site\\Components\\UrlManager
250 if (($r = $rule->parseUrl($this, $request, $pathInfo, $rawPathInfo)) !== false)
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/http/kcookiejar/
H A Dkcookieserver.cpp128 if (!KCookieJar::parseUrl(url, fqdn, path)) { in cookiesPending()
508 if (KCookieJar::parseUrl(url, fqdn, dummy)) { in setDomainAdvice()
526 if (KCookieJar::parseUrl(url, fqdn, dummy)) { in getDomainAdvice()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/server/
H A DFtpSrvXact.cc486 if (parseUrl()) { in startDataXfer()
511 if (!parseUrl()) in prepareContent()
581 bool FtpSrvXact::parseUrl() { in parseUrl() function in FtpSrvXact
H A DFtpSrvXact.h42 bool parseUrl();
/dports/comms/ebusd/ebusd-21.3/src/lib/utils/
H A Dhttpclient.h68 static bool parseUrl(const string& url, string* proto, string* host, uint16_t* port, string* uri);
/dports/www/dillo2/dillo-3.0.5/src/
H A Dcssparser.hh43 char *parseUrl();
/dports/www/firefox/firefox-99.0/browser/components/pagedata/
H A DSchemaOrgPageData.jsm144 const parseUrl = (urlElement, attr) => {
170 return parseUrl(propElement, "src");
172 return parseUrl(propElement, "data");
176 return parseUrl(propElement, "href");
/dports/www/py-css-parser/css-parser-1.0.7/src/css_parser/scripts/
H A Dcssparse.py53 sheet = p.parseUrl(options.url, encoding=options.encoding)
/dports/www/py-cssutils/cssutils-2.3.0/cssutils/scripts/
H A Dcssparse.py64 sheet = p.parseUrl(options.url, encoding=options.encoding)
/dports/sysutils/kf5-baloo/baloo-5.89.0/src/kioslaves/tags/
H A Dkio_tags.h97 ParseResult parseUrl(const QUrl& url, const QList<ParseFlags> &flags = QList<ParseFlags>());
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/alertingDashboards/node_modules/query-string/
H A Dreadme.md333 ### .parseUrl(string, options?)
344 queryString.parseUrl('https://foo.bar?foo=bar');
347 queryString.parseUrl('https://foo.bar?foo=bar#xyz', {parseFragmentIdentifier: true});
369 queryString.parseUrl('https://foo.bar?foo=bar#xyz', {parseFragmentIdentifier: true});
375 Stringify an object into a URL with a query string and sorting the keys. The inverse of [`.parseUrl
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/syndication/
H A Dktfeed.cpp43 parseUrl(feed_url); in Feed()
55 parseUrl(feed_url); in Feed()
64 void Feed::parseUrl(const QString &feed_url) in parseUrl() function in kt::Feed
/dports/www/wwwoffle/wwwoffle-2.9j/src/
H A Dwwwoffles.c212 URL *parseUrl=ParseRequest(outgoing,&request_head,&request_body); in wwwoffles() local
214 if(!strcmp(parseUrl->proto,outgoingUrl->proto)) /* same protocol */ in wwwoffles()
215 Url=parseUrl; in wwwoffles()
218 …Url=CreateURL(outgoingUrl->proto,parseUrl->hostport,parseUrl->path,parseUrl->args,parseUrl->user,p… in wwwoffles()
219 FreeURL(parseUrl); in wwwoffles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omaha/
H A DResponseParser.java270 if (TextUtils.equals(TAG_URL, current.tag)) parseUrl(current); in parseUrls()
274 private void parseUrl(Node node) { in parseUrl() method in ResponseParser
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Net/
H A DURL2.php149 $this->parseUrl($url);
1116 protected function parseUrl($url) function in Net_URL2
1144 * @see parseUrl
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/tests/phpunit/Parsoid/Utils/
H A DUrlUtilsTest.php23 $this->assertEquals( $parsed, UrlUtils::parseUrl( $url ) );
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/tests/phpunit/Parsoid/Utils/
H A DUrlUtilsTest.php23 $this->assertEquals( $parsed, UrlUtils::parseUrl( $url ) );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/tests/phpunit/Parsoid/Utils/
H A DUrlUtilsTest.php23 $this->assertEquals( $parsed, UrlUtils::parseUrl( $url ) );
/dports/net/openldap24-server/openldap-2.4.59/contrib/ldapc++/src/
H A DLDAPUrl.h154 void parseUrl();
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/test/
H A Dmeson.build2 'parseUrl',
/dports/net/openldap25-client/openldap-2.5.9/contrib/ldapc++/src/
H A DLDAPUrl.h154 void parseUrl();
/dports/net/openldap24-client/openldap-2.4.59/contrib/ldapc++/src/
H A DLDAPUrl.h154 void parseUrl();
/dports/net/openldap26-client/openldap-2.6.0/contrib/ldapc++/src/
H A DLDAPUrl.h154 void parseUrl();

12345678910>>...13