Home
last modified time | relevance | path

Searched refs:proxy (Results 51 – 75 of 172) sorted by relevance

1234567

/plugin/bez/scripts/
H A Dtask.js159 source: jQuery.proxy( this, "_source" )
H A Dthread.js216 source: jQuery.proxy( this, "_source" )
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGKEHub.php297 'proxy' => [
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md274 Doctrine proxy class (...\\\_\_CG\_\_\Proxy).
275 You can use the `DoctrineProxyFilter` to load the actual entity behind the Doctrine proxy class.
/plugin/abc2/abc-libraries/abc2svg/
H A DLICENSE161 If the Library as you received it specifies that a proxy can decide
163 apply, that proxy's public statement of acceptance of any version is
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.lgpl-30.txt161 If the Library as you received it specifies that a proxy can decide
163 apply, that proxy's public statement of acceptance of any version is
/plugin/html5video2/script/
H A DLGPLv3-LICENSE.txt161 If the Library as you received it specifies that a proxy can decide
163 apply, that proxy's public statement of acceptance of any version is
/plugin/barcodes/
H A DLICENSE.md159 If the Library as you received it specifies that a proxy can decide
161 apply, that proxy's public statement of acceptance of any version is
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md269 Doctrine proxy class (...\\\_\_CG\_\_\Proxy).
270 You can use the `DoctrineProxyFilter` to load the actual entity behind the Doctrine proxy class.
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE161 If the Library as you received it specifies that a proxy can decide
163 apply, that proxy's public statement of acceptance of any version is
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.lgpl-30.txt161 If the Library as you received it specifies that a proxy can decide
163 apply, that proxy's public statement of acceptance of any version is
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.min.js7 !function(a,b){"use strict";function c(a,b){var c=b||{};for(var d in a)d in c||(c[d]=a[d]);return c}function d(a,c){if(h)h(a).trigger(c);else{var d=b.createEvent("CustomEvent");d.initCustomEvent(c,!0,!0,{}),a.dispatchEvent(d)}}function e(a,b){return h?h(a).hasClass(b):a.classList.contains(b)}function f(a,b){this.dateDelta=null,this.timeDelta=null,this._defaults={startClass:"start",endClass:"end",timeClass:"time",dateClass:"date",defaultDateDelta:0,defaultTimeDelta:36e5,anchor:"start",parseTime:function(a){return h(a).timepicker("getTime")},updateTime:function(a,b){h(a).timepicker("setTime",b)},setMinTime:function(a,b){h(a).timepicker("option","minTime",b)},parseDate:function(a){return a.value&&h(a).datepicker("getDate")},updateDate:function(a,b){h(a).datepicker("update",b)}},this.container=a,this.settings=c(this._defaults,b),this.startDateInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.dateClass),this.endDateInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.dateClass),this.startTimeInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.timeClass),this.endTimeInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.timeClass),this.refresh(),this._bindChangeHandler()}var g=864e5,h=a.Zepto||a.jQuery;f.prototype={constructor:f,option:function(a,b){if("object"==typeof a)this.settings=c(this.settings,a);else if("string"==typeof a&&"undefined"!=typeof b)this.settings[a]=b;else if("string"==typeof a)return this.settings[a];this._updateEndMintime()},getTimeDiff:function(){var a=this.dateDelta+this.timeDelta;return!(a<0)||this.startDateInput&&this.endDateInput||(a+=g),a},refresh:function(){if(this.startDateInput&&this.startDateInput.value&&this.endDateInput&&this.endDateInput.value){var a=this.settings.parseDate(this.startDateInput),b=this.settings.parseDate(this.endDateInput);a&&b&&(this.dateDelta=b.getTime()-a.getTime())}if(this.startTimeInput&&this.startTimeInput.value&&this.endTimeInput&&this.endTimeInput.value){var c=this.settings.parseTime(this.startTimeInput),d=this.settings.parseTime(this.endTimeInput);c&&d&&(this.timeDelta=d.getTime()-c.getTime(),this._updateEndMintime())}},remove:function(){this._unbindChangeHandler()},_bindChangeHandler:function(){h?h(this.container).on("change.datepair",h.proxy(this.handleEvent,this)):this.container.addEventListener("change",this,!1)},_unbindChangeHandler:fu (…)
H A Ddatepair.js154 jq(this.container).on('change.datepair', jq.proxy(this.handleEvent, this));
/plugin/webdav/vendor/sabre/http/
H A DREADME.md281 Writing a reverse proxy
285 http proxy.
319 // Sends the response back to the client that connected to the proxy.
H A DCHANGELOG.md213 * Added: a reverse proxy example.
/plugin/davcal/vendor/sabre/http/
H A DREADME.md281 Writing a reverse proxy
285 http proxy.
319 // Sends the response back to the client that connected to the proxy.
H A DCHANGELOG.md180 * Added: a reverse proxy example.
/plugin/jquery/
H A Dscript.js19proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"…
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md68 * Upgraded web service client, which supports setting a proxy. GitHub #59.
/plugin/codemirror/dist/modes/
H A Dgfm.min.js.map1 …|nfs|nih?|nntp|notes|oid|opaquelocktoken|palm|paparazzi|platform|pop|pres|proxy|psyc|query|res(?:o…
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php250 * If you try to add your own proxy, check the <code>proxies_path</code> parameter.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md270 - Now properly parsing HTTP requests that contain proxy targets in
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php264 $response = Core::proxy(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc100 tokens for a third-party plugin or proxy. All query parameters are allow listed

1234567