| /plugin/bashorg/ |
| 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/visio/conf/ |
| D | metadata.php | 7 … - default class ('setting'), textarea, minimal input validation, setting output in quotes 8 * 'string' - single line text input, minimal input validation, setting output in quotes 9 …numeric' - text input, accepts numbers and arithmetic operators, setting output without quotes 12 …* 'multichoice' - select input (single choice), setting output with quotes, required _choices p… 13 … 'email' - text input, input must conform to email address format, setting output in quotes 14 * 'password' - password input, minimal input validation, setting output plain text in quotes
|
| /plugin/randomquote/ |
| 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…
|
| 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>';
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
| 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'
|
| 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
|
| /plugin/formatplus/ |
| 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];
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Support/ |
| H A D | XPathEscaper.php | 8 * Converts xpath strings with both quotes and ticks into: 16 // Single quotes not present => we can quote in them 21 // Double quotes not present => we can quote in them 26 // Both single and double quotes are present
|
| /plugin/jquotes/ |
| D | helper.php | 38 if(!file_exists($file)) throw new Exception("No quotes file at $cookieID"); 60 //$i = mt_rand(0, count($jsonArray['quotes']) -1); 61 $i = array_rand($jsonArray['quotes']); 62 $quote = $jsonArray['quotes'][$i]['quote']; 63 $cite = $jsonArray['quotes'][$i]['author'];
|
| /plugin/formatplus2/ |
| 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];
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ |
| D | FontFamily.php | 148 // quoting to single quotes, and fails to escape single 149 // quotes. (Note that this is not IE's behavior for all 156 // single-quotes, no matter what the encoding. (Fun 159 // double quotes, but still translate unadorned double 160 // quotes into single quotes.) So, because their 161 // fixpoint behavior is identical to single quotes, they 171 // browser doesn't /remove/ surrounding quotes (as IE does 178 // - Edgy: Everything except quotes, backslashes
|
| /plugin/tuxquote/ |
| 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…
|
| D | syntax.php | 66 $quotes = file( DOKU_PLUGIN . $this->getPluginName() . "/quotes.txt" ); 67 return $quotes[ array_rand( $quotes, 1 ) ];
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | css.utils.inc.php | 67 * Strings can either be written with double quotes or with single 68 * quotes. Double quotes cannot occur inside double quotes, unless 69 * escaped (e.g., as '\"' or as '\22'). Analogously for single quotes
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/ |
| D | Escaper.php | 51 * @return bool True if the value would require double quotes 59 * Escapes and surrounds a PHP value with double quotes. 75 * @return bool True if the value would require single quotes 91 * Escapes and surrounds a PHP value with single quotes.
|
| /plugin/spreadout/ |
| D | action.php | 26 * that is used in <tt>/inc/Parsing/Parsermode/Quotes.php</tt>. 28 * settings to render curly quotes then they are tokenized and 34 * least curly double quotes the settings, so what I do is still 71 // 2025-07-04: Use the default functionality for double-quotes.
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | md1_literal_quotes_in_titles.md | 3 Foo [bar](/url/ "Title with "quotes" inside"). 6 [bar]: /url/ "Title with "quotes" inside"
|
| D | md1_literal_quotes_in_titles.html | 1 <p>Foo <a href="/url/" title="Title with "quotes" inside">bar</a>.</p> 2 <p>Foo <a href="/url/" title="Title with "quotes" inside">bar</a>.</p>
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | File.php | 23 * etag must always be surrounded by double-quotes. These quotes must 71 * The ETag is an arbitrary string, but MUST be surrounded by double-quotes.
|
| D | IFile.php | 24 * etag must always be surrounded by double-quotes. These quotes must 65 * The ETag must be surrounded by double-quotes, so something like this
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | IFile.php | 24 * etag must always be surrounded by double-quotes. These quotes must 65 * The ETag must be surrounded by double-quotes, so something like this
|
| /plugin/fortune/ |
| D | syntax.php | 92 Quotes from any of the fortune-files in the dir. 94 Quotes from the specific file. 115 $quotes[$index] = $amount; 123 $quotes[$index] = $amount; 133 while ($quotes[$i] < $index) { 141 Reads the number of quotes in the file.
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | utility.js | 240 "%>Statement quotes and 'quotes'.<% } %>"); 241 assert.equal(quoteInStatementAndBody({foo: 'bar'}), "Statement quotes and 'quotes'."); 276 …quoteInStatementAndBody = _.template("{{ if(foo == 'bar'){ }}Statement quotes and 'quotes'.{{ } }}… 277 assert.equal(quoteInStatementAndBody({foo: 'bar'}), "Statement quotes and 'quotes'."); 291 …quoteInStatementAndBody = _.template("<? if(foo == 'bar'){ ?>Statement quotes and 'quotes'.<? } ?>… 292 assert.equal(quoteInStatementAndBody({foo: 'bar'}), "Statement quotes and 'quotes'.");
|
| /plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/ |
| D | BackendInterface.php | 137 * newly created resource, and must be enclosed with double quotes (that 138 * is, the string itself must contain the double quotes). 165 * quotes (that is: the string itself must contain the actual quotes).
|
| /plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/ |
| H A D | BackendInterface.php | 134 * newly created resource, and must be enclosed with double quotes (that 135 * is, the string itself must contain the double quotes). 162 * quotes (that is: the string itself must contain the actual quotes).
|