Home
last modified time | relevance | path

Searched refs:method (Results 26 – 50 of 972) sorted by path

12345678910>>...39

/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js185 var method = cfg.url.indexOf( ".svg" ) != -1 ? fabric.loadSVGFromURL : fabric.Image.fromURL;
187 method( cfg.url, function( objects, options ) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
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 …]
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…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
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;
H A Djszip.min.js13method:r,chunkSize:16384,windowBits:15,memLevel:8,strategy:q,to:""},a||{});var b=this.options;b.ra…
/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.js12method=V,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window…
H A Dpdfmake.min.js.map1method","_results","bufferPages","flushPages","dictionary","margins","_ctm","bufferedPageRange","s…
/plugin/approve/syntax/
H A Dtable.php88 $method = 'render' . ucfirst($mode);
89 if (method_exists($this, $method)) {
90 call_user_func([$this, $method], $renderer, $data);
/plugin/authdomainlimitation/
H A DREADME3 Provides a method to regulate the (email) domains with which users are allowed to register himself.
H A Dplugin.info.txt6 desc Provides a method to regulate the (email) domains with which users are allowed to register h…
/plugin/authfacebook/lib/
H A DFacebook.php452 * @param string $method
463 …public function sendRequest($method, $endpoint, array $params = [], $accessToken = null, $eTag = n… argument
467 $request = $this->request($method, $endpoint, $params, $accessToken, $eTag, $graphVersion);
521 * @param string $method
532 …public function request($method, $endpoint, array $params = [], $accessToken = null, $eTag = null,… argument
540 $method,
H A DFacebookClient.php204 list($url, $method, $headers, $body) = $this->prepareRequestMessage($request);
216 $rawResponse = $this->httpClientHandler->send($url, $method, $body, $headers, $timeOut);
H A DFacebookRequest.php54 protected $method; variable in Facebook\\FacebookRequest
91 * @param string|null $method
97 …public function __construct(FacebookApp $app = null, $accessToken = null, $method = null, $endpoin… argument
101 $this->setMethod($method);
218 public function setMethod($method) argument
220 $this->method = strtoupper($method);
230 return $this->method;
240 if (!$this->method) {
244 if (!in_array($this->method, ['GET', 'POST', 'DELETE'])) {
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php67 public function send($url, $method, $body, array $headers, $timeOut) argument
69 $this->openConnection($url, $method, $body, $headers, $timeOut);
88 * @param string $method The request method.
93 public function openConnection($url, $method, $body, array $headers, $timeOut) argument
96 CURLOPT_CUSTOMREQUEST => $method,
108 if ($method !== "GET") {
H A DFacebookGuzzleHttpClient.php52 public function send($url, $method, $body, array $headers, $timeOut) argument
61 $request = $this->guzzleClient->createRequest($method, $url, $options);
H A DFacebookHttpClientInterface.php37 * @param string $method The request method.
46 public function send($url, $method, $body, array $headers, $timeOut); argument
H A DFacebookStreamHttpClient.php47 public function send($url, $method, $body, array $headers, $timeOut) argument
51 'method' => $method,
/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;
H A DGoogle_StorageService.php1068 public $method; variable in Google_BucketCors
1077 public function setMethod(/* array(Google_string) */ $method) { argument
1078 $this->assertIsArray($method, 'Google_string', __METHOD__);
1079 $this->method = $method;
1082 return $this->method;
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php37 $method = $resp->getRequestMethod();
38 if (! in_array($method, self::$CACHEABLE_HTTP_METHODS)) {
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"
H A DGoogle_ServiceResource.php73 $method = $this->methods[$name];
104 if (!isset($method['parameters'])) {
105 $method['parameters'] = array();
108 $method['parameters'] = array_merge($method['parameters'], $this->stackParameters);
114 if (isset($method['parameters'])) {
131 if (! isset($method['id'])) {
132 $method['id'] = $method['rpcMethod'];
136 if (! isset($method['path'])) {
137 $method['path'] = $method['restPath'];
144 if (isset($method['mediaUpload'])) {
[all …]

12345678910>>...39