Home
last modified time | relevance | path

Searched refs:method (Results 51 – 75 of 972) sorted by relevance

12345678910>>...39

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccounttaxCustomBatchRequestEntry.php39 public $method; variable in Google\\Service\\ShoppingContent\\AccounttaxCustomBatchRequestEntry
100 public function setMethod($method) argument
102 $this->method = $method;
109 return $this->method;
H A DLocalinventoryCustomBatchRequestEntry.php35 public $method; variable in Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchRequestEntry
86 public function setMethod($method) argument
88 $this->method = $method;
95 return $this->method;
H A DReturnaddressCustomBatchRequestEntry.php33 public $method; variable in Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchRequestEntry
72 public function setMethod($method) argument
74 $this->method = $method;
81 return $this->method;
H A DReturnpolicyCustomBatchRequestEntry.php33 public $method; variable in Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchRequestEntry
72 public function setMethod($method) argument
74 $this->method = $method;
81 return $this->method;
H A DProductstatusesCustomBatchRequestEntry.php42 public $method; variable in Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchRequestEntry
107 public function setMethod($method) argument
109 $this->method = $method;
116 return $this->method;
H A DDatafeedstatusesCustomBatchRequestEntry.php45 public $method; variable in Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchRequestEntry
120 public function setMethod($method) argument
122 $this->method = $method;
129 return $this->method;
H A DProductsCustomBatchRequestEntry.php37 public $method; variable in Google\\Service\\ShoppingContent\\ProductsCustomBatchRequestEntry
94 public function setMethod($method) argument
96 $this->method = $method;
103 return $this->method;
H A DPosCustomBatchRequestEntry.php35 public $method; variable in Google\\Service\\ShoppingContent\\PosCustomBatchRequestEntry
94 public function setMethod($method) argument
96 $this->method = $method;
103 return $this->method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DHttpRequestContext.php25 public $method; variable in Google\\Service\\Clouderrorreporting\\HttpRequestContext
50 public function setMethod($method) argument
52 $this->method = $method;
59 return $this->method;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNormalizeAggregation.php16 public function __construct(string $name, ?string $bucketsPath = null, ?string $method = null) argument
28 if (null !== $method) {
29 $this->setMethod($method);
38 * Set the method for this aggregation.
42 public function setMethod(string $method): self argument
44 return $this->setParam('method', $method);
58 * @throws InvalidException If buckets path or method are not set
66 if (!$this->hasParam('method')) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DNoCallsPrediction.php44 * @param MethodProphecy $method
48 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method) argument
61 $method->getMethodName(),
62 $method->getArgumentsWildcard(),
66 ), $method, $calls);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DBasicSli.php34 public $method; variable in Google\\Service\\Monitoring\\BasicSli
85 public function setMethod($method) argument
87 $this->method = $method;
94 return $this->method;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php71 foreach ($class['methods'] as $methodName => $method) {
72 if ($method['executableLines'] == 0) {
77 $classStatements += $method['executableLines'];
78 $coveredClassStatements += $method['executedLines'];
80 if ($method['coverage'] == 100) {
86 foreach (range($method['startLine'], $method['endLine']) as $line) {
92 $lines[$method['startLine']] = [
93 'ccn' => $method['ccn'],
95 'crap' => $method['crap'],
97 'visibility' => $method['visibility'],
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php121 $this->_blockTypes = array_filter(array_map(function($method) {
122 $name = $method->getName();
275 foreach($reflection->getMethods(ReflectionMethod::IS_PROTECTED) as $method) {
276 $methodName = $method->getName();
278 preg_match_all('/@marker ([^\s]+)/', $method->getDocComment(), $matches);
297 foreach ($this->inlineMarkers() as $marker => $method) {
304 $this->_inlineMarkers[$m] = array_merge([$marker => $method], $this->_inlineMarkers[$m]);
308 $this->_inlineMarkers[$m][$marker] = $method;
342 foreach ($this->_inlineMarkers[$text[0]] as $marker => $method) {
345 array_unshift($this->context, $method);
[all …]
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php58 * @param string $method
61 public function sendRequest($url,$data='',$method='GET'){ argument
64 'method' => $method);
69 $method = $httpdata['method'];
73 return parent::sendRequest($url,$data,$method);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php143 foreach($objClass->methods as $methodName => $method) {
152 foreach($objClass->methods as $methodName => $method) {
163 if(is_array($method->params) && count($method->params) > 0) {
165 foreach($method->params as $key => $value) {
178 unset($method->info["name"]);
179 foreach($method->info as $infoKey => $infoValue) {
201 if(is_array($method->params) && count($method->params) > 0) {
208 foreach($method->params as $key => $value) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php612 foreach ($methods as $method) {
613 $cache[$method] = $method;
614 $cache[$lcName = strtolower($method)] = $method;
617 $name = substr($method, 3);
620 $name = substr($method, 2);
629 $cache[$name] = $method;
645 $method = $item;
671 $ret = $object->$method();
686 if ('renderBlock' === $method || 'displayBlock' === $method) {
688 } elseif ('hasBlock' === $method) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DBuilderTest.php130 $method = new \ReflectionMethod(
135 $method->setAccessible(true);
144 $method->invoke(
156 $method = new \ReflectionMethod(
161 $method->setAccessible(true);
163 $_commonPath = $method->invokeArgs($this->factory, [&$paths]);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php67 public function send($url, $method, $body, array $headers, $timeOut) argument
69 $this->openConnection($url, $method, $body, $headers, $timeOut);
88 * @param string $method The request method.
93 public function openConnection($url, $method, $body, array $headers, $timeOut) argument
96 CURLOPT_CUSTOMREQUEST => $method,
108 if ($method !== "GET") {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DVerifyLocationRequest.php39 public $method; variable in Google\\Service\\MyBusinessVerifications\\VerifyLocationRequest
106 public function setMethod($method) argument
108 $this->method = $method;
115 return $this->method;
/plugin/bez/mdl/
H A DValidator.php46 protected function check_against_val_method($value, $method, $args) { argument
47 $validator = 'validate_'.$method;
54 return array($result, $method);
57 protected function validate_one($value, $method, $args, $null) { argument
64 return $this->check_against_val_method($value, $method, $args);
75 $method = array_shift($args);
76 list($result, $code) = $this->validate_one($value, $method, $args, $null);
112 $method = array_shift($args);
115 $result = $this->check_against_val_method($value, $method, $args);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DOperationMetadataV1.php40 public $method; variable in Google\\Service\\Appengine\\OperationMetadataV1
113 public function setMethod($method) argument
115 $this->method = $method;
122 return $this->method;
H A DOperationMetadataV1Alpha.php40 public $method; variable in Google\\Service\\Appengine\\OperationMetadataV1Alpha
113 public function setMethod($method) argument
115 $this->method = $method;
122 return $this->method;
H A DOperationMetadataV1Beta.php40 public $method; variable in Google\\Service\\Appengine\\OperationMetadataV1Beta
113 public function setMethod($method) argument
115 $this->method = $method;
122 return $this->method;
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md15 * Add a helper factory method for creating a proxy LDAP server.
18 * The criticality for paging can now be set using the "isCritical" method.
31 * Added an isValid() method to the Dn class.
32 * Added a firstValue() and lastValue() method for attributes.
45 * Add a "rename()" convenience method to the LdapClient.
46 * Add a "move()" convenience method to the LdapClient.
47 * Add a "getDescription()" method to the Attribute class to retrieve the attribute with all options.
48 * Add a "getOptions()" method the the Attribute class to iterate through options for an attribute.
49 * Add a "fromArray" method to make constructing entry objects from arrays sound more natural.
50 * Calling the LdapClient "read()" method wit
[all...]

12345678910>>...39