Home
last modified time | relevance | path

Searched full:proxy (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/plugin/file2dw/docker/proxy/
Ddocker-compose.yml4 nginx-proxy:
12 nginx-proxy:
15 container_name: nginx-proxy
26 nginx-proxy
33 - nginx-proxy
40 …h/to/certs:/etc/nginx/certs:ro" # REQUIRED: Change "left" path. Use the same path as in nginx-proxy
41 …o/htpasswd:/etc/nginx/htpasswd" # REQUIRED: Change "left" path. Use the same path as in nginx-proxy
43 …entrypoint: /usr/local/bin/docker-gen -notify-sighup nginx-proxy -watch -wait 2s:5s /etc/docker-ge…
45 - nginx-proxy
47 letsencrypt-nginx-proxy-companion:
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
DOrganizationsApis.php36 * Creates an API proxy. The API proxy created will not be accessible at runtime
37 * until it is deployed to an environment. Create a new API proxy by setting the
38 * `name` query parameter to the name of the API proxy. Import an API proxy
41 * name of the API proxy. * Set the `action` query parameter to `import`. * Set
43 * of API proxy configuration bundle stored in zip format on your local machine
44 * using the `file` form field. **Note**: To validate the API proxy
46 * parameter to `validate`. When importing an API proxy configuration bundle, if
47 * the API proxy does not exist, it will be created. If the API proxy exists,
48 * then a new revision is created. Invalid API proxy configurations are
57 * @opt_param string action Action to perform when importing an API proxy
[all …]
DOrganizationsApisRevisions.php34 * Deletes an API proxy revision and all policies, resources, endpoints, and
35 * revisions associated with it. The API proxy revision must be undeployed
38 * @param string $name Required. API proxy revision in the following format:
50 * Gets an API proxy revision. To download the API proxy configuration bundle
53 * to a file; otherwise, it displays to `stdout`. Then, develop the API proxy
54 * configuration locally and upload the updated API proxy configuration
58 * @param string $name Required. API proxy revision in the following format:
62 * @opt_param string format Format used when downloading the API proxy
63 * configuration revision. Set to `bundle` to download the API proxy
74 * Updates an existing API proxy revision by uploading the API proxy
[all …]
DOrganizationsEnvironmentsApisRevisions.php34 * Deploys a revision of an API proxy. If another revision of the same API proxy
37 * an API proxy until it has been deployed to an environment. After you deploy
38 * an API proxy revision, you cannot edit it. To edit the API proxy, you must
46 * @param string $name Required. Name of the API proxy revision deployment in
52 * replaces other deployed revisions of the API proxy in the environment. Set
55 * the API proxy are deployed in the environment.
69 * service account represents the identity of the deployed proxy, and determines
81 * Gets the deployment of an API proxy revision and actual state reported by
84 * @param string $name Required. Name representing an API proxy revision in an
97 * Undeploys an API proxy revision from an environment. For a request path `orga
[all …]
/plugin/badbehaviour/bad-behavior/
Dresponses.inc.php9 …st was received from your browser. This may be caused by a malfunctioning proxy server or browser …
16 …s may be caused by a malfunctioning proxy server. Bypass the proxy server and connect directly, or…
17 …st was received from your browser. This may be caused by a malfunctioning proxy server or browser …
19 …valid request was received. If you are using a proxy server, bypass the proxy server or contact yo…
20 …st was received from your browser. This may be caused by a malfunctioning proxy server or browser …
24 …st was received from your browser. This may be caused by a malfunctioning proxy server or browser …
27proxy server you are using is not permitted to access this server. Please bypass the proxy server,…
28 …nation' => 'The proxy server you are using is not permitted to access this server. Please bypass t…
31 … malfunctioning proxy server or browser privacy software. If you are using a proxy server, bypass …
33 …r proxy server sent an invalid request. Please contact the proxy server administrator to have this…
[all …]
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/
H A DAbstract.php46 * The proxy ticket that can be used when making service requests.
52 * Register a proxy ticket with the Proxy that it can use when making requests.
54 * @param string $proxyTicket proxy ticket
58 * @throws CAS_OutOfSequenceException If called after a proxy ticket has
65 'Trying to initialize with an empty proxy ticket.'
70 'Already initialized, cannot change the proxy ticket.'
77 * Answer the proxy ticket to be used when making requests.
80 * @throws CAS_OutOfSequenceException If called before a proxy ticket has
87 … 'No proxy ticket yet. Call $this->initializeProxyTicket() to aquire the proxy ticket.'
109 * @throws CAS_OutOfSequenceException If called after a proxy ticket has
[all …]
/plugin/asciidocjs/node_modules/is-regex/test/
Dindex.js61 test('does not perform operations observable to Proxies', { skip: typeof Proxy !== 'function' }, fu…
85 t.test('proxy of object', function (st) {
87 var proxy = new Proxy({ lastIndex: 0 }, handler);
89 st.equal(isRegex(proxy), false, 'proxy of plain object is not regex');
90 …st.deepEqual(handler.trapCalls, ['getOwnPropertyDescriptor'], 'no unexpected proxy traps were trig…
94 t.test('proxy of RegExp instance', function (st) {
96 var proxy = new Proxy(/a/, handler);
98 st.equal(isRegex(proxy), false, 'proxy of RegExp instance is not regex');
99 …st.deepEqual(handler.trapCalls, ['getOwnPropertyDescriptor'], 'no unexpected proxy traps were trig…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
DDoctrineProxySubscriberTest.php100 $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/webexteamsnotifier/
Daction.php76 // use proxy if defined
77 $proxy = $conf['proxy'];
78 if (!empty($proxy['host'])) {
80 // configure proxy address and port
81 $proxyAddress = $proxy['host'] . ':' . $proxy['port'];
89 if (!empty($proxy['user']) && !empty($proxy['pass'])) {
90 $proxyAuth = $proxy['user'] . ':' . conf_decodeString($proxy['port']);
/plugin/rocketchatnotifier/
Daction.php83 // use proxy if defined
84 $proxy = $conf['proxy'];
85 if (!empty($proxy['host'])) {
87 // configure proxy address and port
88 $proxyAddress = $proxy['host'] . ':' . $proxy['port'];
96 if (!empty($proxy['user']) && !empty($proxy['pass'])) {
97 $proxyAuth = $proxy['user'] . ':' . conf_decodeString($proxy['port']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php12 'uri' => 'principals/user/calendar-proxy-read',
15 'uri' => 'principals/user/calendar-proxy-write',
49 $child = $u->getChild('calendar-proxy-read');
57 $child = $u->getChild('calendar-proxy-write');
95 $this->assertTrue($u->childExists('calendar-proxy-read'));
96 $this->assertTrue($u->childExists('calendar-proxy-write'));
111 'principal' => 'principals/user/calendar-proxy-read',
116 'principal' => 'principals/user/calendar-proxy-write',
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DProxiedService.php31 * This interface defines methods that allow proxy-authenticated service handlers
34 * Proxy service handlers must implement this interface as well as call
37 * While not required, proxy-authenticated service handlers are encouraged to
51 * Answer a service identifier (URL) for whom we should fetch a proxy ticket.
59 * Register a proxy ticket with the ProxiedService that it can use when
62 * @param string $proxyTicket Proxy ticket string
66 * @throws CAS_OutOfSequenceException If called after a proxy ticket has
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
DCompilerApiFilter.php24 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/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
DProxyObjectTest.php15 $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/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
DDoctrineProxySubscriber.php7 use Doctrine\Common\Persistence\Proxy; alias
11 use Doctrine\ORM\Proxy\Proxy as ORMProxy;
56 (!$object instanceof Proxy && !$object instanceof ORMProxy)
61 … // do not initialize the proxy if is going to be excluded by-class by some exclusion strategy
87 if ($object instanceof Proxy) {
109 …> 'serializer.pre_serialize', 'method' => 'onPreSerializeTypedProxy', 'interface' => Proxy::class],
113 …['event' => 'serializer.pre_serialize', 'method' => 'onPreSerialize', 'interface' => Proxy::class],
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
DUser.php12 * collection and returns the caldav-proxy-read and caldav-proxy-write child
60 if ($name === 'calendar-proxy-read')
63 if ($name === 'calendar-proxy-write')
78 …if ($this->principalBackend->getPrincipalByPath($this->getPrincipalURL() . '/calendar-proxy-read')…
81 …if ($this->principalBackend->getPrincipalByPath($this->getPrincipalURL() . '/calendar-proxy-write'…
123 'principal' => $this->principalProperties['uri'] . '/calendar-proxy-read',
128 'principal' => $this->principalProperties['uri'] . '/calendar-proxy-write',
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php12 * collection and returns the caldav-proxy-read and caldav-proxy-write child
60 if ($name === 'calendar-proxy-read')
63 if ($name === 'calendar-proxy-write')
78 …if ($this->principalBackend->getPrincipalByPath($this->getPrincipalURL() . '/calendar-proxy-read')…
81 …if ($this->principalBackend->getPrincipalByPath($this->getPrincipalURL() . '/calendar-proxy-write'…
123 'principal' => $this->principalProperties['uri'] . '/calendar-proxy-read',
128 'principal' => $this->principalProperties['uri'] . '/calendar-proxy-write',
/plugin/discordnotifier/
Dhelper.php176 // use proxy if defined
177 $proxy = $conf['proxy'];
178 if ( !empty ( $proxy['host'] ) ) {
179 // configure proxy address and port
180 $proxyAddress = $proxy['host'] . ':' . $proxy['port'];
186 if ( !empty ( $proxy['user'] ) && !empty ( $proxy['pass'] ) ) {
187 $proxyAuth = $proxy['user'] . ':' . conf_decodeString ( $proxy['port'] );
/plugin/upgrade/HTTP/
DDokuHTTPClient.php27 $this->proxy_host = $conf['proxy']['host'];
28 $this->proxy_port = $conf['proxy']['port'];
29 $this->proxy_user = $conf['proxy']['user'];
30 $this->proxy_pass = conf_decodeString($conf['proxy']['pass']);
31 $this->proxy_ssl = $conf['proxy']['ssl'];
32 $this->proxy_except = $conf['proxy']['except'];
/plugin/overlay/script/
Djquery-ui-touch-punch-cmpr.js11proxy(g,"_touchStart"),touchmove:b.proxy(g,"_touchMove"),touchend:b.proxy(g,"_touchEnd")});f.call(…
/plugin/dirtylittlehelper/script/
Djquery-ui-touch-punch-cmpr.js11proxy(g,"_touchStart"),touchmove:b.proxy(g,"_touchMove"),touchend:b.proxy(g,"_touchEnd")});f.call(…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DConnection.php109 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', $proxy);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DSharedCalendarTest.php70 'principal' => 'principals/owner/calendar-proxy-write',
75 'principal' => 'principals/owner/calendar-proxy-read',
90 'principal' => 'principals/owner/calendar-proxy-write',
119 'principal' => 'principals/owner/calendar-proxy-write',
124 'principal' => 'principals/owner/calendar-proxy-read',
134 'principal' => 'principals/owner/calendar-proxy-write',
163 'principal' => 'principals/owner/calendar-proxy-write',
168 'principal' => 'principals/owner/calendar-proxy-read',
/plugin/mantis/lib/
Dclass.soapclient.php585 * set proxy info here
681 * dynamically creates an instance of a proxy class,
690 //$this->debug("proxy class: $evalStr");
697 // instantiate proxy object
698 eval("\$proxy = new nusoap_proxy_$r('');");
699 // transfer current wsdl data to the proxy thereby avoiding parsing the wsdl twice
700 $proxy->endpointType = 'wsdl';
701 $proxy->wsdlFile = $this->wsdlFile;
702 $proxy->wsdl = $this->wsdl;
703 $proxy->operations = $this->operations;
[all …]
/plugin/oembed/
Dsample-providers.xml19 Providers listed under PROXY PROVIDERS are not content providers but
66 <!-- PROXY PROVIDERS -->
76 <!-- Flickr (proxy to native service) -->
85 <!-- Hulu (proxy to native service) -->
94 <!-- Pownce (proxy to native service) -->
97 <!-- Qik (proxy to native service) -->
100 <!-- Revision3 (proxy to native service) -->
106 <!-- Viddler Video (proxy to native service) -->
109 <!-- Vimeo (proxy to native service) -->

12345678910>>...23