Searched full:pre (Results 1 – 25 of 1528) sorted by relevance
12345678910>>...62
| /plugin/syntaxhighlighter3/sxh3/tests/cases/ |
| D | 002_brushes.html | 2 <pre class="brush: applescript;">test</pre> 3 <pre class="brush: as3;">test</pre> 4 <pre class="brush: bash;">test</pre> 5 <pre class="brush: cf;">test</pre> 6 <pre class="brush: cpp;">test</pre> 7 <pre class="brush: csharp;">test</pre> 8 <pre class="brush: css;">test</pre> 9 <pre class="brush: delphi;">test</pre> 10 <pre class="brush: diff;">test</pre> 11 <pre class="brush: erlang;">test</pre> [all …]
|
| /plugin/bibtex/OSBib/styles/bibliography/mla/ |
| D | MLA.xml | 1 …pre></pre><post>. </post></creator><title><dependentPre></dependentPre><dependentPreAlternative></…
|
| /plugin/bibtex/OSBib/styles/bibliography/chicago/ |
| D | CHICAGO.xml | 1 …pre></pre><post>. </post></creator><publicationYear><dependentPre></dependentPre><dependentPreAlte…
|
| /plugin/bibtex/OSBib/styles/bibliography/apa/ |
| D | APA.xml | 1 …pre></pre><post>. </post></creator><publicationYear><dependentPre></dependentPre><dependentPreAlte…
|
| /plugin/bibtex/OSBib/styles/bibliography/turabian/ |
| D | TURABIAN.xml | 1 …pre></pre><post>. </post></creator><publicationYear><dependentPre></dependentPre><dependentPreAlte…
|
| /plugin/bibtex/OSBib/styles/bibliography/britishmedicaljournal/ |
| D | BRITISHMEDICALJOURNAL.xml | 1 …pre></pre><post>. </post></creator><title><dependentPre></dependentPre><dependentPreAlternative></…
|
| /plugin/bibtex/OSBib/styles/bibliography/ieee/ |
| D | IEEE.xml | 1 …pre></pre><post>, </post></creator><title><dependentPre></dependentPre><dependentPreAlternative></…
|
| /plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
| D | code_in_lists.html | 3 <pre><code>``` 10 </code></pre> 16 <pre><code> bar 21 </code></pre> 27 <pre><code> bar 32 </code></pre> 38 <pre><code> bar 43 </code></pre> 49 <pre><code>bar 54 </code></pre> [all …]
|
| /plugin/mdpage/vendor/cebe/markdown/tests/extra-data/ |
| D | code_in_lists.html | 3 <pre><code>``` 10 </code></pre> 16 <pre><code> bar 21 </code></pre> 27 <pre><code> bar 32 </code></pre> 38 <pre><code> bar 43 </code></pre> 49 <pre><code>bar 54 </code></pre> [all …]
|
| D | fenced-code.html | 1 <pre><code> 4 </code></pre> 5 <pre><code> 8 </code></pre> 9 <pre><code>long fence 15 </code></pre> 16 <pre><code class="html" id="test">fenced code block 17 </code></pre>
|
| /plugin/bibtex/OSBib/styles/bibliography/harvard/ |
| D | HARVARD.xml | 1 …pre></pre><post> </post></creator><publicationYear><dependentPre></dependentPre><dependentPreAlter…
|
| /plugin/authsqlite/lang/sk/ |
| D | settings.php | 11 $lang['password'] = 'Heslo pre vyššie uvedeného používateľa'; 15 $lang['checkPass'] = 'SQL príkaz pre kontrolu hesla'; 16 $lang['getUserInfo'] = 'SQL príkaz pre získanie informácií o používateľovi'; 17 $lang['getGroups'] = 'SQL príkaz pre získanie informácií o skupinách používateľa'; 18 $lang['getUsers'] = 'SQL príkaz pre získanie zoznamu používateľov'; 19 $lang['FilterLogin'] = 'SQL podmienka pre filtrovanie používateľov podľa prihlasovacieho … 20 $lang['FilterName'] = 'SQL podmienka pre filtrovanie používateľov podľa mena a priezvisk… 21 $lang['FilterEmail'] = 'SQL podmienka pre filtrovanie používateľov podľa emailovej adresy… 22 $lang['FilterGroup'] = 'SQL podmienka pre filtrovanie používateľov podľa skupiny'; 23 $lang['SortOrder'] = 'SQL podmienka pre usporiadenia používateľov'; [all …]
|
| /plugin/codeprettify/code-prettify/styles/ |
| D | desert.css | 2 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 …]
|
| D | doxy.css | 3 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 …]
|
| D | sunburst.css | 4 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 …]
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | specs.html | 73 <code><table></code>, <code><pre></code>, <code><p></code>, etc. -- must be separ… 78 <pre><code>This is a regular paragraph. 87 </code></pre> 107 <pre><code>http://images.google.com/images?num=30&q=larry+bird 108 </code></pre> 110 <pre><code>http://images.google.com/images?num=30&amp;q=larry+bird 111 </code></pre> 120 <pre><code>&copy; 121 </code></pre> 123 <pre><code>AT&T [all …]
|
| D | md1_markdown_documentation_basics.html | 34 <pre><code>A First Level Header 54 </code></pre> 56 <pre><code><h1>A First Level Header</h1> 76 </code></pre> 80 <pre><code>Some of these words *are emphasized*. 85 </code></pre> 87 <pre><code><p>Some of these words <em>are emphasized</em>. 92 </code></pre> 97 <pre><code>* Candy. 100 </code></pre> [all …]
|
| D | md1_horizontal_rules.html | 6 <pre><code>--- 7 </code></pre> 12 <pre><code>- - - 13 </code></pre> 19 <pre><code>*** 20 </code></pre> 25 <pre><code>* * * 26 </code></pre> 32 <pre><code>___ 33 </code></pre> [all …]
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
| D | XML.php | 389 $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/ |
| D | all.css | 14 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/html2pdf/html2pdf/html2ps/unittest/ |
| D | test.white-space.php | 12 $element =& $tree->get_element_by_id('div-pre'); 15 'Incorrect line box number in DIV with "white-space: pre" [%s]'); 20 … 'Incorrect line box number in DIV with "white-space: pre" without leading linefeeds [%s]'); 25 … 'Incorrect line box number in DIV with "white-space: pre" with trailing empty line [%s]'); 32 $element =& $tree->get_element_by_id('div-pre-wrap'); 35 'Incorrect line box number in DIV with "white-space: pre-wrap" [%s]'); 37 $element =& $tree->get_element_by_id('div-pre-wrap2'); 40 … 'Incorrect line box number in DIV with "white-space: pre-wrap" without leading linefeeds [%s]'); 42 $element =& $tree->get_element_by_id('div-pre-line'); 45 … 'Incorrect line box number in DIV with "white-space: pre-line" with trailing empty line [%s]'); [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/lang/ |
| D | sk.js | 5 …Pre zatvorenie tohto okna, stlačte ESC.",legend:[{name:"Všeobecne",items:[{name:"Lišta nástrojov e… 6 …pre presun na ďalší prvok, SHIFT+TAB pre presun na predchádzajúci prvok, ENTER pre odoslanie, ESC … 7 …pre výber možnosti zoznamu. Stlačte ESC pre zatvorenie boxu zoznamu."},{name:"Editorove pásmo cest… 8 …pre prístup na najbližšie nedosiahnuteľné zamerateľné medzery pred vsuvkuo. Napríklad: dve za sebo… 9 …pre prístup na najbližšie nedosiahnuteľné zamerateľné medzery po vsuvke. Napríklad: dve za sebou i…
|
| /plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/lang/ |
| D | sk.js | 5 …Pre zatvorenie tohto okna, stlačte ESC.",legend:[{name:"Všeobecne",items:[{name:"Lišta nástrojov e… 6 …pre presun na ďalší prvok, SHIFT+TAB pre presun na predchádzajúci prvok, ENTER pre odoslanie, ESC … 7 …pre výber možnosti zoznamu. Stlačte ESC pre zatvorenie boxu zoznamu."},{name:"Editorove pásmo cest… 8 …pre prístup na najbližšie nedosiahnuteľné zamerateľné medzery pred vsuvkuo. Napríklad: dve za sebo… 9 …pre prístup na najbližšie nedosiahnuteľné zamerateľné medzery po vsuvke. Napríklad: dve za sebou i…
|
| /plugin/highlightjs/highlight/ |
| D | test.html | 35 pre { 173 <pre> 183 </code></pre> 188 <pre><code> 261917242 function calls in 686.251 CPU seconds 196 </code></pre> 201 <pre><code>class CategoriesController < App::ApplicationController 217 </code></pre> 222 <pre><code># loads object 248 </code></pre> 253 <pre><code>require_once 'Zend.php'; [all …]
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/ |
| D | EventDispatcherTest.php | 62 $this->dispatcher->addListener('pre', [$b, 'bar'], 'Bar'); 63 $this->dispatcher->addListener('pre', [$b, 'foo'], 'Foo'); 64 $this->dispatcher->addListener('pre', [$b, 'all']); 66 $b->bar($this->event, 'pre', 'Bar', 'json', $this->dispatcher); 67 $b->all($this->event, 'pre', 'Bar', 'json', $this->dispatcher); 68 $b->foo($this->event, 'pre', 'Foo', 'json', $this->dispatcher); 69 $b->all($this->event, 'pre', 'Foo', 'json', $this->dispatcher); 72 $this->dispatch('pre', 'Bar'); 73 $this->dispatch('pre', 'Foo'); 81 $this->dispatcher->addListener('pre', [$a, 'onlyProxy'], 'Bar', 'json', Proxy::class); [all …]
|
12345678910>>...62