Home
last modified time | relevance | path

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

1234567891011

/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/
DWrapper.php54 * @param string $protocol The wrapper name to be registered.
62 public static function register($protocol, $className, $flags = 0) argument
64 if (true === self::isRegistered($protocol)) {
68 $protocol
77 [$className, $protocol]
81 return stream_wrapper_register($protocol, $className, $flags);
87 * @param string $protocol The wrapper name to be unregistered.
90 public static function unregister($protocol) argument
95 return @stream_wrapper_unregister($protocol);
101 * @param string $protocol The wrapper name to be restored.
[all …]
/plugin/authfacebook/lib/Url/
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);
83 return in_array($protocol, ['on', '1', 'https', 'ssl'], true);
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
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/
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/
DApi.php29 public $protocol; variable in Google\\Service\\ServiceControl\\Api
56 public function setProtocol($protocol) argument
58 $this->protocol = $protocol;
65 return $this->protocol;
DRequest.php47 public $protocol; variable in Google\\Service\\ServiceControl\\Request
156 public function setProtocol($protocol) argument
158 $this->protocol = $protocol;
165 return $this->protocol;
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/
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/
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/
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/PeopleService/
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/Apigee/
DGoogleCloudApigeeV1TargetServerConfig.php41 public $protocol; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServerConfig
104 public function setProtocol($protocol) argument
106 $this->protocol = $protocol;
113 return $this->protocol;
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/NetworkManagement/
DEndpointInfo.php37 public $protocol; variable in Google\\Service\\NetworkManagement\\EndpointInfo
96 public function setProtocol($protocol) argument
98 $this->protocol = $protocol;
105 return $this->protocol;
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/ServiceManagement/
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/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
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/
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/ServiceConsumerManagement/
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/golocal/src/setup/
Ddarwin.go102 func addHandler(protocol, path string) error { argument
117 "LSHandlerURLScheme": protocol,
131 func removeHandler(protocol string) error {
153 if handlerMap["LSHandlerURLScheme"] != protocol {
169 func getHandler(protocol string) (string, error) {
188 if handlerMap["LSHandlerURLScheme"] == protocol {
193 return "", fmt.Errorf("handler for protocol %s not found", protocol)
/plugin/socialshareprivacy2/SSP/scripts/
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/findologicxmlexport/vendor/hoa/protocol/
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/…
11 …a-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/protocol.svg" alt="License…
24 …https://img.shields.io/badge/organisation-board-ff0066.svg)](https://waffle.io/hoaproject/protocol)
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'
63 We propose a quick overview of how to list the current tree of the protocol, how
68 First of all, to get the instance of the `hoa://` protocol, you should use the
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
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/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
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/
DHttpRequest.php45 public $protocol; variable in Google\\Service\\Logging\\HttpRequest
156 public function setProtocol($protocol) argument
158 $this->protocol = $protocol;
165 return $this->protocol;

1234567891011