Home
last modified time | relevance | path

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

/plugin/box/
H A Dsyntax.php21 public $title_mode = false; variable in syntax_plugin_box
87 $this->title_mode = true;
94 if ($this->title_mode) {
95 $this->title_mode = false;
128 $this->title_mode = true;
133 if ($this->title_mode) {
134 $this->title_mode = false;
/plugin/box2/
H A Dsyntax.php32 var $title_mode = array(); variable in syntax_plugin_box2
71 return $this->title_mode[count($this->title_mode)-1];
87 $this->title_mode[] = true;
95 array_pop( $this->title_mode );
132 $this->title_mode[] = true;
139 array_pop( $this->title_mode );
/plugin/crosspost/
H A Daction.php183 $title_mode = $this->getConf( 'cp_form_titles' );
222 $header = $this->_getTitle( $title_mode, $ns['id'] );
263 $title_mode = $this->getConf( 'cp_link_titles' );
275 $addlink .= $this->_add_link( $title_mode, $page,
/plugin/boxwh/boxwh/
H A Dsyntax.php30 var $title_mode = false; variable in syntax_plugin_box