Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 25 of 1496) sorted by relevance

12345678910>>...60

/plugin/redproject/
H A Dsyntax.php137 $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 Dcaption.php106 $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 Dsyntax.php134 $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 Drenderer.php35 $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 Dsyntax.php163 $renderer->doc .= '</p>';
164 $renderer->doc .= '</div>';
187 $renderer->doc .= '<tr>';
193 $renderer->doc .= '</tr>';
217 $renderer->doc .= '<tr>';
232 $renderer->doc .= '</tr>';
256 $renderer->doc .= '<tr>';
262 $renderer->doc .= '</tr>';
285 $renderer->doc .= '<tr>';
290 $renderer->doc .= '</tr>';
[all …]
/plugin/dw2markdown/
H A Drenderer.php20 $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 Dinverse.php15 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 Dsyntax.php624 $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 Dlocalstatus.php152 $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 Drenderer.test.php50 $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 Drenderer.php134 $this->doc = preg_replace('#<p>\s*</p>#','',$this->doc);
137 $this->doc = preg_replace('/<blockquote>&ldquo;\s*/u','<blockquote>&ldquo;',$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 Dsyntax.php273 $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 Dtable.php145 $renderer->doc .= '<table><tr>';
146 $renderer->doc .= '<th>' . $this->getLang('hdr_page') . '</th>';
147 $renderer->doc .= '<th>' . $this->getLang('hdr_state') . '</th>';
148 $renderer->doc .= '<th>' . $this->getLang('hdr_updated') . '</th>';
149 $renderer->doc .= '<th>' . $this->getLang('hdr_approver') . '</th>';
150 $renderer->doc .= '</tr>';
172 $renderer->doc .= '<tr><td colspan="4"><a href="';
173 $renderer->doc .= wl($curNS);
174 $renderer->doc .= '">';
175 $renderer->doc
[all...]
/plugin/lytebox/
H A Dlytebox.js327 …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 Dsyntax.php237 $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 Dsyntax.php176 $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 Dsyntax.php280 $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 Drenderer.php108 $this->doc = str_replace("&#039;", "'", $this->doc);
109 $this->doc = str_replace("&lt;", "<", $this->doc);
110 $this->doc = str_replace("&gt;", ">", $this->doc);
111 $this->doc = str_replace("&amp;", "&", $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 Drenderer.php44 $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 Dsyntax.php76 $renderer->doc .= '</tr>';
89 $renderer->doc .= '">';
90 $renderer->doc .= $name_ns;
91 $renderer->doc .= '</a> ';
117 $renderer->doc .= wl($page[0]);
118 $renderer->doc .= '">';
119 $renderer->doc .= $page[0];
121 $renderer->doc .= $approved;
123 $renderer->doc .= $updated;
124 $renderer->doc .= '</td></tr>';
[all …]
/plugin/odp/
H A Drenderer.php393 $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 .= "&gt;";
1137 $this->doc .= $name;
[all …]
/plugin/bootnote/
H A Dsyntax.php82 $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 Dfckadobeair.js32 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 Dentry.php75 $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 Dlayout.php38 $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 …]

12345678910>>...60