Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DXML.php389 $pre = $post = '';
391 $pre = static::$namespace . ':';
396 …return '<' . $pre . 'ECDSAKeyValue xmlns' . $post . '="http://www.w3.org/2001/04/xmldsig-more#">' …
397 self::encodeXMLParameters($curve, $pre, $options) . "\r\n" .
398 '<' . $pre . 'PublicKey>' . "\r\n" .
399 '<' . $pre . 'X Value="' . $publicKey[0] . '" />' . "\r\n" .
400 '<' . $pre . 'Y Value="' . $publicKey[1] . '" />' . "\r\n" .
401 '</' . $pre . 'PublicKey>' . "\r\n" .
402 '</' . $pre . 'ECDSAKeyValue>';
407 …return '<' . $pre . 'ECDSAKeyValue xmlns' . $post . '="http://www.w3.org/2009/xmldsig11#">' . "\r\…
[all …]
/plugin/codeprettify/code-prettify/styles/
Ddesert.css2 pre.prettyprint { display: block; background-color: #333 }
3 pre .nocode { background-color: none; color: #000 }
4 pre .str { color: #ffa0a0 } /* string - pink */
5 pre .kwd { color: #f0e68c; font-weight: bold }
6 pre .com { color: #87ceeb } /* comment - skyblue */
7 pre .typ { color: #98fb98 } /* type - lightgreen */
8 pre .lit { color: #cd5c5c } /* literal - darkred */
9 pre .pun { color: #fff } /* punctuation */
10 pre .pln { color: #fff } /* plaintext */
11 pre .tag { color: #f0e68c; font-weight: bold } /* html/xml tag - lightyellow */
[all …]
Dsunburst.css4 pre .str, code .str { color: #65B042; } /* string - green */
5 pre .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */
6 pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */
7 pre .typ, code .typ { color: #89bdff; } /* type - light blue */
8 pre .lit, code .lit { color: #3387CC; } /* literal - blue */
9 pre .pun, code .pun { color: #fff; } /* punctuation - white */
10 pre .pln, code .pln { color: #fff; } /* plaintext - white */
11 pre .tag, code .tag { color: #89bdff; } /* html/xml tag - light blue */
12 pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */
13 pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
[all …]
Ddoxy.css3 pre .str, code .str { color: #fec243; } /* string - eggyolk gold */
4 pre .kwd, code .kwd { color: #8470FF; } /* keyword - light slate blue */
5 pre .com, code .com { color: #32cd32; font-style: italic; } /* comment - green */
6 pre .typ, code .typ { color: #6ecbcc; } /* type - turq green */
7 pre .lit, code .lit { color: #d06; } /* literal - cherry red */
8 pre .pun, code .pun { color: #8B8970; } /* punctuation - lemon chiffon4 */
9 pre .pln, code .pln { color: #f0f0f0; } /* plaintext - white */
10 pre .tag, code .tag { color: #9c9cff; } /* html/xml tag (bluey) */
11 pre .htm, code .htm { color: #dda0dd; } /* html tag light purply*/
12 pre .xsl, code .xsl { color: #d0a0d0; } /* xslt tag light purply*/
[all …]
/plugin/codeprettify/
Dall.css14 div.plugin_codeprettify + pre {
21 pre.prettyprint {
22 white-space: pre-wrap;
29 pre.prettyprint ol.linenums {
33 pre.prettyprint ol.linenums > li.L0 { list-style-type: decimal; }
34 pre.prettyprint ol.linenums > li.L1 { list-style-type: decimal; }
35 pre.prettyprint ol.linenums > li.L2 { list-style-type: decimal; }
36 pre.prettyprint ol.linenums > li.L3 { list-style-type: decimal; }
37 pre.prettyprint ol.linenums > li.L4 { list-style-type: decimal; }
38 pre.prettyprint ol.linenums > li.L5 { list-style-type: decimal; }
[all …]
/plugin/blextra/
Dhelper.php51 'pre' => '',
57 'pre' => '',
63 'pre' => '',
69 'pre' => '',
75 'pre' => '',
81 'pre' => '',
87 'pre' => '',
93 'pre' => '',
99 'pre' => '',
105 'pre' => '',
[all …]
/plugin/bibtex/OSBib/format/
DPARSESTYLE.php54 $pre = $array[1];
59 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $pre, $dependent))
63 $pre = str_replace($dependent[0], "__DEPENDENT_ON_PREVIOUS_FIELD__", $pre);
92 if(preg_match("/\^(.*)\^(.*)\^/U", $pre, $matchCarat))
94 $pre = str_replace($matchCarat[0], "__SINGULAR_PLURAL__", $pre);
127 $final[$fieldName]['pre'] = str_replace('`', '', $pre);
130 $final[$fieldName]['pre'] = $pre;
/plugin/code2/
Dstyle.css4 div.dokuwiki pre.code,pre.code,div.dokuwiki pre.console,pre.console{border:thin dotted #ccc;margin:…
5 div.dokuwiki pre.code,pre.code{background:#fcfdfe none;color:#000;padding:0.4ex;}
33 pre.code a{border:none;}
34 div.dokuwiki pre.console,pre.console{background:#333 none;color:#fff;font-weight:900;padding:0.4ex …
35 div.dokuwiki pre.console .lno,pre.console .lno{background:inherit;color:#cff;font-size:smaller;font…
37 div.code pre.code{margin:0;}
45 div.code pre.codeHidden{display:none;}
46 div.code pre.codeShown{display:block;}
Dsyntax_plugin_code.css18 div.dokuwiki pre.code,
19 pre.code,
20 div.dokuwiki pre.console,
21 pre.console {
30 div.dokuwiki pre.code,
31 pre.code {
166 pre.code a {
172 div.dokuwiki pre.console,
173 pre.console {
179 div.dokuwiki pre.console .lno,
[all …]
/plugin/fedauth/classes/usr/
Dfa_signin.usr.class.php68 /*print('<pre>reqe='.print_r($_REQUEST, true).'</pre>');
69 print('<pre>get='.print_r($_GET, true).'</pre>');
70 print('<pre>post='.print_r($_POST, true).'</pre>');
/plugin/jquery-syntax/jquery-syntax/base/
Djquery.syntax.layout.list.css11 white-space: pre-wrap;
13 white-space: -moz-pre-wrap;
15 white-space: -o-pre-wrap;
18 _white-space: pre; }
37 white-space: pre-wrap;
39 white-space: -moz-pre-wrap;
41 white-space: -o-pre-wrap;
44 _white-space: pre; }
/plugin/asciidocjs/node_modules/brace-expansion/
Dindex.js47 var pre = m.pre;
50 var p = pre.split(',');
102 var pre = m.pre;
107 if (/\$$/.test(m.pre)) {
109 var expansion = pre+ '{' + m.body + '}' + post[k];
120 str = m.pre + '{' + m.body + escClose + m.post;
136 return m.pre + n[0] + p;
194 var expansion = pre + N[j] + post[k];
/plugin/code3/src/
Dpsyhi.js158 var pre = document.getElementsByTagName('pre')
159 ,i=pre.length-1, m, s, id
164 if (m = pre[i].className.match(/code/)) {
167 txt = pre[i].value || pre[i].innerHTML;
182 pre[i].style.padding = 0;
183 pre[i].style.margin = 0;
184 pre[i].style.border = 0;
186 var w = pre[i].offsetWidth;
187 var h = pre[i].offsetHeight;
189 pre[i].style.display = 'none';
[all …]
/plugin/wpre/
Dstyle.css3 white-space: pre-wrap; /* css-3 */
4 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
5 white-space: -pre-wrap; /* Opera 4-6 */
6 white-space: -o-pre-wrap; /* Opera 7 */
/plugin/asciidocjs/node_modules/jake/node_modules/brace-expansion/
Dindex.js48 var pre = m.pre;
51 var p = pre.split(',');
104 if (!m || /\$$/.test(m.pre)) return [str];
113 str = m.pre + '{' + m.body + escClose + m.post;
132 return m.pre + n[0] + p;
142 var pre = m.pre;
193 var expansion = pre + N[j] + post[k];
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
Dprism.css7 pre[class*="language-"] {
13 white-space: pre;
26 pre[class*="language-"],
27 :not(pre) > code[class*="language-"] {
32 pre[class*="language-"] {
36 pre[class*="language-"]::selection { /* Safari */
39 pre[class*="language-"]::selection { /* Firefox */
44 :not(pre) > code[class*="language-"] {
104 pre[data-line] {
144 white-space: pre;
/plugin/asiansearch/
Daction.php166 $pre = min($utf8_idx-$utf8_offset,100);
169 if ($pre>50 && $post>50) {
170 $pre = $post = 50;
171 } else if ($pre>50) {
172 $pre = min($pre,100-$post);
174 $post = min($post, 100-$pre);
185 $start = $utf8_idx - $pre;
/plugin/mediasyntax/test/
Dmediasyntax-test.txt11 <pre>
12 preformatted text in a "pre" tag, line 1
14 </pre>
16 <pre>Preformatted text inside a "pre"-tag, all in one line</pre>
/plugin/phpbblinks/
Daction.php20 var $pre; variable in action_plugin_phpbblinks
214 ',$this->pre,intval($id));
230 ',$this->pre,intval($id));
241 $pre = '';
250 $pre = $table_prefix;
258 $pre = $this->getConf('pre');
260 $this->pre = $pre;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcklistslib.js31 …:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,hr:1,marquee:1,noscript:1,ol:1,p:1,pre:1,script:1,table:1,… property
34 …NonEmptyBlockElements : { p:1,div:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,address:1,pre:1,ol:1,ul:1… property
46 …PathBlockElements : { address:1,blockquote:1,dl:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,p:1,pre:1,li:1,dt:… property
52 StyleBlockElements : { address:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,p:1,pre:1 }, property
58 …BlockBoundaries : { p:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,hr:1,address:1,pre:1,ol:1,ul:1,li:1,dt… property
59 …ListBoundaries : { p:1,div:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,hr:1,address:1,pre:1,ol:1,ul:1,li:1,dt… property
/plugin/codify/
Dcodify.css1 pre.dokuwiki-plugin-codify {
5 pre.dokuwiki-plugin-codify,
6 pre.dokuwiki-plugin-codify > code {
/plugin/asciidocjs/node_modules/balanced-match/
DREADME.md17 console.log(balanced('{', '}', 'pre{in{nested}}post'));
18 console.log(balanced('{', '}', 'pre{first}between{second}post'));
19 console.log(balanced(/\s+\{\s+/, /\s+\}\s+/, 'pre { in{nest} } post'));
26 { start: 3, end: 14, pre: 'pre', body: 'in{nested}', post: 'post' }
29 pre: 'pre',
32 { start: 3, end: 17, pre: 'pre', body: 'in{nest}', post: 'post' }
44 * **pre** the preamble, `a` and `b` not included
/plugin/projects/
Dcodemirror.css64 white-space: pre !important;
69 white-space: pre;
77 .CodeMirror pre {
86 white-space: pre;
92 .CodeMirror-wrap pre {
94 white-space: pre-wrap;
105 .CodeMirror pre.CodeMirror-cursor {
113 .cm-keymap-fat-cursor pre.CodeMirror-cursor {
121 .cm-keymap-fat-cursor pre.CodeMirror-cursor:not(#nonsense_id) {
124 .CodeMirror pre.CodeMirror-cursor.CodeMirror-overwrite {}
[all …]
/plugin/codebutton2/
Dadmin.php60 …ing format:<br><pre class="code">&lt;button name&gt; = &lt;geshi code name&gt;<br></pre>Example:</…
/plugin/code3/
Dstyle.css24 div.code pre.code, div.file pre.file {
37 div.code pre {
50 div.file pre.file {

12345678910>>...24