Home
last modified time | relevance | path

Searched refs:method (Results 101 – 125 of 972) sorted by relevance

12345678910>>...39

/plugin/tablemath/
H A Dscript.js1 function tablemath(divID,method,rangeStr) argument
7 switch(method)
14 method = 'unknown';
17 eval('result = tm'+method+'(setArray);');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DProphecySubjectPatch.php48 foreach ($node->getMethods() as $name => $method) {
53 if ($method->getReturnType() === 'void') {
54 $method->setCode(
58 $method->setCode(
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php48 'method' => get_var('method', $_REQUEST, 255, "fpdf"),
123 if ($GLOBALS['g_config']['method'] === 'ps') {
138 switch ($GLOBALS['g_config']['method']) {
180 if ($GLOBALS['g_config']['compress'] && $GLOBALS['g_config']['method'] == 'fastps') {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DRequest.php33 * @param string $method OPTIONAL Request method (use const's) (default = self::GET)
38 public function __construct(string $path, string $method = self::GET, $data = [], array $query = [], ?Connection $connection = null, string $contentType = self::DEFAULT_CONTENT_TYPE) argument
41 $this->setMethod($method);
57 * Sets the request method. Use one of the for consts.
61 public function setMethod(string $method) argument
63 return $this->setParam('method', $method);
67 * Get request method.
71 return $this->getParam('method');
[all...]
/plugin/slacknotifier/helper/
H A DContext.php18 $method = "get$name";
19 if (!method_exists($this, $method)) {
23 return $this->{$method}();
/plugin/geophp/vendor/funiq/geophp/src/Exception/
H A DUnsupportedMethodException.php6 * Should be thrown if a method is not implemented yet
14 * @param string $method Name of the unsupported method
18 public function __construct($method, $code = 0, $message = null) argument
20 $message = 'The method ' . $method . '() is not supported yet.' . ($message ? ' ' . $message : '');
27 * @param string $methodName Name of the unsupported method
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script-xml.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
77 method: (method || '').toUpperCase(), property in t.open._openArgs
386 var method = null;
389 method = RegExp.$3;
392 req.open(method, url, true);
453 if (!this.method) this.method = 'GET';
454 if (this.method !== 'GET') return ['script_only_get'];
533 if (!this.method) this.method = canSetHeaders? 'POST' : 'GET';
536 if (this.method == 'GET') {
540 } else if (this.method == 'POST' && !canSetHeaders) {
[all …]
H A DJsHttpRequest-xml.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
77 method: (method || '').toUpperCase(), property in t.open._openArgs
107 …this._openArgs.password + '@' + this._openArgs.url + '|' + queryText + "#" + this._openArgs.method;
386 var method = null;
389 method = RegExp.$3;
392 req.open(method, url, true);
475 if (!this.method) this.method = canSetHeaders? 'POST' : 'GET';
478 if (this.method == 'GET') {
482 } else if (this.method == 'POST' && !canSetHeaders) {
517 xr.open(this.method, this.url, true, this.username, this.password);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php175 $this->addTestMethod($theClass, $method);
266 $method = $testClass->getMethod(
270 if ($method->isStatic()) {
359 $method = $class->getMethod(
363 if ($method->isStatic()) {
836 * @param ReflectionMethod $method
840 if (!$this->isTestMethod($method)) {
844 $name = $method->getName();
846 if (!$method->isPublic()) {
876 * @param ReflectionMethod $method
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php80 public function checkMethodAllowed($obj, $method) argument
83 $this->policy->checkMethodAllowed($obj, $method);
87 public function checkPropertyAllowed($obj, $method) argument
90 $this->policy->checkPropertyAllowed($obj, $method);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestSuite.php141 foreach ($methods as $method) {
142 if (substr($method, 0, 4) == 'test' &&
143 !in_array($method, $parentClasses)) {
144 $this->addTest(new $testClass($method));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Builder/
H A DInvocationMockerTest.php11 ->method('foo')
24 ->method('foo')
39 ->method('foo')
54 ->method('foo')
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt8 * @deprecated this method
44 …gger_error('The ClassWithDeprecatedMethod::deprecatedMethod method is deprecated (this method is d…
71 public function method()
75 return call_user_func_array(array($expects, 'method'), func_get_args());
/plugin/combo/ComboStrap/
H A DHttpRequest.php23 private string $method = self::GET; variable in ComboStrap\\HttpRequest
74 $this->method = self::POST;
120 switch ($this->method) {
133 throw new ExceptionRuntime("The method ({$this->method}) is not implemented");
151 $this->method = self::GET;
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DDriverChainTest.php18 ->method('loadMetadataForClass')
31 ->method('getAllClassNames')
37 ->method('getAllClassNames')
53 ->method('loadMetadataForClass')
/plugin/remotescript/
H A Dscript.js9method:(I||"").toUpperCase(),url:l,asyncFlag:o,username:O!=null?O:"",password:Q!=null?Q:""};_ldObj… property in i.open._openArgs
28 this.open = function (method, callback) { argument
29 _JHRopen.call (this,method, DOKU_BASE+'lib/plugins/remotescript/rs.php');
45 c.method = _callback[1]
71 req.method = 'GET';
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php45 $method = "_get_$m";
46 $s .= '$_CACHE[\''.$m.'\'] = '.var_export($this->$method(), TRUE).";\r\n";
55 $method = "_get_$m";
56 $s .= '$_CACHE[\''.$m.'\'] = '.var_export($this->$method(), TRUE).";\r\n";
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DStandardTestSuiteLoader.php75 $method = $class->getMethod('suite');
77 if (!$method->isAbstract() &&
78 $method->isPublic() &&
79 $method->isStatic()) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php58 * @param string $method HTTP method
66 $method, argument
75 parent::__construct($method, $uri, $headers, $body, $version);
172 $method = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : 'GET';
178 $serverRequest = new ServerRequest($method, $uri, $headers, $body, $protocol, $_SERVER);
/plugin/structtasks/_test/
H A DNotifiersTest.php310 ->method('to')
335 ->method('setBody')
341 ->method('subject')
345 ->method('setBody');
347 ->method('subject');
349 $mailer->expects($this->exactly($calls))->method('send')->with();
375 ->method('to')
399 ->method('setBody')
405 ->method('subject')
407 $mailer->expects($this->once())->method('send')->with();
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md24 instantiated using its `createInstance` factory method like this:
30 Then we can use the `create` method of the factory to interpret the DocBlock.
32 `getDocComment()` method, such as an object of type `ReflectionClass`, the
33 create method will read that if it exists.
50 The `create` method will yield an object of type `\phpDocumentor\Reflection\DocBlock`
63 // Or use the render method to get a string representation of the Description.
/plugin/fblogin/lib/
H A Dbase_facebook.php821 $method = strtolower($params['method']);
822 if ($method === 'auth.expiresession' ||
823 $method === 'auth.revokeauthorization') {
834 * @param string $method The http method (default 'GET')
856 if (is_array($method) && empty($params)) {
857 $params = $method;
858 $method = 'GET';
862 if ($this->isVideoPost($path, $method)) {
1042 protected function getApiUrl($method) { argument
1105 if (isset($READ_ONLY_CALLS[strtolower($method)])) {
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DCallbackPromise.php52 * @param MethodProphecy $method
56 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method) argument
64 return call_user_func($callback, $args, $object, $method);
/plugin/evesso/classes/
H A DoAuthHTTPClient.php23 * @param string $method
33 $method = 'POST' argument
38 $ok = $http->sendRequest($endpoint->getAbsoluteUri(), $requestBody, $method);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php122 * @param string $method HTTP method
129 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
137 'Authorization' => $this->buildAuthorizationHeaderForAPIRequest($method, $uri, $token, $body)
141 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
195 * @param string $method
203 $method, argument
217 $authParameters['oauth_signature'] = $this->signature->getSignature($uri, $signatureParams, $method);

12345678910>>...39