Home
last modified time | relevance | path

Searched refs:doc (Results 101 – 125 of 1496) sorted by last modified time

12345678910>>...60

/plugin/mikioplugin/syntax/
H A Drow.php33 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'row"' . $styles . '>';
38 $renderer->doc .= '</div>';
H A Dsetattr.php35 $renderer->doc .= '';
H A Dsmall.php20 $renderer->doc .= '<small class="' . $this->elemClass . ' ' . $this->classPrefix . 'small">';
25 $renderer->doc .= '</small>';
H A Dstatistic.php28 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'statistic">';
29 if($data['below']) $renderer->doc .= number_format($data['number']);
30 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'statistic-title">' . $data['title'] . '</div>';
31 if(!$data['below']) $renderer->doc .= number_format($data['number']);
32 $renderer->doc .= '</div>';
H A Dstep.php30 $renderer->doc .= '<li class="' . $this->elemClass . ' ' . $this->classPrefix . 'step' . $classes . '">';
31 if($data['url']) $renderer->doc .= '<a href="' . $data['url'] . '" class="' . $this->elemClass . ' ' . $this->classPrefix . 'step-link">';
33 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'step-icon">';
35 $renderer->doc .= '</div>';
37 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'step-text">';
38 if($data['title'] != '') $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'step-title">' . $data['title'] . '</div>';
43 if($data['url']) $renderer->doc .= '</a>';
44 $renderer->doc .= '</div>';
45 $renderer->doc .= '</li>';
H A Dsteps.php27 $renderer->doc .= '<ul class="' . $this->elemClass . ' ' . $this->classPrefix . 'steps'. $classes . '">';
32 $renderer->doc .= '</ul>';
74 // $renderer->doc .= $bar . '</ul>';
H A Dtabgroup.php26 $renderer->doc .= '<ul class="' . $this->elemClass . ' ' . $this->classPrefix . 'tab-group' . $classes . '">';
57 $renderer->doc .= $bar . '</ul><div class="' . $this->elemClass . ' ' . $this->classPrefix . 'tab-content">' . $content . '</div>';
H A Dtext.php45 $renderer->doc .= '<span' . $styles . '>';
50 $renderer->doc .= '</span>';
/plugin/aichat/
H A Dcomposer.lock4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
H A Dsyntax.php
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe31374 doc s
/plugin/aichat/vendor/vanderlee/php-sentence/
H A D.scrutinizer.yml3 - doc/*
H A DREADME.md45 You can find documentation generated from the source code by ApiGen here: [ApiGen documentation](doc/)
/plugin/bez/struct/
H A DBezType.php68 $R->doc .= '<a href="'.$wl.'">'.$title.'</a>';
/plugin/bez/syntax/
H A Dnav.php28 $r->doc .= '<nav id="plugin__bez">';
29 $r->doc .= '<div style="background-color: #eee; color: #333; padding: 0 .3em;">' .
33 $r->doc .= '<ul>';
52 $r->doc .= $this->_list($bez_action, $action, $label);
54 $r->doc .= '</ul>';
55 $r->doc .= '</nav>';
H A Dqlink.php71 $renderer->doc .= '<a href="?id='.$lang_code.'bez:'.$table.':'.$id_key.':'.$id.$anchor.'">'.$match.'</a>';
H A Dquery.php46 $renderer->doc .= "QUERY: ".htmlspecialchars($match)."";
47 $renderer->doc .= "<pre>";
51 $renderer->doc .= $renderer->_xmlEntities($match);
54 $renderer->doc .= "</pre>";
/plugin/imagemapping/
H A Dsyntax.php120 $renderer->doc .= '<p>' . DOKU_LF;
122 $renderer->doc .= ' <img src="' . $src . '" class="media' . $align . ' imagemapping-map" usemap="#' . $name . '"';
124 $renderer->doc .= ' align="' . $align . '"';
127 $renderer->doc .= ' title="' . $title . '"';
128 $renderer->doc .= ' alt="' . $title . '"';
130 $renderer->doc .= ' alt=""';
133 $renderer->doc .= ' width="' . $renderer->_xmlEntities($width) . '"';
135 $renderer->doc .= ' height="' . $renderer->_xmlEntities($height) . '"';
136 $renderer->doc .= ' />' . DOKU_LF;
137 $renderer->doc
[all...]
/plugin/sql/
H A Dsyntax.php145 $renderer->doc .= '<tr>';
147 $renderer->doc .= '<th>';
153 $renderer->doc .= '</th>';
155 $renderer->doc .= '</tr>';
157 $renderer->doc .= '<tr>';
159 $renderer->doc .= '<td>';
165 $renderer->doc .= '</td>';
167 $renderer->doc .= '</td>';
168 $renderer->doc .= '</tr>';
175 $renderer->doc .= '<tr>';
[all …]
/plugin/tagging/
H A Dsyntax.php84 $renderer->doc .= $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), true, true);
92 $renderer->doc .= $hlp->html_page_list($pids);
108 $renderer->doc .= $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), true, true, $data['ns']);
113 $renderer->doc .= $hlp->tpl_tags(false);
118 $renderer->doc .= $hlp->manageTags($ns);
/plugin/confmanager/
H A Djquery.form.js400 return doc;
512 doc = getDoc(io);
529 if (!doc || doc.location.href == s.iframeSrc) {
545 var isXml = s.dataType == 'xml' || doc.XMLDocument || $.isXMLDoc(doc);
547 if (!isXml && window.opera && (doc.body === null || !doc.body.innerHTML)) {
561 var docRoot = doc.body ? doc.body : doc.documentElement;
563 xhr.responseXML = doc.XMLDocument ? doc.XMLDocument : doc;
668 doc = new ActiveXObject('Microsoft.XMLDOM'); variable
669 doc.async = 'false';
670 doc.loadXML(s);
[all …]
/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;
/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...]
H A Dreference.php58 $renderer->doc .= '<a href="#'.$match.'">';
60 $renderer->doc .= $caption_labels[$match];
62 $renderer->doc .= '##REF:'.$match.'##';
64 $renderer->doc .= '</a>';
76 $renderer->doc .= '\ref{'.$match.'}';
88 $renderer->doc .= '<text:sequence-ref text:reference-format="value" text:ref-name="'.$match.'">';
91 $renderer->doc .= $caption_labels[$match];
93 $renderer->doc .= '##REF:'.$match.'##';
95 $renderer->doc .= '</text:sequence-ref>';

12345678910>>...60