Home
last modified time | relevance | path

Searched refs:S_PIPE (Results 1 – 11 of 11) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/vendor/egulias/email-validator/src/
H A DEmailLexer.php45 const S_PIPE = 124; define in Egulias\\EmailValidator\\EmailLexer
100 '|' => self::S_PIPE,
/dports/www/owncloud/owncloud/lib/composer/egulias/email-validator/src/
H A DEmailLexer.php45 const S_PIPE = 124; define in Egulias\\EmailValidator\\EmailLexer
100 '|' => self::S_PIPE,
/dports/www/nextcloud/nextcloud/3rdparty/egulias/email-validator/src/
H A DEmailLexer.php45 const S_PIPE = 124; define in Egulias\\EmailValidator\\EmailLexer
100 '|' => self::S_PIPE,
/dports/devel/ucpp/ucpp-31b719e/
H A Dlexer.c74 S_LT2, S_EQ, S_GT, S_GT2, S_CIRC, S_PIPE, S_BACKSLASH, enumerator
138 { S_START, { '|' }, S_PIPE },
301 { S_PIPE, { ANY }, FRZ(STO(OR)) },
302 { S_PIPE, { '=' }, STO(ASOR) },
303 { S_PIPE, { '|' }, STO(LOR) },
/dports/devel/z88dk/z88dk/src/ucpp/
H A Dlexer.c75 S_LT2, S_EQ, S_GT, S_GT2, S_CIRC, S_PIPE, S_BACKSLASH, enumerator
139 { S_START, { '|' }, S_PIPE },
302 { S_PIPE, { ANY }, FRZ(STO(OR)) },
303 { S_PIPE, { '=' }, STO(ASOR) },
304 { S_PIPE, { '|' }, STO(LOR) },
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ucpp/
H A Dlexer.c74 S_LT2, S_EQ, S_GT, S_GT2, S_CIRC, S_PIPE, S_BACKSLASH, enumerator
138 { S_START, { '|' }, S_PIPE },
301 { S_PIPE, { ANY }, FRZ(STO(OR)) },
302 { S_PIPE, { '=' }, STO(ASOR) },
303 { S_PIPE, { '|' }, STO(LOR) },
/dports/games/megamario/MegaMario_v1.7_full/src/
H A DGlobal.h170 #define S_PIPE 12 macro
H A Dglobal.cpp104 SOUND[S_PIPE] = Mix_LoadWAV (DATADIR "sfx/pipe.wav"); in loadGlobalSprites()
H A Dplayer.cpp360 PLAYSOUND2(S_PIPE); in update()
H A Dlevels.cpp120 PLAYSOUND2(S_PIPE); in loadLevel()
/dports/security/modsecurity3/modsecurity-v3.0.5/src/parser/
H A Dseclang-parser.hh1337 S_PIPE = 6, // PIPE enumerator