Home
last modified time | relevance | path

Searched refs:pre (Results 26 – 50 of 525) sorted by relevance

12345678910>>...21

/plugin/format/
H A Dsyntax.php146 "'</pre>'.\$renderer->internalmedia(\$medians.'$2', '$1').'<pre>'",
187 $config[$mode]['pre']);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php503 $value['dependentPre'], $pre);
506 $value['dependentPreAlternative'], $pre);
508 $pre = preg_replace("/__DEPENDENT_ON_PREVIOUS_FIELD__/", '', $pre);
523 $pre = array_key_exists('plural', $value) ?
524 preg_replace("/__SINGULAR_PLURAL__/", $value['plural'], $pre) : $pre;
531 preg_replace("/__SINGULAR_PLURAL__/", $value['singular'], $pre) : $pre;
549 $pre = str_replace("`", '', $pre);
551 $pre = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($pre) : $pre;
567 $pre = array_shift($independent);
572 $pre = $dependent[3];
[all …]
/plugin/etherpadlite/externals/etherpad-lite-client/
H A DREADME.md5 <pre>
11 </pre>
21 <pre>
25 </pre>
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/
H A DDirectGenerator.php117 * @param string $pre an analyzer
121 public function setPreFilter(string $pre) argument
123 return $this->setParam('pre_filter', $pre);
/plugin/codeprettify/code-prettify/
H A DREADME.md34 Put code snippets in `<pre class="prettyprint">...</pre>` or
39 <pre class="prettyprint">class Voila {
45 }</pre>
105 <pre class="prettyprint lang-html">
111 </pre>
115 inside the `<pre>` and using `language-java` style classes:
118 <pre class="prettyprint"><code class="language-java">...</code></pre>
151 <pre class="prettyprint linenums:4"
159 </pre>
167 <pre class="prettyprint">
[all …]
/plugin/highlightjs/highlight/styles/
H A Dschool_book.css7 pre code[class]:after {
15 pre code {
22 pre{background:#f6f6ae url(./school_book.png); selector
35 pre code,
H A Ddefault.css7 pre code[class]:after {
16 pre code {
21 pre code,
H A Ddark.css7 pre code[class]:after {
16 pre code {
30 pre code,
H A Dfar.css7 pre code[class]:after {
16 pre code {
21 pre code,
H A Dbrown_paper.css7 pre code[class]:after {
16 pre code {
33 pre code,
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php228 $pre = $this->getFrom();
235 $pre .= ': ';
239 $pre . '(' . $this->getCode() . ') ' . $message . "\n" .
244 $pre . '(' . $this->getCode() . ') ' . $message . "\n" .
/plugin/codehighlight/cp/
H A Dcodepress.css8 white-space:pre;
15 pre {margin:0;} selector
17 P {margin:0;padding:0;border:0;outline:0;display:block;white-space:pre;}
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt47 Дальше скрипт ищет на странице конструкции `<pre><code>...</code></pre>`,
436 <pre><code class="html">...</code></pre>
440 `<pre>`.
444 <pre><code class="no-highlight">...</code></pre>
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst31 In an HTML context, wrap the output with a ``pre`` tag to make it easier to
36 <pre>
38 </pre>
42 Using a ``pre`` tag is not needed when `XDebug`_ is enabled and
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._http.tpl5 <pre>
7 </pre>
H A Derror._no_fetchers.tpl4 <pre>
6 </pre>
H A Derror._connection.tpl7 <pre>
9 </pre>
/plugin/xtermrtf/
H A Dprint.css1 div.dokuwiki pre.xtermrtf {
7 white-space:pre;
H A Dstyle.css1 div.dokuwiki pre.xtermrtf {
7 white-space:pre;
/plugin/wysiwyg/fckeditor/_samples/
H A Dsample.css43 pre selector
47 white-space: pre-wrap; /* css-3 */
48 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
/plugin/bez/tpl/
H A Dactivity.php14 <?php $pre = '<span class="time">' . $row['time'] . '</span> ' ?> variable
18 <?php $row['entity']->html_link($pre, $post) ?>
/plugin/dil/
H A Dsyntax.php43 $pre = 'http://dilbert.com/dyn/str_strip/';
49 '<img src="' . $pre . $b[0] . $post . '" alt="DIL"/></a>' .
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.RemoveInvalidImg.txt
/plugin/nobadbrowser/
H A DChangeLog11 * Second pre-release.
17 * First pre-release.
/plugin/emoji/script/
H A Djquery.textcomplete.js1093 var pre = this.getTextFromHeadToCaret();
1103 pre = pre.replace(regExp, newSubstr);
1104 this.$el.val(pre + post);
1167 var pre = this.getTextFromHeadToCaret();
1177 pre = pre.replace(regExp, newSubstr);
1178 this.$el.val(pre + post);
1182 range.moveEnd('character', pre.length);
1183 range.moveStart('character', pre.length);
1222 var pre = this.getTextFromHeadToCaret();
1239 pre = pre.replace(regExp, newSubstr)
[all …]

12345678910>>...21