Lines Matching refs:config

19     protected $config = array();  variable in helper_plugin_odt_config
107 $this->config ['dformat'] =
116 $this->config ['useheading'] =
125 $this->config ['tmpdir'] =
134 $this->config ['mediadir'] =
143 $this->config ['datadir'] =
152 $this->config ['savedir'] =
161 $this->config ['showexportbutton'] =
170 $this->config ['showpdfexportbutton'] =
179 $this->config ['tpl_dir'] =
188 $this->config ['odt_template'] =
198 $this->config ['template'] =
207 $this->config ['css_usage'] =
216 $this->config ['css_template'] =
225 $this->config ['media_sel'] =
234 $this->config ['css_font_size'] =
243 $this->config ['apply_fs_to_non_css'] =
252 $this->config ['twips_per_pixel_x'] =
260 $this->config ['twips_per_pixel_y'] =
275 $this->config ['format'] =
283 $this->config ['orientation'] =
291 $this->config ['margin_top'] =
299 $this->config ['margin_right'] =
307 $this->config ['margin_bottom'] =
315 $this->config ['margin_left'] =
323 $this->config ['page'] =
332 $this->config ['disable_links'] =
341 $this->config ['toc_maxlevel'] =
350 $this->config ['toc_leader_sign'] =
359 $this->config ['toc_indents'] =
368 $this->config ['toc_pagebreak'] =
377 $this->config ['toc_style'] =
386 $this->config ['index_in_browser'] =
395 $this->config ['outline_list_style'] =
404 $this->config ['convert_to_pdf'] =
413 $this->config ['olist_label_align'] =
430 $this->config [$name]['value'] = $value;
441 return $this->config [$name]['value'];
452 return array_key_exists($name, $this->config);
465 return $this->config [$name]['refresh'];
478 return $this->config [$name]['DWGlobalName'];
491 return $this->config [$name]['hasGlobal'];
504 return $this->config [$name]['hasURL'];
517 return $this->config [$name]['hasMeta'];
531 if ($pos != 0 and $this->config [$name]['addMetaAtStartOnly']) {
555 foreach ($this->config as $name => $value) {
673 foreach ($this->config as $name => $value) {