Home
last modified time | relevance | path

Searched refs:proxies (Results 1 – 16 of 16) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1ListApiProxiesResponse.php29 public function setProxies($proxies) argument
31 $this->proxies = $proxies;
38 return $this->proxies;
DGoogleCloudApigeeV1ApiProduct.php64 public $proxies; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProduct
239 public function setProxies($proxies) argument
241 $this->proxies = $proxies;
248 return $this->proxies;
DGoogleCloudApigeeV1ApiProxyRevision.php72 public $proxies; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProxyRevision
287 public function setProxies($proxies) argument
289 $this->proxies = $proxies;
296 return $this->proxies;
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxyChain/
H A DAllowedList.php73 * @param array $proxies list of proxies to check
77 public function isProxyListAllowed(array $proxies) argument
80 if (empty($proxies)) {
89 $res = $this->contains($proxies);
/plugin/freechat/phpfreechat/src/
Dpfccommand.class.php74 $proxies = array();
75 for($i = count($c->proxies)-1; $i >= 0; $i--)
77 $proxy_name = $c->proxies[$i];
90 $proxies[$i] = new $proxy_classname;
91 $proxies[$i]->name = $cmd_name;
92 $proxies[$i]->proxyname = $proxy_name;
93 $proxies[$i]->linkTo($firstproxy);
94 $firstproxy =& $proxies[$i];
Dpfcglobalconfig.class.php631 var $proxies = array(); variable in pfcGlobalConfig
943 $this->proxies = array();
946 if (!in_array($px,$this->skip_proxies) && !in_array($px,$this->proxies))
947 $this->proxies[] = $px;
952 if (!in_array($px,$this->skip_proxies) && !in_array($px,$this->proxies))
953 $this->proxies[] = $px;
958 if (!in_array($px,$this->skip_proxies) && !in_array($px,$this->proxies))
959 $this->proxies[] = $px;
963 if (in_array('log',$this->proxies)) {
972 unset($this->proxies[array_search('log',$this->proxies)]);
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php1671 $proxies = $this->getProxies();
1672 if (!empty($proxies)) {
3369 * @param array $proxies An array of proxies
3374 private function _setProxies($proxies) argument
3376 $this->_proxies = $proxies;
3377 if (!empty($proxies)) {
/plugin/jcapture/lib/
Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/WEB-INF/lib/
Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/findologicxmlexport/vendor/jms/serializer/
DCHANGELOG.md395 - Custom type handlers does not work with doctrine proxies anymore [\#765](https://github.com/schmi…
396 - Doctrine listener should not change the type on proxies with virtual type [\#768](https://github.…
442 - Trigger doctrine events on doctrine proxies [\#750](https://github.com/schmittjoh/serializer/pull…
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md149 - Support the cURL (http://) scheme for StreamHandler proxies [#2850](https://github.com/guzzle/guz…
423 * Bug fix: Proxy::wrapSync() now correctly proxies to the appropriate handler
755 * No longer using `request_fulluri` in stream adapter proxies.
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md229 …rriding the default fetching logic if it doesn't support a particular feature, say CONNECT proxies.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md140 * Bug fix: Proxy::wrapSync() now correctly proxies to the appropriate handler
458 * No longer using `request_fulluri` in stream adapter proxies.
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_tooltip.js.map1 … = html;\n\t\treturn this;\n\t}\n\n\t// it is for salesforce, because it proxies event to it own e…
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1 …= undefined) {\n return;\n }\n // The 'filetype' option proxies to the CodeMirror…