Home
last modified time | relevance | path

Searched refs:doc (Results 876 – 900 of 1496) sorted by relevance

1...<<31323334353637383940>>...60

/plugin/combo/ComboStrap/
H A DBlockquoteTag.php324 StringUtility::addEolCharacterIfNotPresent($renderer->doc);
328 $renderer->doc .= "</div>";
333 $renderer->doc .= "</blockquote>";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D38c1d0f6668e9563c0827f839f9fa505.asciidoc9 'doc' => [
H A D7cac05cb589f1614fd5b8589153bef06.asciidoc9 'doc' => [
H A D015294a400986295039e52ebc62033be.asciidoc9 'doc' => [
H A D033778305d52746f5ce0a2a922c8e521.asciidoc11 'source' => 'doc[\'genre\'].value',
/plugin/mikioplugin/syntax/
H A Dbr.php20 $renderer->doc .= '<br>';
H A Danchor.php26 $renderer->doc .= '<a id="' . $data['id'] . '"></a>';
/plugin/emoji/
H A Dsyntax.php112 $renderer->doc .= $this->shortnameToImage($match);
114 $renderer->doc .= $this->unicodeToImage($unicode);
/plugin/publistf/
H A Dsyntax.php134 $renderer->doc .= $code;
139 $renderer->doc .= $data['error'];
/plugin/a2s/
H A Dsyntax.php160 $renderer->doc .= "<svg class=\"a2s {$align}\" ";
163 $renderer->doc .= $txtdata;
/plugin/edittable/renderer/
H A Djson.php109 $this->doc = '';
120 …$this->tdata[$row][$col] = trim(str_replace("\n", ' ', $this->doc)); // no newlines in table cells!
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dodd.rst10 .. seealso:: :doc:`even<../tests/even>`
H A Deven.rst10 .. seealso:: :doc:`odd<../tests/odd>`
/plugin/inlinejs/
H A Dhelper.php24 $renderer->doc .= $html;
/plugin/nonblank/
H A Drenderer.php37 $this->doc .= preg_replace('/(?<=[^\x00-\xFF])\n(?=[^\x00-\xFF])/um', '', $esc);
/plugin/autosearch/
H A Daction.php46 $dummy_renderer = (object) array('doc'=>'');
/plugin/dbquery/_test/
H A DQueryTest.php43 $this->assertRegExp($expect, $R->doc);
/plugin/dlcounter/
H A Dsyntax.php113 $renderer->doc .= $count;
147 $renderer->doc .= $table;
/plugin/geogebrembed/syntax/
H A Dggb.php203 $renderer->doc .= "<script src=\"$url\" async></script>";
211 $renderer->doc .= <<<GGB
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php73 foreach ($this->_results as $doc) {
74 $documents[] = $doc->getDocument();
/plugin/do/syntax/
H A Ddolist.php116 $R->doc .= '</table>';
120 $R->doc .= $this->buildTasklistHTML($tasks, isset($data['user']), isset($data['creator']));
/plugin/refnotes/
H A Dnamespace.php441 $doc = '';
444 $doc = $this->getCurrentScope()->renderNotes($mode, $limit);
447 return $doc;
/plugin/jmol2/jmol/
H A DCOPYRIGHT.txt28 doc/ibm.license.html). See http://www.junit.org/.
51 warranty (see doc/jpegEncoder.license).
57 (see doc/lgpl.license), and requires providing the source code (see
/plugin/authorstats/
H A Dsyntax.php64 $renderer->doc .= $this->_getMonthlyStatsTable(intval($matches[1]));
66 $renderer->doc .= $this->getYearGraph($matches);
68 $renderer->doc .= $this->_getStatsTable();
/plugin/cloud/
H A Dsyntax.php108 $renderer->doc .= '<div class="cloud">'.DOKU_LF;
155 $renderer->doc .= DOKU_TAB . '<a href="' . $link . '" class="' . $class .'"'
158 $renderer->doc .= '</div>' . DOKU_LF;

1...<<31323334353637383940>>...60