Home
last modified time | relevance | path

Searched refs:T_DYNAMIC (Results 1 – 20 of 20) sorted by relevance

/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dparse.y626 if (!table_check_use(t, T_DYNAMIC|T_HASH, K_ALIAS)) {
647 if (!table_check_use(t, T_DYNAMIC|T_HASH, K_ALIAS)) {
781 if (!table_check_use(t, T_DYNAMIC|T_LIST, K_SOURCE)) {
1037 if (!table_check_use(t, T_DYNAMIC|T_LIST, K_REGEX)) {
1073 if (!table_check_use(t, T_DYNAMIC|T_LIST, K_REGEX)) {
1122 if (!table_check_use(t, T_DYNAMIC|T_LIST, K_REGEX)) {
1157 if (!table_check_use(t, T_DYNAMIC|T_LIST, K_REGEX)) {
1192 if (!table_check_use(t, T_DYNAMIC|T_LIST, K_REGEX)) {
1256 if (!table_check_use(t, T_DYNAMIC|T_LIST, K_REGEX)) {
1353 if (!table_check_use(t, T_DYNAMIC|T_LIST, K_REGEX)) {
[all …]
H A Dtable.c243 t->t_type = T_DYNAMIC; in table_create()
294 case T_DYNAMIC: in table_dump()
H A Dsmtpd.h382 T_DYNAMIC = 0x01, /* table with external source */ enumerator
/dports/textproc/p5-Text-Template-Simple/Text-Template-Simple-0.91/lib/Text/Template/Simple/Base/
H A DInclude.pm68 : $self->_include_no_monolith( T_DYNAMIC, $file, $opt )
91 my $is_dynamic = T_DYNAMIC == $type ? 1 : 0;
206 my $val = T_DYNAMIC == $type ? 'dynamic'
H A DCompiler.pm77 my $etitle = $self->_include_error( T_DYNAMIC );
H A DParser.pm80 my $is_inc = sub { my($id) = @_; T_DYNAMIC == $id || T_STATIC == $id };
/dports/graphics/proj/proj-7.2.1/src/
H A Dwkt2_generated_parser.h102 T_DYNAMIC = 311, enumerator
H A Dwkt2_grammar.y96 %token T_DYNAMIC "DYNAMIC";
852 dynamic_crs_keyword: T_DYNAMIC
H A Dwkt2_generated_parser.c192 T_DYNAMIC = 311, enumerator
/dports/textproc/p5-Text-Template-Simple/Text-Template-Simple-0.91/lib/Text/Template/Simple/
H A DConstants.pm59 use constant T_DYNAMIC => ++$FIELD_ID; constant
H A DTokenizer.pm25 [ DIR_DYNAMIC , T_DYNAMIC, ],
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Schema/Parser/
H A DLexer.php104 const T_DYNAMIC = 322; define in TYPO3\\CMS\\Core\\Database\\Schema\\Parser\\Lexer
H A DParser.php725 } elseif ($this->lexer->isNextToken(Lexer::T_DYNAMIC)) {
727 $this->match(Lexer::T_DYNAMIC);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/Schema/Parser/
H A DLexer.php107 const T_DYNAMIC = 322; define in TYPO3\\CMS\\Core\\Database\\Schema\\Parser\\Lexer
H A DParser.php768 } elseif ($this->lexer->isNextToken(Lexer::T_DYNAMIC)) {
770 $this->match(Lexer::T_DYNAMIC);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Schema/Parser/
H A DLexer.php107 const T_DYNAMIC = 322; define in TYPO3\\CMS\\Core\\Database\\Schema\\Parser\\Lexer
H A DParser.php768 } elseif ($this->lexer->isNextToken(Lexer::T_DYNAMIC)) {
770 $this->match(Lexer::T_DYNAMIC);
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DRoutine.java333 sb.append(' ').append(Tokens.T_DYNAMIC).append(' ');
H A DTokens.java143 static final String T_DYNAMIC = "DYNAMIC"; field in Tokens
1949 reservedKeys.put(T_DYNAMIC, DYNAMIC); in reservedKeys.put() argument
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/doc/verbatim/src/org/hsqldb/
H A DTokens.java143 static final String T_DYNAMIC = "DYNAMIC"; field in Tokens
1949 reservedKeys.put(T_DYNAMIC, DYNAMIC); in reservedKeys.put() argument