Home
last modified time | relevance | path

Searched refs:T_NOT (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/dports/misc/window/window/
H A Dparser5.c69 case T_NOT:
88 case T_NOT:
135 case T_NOT:
H A Dtoken.h74 #define T_NOT 31 macro
/dports/mail/mailutils/mailutils-3.13/mh/
H A Dpick-gram.h58 T_NOT = 268 enumerator
72 #define T_NOT 268 macro
H A Dpick-gram.y45 %left T_NOT
142 | T_NOT expr
211 case T_NOT: in tokname()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Deparse.h64 T_NOT = 280, enumerator
92 #define T_NOT 280 macro
H A Deparse.y38 %left <operator> T_NOT
145 | T_NOT NEG
147 | T_NOT error
/dports/science/mpqc/mpqc-2.3.1/src/bin/mpqc/
H A Dparse.h38 T_NOT = 264, enumerator
80 #define T_NOT 264 macro
H A Dparse.yy34 %token T_EBC T_GBC T_CABS T_CABSP T_ABS T_ABSP T_NOT
179 | T_NOT T_EBC { set_method_ebc("false"); }
180 | T_NOT T_GBC { set_method_gbc("false"); }
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Query/
H A DParser.php2417 if ($this->lexer->isNextToken(Lexer::T_NOT)) {
2418 $this->match(Lexer::T_NOT);
2487 if ($this->lexer->isNextToken(Lexer::T_NOT)) {
2580 $this->match(Lexer::T_NOT);
2603 $this->match(Lexer::T_NOT);
3015 $this->match(Lexer::T_NOT);
3058 $this->match(Lexer::T_NOT);
3094 $this->match(Lexer::T_NOT);
3155 $this->match(Lexer::T_NOT);
3245 $this->match(Lexer::T_NOT);
[all …]
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Query/
H A DParser.php2456 if ($this->lexer->isNextToken(Lexer::T_NOT)) {
2457 $this->match(Lexer::T_NOT);
2528 if ($this->lexer->isNextToken(Lexer::T_NOT)) {
2621 $this->match(Lexer::T_NOT);
2644 $this->match(Lexer::T_NOT);
3048 $this->match(Lexer::T_NOT);
3091 $this->match(Lexer::T_NOT);
3127 $this->match(Lexer::T_NOT);
3192 $this->match(Lexer::T_NOT);
3284 $this->match(Lexer::T_NOT);
[all …]
/dports/math/pspp/pspp-1.4.1/src/data/
H A Didentifier.c110 case T_NOT:
297 { T_NOT, SS_LITERAL_INITIALIZER ("NOT") },
/dports/math/giacxcas/giac-1.6.0/src/
H A Dinput_parser.h49 T_NOT = 267, enumerator
185 #define T_NOT 267 macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/
H A DPreprocessorParser.java24 private static final int T_NOT = 4; field in PreprocessorParser
220 if (token == T_NOT) { in parse()
378 return T_NOT; in getNextToken()
/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dgram.h107 T_NOT = 317, enumerator
200 #define T_NOT 317 macro
/dports/security/axTLS/axTLS/config/scripts/config/
H A Dzconf.tab.h_shipped67 T_NOT = 290
102 #define T_NOT 290
/dports/lang/micropython/axtls-531cab9/config/scripts/config/
H A Dzconf.tab.h_shipped67 T_NOT = 290
102 #define T_NOT 290
/dports/www/itop/web/lib/scssphp/src/
H A DType.php56 const T_NOT = 'not'; define in Leafo\\ScssPhp\\Type
/dports/www/moodle310/moodle/lib/scssphp/
H A DType.php57 const T_NOT = 'not'; define in ScssPhp\\ScssPhp\\Type
/dports/www/moodle39/moodle/lib/scssphp/
H A DType.php57 const T_NOT = 'not'; define in ScssPhp\\ScssPhp\\Type
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/scssphp/scssphp/src/
H A DType.php58 const T_NOT = 'not'; define in ScssPhp\\ScssPhp\\Type
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/scssphp/scssphp/src/
H A DType.php58 const T_NOT = 'not'; define in ScssPhp\\ScssPhp\\Type
/dports/www/nextcloud/nextcloud/3rdparty/scssphp/scssphp/src/
H A DType.php63 const T_NOT = 'not'; define in ScssPhp\\ScssPhp\\Type
/dports/www/moodle311/moodle/lib/scssphp/
H A DType.php63 const T_NOT = 'not'; define in ScssPhp\\ScssPhp\\Type
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/src/
H A DType.php64 const T_NOT = 'not'; define in ScssPhp\\ScssPhp\\Type
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/JmesPath/
H A DParser.php41 T::T_NOT => 45,
142 return ['type' => T::T_NOT, 'children' => [$this->expr(self::$bp[T::T_NOT])]];

12345678910>>...24