Home
last modified time | relevance | path

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

12345678910>>...39

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DMethod.php26 protected $method; variable in Twig_Test_Method
28 public function __construct(ExtensionInterface $extension, $method, array $options = []) argument
30 $options['callable'] = [$extension, $method];
35 $this->method = $method;
40 …eturn sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method);
/plugin/fedauth/classes/
H A Dfa_base.class.php63 $method = 'process_' . $this->cmd;
64 if (method_exists($this, $method)) {
65 return $this->$method();
77 $method = 'handle_ajax_' . $this->cmd;
78 if (method_exists($this, $method)) {
79 return $this->$method();
88 $method = 'html_' . $this->cmd;
89 if (method_exists($this, $method)) {
90 $this->$method();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php153 ->method('trans')
163 $formError->expects($this->once())->method('getMessageParameters')->willReturn([]);
176 ->method('transChoice')
187 $formError->expects($this->once())->method('getMessageParameters')->willReturn([]);
200 ->method('trans')
210 $formError->expects($this->once())->method('getMessageParameters')->willReturn([]);
223 ->method('transChoice')
262 ->method('getName')
265 ->method('getConfig')
276 protected function invokeMethod($object, $method, array $args = []) argument
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php562 $code = file($method->getFileName());
563 $lineNumber = $method->getStartLine();
564 $startLine = $method->getStartLine() - 1;
565 $endLine = $method->getEndLine() - 1;
956 foreach ($methods as $method) {
1061 * @param ReflectionMethod $method
1067 return $method->isStatic() && strpos($method->getDocComment(), '@beforeClass') !== false;
1071 * @param ReflectionMethod $method
1081 * @param ReflectionMethod $method
1087 return $method->isStatic() && strpos($method->getDocComment(), '@afterClass') !== false;
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php68 public function getMethodAnnotations(\ReflectionMethod $method) argument
71 foreach ($this->delegate->getMethodAnnotations($method) as $annot) {
81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation) argument
83 return $this->delegate->getMethodAnnotation($method, $annotation);
110 * @param string $method
115 public function __call($method, $args) argument
117 return call_user_func_array(array($this->delegate, $method), $args);
H A DSimpleAnnotationReader.php73 public function getMethodAnnotations(\ReflectionMethod $method) argument
75 …return $this->parser->parse($method->getDocComment(), 'method '.$method->getDeclaringClass()->name…
103 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) argument
105 foreach ($this->getMethodAnnotations($method) as $annot) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DDisjunctExclusionStrategyTest.php26 ->method('shouldSkipClass')
31 ->method('shouldSkipClass');
47 ->method('shouldSkipClass')
52 ->method('shouldSkipClass')
70 ->method('shouldSkipClass')
75 ->method('shouldSkipClass')
93 ->method('shouldSkipProperty')
114 ->method('shouldSkipProperty')
119 ->method('shouldSkipProperty')
137 ->method('shouldSkipProperty')
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php82 foreach ($class['methods'] as $methodName => $method) {
83 … $crapLoad = $this->getCrapLoad($method['crap'], $method['ccn'], $method['coverage']);
85 $fullCrap += $method['crap'];
89 if ($method['crap'] >= $this->threshold) {
102 …->appendChild($document->createElement('methodSignature', htmlspecialchars($method['signature'])));
103 …dNode->appendChild($document->createElement('fullMethod', htmlspecialchars($method['signature'])));
104 … $methodNode->appendChild($document->createElement('crap', $this->roundValue($method['crap'])));
105 … $methodNode->appendChild($document->createElement('complexity', $method['ccn']));
106 …hodNode->appendChild($document->createElement('coverage', $this->roundValue($method['coverage'])));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1MethodSelector.php25 public $method; variable in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1MethodSelector
34 public function setMethod($method) argument
36 $this->method = $method;
43 return $this->method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DCalendarNotification.php25 public $method; variable in Google\\Service\\Calendar\\CalendarNotification
34 public function setMethod($method) argument
36 $this->method = $method;
43 return $this->method;
H A DEventReminder.php25 public $method; variable in Google\\Service\\Calendar\\EventReminder
34 public function setMethod($method) argument
36 $this->method = $method;
43 return $this->method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DMethodSelector.php25 public $method; variable in Google\\Service\\AccessContextManager\\MethodSelector
34 public function setMethod($method) argument
36 $this->method = $method;
43 return $this->method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SiteVerification/
H A DSiteVerificationWebResourceGettokenResponse.php25 public $method; variable in Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenResponse
34 public function setMethod($method) argument
36 $this->method = $method;
43 return $this->method;
/plugin/jsonrpc/
H A DIJR_IntrospectionServer.php28 $this->addCallback($key['method'], $key['callback'], $key['args'], $key['help']);
45 … return new IJR_Error(-32601, 'server error. requested method "'.$methodname.'" not specified.');
54 return new IJR_Error(-32602, 'server error. missing method parameters');
97 return new IJR_Error(-32602, 'server error. invalid method parameters');
105 … return new IJR_Error(-32601, 'server error. requested method "'.$method.'" not specified.');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Attribute/
H A DAsMonologProcessor.php30 public $method = null; variable in Monolog\\Attribute\\AsMonologProcessor
35 …* @param string|null $method The method that processes the records (if the attribute is used at …
40 ?string $method = null argument
44 $this->method = $method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/
H A DReauthSettings.php29 public $method; variable in Google\\Service\\CloudIAP\\ReauthSettings
52 public function setMethod($method) argument
54 $this->method = $method;
61 return $this->method;
/plugin/issuelinks/services/
H A DAbstractService.php32 * @param string $method a HTTP verb, like GET, POST or DELETE
38 …ted function makeHTTPRequest(\DokuHTTPClient $dokuHTTPClient, $url, $headers, array $data, $method) argument
43 $success = $dokuHTTPClient->sendRequest($url, $dataToBeSend, $method);
45 throw new HTTPRequestException('request error', $dokuHTTPClient, $url, $method);
50 throw new ExternalServerException('request error', $dokuHTTPClient, $url, $method);
52 throw new HTTPRequestException('request error', $dokuHTTPClient, $url, $method);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DVerification.php29 public $method; variable in Google\\Service\\MyBusinessVerifications\\Verification
56 public function setMethod($method) argument
58 $this->method = $method;
65 return $this->method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketCors.php30 public $method; variable in Google\\Service\\Storage\\BucketCors
57 public function setMethod($method) argument
59 $this->method = $method;
66 return $this->method;
/plugin/issuelinks/classes/
H A DHTTPRequestException.php17 protected $method; variable in dokuwiki\\plugin\\issuelinks\\classes\\HTTPRequestException
19 public function __construct($message, \DokuHTTPClient $httpClient, $url, $method) argument
25 $this->method = $method;
59 return $this->method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountstatusesCustomBatchRequestEntry.php42 public $method; variable in Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchRequestEntry
103 public function setMethod($method) argument
105 $this->method = $method;
112 return $this->method;
H A DDatafeedsCustomBatchRequestEntry.php39 public $method; variable in Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequestEntry
100 public function setMethod($method) argument
102 $this->method = $method;
109 return $this->method;
H A DRegionalinventoryCustomBatchRequestEntry.php33 public $method; variable in Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchRequestEntry
72 public function setMethod($method) argument
74 $this->method = $method;
81 return $this->method;
H A DShippingsettingsCustomBatchRequestEntry.php37 public $method; variable in Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchRequestEntry
86 public function setMethod($method) argument
88 $this->method = $method;
95 return $this->method;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php138 foreach ($elem->xpath('./virtual-property') as $method) {
139 if (isset($method->attributes()->expression)) {
142 (string) $method->attributes()->name,
146 if (!isset($method->attributes()->method)) {
149 …rtualPropertyMetadata = new VirtualPropertyMetadata($name, (string) $method->attributes()->method);
153 $propertiesNodes[] = $method;
340 foreach ($elem->xpath('./callback-method') as $method) {
341 if (!isset($method->attributes()->type)) {
344 if (!isset($method->attributes()->name)) {
348 switch ((string) $method->attributes()->type) {
[all …]

12345678910>>...39