Home
last modified time | relevance | path

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

/plugin/yalist/
H A Dsyntax.php28 private static $odt_table_stack_index = 0; variable in syntax_plugin_yalist
415 self::$odt_table_stack [self::$odt_table_stack_index]['dtState'] = 0;
416 self::$odt_table_stack [self::$odt_table_stack_index]['ddState'] = 0;
417 self::$odt_table_stack_index++;
449 if(self::$odt_table_stack_index > 0) {
450 self::$odt_table_stack_index--;
451 unset(self::$odt_table_stack [self::$odt_table_stack_index]);
519 self::$odt_table_stack [self::$odt_table_stack_index - 1]['dtState'] = 1;
520 self::$odt_table_stack [self::$odt_table_stack_index - 1]['ddState'] = 0;
560 self::$odt_table_stack [self::$odt_table_stack_index - 1]['dtState'] = 0;
[all …]