Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/plugin/dirtylittlehelper/mermaid/editor/docs/
D15.15.js.map1quote'],\n [/connect-src/, 'string.quote'],\n [/default-src/, 'string.quote'…
D14.14.js1quote",next:"@string"}],[/\$\@"/,{token:"string.quote",next:"@litinterpstring"}],[/\@"/,{token:"st…
D55.55.js1quote",bracket:"@open",next:"@rawstringt"}],[/\braw"/,{token:"string.quote",bracket:"@open",next:"…
D64.64.js1quote",bracket:"@open",next:"@dstring"}],[/'/,{token:"string.quote",bracket:"@open",next:"@sstring…
D55.55.js.map1quote', bracket: '@open', next: '@rawstringt' }],\n [/\\braw\"/, { token: 'string.quote
D14.14.js.map1quote',\n next: '@pop'\n },\n …
/plugin/bashorg/
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/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
DGoogleCloudDataplexV1StorageFormatCsvOptions.php37 public $quote; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1StorageFormatCsvOptions
84 public function setQuote($quote) argument
86 $this->quote = $quote;
93 return $this->quote;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DBrowserConsoleHandler.php206 $args[] = static::quote(static::handleCustomStyles($match[2][0], $match[1][0]));
212 $args[] = static::quote('font-weight: normal');
213 $args[] = static::quote($format);
256 …$script[] = static::call('log', static::quote('%c%s'), static::quote('font-weight: bold'), static:…
260 $value = static::quote('');
262 … $script[] = static::call('log', static::quote('%s: %o'), static::quote((string) $key), $value);
268 private static function quote(string $arg): string function in Monolog\\Handler\\BrowserConsoleHandler
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DCsvOptions.php48 public $quote; variable in Google\\Service\\Bigquery\\CsvOptions
127 public function setQuote($quote) argument
129 $this->quote = $quote;
136 return $this->quote;
DJobConfigurationLoad.php90 public $quote; variable in Google\\Service\\Bigquery\\JobConfigurationLoad
399 public function setQuote($quote) argument
401 $this->quote = $quote;
408 return $this->quote;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2Finding.php57 public $quote; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Finding
198 public function setQuote($quote) argument
200 $this->quote = $quote;
207 return $this->quote;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dcommunity.asciidoc8 [quote, ElasticsearchDSL]
20 [quote, elasticsearcher]
33 [quote, ElasticSearchQueryDSL]
52 [quote, ONGR {es} Bundle]
78 [quote, FOS Elastica Bundle]
98 [quote, {es} Connector]
112 [quote, Laravel-Elasticsearch]
123 [quote, Laravel-Elasticsearch]
134 [quote, Plastic]
149 [quote, Index Helper]
/plugin/scrape/vendor/symfony/css-selector/Parser/Handler/
DStringHandler.php48 $quote = $reader->getSubstring(1);
50 if (!\in_array($quote, ["'", '"'])) {
55 $match = $reader->findPattern($this->patterns->getQuotedStringPattern($quote));
67 if ($quote !== $reader->getSubstring(1, \strlen($match[0]))) {
/plugin/latexit/tests/my/
Dtest13.latex12 I love this quote:
13 \begin{quote}
15 \end{quote}
/plugin/sphinxsearch/
DPageMapper.php44 …E into {$this->_table}(page, page_crc, hid, title, title_text) values(".$this->_db->quote($page).",
46 ".$this->_db->quote($hid).",
47 ".$this->_db->quote($title).",
48 ".$this->_db->quote($title_text).")");
/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/jplayer/vendor/symfony/process/
DProcessUtils.php55 $quote = false;
67 $quote = true;
71 if ($quote) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DGenerator.php271 * @param int $quote Quoting style, like htmlspecialchars. ENT_NOQUOTES is
275 public function escape($string, $quote = null) argument
279 if ($quote === null) {
280 $quote = ENT_COMPAT;
282 return htmlspecialchars($string, $quote, 'UTF-8');
/plugin/codemirror/dist/modes/
Dmarkdown.min.js1quote:"quote",list1:"variable-2",list2:"variable-3",list3:"keyword",hr:"hr",image:"image",imageAlt… property
Dshell.min.js.map1quote","close","escaped","shift","backUp","tokenStringStart","startState","token","closeBrackets",…
/plugin/data/syntax/
Drelated.php98 $cond[] = " ( T1.key = " . $sqlite->getPdo()->quote($col) .
119 $from .= ' AND ' . $tables[$col] . ".key = " . $sqlite->getPdo()->quote($col);
151 … $from .= ' AND ' . $tables[$col] . ".key = " . $sqlite->getPdo()->quote($col);
166 AND pages.page != " . $sqlite->getPdo()->quote($id) . "
/plugin/asciidocjs/node_modules/lodash/
D_stringToPath.js21 string.replace(rePropName, function(match, number, quote, subString) { argument
22 result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));
/plugin/csv/_test/csv/
Dc-q-q-evil.csv1 character,quote
11 quote me, please"
/plugin/move/script/
Djson2.js211 function quote(string) { function
258 return quote(value);
325 partial.push(quote(k) + (gap ? ': ' : ':') + v);
337 partial.push(quote(k) + (gap ? ': ' : ':') + v);

12345678910>>...14