Home
last modified time | relevance | path

Searched refs:doc (Results 776 – 800 of 1496) sorted by relevance

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

/plugin/bootswrapper/syntax/
H A Dpanel.php102 $renderer->doc .= $markup;
119 $renderer->doc .= $markup;
H A Dpopover.php142 $renderer->doc .= $markup;
148 $renderer->doc .= '</span>';
H A Dmodal.php147 $renderer->doc .= $markup;
152 $renderer->doc .= '</div></div></div></div>';
/plugin/addressbook/
H A Dsyntax.php120 $renderer->doc .= $this->showcontact(intval(substr($data,8)),$ID);
131 if ($out !== false) $renderer->doc .= $out.'<br>';
138 $renderer->doc .= $this->buildIndex($list,'department',$ID);
139 } else $renderer->doc .= $this->buildIndex(false,false,$ID);
168 $renderer->doc .= $this->buildPrintList($pList,$sep);
191 $renderer->doc .= $out;
199 $renderer->doc .= $out;
207 foreach ($list as $l) $renderer->doc .= $this->showcontact($l['id'],$ID);
208 } else $renderer->doc .= $this->buildIndex($list,false,$ID);
221 if ($out !== false) $renderer->doc .= $out.'<br>';
/plugin/dokutexit/
H A Dtexitrender.php119 $doc = new texitConfig('document');
130 $tex_doc[] = $doc->read();
131 if ($doc->is_error())
283 return $Renderer->doc;
/plugin/siteexport/syntax/
H A Dtoc.php160 $renderer->doc = preg_replace("/<div.*?sitetoc.*?$/si", "", $renderer->doc);
178 $renderer->doc = ''; // Start fresh!
238 … $renderer->doc = preg_replace( '/(class=".*?\s)mergedsite/', '\1', $renderer->doc );
239 … $renderer->doc = preg_replace( '/(class=".*?\s)mergehint/', '\1', $renderer->doc );
343 $renderer->doc .= $content;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D20.20.js.map1doc', '@doccomment'],\n [/\\/\\*/, 'comment', '@comment'],\n [/\\/\\/.*$/, '…
H A D26.26.js.map1doc', '@javadoc'],\n [/\\/\\*/, 'comment', '@comment'],\n [/\\/\\/.*$/, 'com…
/plugin/projects/lib/
H A Dtools.php68 $renderer->doc .= "<div class=\"code_block_code\">";
72 $renderer->doc .= $geshi->parse_code();
73 $renderer->doc .= "</div>";
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php252 $doc = $this->getParams();
253 $doc['_source'] = $this->getData();
255 return $doc;
/plugin/odtsupport/
H A Dsyntax.php151 $renderer->doc .= "<a class='windows' href='".$url."'>".$string2."</a>";
155 $renderer->doc .= $hash;
161 $renderer->doc .= $hash;
/plugin/combo/syntax/
H A Dmenubar.php29 * See also: doc :
286 $renderer->doc .= $tagAttributes->toHtmlEnterTag("nav");
291 $renderer->doc .= PluginUtility::renderUnmatched($data);
295 $renderer->doc .= "</div></nav>";
/plugin/dirtylittlehelper/syntax/
H A Dtablewiki.php110 … $renderer->doc .= str_replace('.wiki' , '' , str_replace('<dlh.','<',$data[2]) );
114 … $renderer->doc .= str_replace('.wiki' , '' , str_replace('</dlh.','</',$data[2]) );
/plugin/barcode/
H A Dsyntax.php79 $renderer->doc .= $data;
89 $renderer->doc .= @file_get_contents($fn);
/plugin/imagereference/syntax/
H A Dimgref.php118 $renderer->doc .= '<a href="'.wl($data['page']).'#'.$data['type'].'_'.cleanID($data['caprefname']).'">'.$this->getLang($data['type'].'full').'&nbsp;'.$refNumber.'</a>';
122 $renderer->doc .= $this->getLang($data['type'].'full')." \\ref{".$data['caprefname']."}";
/plugin/combo/vendor/symfony/process/
H A DREADME.md20 * [Documentation](https://symfony.com/doc/current/components/process.html)
21 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
/plugin/layeranimation/syntax/
H A Ditem.php106 …$renderer->doc .= '<div class="item' . $ClassOption . '" style="' . $ClipOption . $CSSOption . '">…
111 $renderer->doc .= '</div>' . "\n";
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md10 [The getting started guide](https://github.com/antlr/antlr4/blob/master/doc/getting-started.md)
30 as described in [the getting started guide](https://github.com/antlr/antlr4/blob/master/doc/getting-started.md).
38 [tool documentation page](https://github.com/antlr/antlr4/blob/master/doc/tool-options.md).
119 * [Documentation](https://github.com/tunnelvisionlabs/antlr4/blob/master/doc/index.md)
120 * [Getting started with v4](https://github.com/tunnelvisionlabs/antlr4/blob/master/doc/getting-started.md)
122 * [FAQ](https://github.com/tunnelvisionlabs/antlr4/blob/master/doc/faq/index.md)
/plugin/dataloop/syntax/
H A Dloop.php222 $renderer->doc .= $sDataLoopSeperator;
225 $renderer->doc .= $renderer->_xmlEntities($match);
228 $aParts = explode($sDataLoopSeperator, $renderer->doc);
231 $renderer->doc = $aParts[0];
345 $renderer->doc .= $sCurrentText;
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php334 …ction createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDocument $doc=NULL){ argument
384 if ( $length > 0 && $properties ['text-indent'] [$length-1] == '%' && isset($doc) ) {
389 $properties ['text-indent'] = $doc->getAbsWidthMindMargins ($value).'cm';
401 if ( $length > 0 && $odt_fo_size [$length-1] == '%' && isset($doc)) {
406 $doc->addStyle($style_obj);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddefault.rst27 Read the documentation for the :doc:`defined<../tests/defined>` and
28 :doc:`empty<../tests/empty>` tests to learn more about their semantics.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dblock.rst41 .. seealso:: :doc:`extends<../tags/extends>`, :doc:`parent<../functions/parent>`
/plugin/structodt/meta/
H A DAggregationTableOdt.php56 $this->renderer->doc .= '<div class="structaggregation structodt" data-schema="' . $table . '"
97 $this->renderer->doc .= '<a href="' . $href . '" class="export mediafile mf_pdf" ' . $style . '>'.$this->helper_structodt->getLang('btn_downloadAll').'</a>';
/plugin/note/
H A Dsyntax.php117 $renderer->doc .= '<div class="plugin_note ' . htmlspecialchars($data) . '">';
121 $renderer->doc .= $renderer->_xmlEntities($data);
125 $renderer->doc .= "\n</div>";
/plugin/simplenavi/
H A Dsyntax.php76 $renderer->doc .= '<div class="' . $class . '">';
77 $renderer->doc .= html_buildlist($items, 'idx', [$this, 'cbList'], [$this, 'cbListItem']);
78 $renderer->doc .= '</div>';

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