Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 235) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/
H A DWrapper.php62 public static function register($protocol, $className, $flags = 0) argument
64 if (true === self::isRegistered($protocol)) {
68 $protocol
77 [$className, $protocol]
90 public static function unregister($protocol) argument
95 return @stream_wrapper_unregister($protocol);
104 public static function restore($protocol) argument
109 return @stream_wrapper_restore($protocol);
115 * @param string $protocol Protocol name.
118 public static function isRegistered($protocol) argument
[all …]
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php59 $protocol = $this->getHeader('X_FORWARDED_PROTO');
60 if ($protocol) {
61 return $this->protocolWithActiveSsl($protocol);
64 $protocol = $this->getServerVar('HTTPS');
65 if ($protocol) {
66 return $this->protocolWithActiveSsl($protocol);
75 * @param string $protocol
79 protected function protocolWithActiveSsl($protocol) argument
81 $protocol = strtolower((string)$protocol);
133 $protocol = (string)$this->getHeader('X_FORWARDED_PROTO');
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DProtocol.php93 ->given($protocol = SUT::getInstance())
94 ->when($result = $protocol->resolve('/foo/bar'))
103 ->given($protocol = SUT::getInstance())
104 ->when($result = $protocol->resolve('hoa://Application/Foo/Bar'))
113 ->given($protocol = SUT::getInstance())
114 ->when($result = $protocol->resolve('hoa://Application/Foo/Bar', false))
123 ->given($protocol = SUT::getInstance())
124 ->when($result = $protocol->resolve('hoa://Library', true, true))
137 $protocol = SUT::getInstance()
139 ->when($result = $protocol->resolve('hoa://Library', false, true))
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DContainerPort.php33 public $protocol; variable in Google\\Service\\CloudRun\\ContainerPort
66 public function setProtocol($protocol) argument
68 $this->protocol = $protocol;
75 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DApi.php29 public $protocol; variable in Google\\Service\\ServiceControl\\Api
56 public function setProtocol($protocol) argument
58 $this->protocol = $protocol;
65 return $this->protocol;
H A DRequest.php47 public $protocol; variable in Google\\Service\\ServiceControl\\Request
156 public function setProtocol($protocol) argument
158 $this->protocol = $protocol;
165 return $this->protocol;
H A DV2HttpRequest.php45 public $protocol; variable in Google\\Service\\ServiceControl\\V2HttpRequest
156 public function setProtocol($protocol) argument
158 $this->protocol = $protocol;
165 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DConnection.php33 public $protocol; variable in Google\\Service\\SecurityCommandCenter\\Connection
74 public function setProtocol($protocol) argument
76 $this->protocol = $protocol;
83 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserIm.php41 public $protocol; variable in Google\\Service\\Directory\\UserIm
106 public function setProtocol($protocol) argument
108 $this->protocol = $protocol;
115 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DSocketAddress.php41 public $protocol; variable in Google\\Service\\TrafficDirectorService\\SocketAddress
106 public function setProtocol($protocol) argument
108 $this->protocol = $protocol;
115 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1TargetServerConfig.php41 public $protocol; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServerConfig
104 public function setProtocol($protocol) argument
106 $this->protocol = $protocol;
113 return $this->protocol;
H A DGoogleCloudApigeeV1TargetServer.php45 public $protocol; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServer
122 public function setProtocol($protocol) argument
124 $this->protocol = $protocol;
131 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DImClient.php35 public $protocol; variable in Google\\Service\\PeopleService\\ImClient
90 public function setProtocol($protocol) argument
92 $this->protocol = $protocol;
99 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DEndpointInfo.php37 public $protocol; variable in Google\\Service\\NetworkManagement\\EndpointInfo
96 public function setProtocol($protocol) argument
98 $this->protocol = $protocol;
105 return $this->protocol;
H A DConnectivityTest.php48 public $protocol; variable in Google\\Service\\NetworkManagement\\ConnectivityTest
149 public function setProtocol($protocol) argument
151 $this->protocol = $protocol;
158 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DBackendRule.php43 public $protocol; variable in Google\\Service\\ServiceConsumerManagement\\BackendRule
124 public function setProtocol($protocol) argument
126 $this->protocol = $protocol;
133 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DBackendRule.php43 public $protocol; variable in Google\\Service\\ServiceNetworking\\BackendRule
124 public function setProtocol($protocol) argument
126 $this->protocol = $protocol;
133 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DBackendRule.php43 public $protocol; variable in Google\\Service\\ServiceUsage\\BackendRule
124 public function setProtocol($protocol) argument
126 $this->protocol = $protocol;
133 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DBackendRule.php43 public $protocol; variable in Google\\Service\\ServiceManagement\\BackendRule
124 public function setProtocol($protocol) argument
126 $this->protocol = $protocol;
133 return $this->protocol;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.linkedin.js34 var protocol = location.protocol === 'https:' ? 'https' : 'http';
47 else if ($('script[src^="'+protocol+'://platform.linkedin.com/"]').length === 0) {
48 …$code = $code.add('<script type="text/javascript" src="'+protocol+'://platform.linkedin.com/in.js"…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DVolumeConfig.php46 public $protocol; variable in Google\\Service\\Baremetalsolution\\VolumeConfig
151 public function setProtocol($protocol) argument
153 $this->protocol = $protocol;
160 return $this->protocol;
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md8 …<a href="https://travis-ci.org/hoaproject/protocol"><img src="https://img.shields.io/travis/hoapro…
9 …//coveralls.io/github/hoaproject/protocol?branch=master"><img src="https://img.shields.io/coverall…
10 … href="https://packagist.org/packages/hoa/protocol"><img src="https://img.shields.io/packagist/dt/…
26 This library provides the `hoa://` protocol, which is a way to abstract resource
35 require [`hoa/protocol`](https://packagist.org/packages/hoa/protocol):
38 $ composer require hoa/protocol '~1.0'
68 First of all, to get the instance of the `hoa://` protocol, you should use the
70 represents the root of the protocol tree:
132 The `hoa://` protocol is a tree. Thus, to add a new “component”/“directory” in
139 $protocol = Hoa\Protocol\Protocol::getInstance();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DHttpRequest.php27 public $protocol; variable in Google\\Service\\Networkconnectivity\\HttpRequest
78 public function setProtocol($protocol) argument
80 $this->protocol = $protocol;
84 return $this->protocol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DHttpRequest.php45 public $protocol; variable in Google\\Service\\Logging\\HttpRequest
156 public function setProtocol($protocol) argument
158 $this->protocol = $protocol;
165 return $this->protocol;
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php13 var $protocol; variable in FetcherUrl
127 if ($this->protocol == "https") {
201 return $this->protocol."://".$this->host.$location;
204 return $this->protocol."://".$this->host.$this->path.$location;
238 $this->protocol = 'http';
246 if (isset($parts['scheme'])) { $this->protocol = $parts['scheme']; };
254 switch (strtolower($this->protocol)) {
263 $message = sprintf("Unsupported protocol: %s", $this->protocol);
283 if ($this->protocol == "https" && !isset($parts['port'])) {
329 $header .= "Referer: ".$this->protocol."://".$this->host.$this->path."\r\n";
[all …]

12345678910