Home
last modified time | relevance | path

Searched refs:DW2PDF_PLACEHOLDER_PREFIX (Results 1 – 1 of 1) sorted by path

/plugin/struct/action/
H A Doutput.php26 protected const DW2PDF_PLACEHOLDER_PREFIX = 'PLUGIN_STRUCT';
123 $placeholder = sprintf('@%s_%s_%s@', self::DW2PDF_PLACEHOLDER_PREFIX, $schema, $field);
138 $pattern = '~@' . self::DW2PDF_PLACEHOLDER_PREFIX . '_[^@]+?@~';
23 protected const DW2PDF_PLACEHOLDER_PREFIX = 'PLUGIN_STRUCT'; global() define in action_plugin_struct_output