Home
last modified time | relevance | path

Searched refs:nextToken (Results 26 – 44 of 44) sorted by last modified time

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DForbiddenFunctionsSniff.php158 $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
159 if (isset($ignore[$tokens[$nextToken]['code']]) === true) {
164 …if ($tokens[$stackPtr]['code'] === T_STRING && $tokens[$nextToken]['code'] !== T_OPEN_PARENTHESIS)…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DDocCommentAlignmentSniff.php77 $nextToken = $phpcsFile->findNext($ignore, ($stackPtr + 1), null, true);
93 if (isset($ignore[$tokens[$nextToken]['code']]) === false) {
H A DFunctionCommentThrowTagSniff.php111 $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($currPos + 1), null, true);
112 if ($tokens[$nextToken]['code'] === T_NEW) {
144 } else if ($tokens[$nextToken]['code'] === T_VARIABLE) {
192 … if ($tokens[$thrownVar]['content'] === $tokens[$nextToken]['content']) {
H A DFileCommentSniff.php83 $nextToken = $phpcsFile->findNext(
110 if (in_array($tokens[$nextToken]['code'], $ignore) === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DFunctionDeclarationArgumentSpacingSniff.php128 if ($nextToken === false) {
132 $nextCode = $tokens[$nextToken]['code'];
137 if (($nextToken - $nextParam) > 1) {
222 if ($phpcsFile->isReference($nextToken) === true) {
223 $nextToken++;
231 if ($nextToken !== $nextParam) {
234 $hint = $tokens[$nextToken]['content'];
311 if ($phpcsFile->isReference($nextToken) === true) {
312 $nextToken++;
315 if ($tokens[$nextToken]['code'] !== T_ELLIPSIS && $nextToken !== $nextParam) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DScopeKeywordSpacingSniff.php62 $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
65 && ($tokens[$nextToken]['code'] === T_DOUBLE_COLON
77 $nextToken = $tokens[($stackPtr + 1)];
78 if (strlen($nextToken['content']) !== 1
79 || $nextToken['content'] === $phpcsFile->eolChar
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php154 $nextToken = $phpcsFile->findNext(
177 if (in_array($tokens[$nextToken]['code'], $ignore) === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Files/
H A DIncludingFileSniff.php66 …$nextToken = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($stackPtr + 1), null, tru…
67 if ($tokens[$nextToken]['code'] === T_OPEN_PARENTHESIS) {
73 $phpcsFile->fixer->replaceToken($tokens[$nextToken]['parenthesis_closer'], '');
74 if ($tokens[($nextToken - 1)]['code'] !== T_WHITESPACE) {
75 $phpcsFile->fixer->replaceToken($nextToken, ' ');
77 $phpcsFile->fixer->replaceToken($nextToken, '');
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java187 String tok = st.nextToken(); in getCookies()
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java1019 String tok = st.nextToken();
H A DBasicGraphEditor.java.bak980 String tok = st.nextToken();
/plugin/jmol2/jmol/
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...

12