Home
last modified time | relevance | path

Searched refs:doc (Results 251 – 275 of 1496) sorted by relevance

1...<<11121314151617181920>>...60

/plugin/pagelist/
H A Dhelper.php75 protected $doc = '';
357 $this->doc = '<div class="table"><table class="' . $class . '">';
363 $this->doc = '<ul>';
382 $this->doc .= '<tr>';
389 $this->doc .= '<th class="images">' . $this->header['image'] . '</th>';
397 $this->doc .= '<th class="' . $col . '">' . $this->header[$col] . '</th>';
407 $this->doc .= '<th class="' . $col . '">' . $this->header[$col] . '</th>';
411 $this->doc .= '</tr>';
521 $this->doc .= '<li>';
534 $this->doc
61 protected $doc = ''; global() variable in helper_plugin_pagelist
[all...]
/plugin/mikioplugin/syntax/
H A Dcardfooter.php33 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'card-footer ' . $classes . '"' . $styles . '>';
34 if($data['small'] != FALSE) $renderer->doc .= '<small>';
39 if($data['small'] != FALSE) $renderer->doc .= '</small>';
40 $renderer->doc .= '</div>';
H A Dlistgroupitem.php34 $renderer->doc .= '<li class="' . $this->elemClass . ' ' . $this->classPrefix . 'list-group-item' . $classes . '">';
35 if($data['url'] != '') $renderer->doc .= '<a href="' . $data['url'] . '" class="' . $this->elemClass . ' ' . $this->classPrefix . 'list-group-item-link">';
40 if($data['url'] != '') $renderer->doc .= '</a>';
41 $renderer->doc .= '</li>';
/plugin/foldablelist/
H A Dsyntax.php129 $renderer->doc .= '<div class="foldablelist" '.$parameters.'>';
132 $renderer->doc .= $renderer->_xmlEntities($match);
135 $renderer->doc .= '</div>';
138 $renderer->doc.= 'MATCH: '.$renderer->_xmlEntities($match);
139 $renderer->doc.= 'STATE: '.$renderer->_xmlEntities($state);
140 $renderer->doc.= 'PARAMS: '.$renderer->_xmlEntities($parameters);
/plugin/combo/renderer/
H A Drenderer.php36 * @var array that will contains the whole doc but by section
89 * This variblae is used in the function document_end to recreate the whole doc.
116 // Grab the doc from the previous section
120 'content' => $this->doc,
124 $this->doc = '';
155 // Pump the last doc
156 $this->sections[$this->sectionNumber] = array('level' => $this->previousNodeLevel, 'position' => $this->previousNodePosition, 'content' => $this->doc, 'text' => $this->previousSectionTextHeader);
158 // Recreate the doc
159 $this->doc = '';
174 $this->doc
[all...]
/plugin/prosemirror/parser/
H A DTableRowNode.php24 $doc = '';
30 $doc .= '| ::: ';
36 $doc .= $tableCell->toSyntax();
45 $doc .= str_repeat('|', $colSpan - 1);
52 return $doc . $postfix;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php171 foreach ($docs as $doc) {
172 $doc->setIndex($this->getName());
215 public function addDocument(Document $doc): Response
219 if (null !== $doc->getId() && '' !== $doc->getId()) {
220 $endpoint->setId($doc->getId());
223 $options = $doc->getOptions(
238 $endpoint->setBody($doc->getData());
246 $doc->isAutoPopulate() || $this->getClient()->getConfigValue(['document', 'autoPopulate'], false)
248 if (isset($data['_id']) && !$doc
194 addDocument(Document $doc) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfrom.rst4 The ``from`` tag imports :doc:`macro<../tags/macro>` names into the current
6 :doc:`import<../tags/import>` tag.
8 .. seealso:: :doc:`macro<../tags/macro>`, :doc:`import<../tags/import>`
/plugin/refnotes/syntax/
H A Dreferences.php216 $renderer->doc .= $reference->render($mode);
244 private $doc; variable in refnotes_note_capture
258 $this->doc = '';
265 $this->renderer->doc = '';
273 $this->doc = $renderer->doc;
282 $text = trim($this->renderer->doc);
293 $text = trim($this->renderer->doc);
295 $this->renderer->doc = $this->doc;
[all...]
/plugin/displayfile/
H A Dsyntax.php77 $renderer->doc .= '</dd></dl>'.DOKU_LF;
241 $renderer->doc .= '<dl class="file">'.DOKU_LF;
242 $renderer->doc .= '<dt><a href="'
245 $renderer->doc .= hsc($title);
246 $renderer->doc .= '</a></dt>'.DOKU_LF.'<dd>';
258 … { $renderer->doc .= '<pre class="file">' .$renderer->_xmlEntities($text) . '</pre>' . DOKU_LF; }
261 $renderer->doc .= "<pre class=\"code file {$language}\">" . DOKU_LF;
269 $renderer->doc .= p_xhtml_cached_geshi($line, $language, '', $options) . DOKU_LF;
272 $renderer->doc .= p_xhtml_cached_geshi($text, $language, '', $options) . DOKU_LF;
273 $renderer->doc .= '</pre>' . DOKU_LF;
/plugin/do/syntax/
H A Ddo.php237 … $R->doc .= '<span ' . $id . 'class="plugin_do_item plugin_do_' . $data['task']['md5'] . '">'
246 $R->doc .= '</span>'
252 $R->doc .= ' <span class="plugin_do_meta">(';
254 $R->doc .= $this->getLang('user');
259 …$R->doc .= ' <span class="plugin_do_meta_user">' . $this->hlp->getPrettyUser($users[$i]) . '</span…
261 $R->doc .= ', ';
265 $R->doc .= '. ';
269 …$R->doc .= $this->getLang('date') . ' <span class="plugin_do_meta_date">' . hsc($data['task']['dat…
271 $R->doc .= ')</span>';
273 $R->doc .= '</span>';
/plugin/refnotes/
H A Dscope.php151 $doc = '';
154 $doc .= $note->render($mode);
157 if ($mode == 'xhtml' && $doc != '') {
160 $doc = $open . $doc . $close;
163 return $doc;
/plugin/mapillary/
H A Dsyntax.php152 $renderer->doc .= '<div id="mapillary-' . $id . '" class="mapillary-' . $float . '">';
153 $renderer->doc .= '<iframe src="' . $url . '" id="mapillary-iframe-' . $id . '"';
154 …$renderer->doc .= ' style="width:' . $width . 'px;height:' . $height . 'px;"; title="Mapillary ('…
155 $renderer->doc .= '</iframe>';
156 $renderer->doc .= '<figure class="mapillary-print">';
158 $renderer->doc .= '<figcaption>Mapillary: ';
/plugin/countdown/
H A Dsyntax.php107 $renderer->doc .= '<!-- countdown begin '. $data[0]. '-->';
108 $renderer->doc .= '<span class="countdown">';
109 $renderer->doc .= $msg; // sprintf("%d", $dt_days) . ' ';
124 … $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $Next->getTimestamp()) . ")";
127 $renderer->doc .= '</span><!-- countdown end -->'. DW_LF;
131 $renderer->doc .= sprintf("%u %s %02u:%02u %s"
136 $renderer->doc .= ' '. p_render('text', p_get_instructions($description), $info);
138 $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $thatDate) . ")";
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js381 EnforcePaddingNode : function( doc, tagName ) argument
384 if ( doc.body.lastChild && ( doc.body.lastChild.nodeType != 1
387 var node = doc.createElement( tagName ) ;
391 if ( doc.body.childNodes.length == 1
392 && doc.body.firstChild.nodeType == 1
396 doc.body.replaceChild( node, doc.body.firstChild ) ;
398 doc.body.appendChild( node ) ;
408 if ( paddingNode.parentNode != doc.body
597 var cursor = doc.documentElement ;
728 var retval = doc.createDocumentFragment() ;
[all …]
/plugin/pixelyear/
H A Dsyntax.php50 $renderer->doc .= "<table>";
89 $renderer->doc .= "<tr>";
96 $renderer->doc .= "<td style='background-color:{$colour}'>&nbsp;</td>";
98 $renderer->doc .= "</tr>";
102 $renderer->doc .= "</table>";
/plugin/simplewikipagetree/
H A Dsyntax.php32 $renderer->doc = '';
33 $renderer->doc .= '<style>';
34 …$renderer->doc .= '.simplewiki-pagetree .open > .icon { background-image:url('.DOKU_REL.'lib/plugi…
35 …$renderer->doc .= '.simplewiki-pagetree .closed > .icon { background-image:url('.DOKU_REL.'lib/plu…
36 …$renderer->doc .= '.simplewiki-pagetree .file > .icon { background-image:url('.DOKU_REL.'lib/plugi…
37 $renderer->doc .= '</style>';
39 $renderer->doc .= $this::renderPageTree('data/pages',true);
/plugin/structsection/
H A Dsyntax.php114 $R->doc .= self::XHTML_OPEN;
142 $R->doc = substr($R->doc, 0, -2) . ' ' . $structDataAttribute . '>' . "\n";
151 $R->doc .= self::XHTML_CLOSE;
156 $R->doc = substr($R->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));
/plugin/rplus/
H A Drenderer.php117 'content' => $this->doc,
121 $this->doc = '';
154 $this->doc .= $this->youarehere($ID);
175 …sNodeLevel, 'position' => $this->previousNodePosition, 'content' => $this->doc, 'text' => $this->p…
178 $this->doc = '';
182 $this->doc .= $section['content'];
190 $this->doc .= tpl_toc($return = true);
195 $this->doc .= tpl_toc($return = true);
249 …$this->doc .= '<div class="' . $class . ' ' . $bootResponsiveClass . '"><table class="inline ' . $…
/plugin/blog/syntax/
H A Dblog.php84 if($formpos != 'none') $renderer->doc .= $this->_newEntryForm($ns, $newentrytitle);
109 $renderer->doc .= $this->_newEntryForm($ns, $newentrytitle);
113 preg_match_all('|<div class="level(\d)">|i', $renderer->doc, $matches, PREG_SET_ORDER);
118 if ($clevel && !$include_flags['inline']) $renderer->doc .= '</div>'.DOKU_LF;
119 $renderer->doc .= '<div class="hfeed">'.DOKU_LF;
142 $renderer->doc .= '</div>'.DOKU_LF;
143 if ($clevel && !$include_flags['inline']) $renderer->doc .= '<div class="level'.$clevel.'">'.DOKU_LF;
146 if ($pagingcontrols) $renderer->doc .= $this->_browseEntriesLinks($isMore, $first, $num);
150 $renderer->doc .= $this->_newEntryForm($ns, $newentrytitle);
/plugin/photogallery/
H A Dsyntax.php322 $R->doc .= '</div>'.DOKU_LF;
579 $R->doc .= '<div class="pg-zoom">';
581 $R->doc .= '</div>'.DOKU_LF;
582 $R->doc .= '</a>'.DOKU_LF;
591 $R->doc .= 'jQuery(function(){';
593 $R->doc .= '});'.DOKU_LF;
599 $R->doc .= '</div>'.DOKU_LF;
621 $R->doc .= '<p>';
625 $R->doc .= $info;
629 $R->doc .= '</p>';
[all …]
/plugin/imagereference/syntax/
H A Dimgcaption.php136 $renderer->doc .= $this->captionStart($data);
141 $renderer->doc .= $data;
157 $renderer->doc .= $this->captionEnd($data);
175 if($renderer->capture && $data['caption']) $renderer->doc .= '<';
180 if($renderer->capture && $data['caption']) $renderer->doc .= hsc($data['caption']).'>';
203 $renderer->doc .= "\\begin{".$floattype."}[!h]{".$orientation."}";
207 $renderer->doc .= trim($data);
211 $renderer->doc .= "\\caption{".$data['caption']."}\\label{".$data['caprefname']."}\\end{".$floattype."}";
/plugin/webcomponent/syntax/
H A Dbrand.php74 $renderer->doc .= '<a href="'.wl().'" accesskey="h"';
84 $renderer->doc .= $title;
91 $renderer->doc .= $class.'>';
98 $renderer->doc .= $renderer->_xmlEntities($parameters);
102 $renderer->doc .= '</a>';
/plugin/box2/
H A Dsyntax.php133 $renderer->doc .= $this->_xhtml_boxopen($renderer, $pos, $data);
134 $renderer->doc .= '<h2 class="box_title"' . $this->_title_colours . '>';
141 … $renderer->doc .= "</h2>\n<div class=\"box_content\"" . $this->_content_colours . '>';
143 $renderer->doc .= $this->_xhtml_boxopen($renderer, $pos, $data);
147 $renderer->doc .= '<div class="box_content"' . $this->_content_colours . '>';
158 … $renderer->doc .= '<a id="' . $hid . '" name="' . $hid . '">' . $output . '</a>';
162 $renderer->doc .= $output;
168 $renderer->doc .= "</div>\n";
172 …$renderer->doc .= '<p class="box_caption"' . $this->_title_colours . '>' . $renderer->_xmlEntities…
181 $renderer->doc .= "\n" . $this->_xhtml_boxclose();
/plugin/poll/
H A Dsyntax.php69 $renderer->doc .= '<fieldset class="poll">'.
73 $renderer->doc .= '<div>'.$renderer->_xmlEntities($more).'</div>';
81 $renderer->doc .= $this->_pollResults($poll);
102 $renderer->doc .= $this->_pollResults($poll);
107 $renderer->doc .= $this->_pollForm($options, $renderer);
112 $renderer->doc .= $this->_pollResults($poll);
115 $renderer->doc .= '</fieldset>';

1...<<11121314151617181920>>...60