Home
last modified time | relevance | path

Searched refs:T_IF (Results 1 – 25 of 845) sorted by relevance

12345678910>>...34

/dports/lang/php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_parser.h65 T_IF = 261, enumerator
88 #define T_IF 261 macro
/dports/www/mod_php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_parser.h65 T_IF = 261, enumerator
88 #define T_IF 261 macro
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/Commenting/
H A DLongConditionClosingCommentSniff.php35 T_IF,
101 if ($startCondition['code'] === T_IF) {
119 if ($tokens[$nextToken]['code'] !== T_IF
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Util/
H A DTokens.php204 T_IF => 50,
401 T_IF => T_IF,
421 T_IF => T_IF,
/dports/devel/pear-PHP_Beautifier/PHP_Beautifier-0.1.15/Beautifier/Filter/
H A DLowercase.filter.php46 T_IF,
79 T_IF,
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/RendererGenerators/PHP/
H A DControlStructuresOptimizer.php35 return in_array($this->context['lastBlock'], [T_IF, T_ELSEIF], true);
47 [T_ELSE, T_ELSEIF, T_FOR, T_FOREACH, T_IF, T_WHILE],
240 if ($this->tokens[$j][0] === T_IF)
H A DBranchOutputOptimizer.php45 if ($this->tokens[$this->i][0] === T_IF)
150 return in_array($this->tokens[$this->i][0], [T_ELSE, T_ELSEIF, T_IF], true);
324 if ($this->tokens[$this->i][0] === T_IF)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/ControlStructures/
H A DInlineControlStructureSniff.php45 T_IF,
79 if ($tokens[$next]['code'] === T_IF) {
214 || $type === T_IF || $type === T_ELSEIF
225 if (($type === T_IF
/dports/devel/re2c/re2c-2.2/test/real_world/
H A Dphp20150211_phpdbg_lexer.re57 T_IF 'if'
80 <NORMAL>{T_IF}{WS} {
83 return T_IF;
/dports/www/p5-HTML-Template-Compiled/HTML-Template-Compiled-1.003/lib/HTML/Template/Compiled/
H A DParser.pm43 use constant T_IF => 'IF'; constant
639 ELSE => [ T_IF, T_UNLESS, T_ELSIF, T_IF_DEFINED ],
643 IF => [ T_IF, T_UNLESS, T_ELSE, T_IF_DEFINED ],
646 ELSIF => [ T_IF, T_UNLESS, T_IF_DEFINED ],
681 T_WITH, T_LOOP, T_WHILE, T_IF, T_UNLESS, T_SWITCH, T_IF_DEFINED
693 T_IF, T_IF_DEFINED, T_UNLESS, T_WITH, T_LOOP, T_WHILE, T_SWITCH
/dports/lang/ferite/ferite-1.0.2/include/ferite/
H A Dfparser.h70 T_IF = 296, enumerator
178 #define T_IF 296 macro
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/PHP/
H A DDisallowMultipleAssignmentsSniff.php164 T_IF => T_IF,
/dports/sysutils/busybox/busybox-1.26.2/scripts/kconfig/
H A Dzconf.y62 %token <id>T_IF
296 if_entry: T_IF expr nl
306 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
436 | T_IF expr { $$ = $2; }
488 case T_IF: return "if"; in zconf_tokenname()
/dports/security/axTLS/axTLS/config/scripts/config/
H A Dzconf.y54 %token T_IF
308 if: T_IF expr T_EOL
319 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
462 | T_IF expr { $$ = $2; }
514 case T_IF: return "if";
/dports/lang/micropython/axtls-531cab9/config/scripts/config/
H A Dzconf.y54 %token T_IF
308 if: T_IF expr T_EOL
319 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
462 | T_IF expr { $$ = $2; }
514 case T_IF: return "if";
/dports/math/giacxcas/giac-1.6.0/src/
H A Dinput_parser.h84 T_IF = 302, enumerator
220 #define T_IF 302 macro
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/scripts/kconfig/
H A Dzconf.y57 %token <id>T_IF
316 if_entry: T_IF expr nl
326 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
466 | T_IF expr { $$ = $2; }
526 case T_IF: return "if"; in zconf_tokenname()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/scripts/kconfig/
H A Dzconf.y57 %token <id>T_IF
316 if_entry: T_IF expr nl
326 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
466 | T_IF expr { $$ = $2; }
526 case T_IF: return "if"; in zconf_tokenname()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/scripts/kconfig/
H A Dzconf.y57 %token <id>T_IF
348 if_entry: T_IF expr nl
358 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
501 | T_IF expr { $$ = $2; }
570 case T_IF: return "if"; in zconf_tokenname()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/scripts/kconfig/
H A Dzconf.y57 %token <id>T_IF
316 if_entry: T_IF expr nl
326 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
466 | T_IF expr { $$ = $2; }
526 case T_IF: return "if"; in zconf_tokenname()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/scripts/kconfig/
H A Dzconf.y57 %token <id>T_IF
316 if_entry: T_IF expr nl
326 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
466 | T_IF expr { $$ = $2; }
526 case T_IF: return "if"; in zconf_tokenname()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/scripts/kconfig/
H A Dzconf.y57 %token <id>T_IF
348 if_entry: T_IF expr nl
358 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
501 | T_IF expr { $$ = $2; }
570 case T_IF: return "if"; in zconf_tokenname()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/scripts/kconfig/
H A Dzconf.y58 %token <id>T_IF
340 if_entry: T_IF expr T_EOL
350 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
493 | T_IF expr { $$ = $2; }
573 case T_IF: return "if"; in zconf_tokenname()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/scripts/kconfig/
H A Dzconf.y58 %token <id>T_IF
340 if_entry: T_IF expr T_EOL
350 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
493 | T_IF expr { $$ = $2; }
573 case T_IF: return "if"; in zconf_tokenname()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/scripts/kconfig/
H A Dzconf.y58 %token <id>T_IF
340 if_entry: T_IF expr T_EOL
350 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
493 | T_IF expr { $$ = $2; }
573 case T_IF: return "if"; in zconf_tokenname()

12345678910>>...34