Home
last modified time | relevance | path

Searched refs:methodName (Results 26 – 50 of 89) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php66 $methodName = $tag->getMethodName();
68 if (empty($methodName)) {
72 if (!$reflectionClass->hasMethod($methodName)) {
73 $methodNode = new MethodNode($methodName);
H A DKeywordPatch.php44 foreach ($methodsToRemove as $methodName) {
45 $node->removeMethod($methodName);
/plugin/geophp/vendor/funiq/geophp/src/Exception/
H A DUnsupportedMethodException.php27 * @param string $methodName Name of the unsupported method
30 public static function geos($methodName) argument
32 return new self($methodName, 0, 'Please install GEOS extension.');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DObject.php25 * @param string $methodName
31 …public function __construct($className, $methodName, array $parameters, $returnType, $object, $clo… argument
33 parent::__construct($className, $methodName, $parameters, $returnType, $cloneObjects);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAuditLog.php34 public $methodName; variable in Google\\Service\\ServiceControl\\AuditLog
117 public function setMethodName($methodName) argument
119 $this->methodName = $methodName;
126 return $this->methodName;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DIncompleteTestCase.php48 * @param string $methodName
51 public function __construct($className, $methodName, $message = '') argument
54 parent::__construct($className . '::' . $methodName);
H A DSkippedTestCase.php49 public function __construct($className, $methodName, $message = '') argument
52 parent::__construct($className . '::' . $methodName);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/
H A DMethodScopeSniff.php59 $methodName = $phpcsFile->getDeclarationName($stackPtr);
60 if ($methodName === null) {
82 $data = array($methodName);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php57 * @param string $methodName
60 function has($methodName) { argument
63 $methodName,
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php62 * @param string $methodName
65 function has($methodName) { argument
68 $methodName,
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php143 foreach($objClass->methods as $methodName => $method) {
145 $aMethodXML->setTagAttribute("href", "#" . $methodName);
146 $aMethodXML->setTagContent($methodName);
152 foreach($objClass->methods as $methodName => $method) {
157 $aMethodXML->setTagAttribute("name", $methodName);
160 $spanXMLName->setTagContent($methodName);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DObjectStateToken.php33 * @param string $methodName
39 $methodName, argument
44 $this->name = $methodName;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php803 foreach ($methods as $methodName) {
804 if ($methodName != '__construct' && $methodName != '__clone') {
805 $configurable[] = strtolower($methodName);
818 foreach ($methods as $methodName) {
834 $methodName,
840 foreach ($methods as $methodName) {
844 $methodReflections[$methodName],
851 foreach ($methods as $methodName) {
855 $methodName,
1038 * @param string $methodName
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DArgument.php50 * @param string $methodName
55 public static function which($methodName, $value) argument
57 return new Token\ObjectStateToken($methodName, $value);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DConstructorNameSniff.php83 $methodName = $phpcsFile->getDeclarationName($stackPtr);
85 if (strcasecmp($methodName, $className) === 0) {
90 } else if (strcasecmp($methodName, '__construct') !== 0) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php330 function _createMethod($methodName) { argument
333 " function test" . $methodName . "()\n" .
335 " \$result = \$this->" . $this->className . "->" . $methodName . "(PARAM);\n" .
/plugin/command/inc/
H A Dembedding.php251 function &getMethodObject($cmdName, $methodName, $methodSig, $callArgs) argument
255 $key = $cmdName.'*'.$methodName;
261 'return '.$className.'::'.$methodName.'('.$callArgs.');');
/plugin/revealjs/plugin/notes/
H A Dnotes.js60 callRevealApi( data.methodName, data.arguments, data.callId );
69 function callRevealApi( methodName, methodArguments, callId ) { argument
71 var result = Reveal[methodName].apply( Reveal, methodArguments );
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLRPCClient.php92 function setMethodName ($methodName) { argument
93 $this->xml->setTagContent($methodName, "methodCall/methodName");
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php68 foreach ($config['virtual_properties'] as $methodName => $propertySettings) {
72 $methodName,
77 if (!$class->hasMethod($methodName)) {
78 …throw new InvalidMetadataException('The method ' . $methodName . ' not found in class ' . $class->…
80 $virtualPropertyMetadata = new VirtualPropertyMetadata($name, $methodName);
/plugin/javadoc/
H A Dsyntax.php159 $methodName = substr($token, $indexOfMethodSep + 1);
160 $url = "/".$className.".html#".$methodName;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUselessOverridingMethodSniff.php75 $methodName = $phpcsFile->getDeclarationName($stackPtr);
115 if ($next === false || $tokens[$next]['content'] !== $methodName) {
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php276 $methodName = $method->getName();
277 if (strncmp($methodName, 'parse', 5) === 0) {
280 $markers[$match] = $methodName;
/plugin/statdisplay/pchart/
H A DTestCanvas.php84 private function logMethodCall($methodName, $args) { argument
94 $this->actionLog .= $methodName.'('.implode(', ', $formattedArgs).")\n";
/plugin/statistics/inc/pchart/
H A DTestCanvas.php82 private function logMethodCall($methodName, $args) { argument
91 $this->actionLog .= $methodName.'('.implode(', ', $formattedArgs).")\n";

1234