Home
last modified time | relevance | path

Searched refs:quote (Results 176 – 200 of 293) sorted by last modified time

12345678910>>...12

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js6740 string.replace(rePropName, function(match, number, quote, subString) {
6741 result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js6740 string.replace(rePropName, function(match, number, quote, subString) {
6741 result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js12203 function quote(string) {
12251 return quote(value);
12318 partial.push(quote(k) + (gap ? ': ' : ':') + v);
12330 partial.push(quote(k) + (gap ? ': ' : ':') + v);
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js5330 key.replace(objNotationRegex, function (all, name, quote, quotedName, isFunc) { argument
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1001 key.replace(objNotationRegex, function (all, name, quote, quotedName, isFunc) {
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js219 function quote(string) { function
268 return quote(value);
337 partial.push(quote(k) + (
353 partial.push(quote(k) + (
/plugin/sphinxsearch-was/
H A DPageMapper.php43 …to {$this->_table}(page, page_crc, hid, title, title_text) values(" . $this->_db->quote($page) . ",
45 " . $this->_db->quote($hid) . ",
46 " . $this->_db->quote($title) . ",
47 " . $this->_db->quote($title_text) . ")");
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md138 quote (simple or double), we could have:
141 %token quote "|'
145 ::quote:: <handle> ::quote::
153 ::quote[0]:: <handle> ::quote[0]::
156 All `quote[0]` for the rule instance must have the same value. Another example
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md957 - fix wrong quote in used in docs [\#130](https://github.com/schmittjoh/serializer/pull/130) ([jaap…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml132 quote: >
139 'quote' => "Mark McGwire's year was crippled by a knee injury.\n",
H A DYtsSpecificationExamples.yml1289 third: 'a single quote '' must be escaped.'
1300 'third' => "a single quote ' must be escaped.",
H A DYtsTypeTransfers.yml70 quote in your string by using two single quotes next to
107 until i end it with a quote."
111 "until i end it with a quote."
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG656 * removed the need to quote hash keys
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1433 text = text.replace(/&#39;/g,"'"); //replace single quote entities with single quotes
/plugin/bashorg/
H A Dbash.org.php10 foreach ($out[0] as $quote)
12 $quote = str_replace("\n", "", $quote); variable
13 $quote = str_replace("\r", "", $quote); variable
14 fwrite($f, $quote."\n");
47 foreach ($quotes as $quote)
49 if ($quote != "")
51 fwrite($f, $quote."\n");
/plugin/authdjango/
H A Dauth.php68 …SELECT session_data FROM django_session WHERE session_key=' . $this->dbh->quote($s_id) . ' LIMIT 1…
77 …ame, first_name, last_name, email FROM auth_user WHERE id=' . $this->dbh->quote($userid) . ' LIMIT…
106 …, auth_user_groups, auth_group where auth_user.username = ' . $this->dbh->quote($user) . ' AND aut…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dblockquote-nested.md10 > > quote here
H A Ddense-block-markers.md25 > quote
26 > quote
H A Dblockquote.md10 >this is not a quote
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Ddense-block-markers.md25 > quote
26 > quote
/plugin/fckg/
H A DChanges313 Fixed parsing and output of Dokuwiki quote syntax
/plugin/callflow/
H A Draphael.js5678 key.replace(objNotationRegex, function (all, name, quote, quotedName, isFunc) { argument
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1006 public $quote; variable in Google_JobConfigurationLoad
1058 public function setQuote( $quote) { argument
1059 $this->quote = $quote;
1062 return $this->quote;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …ore details.\n\t *\n\t * When working with HTML you should always quote attribute values t…
/plugin/scrape/
H A DHTMLPurifier.standalone.php

12345678910>>...12