/plugin/file2dw/docker/proxy/ |
H A D | docker-compose.yml | 4 nginx-proxy: 12 nginx-proxy: 15 container_name: nginx-proxy 26 nginx-proxy 33 - nginx-proxy 45 - nginx-proxy 47 letsencrypt-nginx-proxy-companion: 52 - nginx-proxy 65 - nginx-proxy 80 - nginx-proxy [all …]
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/ |
H A D | DoctrineProxySubscriberTest.php | 100 $proxy = new SimpleObjectProxy('foo', 'bar'); 105 }, get_parent_class($proxy)); 107 $event = $this->createEvent($proxy, ['name' => get_class($proxy), 'params' => []]); 108 $this->dispatcher->dispatch('serializer.pre_serialize', get_class($proxy), 'json', $event); 115 $proxy = new SimpleObjectProxy('foo', 'bar'); 120 }, get_parent_class($proxy)); 122 $event = $this->createEvent($proxy, ['name' => get_class($proxy), 'params' => []]); 123 $this->dispatcher->dispatch('serializer.pre_serialize', get_class($proxy), 'json', $event); 130 $proxy = new SimpleObjectProxy('foo', 'bar'); 132 $event = $this->createEvent($proxy, ['name' => 'foo', 'params' => []]); [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/ |
H A D | ProxyObjectTest.php | 15 $proxy = $this->getMockBuilder(Bar::class) 19 $proxy->expects($this->once()) 24 $this->assertEquals('result', $foo->doSomething($proxy)); 29 $proxy = $this->getMockBuilder(MethodCallbackByReference::class) 35 $proxy->callback($a, $b, $c);
|
/plugin/webexteamsnotifier/ |
H A D | action.php | 77 $proxy = $conf['proxy']; 78 if (!empty($proxy['host'])) { 81 $proxyAddress = $proxy['host'] . ':' . $proxy['port']; 89 if (!empty($proxy['user']) && !empty($proxy['pass'])) { 90 $proxyAuth = $proxy['user'] . ':' . conf_decodeString($proxy['port']);
|
/plugin/rocketchatnotifier/ |
H A D | action.php | 84 $proxy = $conf['proxy']; 85 if (!empty($proxy['host'])) { 88 $proxyAddress = $proxy['host'] . ':' . $proxy['port']; 96 if (!empty($proxy['user']) && !empty($proxy['pass'])) { 97 $proxyAuth = $proxy['user'] . ':' . conf_decodeString($proxy['port']);
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/ |
H A D | CompilerApiFilter.php | 24 private $proxy; variable in Assetic\\Filter\\GoogleClosure\\CompilerApiFilter 27 public function setProxy($proxy) argument 29 $this->proxy = $proxy; 86 if ($this->proxy) { 87 $contextOptions['http']['proxy'] = $this->proxy; 104 if ($this->proxy) { 106 curl_setopt($ch, CURLOPT_PROXY, $this->proxy);
|
/plugin/mantis/lib/ |
H A D | class.soapclient.php | 700 $proxy->endpointType = 'wsdl'; 701 $proxy->wsdlFile = $this->wsdlFile; 702 $proxy->wsdl = $this->wsdl; 707 $proxy->username = $this->username; 708 $proxy->password = $this->password; 709 $proxy->authtype = $this->authtype; 712 $proxy->endpoint = $this->endpoint; 714 $proxy->proxyhost = $this->proxyhost; 719 $proxy->timeout = $this->timeout; 725 $proxy->use_curl = $this->use_curl; [all …]
|
H A D | class.soap_transport_http.php | 192 if (!is_array($this->proxy)) { 196 $host = $this->proxy['host']; 197 $port = $this->proxy['port']; 376 if (is_array($this->proxy)) { 378 if ($this->proxy['port'] != '') { 379 $this->setCurlOption(CURLOPT_PROXY, $this->proxy['host'].':'.$this->proxy['port']); 383 if ($this->proxy['username'] || $this->proxy['password']) { 385 … $this->setCurlOption(CURLOPT_PROXYUSERPWD, $this->proxy['username'].':'.$this->proxy['password']); 578 $this->proxy = array( 590 $proxy = null; [all …]
|
/plugin/dirtylittlehelper/script/ |
H A D | jquery-ui-touch-punch-cmpr.js | 11 …proxy(g,"_touchStart"),touchmove:b.proxy(g,"_touchMove"),touchend:b.proxy(g,"_touchEnd")});f.call(…
|
H A D | jquery-ui-touch-punch.js | 153 touchstart: $.proxy(self, '_touchStart'), 154 touchmove: $.proxy(self, '_touchMove'), 155 touchend: $.proxy(self, '_touchEnd') 171 touchstart: $.proxy(self, '_touchStart'), 172 touchmove: $.proxy(self, '_touchMove'), 173 touchend: $.proxy(self, '_touchEnd')
|
/plugin/overlay/script/ |
H A D | jquery-ui-touch-punch.js | 153 touchstart: $.proxy(self, '_touchStart'), 154 touchmove: $.proxy(self, '_touchMove'), 155 touchend: $.proxy(self, '_touchEnd') 171 touchstart: $.proxy(self, '_touchStart'), 172 touchmove: $.proxy(self, '_touchMove'), 173 touchend: $.proxy(self, '_touchEnd')
|
H A D | jquery-ui-touch-punch-cmpr.js | 11 …proxy(g,"_touchStart"),touchmove:b.proxy(g,"_touchMove"),touchend:b.proxy(g,"_touchEnd")});f.call(…
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | fetcher.url.curl.class.php | 53 $proxy = $this->get_proxy(); 54 if (!is_null($proxy)) { 55 curl_setopt($curl, CURLOPT_PROXY, $proxy); 101 function set_proxy($proxy) { argument 102 $this->_proxy = $proxy;
|
/plugin/tagging/script/ |
H A D | editable.js | 31 .keyup($.proxy(function(e) { 46 this.$clear.click($.proxy(this.clear, this)); 125 this.$form.find('.editable-cancel').click($.proxy(this.cancel, this)); 128 this.$form.submit($.proxy(this.submit, this)); 201 .done($.proxy(function(response) { 216 .fail($.proxy(function(xhr) { 251 this.$element.on('click.editable', $.proxy(function(e){ 262 $(document).on('keyup.editable', $.proxy(function (e) { 358 save: $.proxy(function(){ this.hide(); }, this), //click on submit button (value changed) 359 nochange: $.proxy(functio [all...] |
H A D | admin.js | 35 .done(jQuery.proxy(function(response) { 38 .fail(jQuery.proxy(function(xhr) {
|
/plugin/matrixnotifier/ |
H A D | helper.php | 180 /* Use a proxy, if defined 185 $proxy = $GLOBALS['conf']['proxy']; 186 if (!empty($proxy['host'])) 188 // configure proxy address and port 189 $proxyAddress = $proxy['host'].':'.$proxy['port']; 195 if (!empty($proxy['user']) && !empty($proxy['pass'])) 197 $proxyAuth = $proxy['use [all...] |
/plugin/discordnotifier/ |
H A D | helper.php | 177 $proxy = $conf['proxy']; 178 if ( !empty ( $proxy['host'] ) ) { 180 $proxyAddress = $proxy['host'] . ':' . $proxy['port']; 186 if ( !empty ( $proxy['user'] ) && !empty ( $proxy['pass'] ) ) { 187 $proxyAuth = $proxy['user'] . ':' . conf_decodeString ( $proxy['port'] );
|
/plugin/filelisting/ |
H A D | script.js | 56 $toggleButton.click($.proxy(function () { 71 this.$content.find('tbody').on('click', 'tr[data-namespace] a', $.proxy(function (event) { 123 $.proxy(function(html) { 134 .fail($.proxy(function () { 140 this.$content.on('namespaceFilesChanged', $.proxy(function (event, namespace) { 154 $.proxy(function(html) { 182 $input.on('keyup', $.proxy(this.applyFilter, this)); 193 this.$content.on('expand', $.proxy(this.applyFilter, this)); 241 this.$content.find('thead th a').on('click', $.proxy(function(event) { 263 this.$content.on('nsload', $.proxy(functio [all...] |
/plugin/elasticsearch/helper/ |
H A D | client.php | 72 list($host, $proxy) = array_pad(explode(',', $line, 2),2, null); 77 $proxy = trim($proxy); 79 $dsn['servers'][] = compact('host', 'port', 'proxy', 'username', 'password');
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Connection.php | 109 return $this->hasParam('proxy') ? $this->getParam('proxy') : null; 113 * Set proxy for http connections. Null is for environmental proxy, 114 * empty string to disable proxy and proxy string to set actual http proxy. 118 * @param string|null $proxy 122 public function setProxy($proxy) argument 124 return $this->setParam('proxy', [all...] |
/plugin/eventum/XML/ |
H A D | RPC.php | 712 * @param string $proxy the URL of the proxy server to use, if any. 725 $proxy = '', $proxy_port = 0, argument 759 if ($proxy) { 760 preg_match('@^(http://|https://|ssl://)?(.*)$@', $proxy, $match); 763 $this->proxy = $match[2]; 767 $this->proxy = $match[2]; 914 if ($this->proxy) { 946 if (!$fp && $this->proxy) { 948 . $this->proxy . ':' . $this->proxy_port 1000 if ($this->proxy) { [all …]
|
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/ |
H A D | Client.php | 32 private $proxy; variable in MaxMind\\WebService\\Client 46 * * `proxy` - The HTTP proxy to use. May include a schema, port, 78 if (isset($options['proxy'])) { 79 $this->proxy = $options['proxy']; 165 'proxy' => $this->proxy,
|
/plugin/combo/ |
H A D | yarn.lock | 95 http-proxy-agent@^5.0.0: 97 resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" 104 https-proxy-agent@^5.0.1: 106 resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" 136 http-proxy-agent "^5.0.0" 137 https-proxy-agent "^5.0.1"
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | bootstrap.min.js | 6 …proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addCl… 7 …proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLo…
|
/plugin/metaeditor/ |
H A D | jstree.js | 713 setTimeout($.proxy(function() { 1345 .done($.proxy(function (d,t,x) { 1359 .fail($.proxy(function (f) { 1425 dat.each($.proxy(function (i, v) { 1942 tmp.each($.proxy(function (i, v) { 2444 setTimeout($.proxy(function () { 4131 "blur" : $.proxy(function () { 6377 .fail($.proxy(function (f) { 6548 .fail($.proxy(function () { 6552 .done($.proxy(function (d) { [all …]
|