Home
last modified time | relevance | path

Searched refs:method (Results 176 – 200 of 972) sorted by relevance

12345678910>>...39

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php60 ->method('shouldSkipClass')
67 ->method('shouldSkipProperty')
75 ->method('getExclusionStrategy')
93 ->method('shouldSkipClass')
99 ->method('shouldSkipProperty')
105 ->method('getExclusionStrategy')
H A DSerializationContextFactoryTest.php51 ->method('createSerializationContext')
70 ->method('createDeserializationContext')
90 ->method('createSerializationContext')
109 ->method('createDeserializationContext')
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.audioinfo.class.php114 $method = (isset($this->info['fileformat']) ? $this->info['fileformat'] : '').'Info';
115 if ($method && method_exists($this, $method)) {
116 $this->$method();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DPromiseInterface.php30 * @param MethodProphecy $method
34 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method); argument
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DPredictionInterface.php31 * @param MethodProphecy $method
36 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method); argument
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php129 public function __call($method, $args) argument
131 …h('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) {
139 …ew \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamDecoratorTrait.php63 * @param string $method Missing method name
68 public function __call($method, array $args) argument
70 $result = call_user_func_array([$this->stream, $method], $args);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php21 * Magic method used to create a new stream if streams are not added in
55 * @param string $method Missing method name
60 public function __call($method, array $args) argument
62 $result = call_user_func_array(array($this->stream, $method), $args);
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php12 * @method bool hasEmergency($record)
13 * @method bool hasAlert($record)
14 * @method bool hasCritical($record)
15 * @method bool hasError($record)
16 * @method bool hasWarning($record)
17 * @method bool hasNotice($record)
18 * @method bool hasInfo($record)
19 * @method bool hasDebug($record)
21 * @method bool hasEmergencyRecords()
22 * @method boo
129 __call($method, $args) global() argument
[all...]
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php12 * @method bool hasEmergency($record)
13 * @method bool hasAlert($record)
14 * @method bool hasCritical($record)
15 * @method bool hasError($record)
16 * @method bool hasWarning($record)
17 * @method bool hasNotice($record)
18 * @method bool hasInfo($record)
19 * @method bool hasDebug($record)
21 * @method bool hasEmergencyRecords()
22 * @method boo
129 __call($method, $args) global() argument
[all...]
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DRequestInterface.php81 * @param string $method Case-sensitive method.
85 public function withMethod($method); argument
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php164 foreach ($class['methods'] as $method) {
165 if ($method['executableLines'] == 0) {
170 $classStatements += $method['executableLines'];
171 $coveredClassStatements += $method['executedLines'];
172 if ($method['coverage'] == 100) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php51 … $this->context->method('getExclusionStrategy')->willReturn(new AlwaysExcludeExclusionStrategy());
52 …$this->context->method('getMetadataFactory')->willReturn(new class implements MetadataFactoryInter…
83 … $factoryMock->method('getMetadataForClass')->willReturn(new ClassMetadata(SimpleObject::class));
85 … $this->context->method('getExclusionStrategy')->willReturn(new AlwaysExcludeExclusionStrategy());
86 $this->context->method('getMetadataFactory')->willReturn($factoryMock);
/plugin/authgoogle/google/contrib/
H A DGoogle_SiteVerificationService.php217 public $method; variable in Google_SiteVerificationWebResourceGettokenResponse
219 public function setMethod( $method) { argument
220 $this->method = $method;
223 return $this->method;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php77 public $method; variable in Google\\Service\\Logging\\RequestLog
342 public function setMethod($method) argument
344 $this->method = $method;
351 return $this->method;
/plugin/remotelistnamespace/
H A DREADME.md8 $method="plugin.remotelistnamespace.listNamespace";
9 $result = $wikiClient->$method($wiki, [ "depth" => $depth ]);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DClientInterface.php20 * @param string $method
30 $method = 'POST' argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DClientInterface.php20 * @param string $method
30 $method = 'POST' argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst24 method of the compiled template and passing it the context.
45 ``tokenize()`` method of an environment::
53 As the stream has a ``__toString()`` method, you can have a textual
71 the ``setLexer()`` method::
83 ``parse()`` method of an environment::
105 ``setParser()`` method::
115 You can manually compile a node tree to PHP code with the ``compile()`` method
140 ``setCompiler()`` method::
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js376 method:"compareEndPoints", property in rangeContact.p
384 method:"compareBoundaryPoints", property in rangeContact.p
392 r2[p.method](p.StartToStart, r1)==1 &&
393 r2[p.method](p.EndToEnd, r1)==1 &&
394 r2[p.method](p.StartToEnd, r1)==1 &&
395 r2[p.method](p.EndToStart, r1)==1
397 r2[p.method](p.StartToStart, r1)==-1 &&
398 r2[p.method](p.EndToEnd, r1)==-1 &&
399 r2[p.method](p.StartToEnd, r1)==-1 &&
400 r2[p.method](p.EndToStart, r1)==-1
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script-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;
313 if(!this.method){
314 this.method="GET";
316 if(this.method!=="GET"){
399 if(!this.method){
400 this.method=_47?"POST":"GET";
402 if(this.method=="GET"){
411 if(this.method=="POST"&&!_47){
441 xr.open(this.method,this.url,true,this.username,this.password);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php391 $method = $this->getFindMethod($id);
395 … return sprintf($this->prepare(self::SECTION_CALL, $level), $id, $method, $id, $filters, $key);
418 $method = $this->getFindMethod($id);
422 …return sprintf($this->prepare(self::INVERTED_SECTION, $level), $id, $method, $id, $filters, $this-…
525 $method = $this->getFindMethod($id);
526 $id = ($method !== 'last') ? var_export($id, true) : '';
530 …return sprintf($this->prepare(self::VARIABLE, $level), $method, $id, $filters, $this->flushIndent(…
556 $method = $this->getFindMethod($name);
557 $filter = ($method !== 'last') ? var_export($name, true) : '';
561 …return sprintf($this->prepare(self::FILTER, $level), $method, $filter, $callable, $msg, $this->get…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DReader.php58 function getMethodAnnotations(\ReflectionMethod $method); argument
68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName); argument
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DServiceInterface.php17 * @param string $method HTTP method
25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DServiceInterface.php17 * @param string $method HTTP method
25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); argument

12345678910>>...39