Home
last modified time | relevance | path

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

12345

/plugin/bashorg/
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/
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];
Dstyle.css50 quotes: '“' '”' '‘' '’';
/plugin/randomquote/
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…
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>';
Dplugin.info.txt6 desc This plugin shows a random quote from a list of quotes.
/plugin/formatplus2/
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];
Dstyle.css50 quotes: '“' '”' '‘' '’';
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_literal_quotes_in_titles.md3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
/plugin/blockquote/
Dstyle.css33 /* CSS quotes property quotation mark entity numbers can be customized */
34 quotes: "\0022" "\0022" "\0027" "\0027";
/plugin/tuxquote/
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/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DOutput.FixInnerHTML.txt10 or quotes, but contains a backtick. This slightly changes the
/plugin/wikindx/
Dsyntax.php299 $quotes = $aResponse[intval($resId)];
301 foreach ($quotes as $key => $quote)
/plugin/findologicxmlexport/vendor/symfony/yaml/
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/latexport/examples/
Dsimplest.tex8 \usepackage{csquotes} % To display quotes.
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Duglifyjs219 if (ARGS.quotes === true) {
220 ARGS.quotes = 3;
233 quote_style : ARGS.quotes != null ? ARGS.quotes : 0,
/plugin/displayfile/
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/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm27 <!--- Takes care of those pesky smart quotes from MS apps, replaces them with regular quotes --->
/plugin/combo/grammar/
H A DPageSql.g4102 … enclosing the string in single quotes ('). A single quote within the string can be encoded by put…
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm27 <!--- Takes care of those pesky smart quotes from MS apps, replaces them with regular quotes --->
/plugin/codeprettify/code-prettify/
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/
DREADME.md21 …nswers (for radio and checkbox). Please use double quotes for the rightanswers-array and single qu…
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm36 <!--- Takes care of those pesky smart quotes from MS apps, replaces them with regular quotes --->
/plugin/table2csv/
DREADME.md16 …column heading or caption. Replace "any text" with your start marker. No quotes are used unless th…

12345