Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 25 of 102) sorted by relevance

12345

/plugin/bashorg/
H A Dbash.org.php25 $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 Dscript.js23 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 Dstyle.css50 quotes: '“' '”' '‘' '’';
/plugin/randomquote/
H A DREADME.md3 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 Dsyntax.php64 $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 Dplugin.info.txt6 desc This plugin shows a random quote from a list of quotes.
/plugin/formatplus2/
H A Dscript.js51 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 Dstyle.css50 quotes: '“' '”' '‘' '’';
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml1 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 DYtsTypeTransfers.yml18 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 DYtsNullsAndEmpties.yml41 with a pair of quotes.
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_literal_quotes_in_titles.md3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
/plugin/blockquote/
H A Dstyle.css33 /* CSS quotes property quotation mark entity numbers can be customized */
34 quotes: "\0022" "\0022" "\0027" "\0027";
/plugin/tuxquote/
H A DREADME5 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 DOutput.FixInnerHTML.txt
/plugin/latexport/examples/
H A Dsimplest.tex8 \usepackage{csquotes} % To display quotes.
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md65 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 DREADME.md28 … value can be enclosed in single or double quotes (' or "). The `TARGET` path part must be enclose…
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md118 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 Dspellchecker.cfm27 <!--- 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 Dspellchecker.cfm27 <!--- Takes care of those pesky smart quotes from MS apps, replaces them with regular quotes --->
/plugin/combo/grammar/
H A DPageSql.g499 // 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 DREADME.md137 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 DREADME.md21 …nswers (for radio and checkbox). Please use double quotes for the rightanswers-array and single qu…
/plugin/table2csv/
H A DREADME.md16 …column heading or caption. Replace "any text" with your start marker. No quotes are used unless th…

12345