Home
last modified time | relevance | path

Searched defs:FLAG_CONSTANT (Results 1 – 5 of 5) sorted by relevance

/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Code/Generator/
H A DPropertyGenerator.php16 const FLAG_CONSTANT = 0x08; define in Zend\\Code\\Generator\\PropertyGenerator
/dports/www/phpbb3/phpBB3/vendor/zendframework/zend-code/src/Generator/
H A DPropertyGenerator.php20 const FLAG_CONSTANT = 0x08; define in Zend\\Code\\Generator\\PropertyGenerator
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-code/src/Generator/
H A DPropertyGenerator.php19 const FLAG_CONSTANT = 0x08; define in Laminas\\Code\\Generator\\PropertyGenerator
/dports/emulators/x16-emulator/x16-emulator-r38/cpu/
H A Dfake6502.c123 #define FLAG_CONSTANT 0x20 macro
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DSymbol.java42 private static final int FLAG_CONSTANT = 0x0002; field in Symbol