| /plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/ |
| D | Wrapper.php | 54 * @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/ |
| D | FacebookUrlDetectionHandler.php | 59 $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/ |
| D | Protocol.php | 93 ->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/ |
| D | ContainerPort.php | 33 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/ |
| D | Api.php | 29 public $protocol; variable in Google\\Service\\ServiceControl\\Api 56 public function setProtocol($protocol) argument 58 $this->protocol = $protocol; 65 return $this->protocol;
|
| D | Request.php | 47 public $protocol; variable in Google\\Service\\ServiceControl\\Request 156 public function setProtocol($protocol) argument 158 $this->protocol = $protocol; 165 return $this->protocol;
|
| D | V2HttpRequest.php | 45 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/ |
| D | Connection.php | 33 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/ |
| D | UserIm.php | 41 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/ |
| D | SocketAddress.php | 41 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/ |
| D | ImClient.php | 35 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/ |
| D | GoogleCloudApigeeV1TargetServerConfig.php | 41 public $protocol; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServerConfig 104 public function setProtocol($protocol) argument 106 $this->protocol = $protocol; 113 return $this->protocol;
|
| D | GoogleCloudApigeeV1TargetServer.php | 45 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/ |
| D | EndpointInfo.php | 37 public $protocol; variable in Google\\Service\\NetworkManagement\\EndpointInfo 96 public function setProtocol($protocol) argument 98 $this->protocol = $protocol; 105 return $this->protocol;
|
| D | ConnectivityTest.php | 48 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/ |
| D | BackendRule.php | 43 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/ |
| D | BackendRule.php | 43 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/ |
| D | BackendRule.php | 43 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/ |
| D | BackendRule.php | 43 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/ |
| D | darwin.go | 102 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/ |
| D | jquery.socialshareprivacy.linkedin.js | 34 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/ |
| D | README.md | 8 …<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/ |
| D | VolumeConfig.php | 46 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/ |
| D | HttpRequest.php | 27 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/ |
| D | HttpRequest.php | 45 public $protocol; variable in Google\\Service\\Logging\\HttpRequest 156 public function setProtocol($protocol) argument 158 $this->protocol = $protocol; 165 return $this->protocol;
|