Home
last modified time | relevance | path

Searched refs:parse_config (Results 1 – 3 of 3) sorted by relevance

/plugin/ifauthex/lib/
H A Dparser.php15 function parse_config() { function
57 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
82 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
102 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
124 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
149 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
185 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
210 if (++$stack_depth > parse_config()->EXPR_DEPTH_LIMIT) {
/plugin/txt2tags/
H A Dtxt2tags.class.php182 $this->parse_config($this->R['config']); # read config settings
208 function parse_config($lines) { # try to read the supported configuration options function in T2T
/plugin/ifauthex/_test/
H A Dgeneral.test.php226 $depthLimit = \AST\parse_config()->EXPR_DEPTH_LIMIT;