Home
last modified time | relevance | path

Searched refs:doc (Results 826 – 850 of 1496) sorted by relevance

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

/plugin/bureaucracy-au/_test/
H A Dfield_file.test.php18 $doc = phpQuery::newDocument($xhtml);
19 $result = pq($pqSelector, $doc);
/plugin/bureaucracyau/_test/
H A Dfield_file.test.php18 $doc = phpQuery::newDocument($xhtml);
19 $result = pq($pqSelector, $doc);
/plugin/linkbonus/
H A Dcommon.php76 $renderer->doc .= '<!-- linkbonus to ['. $link['url']. '] -->';
77 $renderer->doc .= $outp;
/plugin/subjectindex/syntax/
H A Dentry.php90 $renderer->doc .= $data;
121 $renderer->doc .= '<a id="' . $link_id .
/plugin/ghissues/syntax/
H A Dsyntax.php145 $renderer->doc .= '<p>ghissues helper failed to load</p>';
152 $renderer->doc .= $renderOutput;
/plugin/glossary/syntax/
H A Ddiv.php91 $renderer->doc .= '<div class="glossary">'.$text.'</div>';
107 $renderer->doc .=
/plugin/accscounter/syntax/
H A Dpopularity.php81 $renderer->doc .= htmlspecialchars($this->getLang('err3'));
139 } else $renderer->doc .= $this->getLang('noitems');
/plugin/iframeinterwiki/
H A Dsyntax.php106 $R->doc .= '<div class="iframe">'.hsc($data['alt']).'</div>';
122 $R->doc .= "<iframe $params>".hsc($alt).'</iframe>';
/plugin/combo/syntax/
H A Ddisqus.php176 $renderer->doc .= <<<EOD
200 $renderer->doc .= '<div id="disqus_thread"></div>';
H A Dvariable.php151 $renderer->doc .= $e->getMessage();
154 $renderer->doc .= $execute;
H A Dbrand.php242 $renderer->doc .= BrandTag::render($tagAttributes, $state, $data);;
245 $renderer->doc .= PluginUtility::renderUnmatched($data);
248 $renderer->doc .= "</a>";
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php104 $this->doc .= $this->_formatLink($link);
224 if ($linking === 'nolink' || $noLink) $this->doc .= $link['name'];
225 else $this->doc .= $this->_formatLink($link);
/plugin/odt/ODT/styles/
H A DODTTextStyle.php233 …c function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocument $doc=NULL){ argument
285 if ( $length > 0 && $odt_fo_size [$length-1] == '%' && isset($doc)) {
290 $doc->addStyle($style_obj);
/plugin/addnewpage/
H A Dsyntax.php98 $renderer->doc .= '';
100 $renderer->doc .= $this->getLang('nooption');
120 $renderer->doc .= $form;
/plugin/docimporter/
H A D.action.php.swp16doc to HTML and MediaWiki�� if(move_uploaded_file($_FILES['doc']['tmp_name'], $tempDir."/". $…
/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/dirtylittlehelper/mermaid/editor/docs/
H A D47.47.js.map1doc', '@roxygen'],\n [/(^#.*$)/, 'comment'],\n [/\\s+/, 'white'],\n …
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst10 :doc:`reuse<use>`.
35 In this example, the :doc:`block<block>` tags define four blocks that child
92 :doc:`parent<../functions/parent>` function. This gives back the results of
272 .. seealso:: :doc:`block<../functions/block>`, :doc:`block<../tags/block>`, :doc:`parent<../functio…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst124 :doc:`attribute<functions/attribute>` function instead.
139 :doc:`set<tags/set>` tag:
170 :doc:`filter<tags/filter>` tag:
178 Go to the :doc:`filters<filters/index>` page to learn more about built-in
196 Go to the :doc:`functions<functions/index>` page to learn more about the
256 ``users``, use the :doc:`for<tags/for>` tag:
267 The :doc:`if<tags/if>` tag can be used to test an expression:
439 :doc:`escape<filters/escape>` or ``e`` filter:
495 :doc:`verbatim<tags/verbatim>`.
516 :doc:`import<tags/import>` tag before being used:
[all …]
/plugin/abc/
H A Dsyntax.php121 $renderer->doc .= $this->_showFiles($curFileBase);
127 $renderer->doc .= '<div class="abc_src'.$visible.'">'.NL;
128 $renderer->doc .= $renderer->file($origSrc);
129 $renderer->doc .= '</div>'.NL;
134 $renderer->doc .= $renderer->file($origSrc);
/plugin/publist/
H A Dsyntax.php116 $renderer->doc .= $code;
121 $renderer->doc .= $data['error'];
/plugin/webcomponent/syntax/
H A Dbutton.php207 $renderer->doc .= $renderer->_xmlEntities($parameters);
216 …$renderer->doc .= '<a href="' . wl($pageid) . '" class="btn btn-primary">' . $renderer->_xmlEntiti…
/plugin/log/
H A Dsyntax.php109 $renderer->doc .= hsc($data);
130 $renderer->doc .= $form->getForm();
/plugin/stars2/
H A Dsyntax.php124 $renderer->doc .= $this->_Stars_static($num);
126 $renderer->doc .= $this->_Stars_dynamic($num);
/plugin/stlviewer/
H A Dsyntax.php125 $renderer->doc .= "<a href=\"" . $mediaurl . "\">".$opts['id']."</a>";
166 $renderer->doc .= implode("\n", $buff);

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