/plugin/redproject/ |
H A D | syntax.php | 137 $renderer->doc .= '</div>';// /.see-it 139 $renderer->doc .= '</div>'; // /.title 147 $renderer->doc .= '</div>';// /.see-it 173 $renderer->doc .= '</a>'; 219 $renderer->doc .= '<br>'; 227 $renderer->doc .= '</div>'; 280 $renderer->doc .= '</div>'; // /.stats 297 $renderer->doc .= ','; 300 $renderer->doc .= '</p>'; 302 $renderer->doc .= '</div>'; [all …]
|
/plugin/caption/syntax/ |
H A D | caption.php | 106 $renderer->doc .= '<figure class="plugin_caption_figure"'; 112 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"'; 116 if (strpos($renderer->doc, $pattern) !== FALSE) { 117 $renderer->doc = str_replace($pattern, $this->_fignum, $renderer->doc); 120 $renderer->doc .= '>'; 123 $renderer->doc .= '<div class="plugin_caption_table"'; 129 $renderer->doc .= ' id="'.$renderer->_xmlEntities($label).'"'; 133 if (strpos($renderer->doc, $pattern) !== FALSE) { 134 $renderer->doc [all...] |
/plugin/redissue/ |
H A D | syntax.php | 134 $renderer->doc .= $data['text']; 212 $renderer->doc .= $cur_title; 213 $renderer->doc .= '</a> '; 217 $renderer->doc .= $cur_title; 218 $renderer->doc .= '</a> '; 253 $renderer->doc .= '<p>'; 303 $renderer->doc .= '</div>'; 305 $renderer->doc .= '<div '; 310 $renderer->doc .= '<div>'; 315 $renderer->doc .= '<br>'; [all …]
|
/plugin/xml/ |
H A D | renderer.php | 35 $this->doc = ''; 124 $this->doc .= '<p>'; 268 $this->doc .= '<php>'; 270 $this->doc .= '</php>'; 280 $this->doc .= '<html>'; 411 $this->doc .= $name; 437 $this->doc .= $name; 452 $this->doc .= $name; 462 $this->doc .= $name; 521 $this->doc .= '>'; [all …]
|
/plugin/gitlabapi/ |
H A D | syntax.php | 117 $renderer->doc .= $data['text']; 130 $renderer->doc .= $renderer->_xmlEntities($data['text']); 159 $renderer->doc .= '<div class="gitlab">'; 160 $renderer->doc .= '<span><img src="'.$img_url.'" class="gitlab"></span>'; 161 $renderer->doc .= '<b class="gitlab">'.$this->getLang('gitlab.project').'</b><br>'; 162 $renderer->doc .= '<hr class="gitlab">'; 163 $renderer->doc .= '<a href="'.$project_url.'" class="gitlab">'.$project_name.'</a>'; 164 $renderer->doc .= ' - <b>Namespace:</b> <a href="'.$data['server'].'/'.$namespace.'"> '.$namespace.'</a>'; 165 $renderer->doc .= '<p><b>'.$this->getLang('gitlab.activity').':</b> '.$date_time['date'].' - '.$date_time['time'].'</p>'; 180 $renderer->doc [all...] |
/plugin/dw2markdown/ |
H A D | renderer.php | 20 $this->doc = ''; 40 $this->doc = preg_replace("/(\r?\n){3,}/", "\n\n", $this->doc); 112 $this->doc .= '**'; 119 $this->doc .= '**'; 126 $this->doc .= '*'; 133 $this->doc .= '*'; 140 $this->doc .= '__'; 154 $this->doc .= "`"; 161 $this->doc .= "`"; 592 return $doc; [all …]
|
/plugin/edittable/renderer/ |
H A D | inverse.php | 15 public $doc = ''; variable in renderer_plugin_edittable_inverse 40 $this->doc = rtrim($this->doc); 79 $this->doc .= $text; 85 $this->doc = rtrim($this->doc, DOKU_LF).DOKU_LF.DOKU_LF; 91 if(strlen($this->doc) > 0 && substr($this->doc, 1, -1) !== DOKU_LF) { 124 $this->doc .= '**'; 129 $this->doc .= '**'; 134 $this->doc .= '//'; 139 $this->doc .= '//'; 144 $this->doc .= '__'; [all …]
|
/plugin/groupmanager/ |
H A D | syntax.php | 624 $renderer->doc .= " <thead>"; 626 $renderer->doc .= " </t>"; 627 $renderer->doc .= " <tbody>"; 645 $renderer->doc .= " <tbody>"; 646 $renderer->doc .= " <tr>"; 653 $renderer->doc .= " </tr>"; 655 $renderer->doc .= " </table>"; 660 $renderer->doc .= "</form>"; 680 $renderer->doc .= "<td>"; 687 $renderer->doc .= "</td>"; [all …]
|
/plugin/git/syntax/ |
H A D | localstatus.php | 152 $renderer->doc .= '<p>TODO: add more information here</p>'; 168 $renderer->doc .= '<br/><h3>Commits:</h3>'; 178 $renderer->doc .= "No changes made in this workspace"; 182 $renderer->doc .= 'Exception happened:<br/>'; 183 $renderer->doc .= $e->getMessage(); 197 $renderer->doc .= '<form method="post">'; 200 $renderer->doc .= '</form><br/>'; 207 $renderer->doc .= '<ol>'; 213 $renderer->doc .= '</ol>'; 216 $renderer->doc .= '<form method="post">'; [all …]
|
/plugin/latexit/_test/ |
H A D | renderer.test.php | 50 $this->r->doc = ''; 83 $this->assertEquals($string, $this->r->doc); 230 $this->assertEquals("}", $this->r->doc); 238 $this->assertEquals("}", $this->r->doc); 246 $this->assertEquals("}", $this->r->doc); 254 $this->assertEquals("}", $this->r->doc); 262 $this->assertEquals("}", $this->r->doc); 270 $this->assertEquals("}", $this->r->doc); 278 $this->assertEquals("}", $this->r->doc); 286 $this->assertEquals("}", $this->r->doc); [all …]
|
/plugin/revealjs/ |
H A D | renderer.php | 134 $this->doc = preg_replace('#<p>\s*</p>#','',$this->doc); 137 $this->doc = preg_replace('/<blockquote>“\s*/u','<blockquote>“',$this->doc); 147 $this->doc .= ' 276 $footnote = $this->doc; 363 $this->doc .= '<th '; 371 $this->doc .= '>'; 378 $this->doc .= '</th>'; 394 $this->doc .= '<td '; 402 $this->doc .= '>'; 409 $this->doc .= '</td>'; [all …]
|
/plugin/groupmgr/ |
H A D | syntax.php | 273 $renderer->doc .= " <tbody>\n"; 274 $renderer->doc .= " <tr>\n"; 282 $renderer->doc .= " </tr>\n"; 287 $renderer->doc .= " <tr>\n"; 294 $renderer->doc .= "</td>\n"; 296 $renderer->doc .= " <td>"; 298 $renderer->doc .= "</td>\n"; 353 $renderer->doc .= " />"; 360 $renderer->doc .= " </tbody>\n"; 361 $renderer->doc .= "</table>\n"; [all …]
|
/plugin/approve/syntax/ |
H A D | table.php | 131 $renderer->doc .= '<table><tr>'; 132 $renderer->doc .= '<th>' . $this->getLang('hdr_page') . '</th>'; 133 $renderer->doc .= '<th>' . $this->getLang('hdr_state') . '</th>'; 134 $renderer->doc .= '<th>' . $this->getLang('hdr_updated') . '</th>'; 135 $renderer->doc .= '<th>' . $this->getLang('hdr_approver') . '</th>'; 136 $renderer->doc .= '</tr>'; 162 $renderer->doc .= '<tr><td colspan="4"><a href="'; 163 $renderer->doc .= wl($curNS); 164 $renderer->doc .= '">'; 165 $renderer->doc [all...] |
/plugin/lytebox/ |
H A D | lytebox.js | 327 …if (this && this.doc && this.doc.getElementById('lbPrev')) this.doc.getElementById('lbPrev').style… 328 …if (this && this.doc && this.doc.getElementById('lbNext')) this.doc.getElementById('lbNext').style… 430 …if (this && this.doc && this.doc.getElementById('lbPrev')) this.doc.getElementById('lbPrev').style… 431 …if (this && this.doc && this.doc.getElementById('lbNext')) this.doc.getElementById('lbNext').style… 473 …if (this && this.doc && this.doc.getElementById('lbClose')) this.doc.getElementById('lbClose').sty… 474 …if (this && this.doc && this.doc.getElementById('lbDetails')) this.doc.getElementById('lbDetails')… 475 …if (this && this.doc && this.doc.getElementById('lbPause')) this.doc.getElementById('lbPause').sty… 476 …if (this && this.doc && this.doc.getElementById('lbPlay')) this.doc.getElementById('lbPlay').style… 691 this.doc = document; 784 } else if (this.doc.documentElement && this.doc.documentElement.scrollTop){ [all …]
|
/plugin/eventum/ |
H A D | syntax.php | 237 $doc = ''; 240 $doc .= $text; 244 $doc .= $text; 247 return $doc; 252 $doc .= '<i>'; 253 $doc .= $text; 260 return $doc; 264 $doc = ''; 272 return $doc; 276 $doc = ''; [all …]
|
/plugin/flexpaper/ |
H A D | syntax.php | 176 $renderer->doc .= '<script type="text/javascript">/*<![CDATA[*/' . DOKU_LF; 177 $renderer->doc .= 'jQuery(\'#documentViewer\').FlexPaperViewer(' . DOKU_LF; 178 $renderer->doc .= ' { config : {' . DOKU_LF; 182 $renderer->doc .= ' Scale : ' . $data['Scale'] . ',' . DOKU_LF; 184 $renderer->doc .= ' ZoomTime : ' . $data['ZoomTime'] . ',' . DOKU_LF; 202 $renderer->doc .= ' RenderingOrder : \'flash,html\',' . DOKU_LF; 203 $renderer->doc .= ' StartAtPage : \'' . $data['start'] . '\',' . DOKU_LF; 206 $renderer->doc .= ' localeChain : ' . $data['localeChain'] . DOKU_LF; 207 $renderer->doc .= ' }}' . DOKU_LF; 208 $renderer->doc .= ');' . DOKU_LF; [all …]
|
/plugin/lists/ |
H A D | syntax.php | 280 $aRenderer->doc = substr($aRenderer->doc, 0, $hits) 300 $aRenderer->doc, $hits)) { 303 $aRenderer->doc = substr($aRenderer->doc, 0, $hits) 314 $aRenderer->doc .= '<' 327 $aRenderer->doc .= '</' 363 $aRenderer->doc .= '</' 375 $aRenderer->doc, $hits)) { 378 $aRenderer->doc = substr($aRenderer->doc, 0, $hits); 380 $aRenderer->doc, $hits)) { 382 $aRenderer->doc = [all …]
|
/plugin/nroff/ |
H A D | renderer.php | 108 $this->doc = str_replace("'", "'", $this->doc); 109 $this->doc = str_replace("<", "<", $this->doc); 110 $this->doc = str_replace(">", ">", $this->doc); 111 $this->doc = str_replace("&", "&", $this->doc); 112 $this->doc = str_replace("-", '\\-', $this->doc); 114 $this->doc = '.TH '. 206 $this->doc .= '\\fB' 220 $this->doc .= '\fI'; 272 $this->doc = ''; 478 $this->doc .= '"'; [all …]
|
/plugin/text/ |
H A D | renderer.php | 44 $this->doc = ''; 63 $this->doc = ''; 120 $this->doc .= DOKU_LF; 124 $this->doc .= $text; 131 $this->doc .= DOKU_LF; 135 $this->doc .= DOKU_LF; 239 $this->doc = ''; 324 $this->doc .= $text; 341 $this->doc .= $text; 433 $this->doc .= $name;; [all …]
|
/plugin/publish/ |
H A D | syntax.php | 65 $renderer->doc .= '<p class="apr_none">' . $this->getLang('apr_p_none') . '</p>'; 72 $renderer->doc .= '<table class="apr_table"><tr class="apr_head">'; 73 $renderer->doc .= '<th class="apr_page">' . $this->getLang('apr_p_hdr_page') . '</th>'; 74 $renderer->doc .= '<th class="apr_prev">' . $this->getLang('apr_p_hdr_previous') . '</th>'; 75 $renderer->doc .= '<th class="apr_upd">' . $this->getLang('apr_p_hdr_updated') . '</th>'; 76 $renderer->doc .= '</tr>'; 87 $renderer->doc .= '<tr class="apr_ns"><td colspan="3"><a href="'; 88 $renderer->doc .= wl($this_ns . ':' . $this->getConf('start')); 89 $renderer->doc .= '">'; 90 $renderer->doc [all...] |
/plugin/odp/ |
H A D | renderer.php | 393 $value .= $this->doc; 594 $this->doc .= '</draw:page>'; 602 $this->doc.='<draw:text-box>'; 603 $this->doc.='<text:p>'; 607 $this->doc.='</draw:frame>'; 715 $this->doc .= '>'; 729 $this->doc .= '>'; 753 $this->doc = ''; 929 $this->doc .= ">"; 1137 $this->doc .= $name; [all …]
|
/plugin/bootnote/ |
H A D | syntax.php | 82 $renderer->doc .= $data['text']; 92 $renderer->doc .= '</div>';// /.note 95 $renderer->doc .= '</div>';// /Global 97 $renderer->doc .= '</p></div>'; 127 $renderer->doc .= '<div class="sign-container">'; 128 $renderer->doc .= ' <span class="sign">'; 130 $renderer->doc .= ' </span>'; // /.sign 131 $renderer->doc .= '</div>'; // /.sign-container 133 $renderer->doc .= '<div class="note">'; 139 $renderer->doc .= '</p>'; [all …]
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckadobeair.js | 32 var getDocumentHead = function( doc ) argument 41 head = doc.createElement( 'head' ) ; 42 doc.documentElement.insertBefore( head, doc.documentElement.firstChild ) ; 67 EditingArea_Start : function( doc, html ) 77 var div = doc.createElement( 'div' ) ; 96 var head = getDocumentHead( doc ) ; 101 doc.body.style.margin = '0px' ; 102 doc.body.style.padding = '0px' ; 122 var head = getDocumentHead( doc ) ; 126 var targetWindow = doc.defaultView; [all …]
|
/plugin/miniblog/syntax/ |
H A D | entry.php | 75 $renderer->doc .= '<h1><a href="'.wl($entry['id']).'">'.$head.'</a></h1>'; 76 $renderer->doc .= '<p class="miniblog_info">'; 78 $renderer->doc .= '</p>'; 79 $renderer->doc .= html_secedit($content, false); // no section edit button 98 $renderer->doc .= '<article class="entry">'; 99 $renderer->doc .= '<div class="entry-content">'; 102 $renderer->doc .= '</div>'; 103 $renderer->doc .= '<footer class="entry-footer">'; 107 $renderer->doc .= '</footer>'; 108 $renderer->doc .= '</article>'; [all …]
|
/plugin/projects/lib/ |
H A D | layout.php | 38 $renderer->doc .= "</div>"; 75 $renderer->doc .= "</div>"; 93 $renderer->doc .= "</div>"; 100 $renderer->doc .= 103 $renderer->doc .= "</div>"; 108 $renderer->doc .= "</div>"; 110 $renderer->doc .= "</div>"; 115 $renderer->doc .= "</div>"; 116 $renderer->doc .= "</div>"; 120 $renderer->doc .= $this->file_name; [all …]
|