Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D15.15.js.map1quote'],\n [/connect-src/, 'string.quote'],\n [/default-src/, 'string.quote'…
H A D14.14.js1quote",next:"@string"}],[/\$\@"/,{token:"string.quote",next:"@litinterpstring"}],[/\@"/,{token:"st…
H A D55.55.js1quote",bracket:"@open",next:"@rawstringt"}],[/\braw"/,{token:"string.quote",bracket:"@open",next:"…
H A D64.64.js1quote",bracket:"@open",next:"@dstring"}],[/'/,{token:"string.quote",bracket:"@open",next:"@sstring…
H A D55.55.js.map1quote', bracket: '@open', next: '@rawstringt' }],\n [/\\braw\"/, { token: 'string.quote
H A D14.14.js.map1quote',\n next: '@pop'\n },\n …
/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/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A 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/
H A 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/
H A DCsvOptions.php48 public $quote; variable in Google\\Service\\Bigquery\\CsvOptions
127 public function setQuote($quote) argument
129 $this->quote = $quote;
136 return $this->quote;
H A 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/
H A 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/latexit/tests/my/
H A Dtest13.latex12 I love this quote:
13 \begin{quote}
15 \end{quote}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A 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, Inde
[all...]
/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/sphinxsearch/
H A 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/jplayer/vendor/symfony/process/
H A DProcessUtils.php55 $quote = false;
67 $quote = true;
71 if ($quote) {
/plugin/codemirror/dist/modes/
H A Dmarkdown.min.js1quote:"quote",list1:"variable-2",list2:"variable-3",list3:"keyword",hr:"hr",image:"image",imageAlt… property in AnonymousFunction75f14acc0200.g
H A Dshell.min.js.map1quote","close","escaped","shift","backUp","tokenStringStart","startState","token","closeBrackets",…
/plugin/csv/_test/csv/
H A Dc-q-q-evil.csv1 character,quote
11 quote me, please"
/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/move/script/
H A Djson2.js211 function quote(string) {
258 return quote(value);
325 partial.push(quote(k) + (gap ? ': ' : ':') + v);
337 partial.push(quote(k) + (gap ? ': ' : ':') + v);
/plugin/jquotes/
H A Dhelper.php62 $quote = $jsonArray['quotes'][$i]['quote'];
64 $text = $quote.'|'.$cite;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Ddense-block-markers.md25 > quote
26 > quote
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Ddense-block-markers.md25 > quote
26 > quote

12345678910>>...12