Home
last modified time | relevance | path

Searched refs:Method (Results 1 – 25 of 68) sorted by relevance

123

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassAndInterfaceTagRetriever.php15 use phpDocumentor\Reflection\DocBlock\Tags\Method; alias
43 * @return LegacyMethodTag[]|Method[]
56 * @return LegacyMethodTag[]|Method[]
H A DMethodTagRetrieverInterface.php15 use phpDocumentor\Reflection\DocBlock\Tags\Method; alias
27 * @return LegacyMethodTag[]|Method[]
H A DClassTagRetriever.php14 use phpDocumentor\Reflection\DocBlock\Tags\Method; alias
37 * @return Method[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DApi.php23 protected $methodsType = Method::class;
45 * @param Method[]
52 * @return Method[]
H A DMethod.php20 class Method extends \Google\Collection class
151 class_alias(Method::class, 'Google_Service_ServiceConsumerManagement_Method');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DApi.php23 protected $methodsType = Method::class;
45 * @param Method[]
52 * @return Method[]
H A DMethod.php20 class Method extends \Google\Collection class
151 class_alias(Method::class, 'Google_Service_ServiceUsage_Method');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DApi.php23 protected $methodsType = Method::class;
45 * @param Method[]
52 * @return Method[]
H A DMethod.php20 class Method extends \Google\Collection class
151 class_alias(Method::class, 'Google_Service_ServiceManagement_Method');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DApi.php23 protected $methodsType = Method::class;
45 * @param Method[]
52 * @return Method[]
H A DMethod.php20 class Method extends \Google\Collection class
151 class_alias(Method::class, 'Google_Service_ServiceNetworking_Method');
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DMethod.php34 class Method { class
44 function Method($name) { function in Method
H A DPHPClass.php143 $tempMethod = new Method($block["method"]);
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst21 {{ attribute(object, method) is defined ? 'Method exists' : 'Method does not exist' }}
/plugin/schulzevote/
H A Dplugin.info.txt5 name Voting with Schulze Method
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DReport.php47 return new Method($node, $name);
H A DMethod.php13 class Method class
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt5 * **Method**: POST
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DChangeLog.md13 * Fixed [#68](https://github.com/sebastianbergmann/php-token-stream/issues/68): Method with name `e…
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md91 Method | Description
116 Method | Description
140 Method | Description
166 Method | Description
176 Method | Description
189 Method | Description
202 Method | Description
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php26 final class Method extends BaseTag implements Factory\StaticMethod class
/plugin/imagemapping/
H A Djquery.imagemapster.js11Method=function(e,t,a,n){var i=this;i.name=n.name,i.output=e,i.input=e,i.first=n.first||!1,i.args=… class in m
12Method(this,function(){this.resize(e,a,n,i)},null,{name:"resize",args:arguments}).go();return o}}(…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java29 import java.lang.reflect.Method;
1002 Method getter = target.getClass().getMethod( in actionPerformed()
1008 Method setter = target.getClass().getMethod( in actionPerformed()
1113 Method getter = target.getClass().getMethod("is" + fieldname); in update()
1129 Method getter = target.getClass().getMethod("is" + fieldname); in execute()
1130 Method setter = target.getClass().getMethod("set" + fieldname, in execute()
H A DEditorActions.java.bak29 import java.lang.reflect.Method;
1002 Method getter = target.getClass().getMethod(
1008 Method setter = target.getClass().getMethod(
1113 Method getter = target.getClass().getMethod("is" + fieldname);
1129 Method getter = target.getClass().getMethod("is" + fieldname);
1130 Method setter = target.getClass().getMethod("set" + fieldname,
/plugin/cacherevisionseraser/
H A DREADME.md157 Method 1:
165 Method 2:

123