Home
last modified time | relevance | path

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

12345678910>>...66

/plugin/redproject/
Dsyntax.php129 $renderer->doc .= '<h2 class="title">'.$this->getLang('title').'</h2>';
131 $renderer->doc .= '<div class="title">';
132 $renderer->doc .= '<a href="'.$projHome.'"><div class="circle">HOME</div></a>';
133 $renderer->doc .= '<div class="title-droite">';
134 $renderer->doc .= '<span class="info-title">'.$projName.'</span>';
135 $renderer->doc .= '<div class="see-it">';
136 …$renderer->doc .= '<a href="'.$data['server_url'].'/projects/'.$projIdent.'">See it in redmine</a>…
137 $renderer->doc .= '</div>';// /.see-it
138 $renderer->doc .= '</div>'; // /.title-droite
139 $renderer->doc .= '</div>'; // /.title
[all …]
/plugin/redissue/
Dsyntax.php134 $renderer->doc .= $data['text'];
143 $renderer->doc .= '</div></div>';
146 $renderer->doc .= $renderer->_xmlEntities($data['text']);
175 …$renderer->doc .= '<p style="color: red;">REDISSUE plugin: "project" ID or "tracker" ID is invalid…
210 …$renderer->doc .= '<a title="'.$this->getLang('redissue.link.issue').'" href="' . $this->getIssueU…
211 …$renderer->doc .= '<a class="btn btn-primary redissue" role="button" data-toggle="'.$collapse.'" h…
212 $renderer->doc .= $cur_title;
213 $renderer->doc .= '</a> ';
214 $renderer->doc .= '<div class="collapse" id="collapse-'.$data['id'].'">';
216 …$renderer->doc .= '<a title="'.$this->getLang('redissue.link.issue').'" href="' . $this->getIssueU…
[all …]
/plugin/xml/
Drenderer.php35 $this->doc = '';
68 $this->doc = '<?xml version="1.0" encoding="UTF-8"?>'.DOKU_LF;
69 …$this->doc .= '<document domain="' . DOKU_URL .'" id="' . cleanID($ID) . '" revision="' . $INFO['r…
81 $this->doc .= '</section>'.'<!--' . array_pop($this->precedinglevel) . '-->'.DOKU_LF;
83 $this->doc .= '</document>'.DOKU_LF;
96 $this->doc .= '</section>'.'<!--' . array_pop($this->precedinglevel) . '-->'.DOKU_LF;
99 $this->doc .= '<section level="' . $level . '">'.DOKU_LF;
100 $this->doc .= $this->nextHeader;
111 $this->doc .= '<macro name="nocache" />'.DOKU_LF;
116 $this->doc .= '<macro name="notoc" />'.DOKU_LF;
[all …]
/plugin/caption/syntax/
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 = str_replace($pattern, $this->_tabnum, $renderer->doc);
137 $renderer->doc .= '>';
[all …]
/plugin/gitlabapi/
Dsyntax.php117 $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…
165 …$renderer->doc .= '<p><b>'.$this->getLang('gitlab.activity').':</b> '.$date_time['date'].' - '.$da…
180 $renderer->doc .= '</p>';
[all …]
/plugin/edittable/renderer/
Dinverse.php15 public $doc = ''; variable in renderer_plugin_edittable_inverse
40 $this->doc = rtrim($this->doc);
49 $this->doc .= "$markup $text $markup".DOKU_LF;
59 $this->doc .= DOKU_LF;
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) {
92 $this->doc .= DOKU_LF.DOKU_LF;
94 $this->doc .= str_repeat('>', $this->quotelvl);
99 $this->doc .= '\\\\ ';
[all …]
/plugin/dw2markdown/
Drenderer.php20 $this->doc = '';
40 $this->doc = preg_replace("/(\r?\n){3,}/", "\n\n", $this->doc);
41 $this->doc = preg_replace("/^\s+/", "", $this->doc); // remove leading space and empty lines
52 $this->doc .= str_repeat("#", $level) . ' ' . $text . DOKU_LF;
61 $this->doc .= DOKU_LF;
68 $this->doc .= DOKU_LF;
77 $this->doc .= $text;
84 $this->doc .= DOKU_LF;
91 $this->doc .= DOKU_LF;
98 $this->doc .= DOKU_LF . DOKU_LF;
[all …]
/plugin/groupmanager/
Dsyntax.php408 … $renderer->doc .= "<form method=\"post\" action=\"" . htmlspecialchars($_SERVER['REQUEST_URI'])
411 $renderer->doc .= formSecurityToken(false);
415 …$renderer->doc .= "<p>" . sprintf($this->lang['summary'], $this->_start + 1, $this->_last, $this->…
417 …$renderer->doc .= "<p>" . sprintf($this->lang['nonefound'], $this->_auth->getUserCount()) . "</p>";
420 …$renderer->doc .= "<table class=\"inline\" >\n"; //width=\"95%\" style=\"max-width: 500px; overflo…
422 $renderer->doc .= " <tbody>";
424 …$renderer->doc .= " <tr><td colspan=\"" . $colspan . "\" class=\"centeralign\" STYLE='border…
425 $renderer->doc .= " <span class=\"medialeft\" >";
426 …$renderer->doc .= " <input type=\"image\" src=\"" . GROUPMANAGER_IMAGES . "search.png\" onm…
427 …$renderer->doc .= " <input type=\"image\" src=\"" . GROUPMANAGER_IMAGES . "workgroup.png\" …
[all …]
/plugin/latexit/_test/
Drenderer.test.php50 $this->r->doc = '';
83 $this->assertEquals($string, $this->r->doc);
93 $this->assertEquals($string, $this->r->doc);
98 $this->assertEquals($string, $this->r->doc);
103 $this->assertEquals($string, $this->r->doc);
108 $this->assertEquals($string, $this->r->doc);
113 $this->assertEquals($string, $this->r->doc);
118 $this->assertEquals($string, $this->r->doc);
127 $this->assertEquals($string, $this->r->doc);
133 $this->assertEquals($string, $this->r->doc);
[all …]
/plugin/git/syntax/
Dlocalstatus.php132 … $renderer->doc .= '<h3>There are commits awaiting to the be pushed to Live!</h3>';
138 …$renderer->doc .= '<p>Other initiatives are approved while this has been waiting for approval. Tho…
142 …$renderer->doc .= '<p>One or more commits have been made to this workspace that are ready to be pr…
143 …$renderer->doc .= 'These can include merges with changes made in other workspaces and approved by …
147 …$renderer->doc .= '<br/><br/><p>To investigate the changes made in this workspace please select a …
151 …$renderer->doc .= '<h3>Commits have been made to this workspace that are ready for submission to t…
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/>';
[all …]
/plugin/aichat/
Drenderer.php61 $tmpData = $this->doc;
62 $this->doc = '';
63 if ($plugin->render('xhtml', $this, $data) && ($this->doc !== '')) {
64 $pluginoutput = $this->doc;
65 $this->doc = $tmpData . DOKU_LF . trim(strip_tags($pluginoutput)) . DOKU_LF;
67 $this->doc = $tmpData;
77 $this->doc = '';
88 $this->doc = preg_replace("/(\r?\n){3,}/", "\n\n", $this->doc);
89 $this->doc = ltrim($this->doc); // remove leading space and empty lines
94 $this->doc = preg_replace('/' . $regex . '/i', '', $this->doc);
[all …]
/plugin/approve/syntax/
H A Dtable.php132 $renderer->doc .= '<table><tr>';
133 $renderer->doc .= '<th>' . $this->getLang('hdr_page') . '</th>';
134 $renderer->doc .= '<th>' . $this->getLang('hdr_state') . '</th>';
135 $renderer->doc .= '<th>' . $this->getLang('hdr_updated') . '</th>';
136 $renderer->doc .= '<th>' . $this->getLang('hdr_approver') . '</th>';
137 $renderer->doc .= '</tr>';
163 $renderer->doc .= '<tr><td colspan="4"><a href="';
164 $renderer->doc .= wl($curNS);
165 $renderer->doc .= '">';
166 $renderer->doc .= $curNS;
[all …]
/plugin/doxycode/syntax/
Dtaglist.php65 $renderer->doc .= '<div class="table">';
66 $renderer->doc .= '<table class="inline">';
68 $renderer->doc .= '<thead>';
69 $renderer->doc .= '<tr>';
70 $renderer->doc .= '<th>' . $this->getLang('tag_conf_enabled') . '</th>';
71 $renderer->doc .= '<th>' . $this->getLang('tag_conf_local_name') . '</th>';
72 $renderer->doc .= '<th>' . $this->getLang('tag_conf_docu_url') . '</th>';
73 $renderer->doc .= '<th>' . $this->getLang('tag_conf_remote_url') . '</th>';
74 $renderer->doc .= '</tr>';
75 $renderer->doc .= '</thead>';
[all …]
/plugin/minecraftrecipe/
Dsyntax.php147 $renderer->doc .= '<div class="minecraft-recipe brewing">';
148 $renderer->doc .= '<div class="brewing-layout">';
150 $renderer->doc .= '<div class="bubbles"></div>';
151 $renderer->doc .= '<div class="vertical-arrow"></div>';
152 $renderer->doc .= '<div class="pipes"></div>';
155 $renderer->doc .= '<div class="reagent grid">';
156 $renderer->doc .= $this->_renderItem($data['reagent']);
157 $renderer->doc .= '</div>';
161 $renderer->doc .= '<div class="grid potion-' . ($index + 1) . '">';
162 $renderer->doc .= $this->_renderItem($potion);
[all …]
/plugin/revealjs/
Drenderer.php81 $this->doc = '<!DOCTYPE html>
134 $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 .= '
191 $this->doc .= '<section>'.DOKU_LF;
200 $this->doc .= ' <section';
202 $this->doc .= ' data-background-color="'.$this->next_slide_background_color.'"';
206 $this->doc .= ' data-background-image="'.$this->next_slide_background_image.'"';
210 $this->doc .= ' data-background-size="'.$this->next_slide_background_size.'"';
214 $this->doc .= ' data-background-position="'.$this->next_slide_background_position.'"';
[all …]
/plugin/lytebox/
Dlytebox.js94 var objBody = this.doc.getElementsByTagName("body").item(0);
95 if (this.doc.getElementById('lbOverlay')) {
96 objBody.removeChild(this.doc.getElementById("lbOverlay"));
97 objBody.removeChild(this.doc.getElementById("lbMain"));
99 var objOverlay = this.doc.createElement("div");
102 if ((this.ie && !this.ie7) || (this.ie7 && this.doc.compatMode == 'BackCompat')) {
107 var objLytebox = this.doc.createElement("div");
111 var objOuterContainer = this.doc.createElement("div");
115 var objIframeContainer = this.doc.createElement("div");
119 var objIframe = this.doc.createElement("iframe");
[all …]
/plugin/groupmgr/
Dsyntax.php268 … $renderer->doc .= "<form method=\"post\" action=\"" . htmlspecialchars($_SERVER['REQUEST_URI'])
272 $renderer->doc .= "<table class=\"inline\">\n";
273 $renderer->doc .= " <tbody>\n";
274 $renderer->doc .= " <tr>\n";
275 $renderer->doc .= " <th>" . $lang['user'] . "</th>\n";
276 $renderer->doc .= " <th>" . $lang['fullname'] . "</th>\n";
277 $renderer->doc .= " <th>" . $lang['email'] . "</th>\n";
280 $renderer->doc .= " <th>" . htmlspecialchars($g) . "</th>\n";
282 $renderer->doc .= " </tr>\n";
287 $renderer->doc .= " <tr>\n";
[all …]
/plugin/flexpaper/
Dsyntax.php170 …$renderer->doc .= '<div id="documentViewer" class="plugin_flexpaper" style="background: #FFB; widt…
175 …$renderer->doc .= '<div id="documentViewer" class="plugin_flexpaper" style="background: #DFD; widt…
176 $renderer->doc .= '<script type="text/javascript">/*<![CDATA[*/' . DOKU_LF;
177 $renderer->doc .= 'jQuery(\'#documentViewer\').FlexPaperViewer(' . DOKU_LF;
178 $renderer->doc .= ' { config : {' . DOKU_LF;
179 …$renderer->doc .= ' jsDirectory : \'' . DOKU_REL . 'lib/plugins/flexpaper/FlexPaper/js/\','…
180 …$renderer->doc .= ' SWFFile : escape(\'../..' . DOKU_REL . 'lib/exe/fetch.php?media=' . $da…
182 $renderer->doc .= ' Scale : ' . $data['Scale'] . ',' . DOKU_LF;
183 $renderer->doc .= ' ZoomTransition : ' . $data['ZoomTransition'] .',' . DOKU_LF;
184 $renderer->doc .= ' ZoomTime : ' . $data['ZoomTime'] . ',' . DOKU_LF;
[all …]
/plugin/eventum/
Dsyntax.php191 $renderer->doc .= $link;
192 $renderer->doc .= ': <i style="color:red">'.$data['error'].'</i>';
194 $renderer->doc .= " <tt>RPC URL: {$data['rpcurl']}</tt>";
221 $renderer->doc .= $this->html($format, $html);
237 $doc = '';
239 $doc .= '<strike>';
240 $doc .= $text;
241 $doc .= '</strike>';
243 $doc .= '<text:span text:style-name="del">';
244 $doc .= $text;
[all …]
/plugin/nroff/
Drenderer.php30 var $doc = ''; // will contain the whole document variable in renderer_plugin_nroff
108 $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 '.
119 $conf['title'].DOKU_LF.$this->doc;
140 $this->doc .= DOKU_LF.'.SH ';
141 $this->doc .= $this->_xmlEntities($text);
[all …]
/plugin/lists/
Dsyntax.php278 if (preg_match('|\s*<p>\s*$|i', $aRenderer->doc, $hits)) {
280 $aRenderer->doc = substr($aRenderer->doc, 0, $hits)
283 $aRenderer->doc .= '</p><' . $LISTS[$aData[1]] . '>';
294 if (preg_match('|</li>\s*$|', $aRenderer->doc)) {
296 $aRenderer->doc .= '<li class="level' . ($LEVEL - 1)
300 $aRenderer->doc, $hits)) {
303 $aRenderer->doc = substr($aRenderer->doc, 0, $hits)
310 $aRenderer->doc .= '</p><'
314 $aRenderer->doc .= '<'
318 $aRenderer->doc .= '<li class="level'
[all …]
/plugin/text/
Drenderer.php43 $tmpData = $this->doc;
44 $this->doc = '';
45 if ($plugin->render('xhtml',$this,$data) && ($this->doc != '')) {
52 $this->doc = $tmpData . DOKU_LF .
53 trim(html_entity_decode(preg_replace($search,' ',$this->doc),ENT_QUOTES)) .
55 } else $this->doc = $tmpData;
63 $this->doc = '';
80 $this->doc .= DOKU_LF;
88 $this->doc .= $id.') ';
93 $this->doc .= ($ref+1).') ';
[all …]
/plugin/radarchart/
Dsyntax.php169 $renderer->doc .= sprintf(
173 $renderer->doc .= sprintf(
179 $renderer->doc .= '</div>';
199 $renderer->doc .= '<script>';
200 $renderer->doc .= 'window.addEventListener("load", function() {';
201 $renderer->doc .= ' if (typeof Chart === "undefined") {';
202 $renderer->doc .= ' const script = document.createElement("script");';
203 $renderer->doc .= ' script.src = "https://cdn.jsdelivr.net/npm/chart.js";';
204 $renderer->doc .= ' script.onload = function() { createChart(); };';
205 $renderer->doc .= ' document.head.appendChild(script);';
[all …]
/plugin/odp/
Drenderer.php322 …$this->doc = '<text:p text:style-name="Text_20_body"><text:span text:style-name="Strong_20_Emphasi…
324 .'</text:span></text:p>'.$this->doc;
330 $this->doc = $this->ZIP->get_file();
393 $value .= $this->doc;
439 $this->doc, $this->temp_dir.'/content.xml', true);
441 …$this->_odpReplaceInFile('</office:presentation>', $this->doc.'</office:presentation>', $this->tem…
572 $this->doc .= $this->_xmlEntities($text);
578 $this->doc .= '<text:p text:style-name="'.$style.'">';
585 $this->doc .= '</text:p>';
594 $this->doc .= '</draw:page>';
[all …]
/plugin/comments/
Dsyntax.php100 …$renderer->doc .= '<span class="comment-highlight ' . $statusClass . '" data-comment="' . $comment…
101 $renderer->doc .= hsc($data['text']);
102 …$renderer->doc .= '<sup class="comment-number"><a href="#comment-bubble-' . $commentNum . '" class…
103 $renderer->doc .= '</span>';
106 …$renderer->doc .= '<span class="comment-bubble ' . $statusClass . '" data-comment-id="' . $comment…
107 …$renderer->doc .= '<span class="comment-num"><a href="#comment-ref-' . $commentNum . '" class="com…
108 $renderer->doc .= '<span class="comment-status">' . $emoji . '</span><br>';
109 $renderer->doc .= hsc($data['comment']);
110 $renderer->doc .= '</span>';
120 …$renderer->doc .= '<div class="comments-summary"><p><em>There are no comments on this page.</em></…
[all …]

12345678910>>...66