/plugin/bashorg/ |
H A D | bash.org.php | 25 $quotes = explode("\n", $data); variable 31 $id = rand(0, sizeof($quotes) - 1); 32 while ($quotes[$id] == "") 34 $id = rand(0, sizeof($quotes) - 1); 36 $output = $quotes[$id]; 38 $quotes[$id] = ""; 40 if (sizeof($quotes) == 2) 47 foreach ($quotes as $quote)
|
/plugin/formatplus/ |
H A D | script.js | 23 var quotes = srule.style.quotes.split(' '); 24 for(var j=0; j<quotes.length; j+=2){ 25 var q = quotes[j]; 29 if(j+1 < quotes.length){ 30 q = quotes[j+1];
|
H A D | style.css | 50 quotes: '“' '”' '‘' '’';
|
/plugin/randomquote/ |
H A D | README.md | 3 This is a very (!) simple syntax plugin for DokuWiki that allows you to show random quotes on your … 4 The plugin is file-based and relies on a list of quotes stored in a `quotes.txt` file. 10 To add new quotes or to change the style, please edit the `quotes.txt` and `style.css` files in you…
|
H A D | syntax.php | 64 $quotes = file('./lib/plugins/randomquote/quotes.txt', FILE_IGNORE_NEW_LINES); 66 $renderer->doc .= '<div class="randomquote">"'.$quotes[rand(0,sizeof($quotes)-1)].'"</div>';
|
H A D | plugin.info.txt | 6 desc This plugin shows a random quote from a list of quotes.
|
/plugin/formatplus2/ |
H A D | script.js | 51 var quotes = srule.style.quotes.split(' '); 52 for(var j=0; j<quotes.length; j+=2){ 53 var q = quotes[j]; 57 if(j+1 < quotes.length){ 58 q = quotes[j+1];
|
H A D | style.css | 50 quotes: '“' '”' '‘' '’';
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | escapedCharacters.yml | 1 test: outside double quotes 141 test: Double quotes with a line feed 143 { double: "some value\n \"some quoted string\" and 'some single quotes one'" } 146 'double' => "some value\n \"some quoted string\" and 'some single quotes one'" 151 { single: 'foo\Var', no-quotes: foo\Var, double: "foo\\Var" } 154 'single' => 'foo\Var', 'no-quotes' => 'foo\Var', 'double' => 'foo\Var'
|
H A D | YtsTypeTransfers.yml | 18 period, dash, space, quotes, exclamation, and 67 You can also enclose your strings within single quotes, 69 freely. Inside single quotes, you can represent a single 70 quote in your string by using two single quotes next to 87 Enclosing strings in double quotes allows you
|
H A D | YtsNullsAndEmpties.yml | 41 with a pair of quotes.
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | md1_literal_quotes_in_titles.md | 3 Foo [bar](/url/ "Title with "quotes" inside"). 6 [bar]: /url/ "Title with "quotes" inside"
|
/plugin/blockquote/ |
H A D | style.css | 33 /* CSS quotes property quotation mark entity numbers can be customized */ 34 quotes: "\0022" "\0022" "\0027" "\0027";
|
/plugin/tuxquote/ |
H A D | README | 5 Thanks to Phil Chadwick for supplying the quotes that he has been collecting over the years. 11 Add or remove quotes from the lib/plugins/tuxquote/quotes.txt file. Quotes are line delimited and H…
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Output.FixInnerHTML.txt |
|
/plugin/latexport/examples/ |
H A D | simplest.tex | 8 \usepackage{csquotes} % To display quotes.
|
/plugin/findologicxmlexport/vendor/symfony/yaml/ |
H A D | CHANGELOG.md | 65 4.0. Use quotes to opt-in for keys to be parsed as strings. 165 * When surrounding strings with double-quotes, you must now escape `\` characters. Not 166 escaping those characters (when surrounded by double-quotes) is deprecated.
|
/plugin/displayfile/ |
H A D | README.md | 28 … value can be enclosed in single or double quotes (' or "). The `TARGET` path part must be enclose…
|
/plugin/combo/vendor/symfony/yaml/ |
H A D | CHANGELOG.md | 118 4.0. Use quotes to opt-in for keys to be parsed as strings. 218 * When surrounding strings with double-quotes, you must now escape `\` characters. Not 219 escaping those characters (when surrounded by double-quotes) is deprecated.
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.cfm | 27 <!--- Takes care of those pesky smart quotes from MS apps, replaces them with regular quotes --->
|
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.cfm | 27 <!--- Takes care of those pesky smart quotes from MS apps, replaces them with regular quotes --->
|
/plugin/combo/grammar/ |
H A D | PageSql.g4 | 102 // A string constant is formed by enclosing the string in single quotes ('). A single quote within the string can be encoded by putting two single quotes in a row - as in Pascal. C-style escapes using the backslash character are not supported because they are not standard SQL.
|
/plugin/codeprettify/code-prettify/ |
H A D | README.md | 137 Apparently wordpress does "smart quoting" which changes close quotes. This 138 causes end quotes to not match up with open quotes.
|
/plugin/quizlib/ |
H A D | README.md | 21 …nswers (for radio and checkbox). Please use double quotes for the rightanswers-array and single qu…
|
/plugin/table2csv/ |
H A D | README.md | 16 …column heading or caption. Replace "any text" with your start marker. No quotes are used unless th…
|