Home
last modified time | relevance | path

Searched refs:method (Results 351 – 375 of 972) sorted by relevance

1...<<11121314151617181920>>...39

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dreturn_type_declarations_nullable.phpt67 public function method()
71 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_object_method.phpt70 public function method()
74 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_void.phpt65 public function method()
69 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_self.phpt67 public function method()
71 return call_user_func_array(array($expects, 'method'), func_get_args());
H A D232.phpt94 public function method()
98 return call_user_func_array(array($expects, 'method'), func_get_args());
/plugin/youtracklinks/
H A Dhelper.php17 function CallAPI($method, $url, $data = false, $cookiejar = false) argument
29 switch ($method)
/plugin/authfacebook/lib/
H A DFacebookClient.php204 list($url, $method, $headers, $body) = $this->prepareRequestMessage($request);
216 $rawResponse = $this->httpClientHandler->send($url, $method, $body, $headers, $timeOut);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php145 $method = new RemoteExecuteMethod($this->driver);
147 return new RemoteWebElement($method, JsonWireCompat::getElement($response), $this->isW3cCompliant);
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak57 // Overrides method to disallow edge label editing
63 // Overrides method to provide a cell label in the display
98 // Overrides method to store a cell label in the model
151 // Overrides method to create the editing value
/plugin/news/
H A DREADME53 …This method adheres to the ttl (time-to-live) configuration setting (see Options below) and create…
56 However, you can force a new feed to be created by method 2 or 3.
67 If you use method 2 or 3 and do not implement method 1, then your url must be:
/plugin/ipban/ip-lib/
H A DREADME.md131 Both IP addresses and ranges have a `toString` method that you can use to retrieve a textual repres…
146 …esentation of the addresses. In this case, simply use a `true` parameter for the `toString` method:
166 All the range types offer a `contains` method, and all the IP address types offer a `matches` metho…
182 All the range types offer a `containsRange` method: you can call them to check if an address range …
193 …ivate network, or if it's a public IP, or whatever you want, you can use the `getRangeType` method:
212 If you want to know the type of an address range, you can use the `getRangeType` method:
276 …n address is within a stored range, simply use the `getComparableString` method of the address and…
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1method=s}setCatchHandler(t){this.catchHandler=n(t)}}class r extends i{constructor(t,e,s){super((({…
H A Dworkbox-f163abaa.js1method=s}setCatchHandler(t){this.catchHandler=n(t)}}class r extends i{constructor(t,e,s){super((({…
H A Dworkbox-bed83ea8.js1method=s}setCatchHandler(t){this.catchHandler=n(t)}}class r extends i{constructor(t,e,s){super((({…
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php245 * @param string $method Method expecting an array as an argument.
247 public function assertIsArray($obj, $method) argument
251 "Incorrect parameter type passed to $method(). Expected an array."
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php118 switch($itipMessage->method) {
515 $message->method = 'CANCEL';
519 $icalMsg->METHOD = $message->method;
538 $message->method = 'REQUEST';
542 $icalMsg->METHOD = $message->method;
709 $message->method = 'REPLY';
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DMethodNameMatch.php26 public function method($name); function
/plugin/noiewarning/conf/
H A Dmetadata.06.php11 * @var method
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php900 foreach ($hookMethods['beforeClass'] as $method) {
901 $this->$method();
908 foreach ($hookMethods['before'] as $method) {
909 $this->$method();
956 foreach ($hookMethods['after'] as $method) {
957 $this->$method();
961 foreach ($hookMethods['afterClass'] as $method) {
962 $this->$method();
1052 $method = $class->getMethod($this->name);
1483 foreach ($configuration as $method => $return) {
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md62 and call its `resolve` method like this:
80 the `\phpDocumentor\Reflection\FqsenResolver` class' `resolve` method, like this:
152 After you have obtained a Context it is just a matter of passing it along with the `resolve` method
163 the `getFqsen` method to receive a Value Object that represents the complete FQSEN. So that would b…
168 > The resolve method of the TypeResolver only returns object with the interface `Type` and the FQSE…
172 Another example is on how to resolve the FQSEN of a method as can be seen with the `@see` tag in th…
181 `resolve` method of the FQSEN Resolver you will receive an `Fqsen` object that refers to
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md4341 method to cancel delayed `func` invocations and a `flush` method to
5225 **Note:** This method is based on
5291 **Note:** This method is based on
5479 **Note:** This method is based on
10113 method.
10529 _.map(objects, _.method('a.b'));
10544 The opposite of `_.method`; this method creates a function that invokes
10546 provided to the invoked method.
10648 This method returns `undefined`.
11024 This method returns `false`.
[all …]
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md15 * deprecated the `ProcessUtils::escapeArgument()` method
25 * added the convenience method "mustRun"
/plugin/logstats/
H A Daction.php126 $method = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : "";
172 …$logline = "$host - $user $timestamp \"$method $page $protocol\" $status $size \"$referer\" \"$age…
/plugin/directions/
H A Daction.php206 $method = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : "";
270 …//$logline = "$host - $user $timestamp \"$method $page $protocol\" $status \"$referer\" \"$agent\"…
/plugin/siteexport/inc/
H A Dhttpproxy.php125 public function sendRequest($url, $data = '', $method = 'GET') { argument
127 $returnCode = parent::sendRequest($url, $data, $method);

1...<<11121314151617181920>>...39