Home
last modified time | relevance | path

Searched refs:doc (Results 1376 – 1400 of 1496) sorted by last modified time

1...<<51525354555657585960

/plugin/signhere/
H A Dsyntax.php72 $renderer->doc .= '<table border="0" cellspacing="0" cellpadding="0">';
73 $renderer->doc .= '<tr>';
74 …$renderer->doc .= '<td style="min-width:'.$this->min_width.';border-bottom:1px solid #000000">&nbs…
75 $renderer->doc .= '</tr>';
76 $renderer->doc .= '<tr>';
77 … $renderer->doc .= '<td align="center" style="font-size:'.$this->font_size.';">'.$data[0].'</td>';
78 $renderer->doc .= '</tr>';
79 $renderer->doc .= '</table>';
80 $renderer->doc .= '<br />';
/plugin/directions/syntax/
H A Dglobaldirections.php209 …$renderer->doc .= "<b>directions plug-in (globaldirections component): Returned data in 'render' f…
218 …$renderer->doc .= '<p><i>(directions plug-in: To view the graph the graphviz plug-in must be insta…
221 $renderer->doc .= dir_generateGraph($this->getInfo(),$data[1]);
226 $renderer->doc .= dir_generateListofJumps($data[1]);
H A Dlocaldirections.php213 …$renderer->doc .= "<b>directions plug-in (localdirections component): Returned data in 'render' fu…
221 …$renderer->doc .= '<i>(directions plug-in: To view the graph the graphviz plug-in must be installe…
224 $renderer->doc .= dir_generateDirections($this->getInfo(),$data[1]);
228 $renderer->doc .= dir_generateDirections($this->getInfo(),$data[1], false, false, false);
/plugin/actickets/
H A Dsyntax.php98 …$renderer->doc .= '<a href="'.$url.'" target="_blank" class="acticket" title="Status not yet resol…
99 $renderer->doc .= $this->getConf('actickets.hash').$data['ticketId'];
100 $renderer->doc .= '</a>';
102 $renderer->doc .= $data['original'];
/plugin/parserarray/
H A Drenderer.php30 $this->doc .= '<pre>';
33 $this->doc .= hsc(ob_end_clean());
34 $this->doc .= '</pre>';
/plugin/floatdiv/syntax/
H A Dfloathead.php50 $renderer->doc .= "<div class='floathead$size'>".
H A Dfloat.php90 $renderer->doc .="<div class='floatpane' style='$style'>";
93 $renderer->doc .= $renderer->_xmlEntities($match); break;
94 case DOKU_LEXER_EXIT : $renderer->doc .= "</div>"; break;
/plugin/shorturl/
H A Dsyntax.php54 …$renderer->doc .= "<a href=". wl($shortID, "", true) ." class=\"shortlinkinpage\" >" . $this->getL…
/plugin/translator/syntax/
H A Dtranslator.php85 $renderer->doc .= '<div id="translator">';
98 $renderer->doc .= $this->locale_xhtml('noauth');
106 $renderer->doc .= '</div>';
120 $renderer->doc .= $this->locale_xhtml('setup');
134 $renderer->doc .= $this->_finishFieldset($form);
178 $renderer->doc .= $this->locale_xhtml('nothingtodo');
274 $renderer->doc .= $this->_setPages($start, $amount, $max, $display);
275 $renderer->doc .= $this->_finishFieldset($form);
276 $renderer->doc .= $this->_setPages($start, $amount, $max, $display);
339 $renderer->doc .= $this->locale_xhtml('statistics');
[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/literal_entities/
H A Dsyntax.php142 $renderer->doc .= $data;
/plugin/dokugitviewer/
H A Dsyntax.php71 $renderer->doc .= '<ul class="dokugitviewer">';
74 $renderer->doc .= '<li>';
98 $renderer->doc .= $char;
101 $renderer->doc .= '<br />';
102 $renderer->doc .= $row['author'].' on ';
103 $renderer->doc .= date(DATE_FORMAT,$row['timestamp']);
105 $renderer->doc .= '</li>';
108 $renderer->doc .= '</ul>';
/plugin/seqdia/
H A Dsyntax.php104 $R->doc .= '<img src="'.$img.'" class="media'.$data['align'].'" alt=""';
105 if($data['width']) $R->doc .= ' width="'.$data['width'].'"';
106 if($data['height']) $R->doc .= ' height="'.$data['height'].'"';
107 if($data['align'] == 'right') $R->doc .= ' align="right"';
108 if($data['align'] == 'left') $R->doc .= ' align="left"';
109 $R->doc .= '/>';
/plugin/linkbonus/
H A Dcommon.php76 $renderer->doc .= '<!-- linkbonus to ['. $link['url']. '] -->';
77 $renderer->doc .= $outp;
/plugin/itemtable/
H A Dsyntax.php219 $renderer->doc.=$this->render_tables($match,$mode,$data);
/plugin/clock/
H A Dsyntax.php64 $renderer->doc .= <<<EOF
75 $renderer->doc .= $text;
/plugin/dbtables/
H A Dsyntax.php179 $renderer->doc.=$this->render_tables($match,$mode,$data);
/plugin/usersubscriptions/
H A Dsyntax.php160 $renderer->doc .= $content;
/plugin/bugzillaxmlrpc/
H A Dsyntax.php236 $renderer->doc .= $html_bug_all . '</ul>';
/plugin/quiz/
H A Dsyntax.php77 $renderer->doc .= '<div id="quiz-div__'.$quiz_file.'">'.$quiz->do_quiz_here().'</div>';
/plugin/swfobject/
H A Dsyntax.php137 $renderer->doc .= <<<OUTPUT
145 $renderer->doc .= $renderer->_xmlEntities($data);
200 $renderer->doc .= <<<OUTPUT
/plugin/pagebox/
H A Dsyntax.php60 $renderer->doc.= '<div class="pagebox_out a'.$align.'" style="width:'.$width.'">';
61 $renderer->doc.= '<div class="pagebox_in">';
62 $renderer->doc.= tpl_include_page($page_id, false);
63 $renderer->doc.= '</div>';
64 $renderer->doc.= '</div>';
/plugin/quickedit/
H A Dsyntax.php80 $renderer->doc .= "</div>
/plugin/processing/
H A Dscript.js5626 var doc = document,
5682 view = doc.defaultView,
5683 docElem = doc.documentElement,
5729 return doc.createElement(localName);
5732 return doc.createTextNode(text);
5769 observer(doc, "mousemove", function(evt) {
5776 observer(doc, "mouseup", function() {
/plugin/gil/
H A Dsyntax.php168 $renderer->doc .= <<<EOF
175 $renderer->doc.= $source_expr;
176 $renderer->doc.= ' '. $this->_do_conv_text($convs, $data['match']);
177 $renderer->doc.= ' ';

1...<<51525354555657585960