Home
last modified time | relevance | path

Searched refs:method (Results 776 – 800 of 972) sorted by last modified time

1...<<313233343536373839

/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php47 public function __construct($url, $method = 'GET', $headers = array(), $postBody = null) { argument
49 $this->setRequestMethod($method);
205 * @param string $method Set he HTTP Method and normalize
209 public function setRequestMethod($method) { argument
210 $this->requestMethod = strtoupper($method);
/plugin/authgoogle/google/service/
H A DGoogle_Model.php107 * @param string $method Method expecting an array as an argument.
109 public function assertIsArray($obj, $type, $method) { argument
111 throw new Google_Exception("Incorrect parameter type passed to $method(), expected an"
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1622 public $method; variable in Google_EventReminder
1624 public function setMethod( $method) { argument
1625 $this->method = $method;
1628 return $this->method;
H A DGoogle_SiteVerificationService.php217 public $method; variable in Google_SiteVerificationWebResourceGettokenResponse
219 public function setMethod( $method) { argument
220 $this->method = $method;
223 return $this->method;
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js13method:r,chunkSize:16384,windowBits:15,memLevel:8,strategy:q,to:""},a||{});var b=this.options;b.ra…
H A Djszip.js2232 for (var method in compressions) {
2233 if (!compressions.hasOwnProperty(method)) {
2236 if (compressions[method].magic === compressionMethod) {
2237 return compressions[method];
2922 method: Z_DEFLATED,
2951 opt.method,
5026 this.method = Z_DEFLATED; /* can only be DEFLATED */
5251 function deflateInit2(strm, level, method, windowBits, memLevel, strategy) { argument
5272 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method !== Z_DEFLATED ||
5317 s.method = method;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js17100 var method, name, _results;
17103 method = methods[name];
17104 _results.push(PDFDocument.prototype[name] = method);
18584 this[i] = function(method) { return function() {
18585 return stream[method].apply(stream, arguments);
19020 forEach(objectKeys(Writable.prototype), function(method) {
19021 if (!Duplex.prototype[method])
19022 Duplex.prototype[method] = Writable.prototype[method];
22339 this.method = Z_DEFLATED; /* can only be DEFLATED */
22585 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method !== Z_DEFLATED ||
[all …]
H A Dpdfmake.min.js.map1method","_results","bufferPages","flushPages","dictionary","margins","_ctm","bufferedPageRange","s…
H A Dpdfmake.min.js12method=V,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js7method:a,types:b})};d.callInitHandler=function(a){var b=d.initHandlers;if(d.initHandlers)for(var c…
27 …eners))for(var h in a.listeners)b=a.listeners[h],a.addListener(b.event,b.method);return a};d.fixNe…
103 …0;c<b.listeners.length;c++){var e=b.listeners[c];b.addListener(e.event,e.method)}b.fire({type:"bui…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1method){var args=slice.call(arguments,2),result=[];for(var i=0,len=array.length;i<len;i++){result[… argument
2 …ecord.objects,enlivedRecord.options)})}else{new fabric.util.request(url,{method:"get",onComplete:o…
11method,ctx,chars,left,top){ctx[method](chars,left,top)},_renderTextLine:function(method,ctx,line,l… argument
13method,ctx,line,left,top,lineIndex){if(this.isEmptyStyles()){return this._renderCharsFast(method,c… argument
15 …reqHandler.request({hostname:oURL.hostname,port:oURL.port,path:oURL.path,method:"GET"},function(re…
H A Dfabric.js1316 function invoke(array, method) { argument
1319 …result[i] = args.length ? array[i][method].apply(array[i], args) : array[i][method].call(array[i]);
2279 var method = options.method ? options.method.toUpperCase() : 'GET',
2292 if (method === 'GET') {
2299 xhr.open(method, url, true);
2301 if (method === 'POST' || method === 'PUT') {
3717 method: 'get',
19761 ctx[method](chars, left, top);
21054 ctx[method](_char, left, top);
21057 ctx[method](_char, left, top);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md523 If you need to filter the drawn elements, you can pass the `reviver` method in
524 your global configuration, or pass it to the `capture` method if you export
601 …p](#a-list-of-menu-item-properties) | Called right before the passed callback of the capture method
772 The above will use plugin's internal `capture` method to capture it's current
773 state and `toJPG()` method to export the chart to JPEG format.
981 * Added: Illustrator support; `reviver` method to `toSVG`; converts by default RGBA to HEX colors c…
1025 * Added: Multiple arguments supported in "handleCallback" method
1044 * Added: Added reviver in capturing method to filter the drawn chart elements
1058 * Added: `toImage` method; returns `img` element with embedded base64 imagery
1091 * Fix: compabitily on array method extension such as PrototypeJS
H A Dexport.js185 var method = cfg.url.indexOf( ".svg" ) != -1 ? fabric.loadSVGFromURL : fabric.Image.fromURL;
187 method( cfg.url, function( objects, options ) {
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md24 * #10: Correctly support file:// URIs in the build() method. (@yuloh)
/plugin/authyubikey/
H A DREADME.md17 you have to configure the new authentification method in the configuration form
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DMessage.php39 public $method; variable in Sabre\\VObject\\ITip\\Message
H A DBroker.php119 switch ($itipMessage->method) {
521 $message->method = 'CANCEL';
525 $icalMsg->METHOD = $message->method;
549 $message->method = 'REQUEST';
553 $icalMsg->METHOD = $message->method;
721 $message->method = 'REPLY';
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng403 property-method?
653 property-method = element method {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php58 $message->method = isset($vcal->METHOD) ? $vcal->METHOD->getValue() : null;
63 if ($message->method === 'REPLY') {
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md144 * #139: We now _always_ return `DateTimeImmutable` from any method. This could
150 * #237: Added a `destroy()` method to all documents. This method breaks any
156 to `protected`. Use the `children()` method instead to get a flat list of
312 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
335 * #118: iTip Message now has a `getScheduleStatus()` method.
562 * Added: helper method to parse vCard dates and times.
618 * Added: remove() method for easily removing properties and sub-components
627 * Added: add() method to the Property class.
634 add() method.
/plugin/publist/bib2tpl/
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/plugin/publist/bibtex/
H A Dsample.bib15 title = "An iterative method for the {H}elmholtz equation",
/plugin/judge/
H A Dsyntax.php124 $method = $parameter;
127 $method = $parameter;
130 $method = $parameter;
193 $method = $value;
196 $method = $value;
199 $method = $value;
256 if ($method === null) {
257 $method = "diff";
264 … => $type, 'runtime' => $runtime, 'language' => $language, 'judge' => $judge, 'method' => $method);
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md46 * The `Service` class adds a new `mapValueObject` method which provides basic
148 * Major BC Break: method names for the Element interface have been renamed
187 * Added: The writeElement method can now write complex elements.

1...<<313233343536373839