| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _iter-define.js | 20 var getMethod = function (kind) { function 32 var $default = $native || getMethod(DEFAULT); 33 var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined; 60 values: DEF_VALUES ? $default : getMethod(VALUES), 61 keys: IS_SET ? $default : getMethod(KEYS),
|
| D | es7.observable.js | 16 var getMethod = function (fn) { function 72 var m = getMethod(observer.next); 89 var m = getMethod(observer.error); 107 var m = getMethod(observer.complete); 152 var method = getMethod(anObject(x)[OBSERVABLE]);
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _iter-define.js | 20 var getMethod = function (kind) { function 32 var $default = $native || getMethod(DEFAULT); 33 var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined; 60 values: DEF_VALUES ? $default : getMethod(VALUES), 61 keys: IS_SET ? $default : getMethod(KEYS),
|
| D | es7.observable.js | 16 var getMethod = function (fn) { function 72 var m = getMethod(observer.next); 89 var m = getMethod(observer.error); 107 var m = getMethod(observer.complete); 152 var method = getMethod(anObject(x)[OBSERVABLE]);
|
| /plugin/davcal/vendor/sabre/http/tests/HTTP/ |
| H A D | SapiTest.php | 18 $this->assertEquals('GET', $request->getMethod()); 42 $this->assertEquals('GET', $request->getMethod()); 58 $this->assertEquals('GET', $request->getMethod()); 74 $this->assertEquals('GET', $request->getMethod());
|
| H A D | RequestDecoratorTest.php | 20 $this->assertEquals('FOO', $this->inner->getMethod()); 21 $this->assertEquals('FOO', $this->outer->getMethod());
|
| H A D | RequestTest.php | 12 $this->assertEquals('GET', $request->getMethod()); 46 $this->assertEquals('PUT', $request->getMethod());
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
| H A D | ClientTest.php | 134 $this->assertEquals('PROPFIND', $request->getMethod()); 188 $this->assertEquals('PROPFIND', $request->getMethod()); 221 $this->assertEquals('PROPPATCH', $request->getMethod()); 246 $this->assertEquals('OPTIONS', $request->getMethod());
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ |
| D | HhvmExceptionPatch.php | 49 $node->getMethod('setTraceOptions')->useParentCode(); 52 $node->getMethod('getTraceOptions')->useParentCode();
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/ |
| D | PropertyMetadata.php | 160 …if ($class->hasMethod('get' . $this->name) && $class->getMethod('get' . $this->name)->isPublic()) { 162 …} elseif ($class->hasMethod('is' . $this->name) && $class->getMethod('is' . $this->name)->isPublic… 164 …} elseif ($class->hasMethod('has' . $this->name) && $class->getMethod('has' . $this->name)->isPubl… 172 …if ($class->hasMethod('set' . $this->name) && $class->getMethod('set' . $this->name)->isPublic()) {
|
| /plugin/webdav/vendor/sabre/http/lib/ |
| D | RequestDecorator.php | 35 function getMethod() { function in Sabre\\HTTP\\RequestDecorator 37 return $this->inner->getMethod();
|
| D | Request.php | 59 function getMethod() { function in Sabre\\HTTP\\Request 298 … $out = $this->getMethod() . ' ' . $this->getUrl() . ' HTTP/' . $this->getHTTPVersion() . "\r\n";
|
| /plugin/davcal/vendor/sabre/http/lib/ |
| H A D | RequestDecorator.php | 35 function getMethod() { function in Sabre\\HTTP\\RequestDecorator 37 return $this->inner->getMethod();
|
| H A D | Request.php | 59 function getMethod() { function in Sabre\\HTTP\\Request 298 … $out = $this->getMethod() . ' ' . $this->getUrl() . ' HTTP/' . $this->getHTTPVersion() . "\r\n";
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/ |
| D | MatrixHttpApiTest.php | 132 $this->assertEquals('PUT', $req->getMethod()); 256 $this->assertEquals('POST', $req->getMethod()); 293 $this->assertEquals('POST', $req->getMethod());
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
| D | Guzzle.php | 91 'request_header' => $request->getMethod(), 113 $request->getMethod(), 122 if (Request::GET === $req->getMethod()) {
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | MessageFormatter.php | 89 $result = trim($request->getMethod() 118 $result = $request->getMethod();
|
| /plugin/authfacebook/lib/ |
| D | FacebookRequest.php | 228 public function getMethod() function in Facebook\\FacebookRequest 483 if ($this->getMethod() === 'POST') { 514 if ($this->getMethod() !== 'POST') {
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | MessageFormatter.php | 92 $result = \trim($request->getMethod() 133 $result = $request->getMethod();
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
| D | Ping.php | 44 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ping
|
| D | Info.php | 44 public function getMethod(): string function in Elasticsearch\\Endpoints\\Info
|
| D | GetScriptLanguages.php | 44 public function getMethod(): string function in Elasticsearch\\Endpoints\\GetScriptLanguages
|
| D | GetScriptContext.php | 44 public function getMethod(): string function in Elasticsearch\\Endpoints\\GetScriptContext
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
| D | AccessorOrderMethod.php | 20 public function getMethod() function in JMS\\Serializer\\Tests\\Fixtures\\AccessorOrderMethod
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/ |
| D | SetUpgradeMode.php | 45 public function getMethod(): string function in Elasticsearch\\Endpoints\\Ml\\SetUpgradeMode
|