Lines Matching +full:d +full:- +full:tech
7 * @link http://dougal.gunters.org/blog/2004/08/30/text-filter-suite
27 'email' => 'c.lang@cc-tech.de',
28 'date' => '2009-12-02',
42 if($this->getConf('mundart_alwayson') == '0'){
43 $aDays = explode(";",$this->getConf('mundart_timer'));
45 if(!in_array(date('m-d'),$aDays)){
46 $this->doc .= $this->_xmlEntities($text);
51 switch($this->getConf('mundart_type')){
52 case '0': $this->doc .= $this->_xmlEntities($text); return;
57 default: $this->doc .= $this->_xmlEntities($text); return;
61 $this->doc .= $this->_xmlEntities($this->$filter($text));
63 if($this->getConf('mundart_headeron') == '1')
64 if(!$this->header){
65 $this->header=true;
66 $info = $this->getInfo();
67 $text = str_replace('[url]',$info['url'],$this->getLang('header'));
68 $this->doc = '<div class="redbox">'.$text.'</div>'.$this->doc;
154 $content = $this->_array_apply_regexp($patterns,$content);
184 '%t\b%' => 'd',
195 '%\bdie\b%' => 'd',
204 $content = $this->_array_apply_regexp($patterns,$content);
215 '%d%' => 'D',
219 '%h%' => '|-|',
243 $content = $this->_array_apply_regexp($patterns,$content);
277 $content = $this->_array_apply_regexp($patterns,$content);