Home
last modified time | relevance | path

Searched refs:isValidScheme (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DEventSource.cpp502 bool isValidScheme = in AsyncOnChannelRedirect() local
503 (NS_SUCCEEDED(newURI->SchemeIs("http", &isValidScheme)) && isValidScheme) || in AsyncOnChannelRedirect()
504 (NS_SUCCEEDED(newURI->SchemeIs("https", &isValidScheme)) && isValidScheme); in AsyncOnChannelRedirect()
507 if (NS_FAILED(rv) || !isValidScheme) { in AsyncOnChannelRedirect()
633 bool isValidScheme = in InitChannelAndRequestEventSource() local
634 (NS_SUCCEEDED(mSrc->SchemeIs("http", &isValidScheme)) && isValidScheme) || in InitChannelAndRequestEventSource()
635 (NS_SUCCEEDED(mSrc->SchemeIs("https", &isValidScheme)) && isValidScheme); in InitChannelAndRequestEventSource()
638 if (NS_FAILED(rv) || !isValidScheme) { in InitChannelAndRequestEventSource()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/StreamWrapper/
H A DStreamWrapperManager.php241 if ($this->isValidScheme($scheme)) {
267 public function isValidScheme($scheme) { function in Drupal\\Core\\StreamWrapper\\StreamWrapperManager
279 return $this->isValidScheme($this->getScheme($uri));
H A DStreamWrapperManagerInterface.php232 public function isValidScheme($scheme); function
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/StreamWrapper/
H A DStreamWrapperManager.php241 if ($this->isValidScheme($scheme)) {
267 public function isValidScheme($scheme) { function in Drupal\\Core\\StreamWrapper\\StreamWrapperManager
279 return $this->isValidScheme($this->getScheme($uri));
H A DStreamWrapperManagerInterface.php232 public function isValidScheme($scheme); function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DEventSource.cpp772 bool isValidScheme = in AsyncOnChannelRedirect() local
773 (NS_SUCCEEDED(newURI->SchemeIs("http", &isValidScheme)) && in AsyncOnChannelRedirect()
774 isValidScheme) || in AsyncOnChannelRedirect()
775 (NS_SUCCEEDED(newURI->SchemeIs("https", &isValidScheme)) && in AsyncOnChannelRedirect()
776 isValidScheme); in AsyncOnChannelRedirect()
779 if (NS_FAILED(rv) || !isValidScheme) { in AsyncOnChannelRedirect()
929 bool isValidScheme = in InitChannelAndRequestEventSource() local
930 (NS_SUCCEEDED(mSrc->SchemeIs("http", &isValidScheme)) && isValidScheme) || in InitChannelAndRequestEventSource()
931 (NS_SUCCEEDED(mSrc->SchemeIs("https", &isValidScheme)) && isValidScheme); in InitChannelAndRequestEventSource()
934 if (NS_FAILED(rv) || !isValidScheme) { in InitChannelAndRequestEventSource()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DUriUtil.cs155 bool isValidScheme = (checkScheme) ? IsSafeScheme(inputWithoutQueryFragment) : true; in TrySplitUriForPathEncode()
161 … if (isValidScheme && Uri.TryCreate(inputWithoutQueryFragment, UriKind.Absolute, out uri)) { in TrySplitUriForPathEncode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/util/
H A DUri.java56 return isValidPercent(s) && isValidFragment(s) && isValidScheme(s); in isValid()
152 private static boolean isValidScheme(String s) { in isValidScheme() method in Uri
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/util/
H A DUri.java56 return isValidPercent(s) && isValidFragment(s) && isValidScheme(s); in isValid()
152 private static boolean isValidScheme(String s) { in isValidScheme() method in Uri
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DUri.java46 return isValidPercent(s) && isValidFragment(s) && isValidScheme(s); in isValid()
142 private static boolean isValidScheme(String s) { in isValidScheme() method in Uri
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DUri.java46 return isValidPercent(s) && isValidFragment(s) && isValidScheme(s); in isValid()
142 private static boolean isValidScheme(String s) { in isValidScheme() method in Uri
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/postgres/
H A Dmetrics.go141 isValidScheme := false
145 isValidScheme = true
150 if !isValidScheme {
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/postgres/
H A Dmetrics.go141 isValidScheme := false
145 isValidScheme = true
150 if !isValidScheme {
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/plugins/postgres/
H A Dmetrics.go141 isValidScheme := false
145 isValidScheme = true
150 if !isValidScheme {
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/plugins/postgres/
H A Dmetrics.go141 isValidScheme := false
145 isValidScheme = true
150 if !isValidScheme {
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/plugins/postgres/
H A Dmetrics.go141 isValidScheme := false
145 isValidScheme = true
150 if !isValidScheme {
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/plugins/postgres/
H A Dmetrics.go141 isValidScheme := false
145 isValidScheme = true
150 if !isValidScheme {
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/postgres/
H A Dmetrics.go141 isValidScheme := false
145 isValidScheme = true
150 if !isValidScheme {
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/postgres/
H A Dmetrics.go141 isValidScheme := false
145 isValidScheme = true
150 if !isValidScheme {
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/plugins/postgres/
H A Dmetrics.go141 isValidScheme := false
145 isValidScheme = true
150 if !isValidScheme {
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/plugins/postgres/
H A Dmetrics.go141 isValidScheme := false
145 isValidScheme = true
150 if !isValidScheme {
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/File/
H A DStreamWrapperTest.php153 …$this->assertTrue($stream_wrapper_manager->isValidScheme($stream_wrapper_manager::getScheme('publi…
154 …$this->assertFalse($stream_wrapper_manager->isValidScheme($stream_wrapper_manager::getScheme('foo:…
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/File/
H A DStreamWrapperTest.php152 …$this->assertTrue($stream_wrapper_manager->isValidScheme($stream_wrapper_manager::getScheme('publi…
153 …$this->assertFalse($stream_wrapper_manager->isValidScheme($stream_wrapper_manager::getScheme('foo:…
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/File/
H A DFileSystem.php148 if ($this->streamWrapperManager->isValidScheme($scheme)) {
275 if ($this->streamWrapperManager->isValidScheme($scheme)) {
303 …:9.0.0. Use \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::isValidScheme() instead. See…
304 return $this->streamWrapperManager->isValidScheme($scheme);
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/validation/routines/
H A DUrlValidator.java285 if (!isValidScheme(urlMatcher.group(PARSE_URL_SCHEME))) { in isValid()
316 protected boolean isValidScheme(String scheme) { in isValidScheme() method in UrlValidator

123