Home
last modified time | relevance | path

Searched refs:T_COMMENT (Results 1 – 25 of 804) sorted by relevance

12345678910>>...33

/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/config/
H A Dparser.y78 %token <comment> T_COMMENT T_LINE_COMMENT
190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; }
194 | T_STRING T_COMMENT { $$ = $1; $$->comment = $2->comment; }
198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; }
202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; }
210 | ';' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
214 | '{' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
218 | '}' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
222 | T_WALL T_COMMENT { $$ = $1; $$->comment = $2->comment; }
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/config/
H A Dparser.y78 %token <comment> T_COMMENT T_LINE_COMMENT
190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; }
194 | T_STRING T_COMMENT { $$ = $1; $$->comment = $2->comment; }
198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; }
202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; }
210 | ';' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
214 | '{' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
218 | '}' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
222 | T_WALL T_COMMENT { $$ = $1; $$->comment = $2->comment; }
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/config/
H A Dparser.y78 %token <comment> T_COMMENT T_LINE_COMMENT
190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; }
194 | T_STRING T_COMMENT { $$ = $1; $$->comment = $2->comment; }
198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; }
202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; }
210 | ';' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
214 | '{' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
218 | '}' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
222 | T_WALL T_COMMENT { $$ = $1; $$->comment = $2->comment; }
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/config/
H A Dparser.y78 %token <comment> T_COMMENT T_LINE_COMMENT
190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; }
194 | T_STRING T_COMMENT { $$ = $1; $$->comment = $2->comment; }
198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; }
202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; }
210 | ';' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
214 | '{' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
218 | '}' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
222 | T_WALL T_COMMENT { $$ = $1; $$->comment = $2->comment; }
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/dmx/config/
H A Dparser.y78 %token <comment> T_COMMENT T_LINE_COMMENT
190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; }
194 | T_STRING T_COMMENT { $$ = $1; $$->comment = $2->comment; }
198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; }
202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; }
210 | ';' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
214 | '{' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
218 | '}' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
222 | T_WALL T_COMMENT { $$ = $1; $$->comment = $2->comment; }
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/dmx/config/
H A Dparser.y78 %token <comment> T_COMMENT T_LINE_COMMENT
190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; }
194 | T_STRING T_COMMENT { $$ = $1; $$->comment = $2->comment; }
198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; }
202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; }
210 | ';' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
214 | '{' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
218 | '}' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
222 | T_WALL T_COMMENT { $$ = $1; $$->comment = $2->comment; }
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/dmx/config/
H A Dparser.y78 %token <comment> T_COMMENT T_LINE_COMMENT
190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; }
194 | T_STRING T_COMMENT { $$ = $1; $$->comment = $2->comment; }
198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; }
202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; }
210 | ';' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
214 | '{' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
218 | '}' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
222 | T_WALL T_COMMENT { $$ = $1; $$->comment = $2->comment; }
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/dmx/config/
H A Dparser.y78 %token <comment> T_COMMENT T_LINE_COMMENT
190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; }
194 | T_STRING T_COMMENT { $$ = $1; $$->comment = $2->comment; }
198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; }
202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; }
206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; }
210 | ';' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
214 | '{' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
218 | '}' T_COMMENT { $$ = $1; $$->comment = $2->comment; }
222 | T_WALL T_COMMENT { $$ = $1; $$->comment = $2->comment; }
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DAbstractCreatorProcessor.java82 protected static final int T_COMMENT = 0x60; field in AbstractCreatorProcessor
119 protected static final int T_COMMENT_AS_CHAR_ARRAY = T_COMMENT;
120 protected static final int T_COMMENT_AS_CHAR_ARRAY_SMALL = T_COMMENT | CHAR_ARRAY_LENGTH_SMALL;
121 … protected static final int T_COMMENT_AS_CHAR_ARRAY_MEDIUM = T_COMMENT | CHAR_ARRAY_LENGTH_MEDIUM;
122 …protected static final int T_COMMENT_AS_CHAR_ARRAY_COPY = T_COMMENT | CONTENT_TYPE_CHAR_ARRAY_CO…
123 protected static final int T_COMMENT_AS_STRING = T_COMMENT | CONTENT_TYPE_STRING;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DAbstractCreatorProcessor.java82 protected static final int T_COMMENT = 0x60; field in AbstractCreatorProcessor
119 protected static final int T_COMMENT_AS_CHAR_ARRAY = T_COMMENT;
120 protected static final int T_COMMENT_AS_CHAR_ARRAY_SMALL = T_COMMENT | CHAR_ARRAY_LENGTH_SMALL;
121 … protected static final int T_COMMENT_AS_CHAR_ARRAY_MEDIUM = T_COMMENT | CHAR_ARRAY_LENGTH_MEDIUM;
122 …protected static final int T_COMMENT_AS_CHAR_ARRAY_COPY = T_COMMENT | CONTENT_TYPE_CHAR_ARRAY_CO…
123 protected static final int T_COMMENT_AS_STRING = T_COMMENT | CONTENT_TYPE_STRING;
/dports/dns/nsd/nsd-4.3.9/contrib/bind2nsd/bind2nsd/
H A DTokenizer.py35 T_COMMENT = 7 variable
105 return (T_COMMENT, tok, self.line)
125 return (T_COMMENT, tok, self.line)
137 return (T_COMMENT, tok, self.line)
144 return (T_COMMENT, tok, self.line)
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_highlight.c99 case T_COMMENT: in zend_highlight()
153 case T_COMMENT: in zend_highlight()
188 case T_COMMENT: in zend_strip()
215 case T_COMMENT: in zend_strip()
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_highlight.c99 case T_COMMENT: in zend_highlight()
153 case T_COMMENT: in zend_highlight()
188 case T_COMMENT: in zend_strip()
215 case T_COMMENT: in zend_strip()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_highlight.c99 case T_COMMENT: in zend_highlight()
153 case T_COMMENT: in zend_highlight()
188 case T_COMMENT: in zend_strip()
215 case T_COMMENT: in zend_strip()
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_highlight.c99 case T_COMMENT: in zend_highlight()
153 case T_COMMENT: in zend_highlight()
188 case T_COMMENT: in zend_strip()
215 case T_COMMENT: in zend_strip()
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_highlight.c99 case T_COMMENT: in zend_highlight()
153 case T_COMMENT: in zend_highlight()
188 case T_COMMENT: in zend_strip()
215 case T_COMMENT: in zend_strip()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_highlight.c99 case T_COMMENT: in zend_highlight()
153 case T_COMMENT: in zend_highlight()
188 case T_COMMENT: in zend_strip()
215 case T_COMMENT: in zend_strip()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_highlight.c99 case T_COMMENT: in zend_highlight()
153 case T_COMMENT: in zend_highlight()
188 case T_COMMENT: in zend_strip()
215 case T_COMMENT: in zend_strip()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_highlight.c99 case T_COMMENT: in zend_highlight()
153 case T_COMMENT: in zend_highlight()
188 case T_COMMENT: in zend_strip()
215 case T_COMMENT: in zend_strip()
/dports/textproc/c2man/c2man-2.0.42/
H A Dgrammar.y42 %token T_COMMENT T_EOLCOMMENT
64 %type <text> T_COMMENT T_EOLCOMMENT T_STRING_LITERAL
114 | T_COMMENT declaration opt_eolcomment
129 | T_COMMENT function_definition opt_eolcomment
156 | T_COMMENT function_definition ';' opt_eolcomment
173 | T_COMMENT T_EOLCOMMENT
178 | T_COMMENT
536 | any_id T_COMMENT
866 | T_COMMENT
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php72 && $tokenType !== \T_COMMENT && $tokenType !== \T_DOC_COMMENT) {
98 && $tokenType !== \T_COMMENT && $tokenType !== \T_DOC_COMMENT) {
149 if ($type !== \T_WHITESPACE && $type !== \T_COMMENT && $type !== \T_DOC_COMMENT) {
166 if ($type !== \T_WHITESPACE && $type !== \T_COMMENT && $type !== \T_DOC_COMMENT) {
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php72 && $tokenType !== \T_COMMENT && $tokenType !== \T_DOC_COMMENT) {
98 && $tokenType !== \T_COMMENT && $tokenType !== \T_DOC_COMMENT) {
149 if ($type !== \T_WHITESPACE && $type !== \T_COMMENT && $type !== \T_DOC_COMMENT) {
166 if ($type !== \T_WHITESPACE && $type !== \T_COMMENT && $type !== \T_DOC_COMMENT) {
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/gettext/gettext/src/Utils/
H A DPhpFunctionsScanner.php105 if (is_array($nextToken) && $nextToken[0] === T_COMMENT) {
110 … if ($k > 0 && is_array($this->tokens[$k - 1]) && $this->tokens[$k - 1][0] === T_COMMENT) {
122 case T_COMMENT:
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php73 && $tokenType !== \T_COMMENT && $tokenType !== \T_DOC_COMMENT) {
99 && $tokenType !== \T_COMMENT && $tokenType !== \T_DOC_COMMENT) {
150 if ($type !== \T_WHITESPACE && $type !== \T_COMMENT && $type !== \T_DOC_COMMENT) {
167 if ($type !== \T_WHITESPACE && $type !== \T_COMMENT && $type !== \T_DOC_COMMENT) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/Internal/
H A DTokenStream.php73 && $tokenType !== \T_COMMENT && $tokenType !== \T_DOC_COMMENT) {
99 && $tokenType !== \T_COMMENT && $tokenType !== \T_DOC_COMMENT) {
150 if ($type !== \T_WHITESPACE && $type !== \T_COMMENT && $type !== \T_DOC_COMMENT) {
167 if ($type !== \T_WHITESPACE && $type !== \T_COMMENT && $type !== \T_DOC_COMMENT) {

12345678910>>...33