Home
last modified time | relevance | path

Searched refs:method (Results 226 – 250 of 972) sorted by relevance

12345678910>>...39

/plugin/structtasks/_test/
H A DActionTest.php29 $notifier->expects($this->never())->method('sendMessage');
41 $notifier->expects($this->never())->method('sendMessage');
86 ->method('sendMessage')
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DMethodCallExpression.php18 …public function __construct(AbstractExpression $node, $method, ArrayExpression $arguments, $lineno) argument
20 …parent::__construct(['node' => $node, 'arguments' => $arguments], ['method' => $method, 'safe' => …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php110 $loader1->expects($this->once())->method('exists')->will($this->returnValue(false));
111 $loader1->expects($this->never())->method('getSourceContext');
116 …$loader2->expects($this->once())->method('getSourceContext')->will($this->returnValue(new Source('…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php204 * @param string $method the HTTP method
214 public function request($path, $method = Request::GET, $data = [], array $query = [])
216 return $this->_client->request('_snapshot/'.$path, $method, $data, $query);
180 request($path, $method = Request GET, $data = [], array $query = []) global() argument
/plugin/notification/syntax/
H A Dlist.php76 $method = 'render'.ucfirst($mode);
77 if (method_exists($this, $method)) {
78 call_user_func([$this, $method], $renderer, $data);
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md20 ReactPHP and Guzzle. The `error` method is kept for BC but will be removed
27 * Promises now have a `wait()` method. Allowing you to make a promise
41 * Fixed: `$priority` was ignored in `EventEmitter::once` method.
49 triggered after each method handled. This is dubbed the 'continueCallback' and
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php186 public function addPreSerializeMethod(MethodMetadata $method): void argument
188 $this->preSerializeMethods[] = $method;
191 public function addPostSerializeMethod(MethodMetadata $method): void argument
193 $this->postSerializeMethods[] = $method;
196 public function addPostDeserializeMethod(MethodMetadata $method): void argument
198 $this->postDeserializeMethods[] = $method;
/plugin/botbouncer/lib/
H A Dmollom.php313 * @param string $method
316 private static function doCall($method, $parameters = array(), $server = null, $counter = 0) argument
324 $method = (string) $method;
331 …if(!in_array($method, $aPossibleMethods)) throw new Exception('Invalid method. Only '. implode(', …
367 $requestBody .= ' <methodName>mollom.'. $method .'</methodName>' ."\n";
416 …elseif($errorNumber == 28 && isset(self::$serverList[$counter])) return self::doCall($method, $par…
464 return self::doCall($method, $parameters, self::$serverList[$counter], $counter++);
/plugin/oauth/
H A DHTTPClient.php20 $method = 'POST'
26 $ok = $http->sendRequest($endpoint->getAbsoluteUri(), $requestBody, $method);
21 retrieveResponse(UriInterface $endpoint, $requestBody, array $extraHeaders = array(), $method = 'POST') global() argument
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js81 return _[method](this[attribute]);
84 return _[method](this[attribute], value);
95 return _[method].apply(_, args);
100 _.each(methods, function(length, method) { argument
101 if (_[method]) Class.prototype[method] = addMethod(length, method, attribute);
1063 collection[method](resp, options);
1326 var method = events[key];
1327 if (!_.isFunction(method)) method = this[method];
1328 if (!method) continue;
1407 var type = methodMap[method];
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DNoSeekStreamTest.php19 $s->expects($this->never())->method('seek');
20 $s->expects($this->never())->method('isSeekable');
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php133 $method = $class->getMethod($name);
134 $method->setAccessible(true);
135 return $method->invokeArgs($obj, $args);
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php133 $method = $class->getMethod($name);
134 $method->setAccessible(true);
135 return $method->invokeArgs($obj, $args);
/plugin/aclauditor/
H A Dsyntax.php50 …D, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudit_mode' => 'single')).'" method="post">';
56 … array('do' => 'admin', 'page' => 'aclauditor', 'aclaudit_mode' => 'scenario')).'" method="post">';
/plugin/authfacebook/lib/HttpClients/
H A DFacebookStreamHttpClient.php47 public function send($url, $method, $body, array $headers, $timeOut) argument
51 'method' => $method,
/plugin/webdav/vendor/sabre/http/
H A DREADME.md333 * @param string $method
341 * Returns the current HTTP method
348 * Sets the HTTP method
350 * @param string $method
353 function setMethod($method);
486 * method could only work correctly the first time.
521 * If the header does not exist, this method must return null.
542 * This method overwrites all existing HTTP headers
630 * method could only work correctly the first time.
666 * If the header does not exist, this method must return null.
[all …]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md333 * @param string $method
341 * Returns the current HTTP method
348 * Sets the HTTP method
350 * @param string $method
353 function setMethod($method);
486 * method could only work correctly the first time.
521 * If the header does not exist, this method must return null.
542 * This method overwrites all existing HTTP headers
630 * method could only work correctly the first time.
666 * If the header does not exist, this method must return null.
[all …]
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
69 …nArgs.username+":"+this._openArgs.password+"@"+this._openArgs.url+"|"+_8+"#"+this._openArgs.method;
345 if(!this.method){
346 this.method=_41?"POST":"GET";
348 if(this.method=="GET"){
357 if(this.method=="POST"&&!_41){
387 xr.open(this.method,this.url,true,this.username,this.password);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php130 foreach ($class->getMethods() as $method) {
131 if ($method->class !== $name) {
135 $methodAnnotations = $this->reader->getMethodAnnotations($method);
139 $classMetadata->addPreSerializeMethod(new MethodMetadata($name, $method->name));
142 … $classMetadata->addPostDeserializeMethod(new MethodMetadata($name, $method->name));
145 … $classMetadata->addPostSerializeMethod(new MethodMetadata($name, $method->name));
148 $virtualPropertyMetadata = new VirtualPropertyMetadata($name, $method->name);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md9 - The minimum PHP version is 7.2, type hints are used almost everywhere, most of the method signatu…
18 - Removed deprecated method `VisitorInterface::getNavigator`, use `Context::getNavigator` instead
19 - Removed deprecated method `JsonSerializationVisitor::addData`,
24 - Removed `AbstractVisitor::getNamingStrategy` method
/plugin/jplayer/
H A Dsyntax.php182 $method = "render_$mode";
183 if (method_exists($this, $method)) {
184 call_user_func(array($this, $method), $R, $data);
/plugin/numberedheadings/
H A Dsyntax.php164 private function addCall(Doku_Handler $handler, $method, $args, $pos)
168 $handler->addCall($method, $args, $pos);
171 $handler->_addCall($method, $args, $pos);
155 addCall(Doku_Handler $handler, $method, $args, $pos) global() argument
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php941 public static function methodExists($classOrObject, $method, $message = '') argument
943 if (!method_exists($classOrObject, $method)) {
946 static::valueToString($method)
951 public static function methodNotExists($classOrObject, $method, $message = '') argument
953 if (method_exists($classOrObject, $method)) {
956 static::valueToString($method)
1099 $method = lcfirst(substr($name, 6));
1100 call_user_func_array(array('static', $method), $arguments);
1109 $method = lcfirst(substr($name, 3));
1115 call_user_func_array(array('static', $method), $args);
/plugin/combo/action/
H A Drouter.php567 list($bestEndPage, $method) = RouterBestEndPage::process($requestedMarkupPath);
570 switch ($method) {
578 LogUtility::msg("This redirection method ($method) was not expected for the redirection algorithm ($algorithm)");
819 * The general HTTP Redirect method to an internal page
820 * where the redirection method decide which type of redirection argument
823 * @param string $method - the redirection method
826 function executeHttpRedirect(string $targetIdOrUrl, string $targetOrigin, string $method): bool
833 $this->logRedirection($ID, $targetIdOrUrl, $targetOrigin, $method);
1011 logRedirection(string $sourcePageId, $targetPageId, $algorithmic, $method) global() argument
[all...]

12345678910>>...39