Home
last modified time | relevance | path

Searched refs:doc (Results 1326 – 1350 of 1496) sorted by last modified time

1...<<51525354555657585960

/plugin/impressjs/
H A Drenderer.php29 $this->doc .= '<!DOCTYPE html>
48 $this->doc .= '</div>
53 $this->doc .= "</div>";
63 $this->doc .= "<div class='".($level == 1 ? '' : 'slide ')."step' ";
64 $this->doc .= "data-x='$this->data_x' data-y='$this->data_y' data-z='$this->data_z' ";
65 $this->doc .= "dir='".$lang['direction']."' >";
66 $this->doc .= "<h$level>$text</h$level>";
/plugin/translationbuddy/
H A Dsyntax.php149 $R->doc .= '<table>';
155 $R->doc .= '<tr>';
170 $R->doc .= '<td>';
187 $R->doc .= '<br/> ';
199 $R->doc .= '</td>';
200 $R->doc .= '</tr>';
203 $R->doc .= '<tr>';
207 $R->doc .= '<th></th>';
208 $R->doc .= '<th></th>';
209 $R->doc .= '</tr>';
[all …]
/plugin/heat/
H A Dsyntax.php192 $renderer->doc .= "<strong>Heat #</strong>"; // ptype = 'normal'
/plugin/showlinkpermission/
H A Drenderer.php113 $this->doc .= $this->_formatLink($link);
/plugin/cumulus/
H A Dsyntax.php68 $renderer->doc .= $this->getLang('filenotfound');
102 …$renderer->doc .= html_flashobject($movie, $options['width'], $options['height'], $params, $flashv…
/plugin/bible/
H A Dsyntax.php75 …$renderer->doc .= $data[0]; # Otherwise, fetch that $bibleLink (stored in $data[0]) and pass it to…
/plugin/editsections2/
H A Daction.php103 $doc =& $event->data[1];
108 if (preg_match_all($marker_regexp, $doc, $matches)) {
150 $doc = str_replace($markers_search, $markers_replace, $doc);
/plugin/composer/
H A Dsyntax.php338 $renderer->doc .= '<div class="include">';
343 $renderer->doc .= "<a name='$id' id='$id'>";
344 $renderer->doc .= $content;
345 $renderer->doc .= '</div>';
/plugin/xbr/
H A Drenderer.php23 $this->doc = '';
31 $this->doc .= str_replace("\n","<br />\n",$this->_xmlEntities($text));
/plugin/rack/
H A Dsyntax.php186 …$renderer->doc .= 'Syntax error on the following line: <pre style="color:red">'.hsc($line)."</pre>…
195 $renderer->doc .= "<table class='rack'><tr><th colspan='2' class='title'>$opt[name]</th></tr>\n";
201 $renderer->doc .=
215 $renderer->doc .= "<tr><th>$u</th></tr>\n";
218 $renderer->doc .= "<Tr><Th>$u</th><td class='empty'></td></tr>\n";
222 …$renderer->doc .= "<tr><th colspan='2' class='bottom'><span style='cursor: pointer;' onclick=\"thi…
223 $renderer->doc .= "</table>&nbsp;";
227 $renderer->doc .= "<script type='text/javascript'>rack_ie6fix();</script>\n";
229 $renderer->doc .= "<pre style='display:none;' id='$csv_id'>$csv</pre>\n";
/plugin/reproduce/
H A Dsyntax.php109 $renderer->doc .= p_render('xhtml', p_get_instructions($labelContent), $info);
/plugin/fedauth/Auth/Yadis/
H A DXML.php140 $this->doc = null;
148 $this->doc = @domxml_open_mem($xml_string, DOMXML_LOAD_PARSING,
151 if (!$this->doc) {
155 $this->xpath = $this->doc->xpath_new_context();
223 $this->doc = null;
231 $this->doc = new DOMDocument;
233 if (!$this->doc) {
237 if (!@$this->doc->loadXML($xml_string)) {
241 $this->xpath = new DOMXPath($this->doc);
/plugin/bbs/
H A Dsyntax.php40 $renderer->doc .= "<pre class=\"bbs\">".DOKU_LF;
41 $renderer->doc .= $data.DOKU_LF;
42 $renderer->doc .= "</pre>".DOKU_LF;
46 $renderer->doc .= $data.DOKU_LF;
/plugin/solr/
H A Dindex_all.php104 $doc = new Solr_AddDocument($writer);
105 $doc->start(COMMIT_WITHIN);
106 $doc->addPage($info->getFields());
107 $doc->end();
H A Daction.php99 $doc = new Solr_AddDocument($writer);
100 $doc->start();
101 $doc->addPage($info->getFields());
102 $doc->end();
293 foreach($content_result['response']['docs'] as $doc){
294 $id = $doc['id'];
H A Dhelper.php96 foreach($title_result['response']['docs'] as $doc){
97 $id = $doc['id'];
103 $name = $doc['title'];
/plugin/formatplus/syntax/
H A Dblockquoteplus.php81 … $renderer->doc .= '<blockquote class="citation" title="'.$renderer->_xmlEntities($output).'">';
83 $renderer->doc .= '<blockquote class="citation">';
87 $renderer->doc .= '</blockquote>'.DOKU_LF;
90 $renderer->doc .= $renderer->_xmlEntities($output);
98 $renderer->doc .= DOKU_LF;
100 $renderer->doc .= $output.':';
106 $renderer->doc .= DOKU_LF;
107 if (strlen($renderer->doc) > 250) $renderer->capture = false;
111 if ($renderer->capture) $renderer->doc .= $output;
H A Dblockdeleteplus.php101 $renderer->doc .= '<del class="block"';
103 $renderer->doc .= ' title="'.$renderer->_xmlEntities($output[0]).'"';
106 $renderer->doc .= ' cite="'.$renderer->_xmlEntities($output[1]).'"';
109 $renderer->doc .= ' datetime="'.$renderer->_xmlEntities($output[2]).'"';
111 $renderer->doc .= '><div class="deleted">'.DOKU_LF;
114 $renderer->doc .= DOKU_LF.'</div></del>'.DOKU_LF;
117 $renderer->doc .= $renderer->_xmlEntities($output);
138 $renderer->doc .= $line;
142 $renderer->doc .= DOKU_LF;
143 if (strlen($renderer->doc) > 250) $renderer->capture = false;
[all …]
H A Dblockinsertplus.php96 $renderer->doc .= "<ins class=\"block\"";
98 $renderer->doc .= ' title="'.$renderer->_xmlEntities($output[0]).'"';
101 $renderer->doc .= ' cite="'.$renderer->_xmlEntities($output[1]).'"';
104 $renderer->doc .= ' datetime="'.$renderer->_xmlEntities($output[2]).'"';
106 $renderer->doc .= '><div class="inserted">'.DOKU_LF;
109 $renderer->doc .= DOKU_LF."</div></ins>".DOKU_LF;
112 $renderer->doc .= $renderer->_xmlEntities($output);
133 $renderer->doc .= $line;
137 $renderer->doc .= DOKU_LF;
138 if (strlen($renderer->doc) > 250) $renderer->capture = false;
[all …]
H A Dquoteplus.php76 $renderer->doc .= '<q cite="'.$renderer->_xmlEntities($output).'">';
78 $renderer->doc .= '<q>';
82 $renderer->doc .= '</q>';
85 $renderer->doc .= $renderer->_xmlEntities($output);
93 $renderer->doc .= DOKU_LF;
95 $renderer->doc .= $output.':';
101 $renderer->doc .= DOKU_LF;
102 if (strlen($renderer->doc) > 250) $renderer->capture = false;
106 if ($renderer->capture) $renderer->doc .= $output;
/plugin/formatplus/
H A Dformatting.php116 $renderer->doc .= "<$output>";
119 $renderer->doc .= "</$output>";
122 $renderer->doc .= $renderer->_xmlEntities($output);
129 $renderer->doc .= $output;
130 if (strlen($renderer->doc) > 250)
/plugin/page4release/
H A Dsyntax.php57 $doc = '<div class="page4release">';
59 … $doc .= $this->getLang('pageFor').' <span class="active_page4release">'.$release.'</span>. ';
61 $doc .= $this->getLang('pageForOther').join(', ',$linkOtherReleases);
62 $doc .= '</div>';
63 $renderer->doc .= $doc;
/plugin/facebookalbum/
H A Dsyntax.php223 $renderer->doc .= "<p>".html_wikilink($ID, $this->getLang('back_to_albums'))."</p>";
273 $renderer->doc .= p_render($mode, p_get_instructions( $content ), $info );
275 $renderer->doc .= "<div class=\"clearer\"></div>";
/plugin/command/inc/
H A Dembedding.php142 $renderer->doc .= htmlspecialchars($cachedData);
150 $renderer->doc .= COMMANDPLUGIN_NOT_FOUND;
160 $renderer->doc .= htmlspecialchars($errMsg);
162 $renderer->doc .= $output;
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... .mxCodec codec org.w3c.dom.Document doc public java.lang.Object[] importCells ( ...

1...<<51525354555657585960