Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 25 of 39) sorted by relevance

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php194 $functionName = $phpcsFile->getDeclarationName($stackPtr);
195 if ($functionName === null) {
200 if (ltrim($functionName, '_') === '') {
205 $errorData = array($functionName);
208 if (preg_match('|^__[^_]|', $functionName) !== 0) {
209 $magicPart = strtolower(substr($functionName, 2));
222 $underscorePos = strrpos($functionName, '_');
224 $camelCapsPart = $functionName;
226 $packagePart = substr($functionName, 0, $underscorePos);
235 if ($functionName{0} === '_') {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailLoggingSourceLocation.php25 public $functionName; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailLoggingSourceLocation
30 public function setFunctionName($functionName) argument
32 $this->functionName = $functionName;
39 return $this->functionName;
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedFunctionError.php21 private $functionName; variable in Twig\\Sandbox\\SecurityNotAllowedFunctionError
23 …public function __construct($message, $functionName, $lineno = -1, $filename = null, \Exception $p… argument
26 $this->functionName = $functionName;
31 return $this->functionName;
H A DSecurityNotAllowedFilterError.php23 …public function __construct($message, $functionName, $lineno = -1, $filename = null, \Exception $p… argument
26 $this->filterName = $functionName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DSourceLocation.php29 public $functionName; variable in Google\\Service\\Logging\\SourceLocation
52 public function setFunctionName($functionName) argument
54 $this->functionName = $functionName;
61 return $this->functionName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DSourceLocation.php29 public $functionName; variable in Google\\Service\\Clouderrorreporting\\SourceLocation
52 public function setFunctionName($functionName) argument
54 $this->functionName = $functionName;
61 return $this->functionName;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php50 $functionName = $phpcsFile->getDeclarationName($stackPtr);
51 if ($functionName === null) {
55 $errorData = array($functionName);
58 if (preg_match('|^__[^_]|', $functionName) !== 0) {
64 if (PHP_CodeSniffer::isCamelCaps($functionName, false, true, false) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DReturnFunctionValueSniff.php55 $functionName = $phpcsFile->findNext(T_STRING, ($stackPtr + 1), null, false, null, true);
57 while ($functionName !== false) {
59 $bracket = $phpcsFile->findNext(T_WHITESPACE, ($functionName + 1), null, true);
62 … $functionName = $phpcsFile->findNext(T_STRING, ($functionName + 1), null, false, null, true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DCamelCapsFunctionNameSniff.php188 $functionName = $phpcsFile->getDeclarationName($stackPtr);
189 if ($functionName === null) {
194 $errorData = array($functionName);
197 if (preg_match('|^__[^_]|', $functionName) !== 0) {
198 $magicPart = strtolower(substr($functionName, 2));
208 $functionName = ltrim($functionName, '_');
210 if (PHP_CodeSniffer::isCamelCaps($functionName, false, true, $this->strict) === false) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DGoogleAppsScriptTypeProcess.php29 public $functionName; variable in Google\\Service\\Script\\GoogleAppsScriptTypeProcess
68 public function setFunctionName($functionName) argument
70 $this->functionName = $functionName;
77 return $this->functionName;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DGlobalFunctionSniff.php60 $functionName = $phpcsFile->getDeclarationName($stackPtr);
61 if ($functionName === null) {
66 if ($functionName !== '__autoload') {
68 $data = array($functionName);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowSizeFunctionsInLoopsSniff.php100 $functionName = $tokens[$i]['content'];
108 $functionName = 'object.'.$functionName;
115 $functionName .= '()';
119 $data = array($functionName);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DStackFrame.php72 public function setFunctionName(TruncatableString $functionName) argument
74 $this->functionName = $functionName;
81 return $this->functionName;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php175 $functionName = 'unknown_function'
178 ->object($compiler->parse($functionName . '() * 2'))
180 ->exception(function () use ($functionName, $compiler, $visitor) {
181 $visitor->visit($compiler->parse($functionName . '() * 2'));
192 $functionName = 'a_function',
195 ->when($visitor->addFunction($functionName, function () use ($functionResult) {
199 ->float($visitor->visit($compiler->parse($functionName . '() * 2')))
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDeprecatedFunctionsSniff.php55 foreach ($functions['internal'] as $functionName) {
56 $function = new ReflectionFunction($functionName);
62 $this->forbiddenFunctions[$functionName] = null;
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php38 $functionName = $matches[1];
42 $functionName = 'dsn';
47 throw new SyntaxException($dsn, 'dsn' === $functionName ? 'The DSN is empty' : 'A function must have arguments, an empty string was provided.');
55 return new DsnFunction($functionName, array_map(\Closure::fromCallable([self::class, 'parseArguments']), $arguments), $parameters);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DFile.php656 foreach ($functions as $functionName => $function) {
657 $this->functions[$functionName] = [
658 'functionName' => $functionName,
669 $this->startLines[$function['startLine']] = &$this->functions[$functionName];
670 $this->endLines[$function['endLine']] = &$this->functions[$functionName];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DCallTimePassByReferenceSniff.php78 $functionName = $stackPtr;
81 ($functionName + 1),
H A DFunctionCallArgumentSpacingSniff.php69 $functionName = $stackPtr;
79 …$openBracket = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($functionName + 1), nul…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/
H A DStaticThisUsageSniff.php68 $functionName = $function['content'];
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1677 * @param string $functionName The function name that was called
1681 private function requireProcessIsStarted($functionName) argument
1684 …throw new LogicException(sprintf('Process must be started before calling "%s()".', $functionName));
1691 * @param string $functionName The function name that was called
1695 private function requireProcessIsTerminated($functionName) argument
1698 …ow new LogicException(sprintf('Process must be terminated before calling "%s()".', $functionName));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DScript.php140 'userProcessFilter.functionName' => [
196 'scriptProcessFilter.functionName' => [
/plugin/combo/vendor/symfony/process/
H A DProcess.php1593 private function requireProcessIsStarted(string $functionName) argument
1596 throw new LogicException(sprintf('Process must be started before calling "%s()".', $functionName));
1605 private function requireProcessIsTerminated(string $functionName) argument
1608 throw new LogicException(sprintf('Process must be terminated before calling "%s()".', $functionName));
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js464 DrawioFile.prototype.checksumError = function(error, patches, details, etag, functionName) argument
502 this.sendErrorReport('Checksum Error in ' + functionName + ' ' + this.getHash(),
531 EditorUi.logError('Checksum Error in ' + functionName + ' ' + this.getId(),
540 action: functionName, label: 'user_' + uid + ((this.sync != null) ?
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c245 static int TWIG_CALL_BOOLEAN(zval *object, char *functionName TSRMLS_DC) in TWIG_CALL_BOOLEAN()
250 ret = TWIG_CALL_USER_FUNC_ARRAY(object, functionName, NULL TSRMLS_CC); in TWIG_CALL_BOOLEAN()

12