Search for quote

  1. Search 9.5.x for quote
  2. Search 8.9.x for quote
  3. Search 10.3.x for quote
  4. Search 11.x for quote
  5. Other projects
Title Object type File name Summary
DatabaseConnection_mysql::quoteIdentifier function includes/database/mysql/database.inc Quotes an identifier if it matches a MySQL reserved keyword.
MYSQL_IDENTIFIER_QUOTE_CHARACTER_DEFAULT constant includes/database/mysql/database.inc The default character for quoting identifiers in MySQL.
quotes.css file modules/simpletest/files/css_test_files/quotes.css /* Example from https://www.w3.org/TR/CSS2/syndata.html#rule-sets */
q[example="public class foo\
{\
private int x;\
\
foo(int x) {\
this.x = x;\
}\
\
}"] { color: red }

/* A pseudo selector with essential whitespace…
quotes.css.optimized.css file modules/simpletest/files/css_test_files/quotes.css.optimized.css q[example="public class foo\
{\
private int x;\
\
foo(int x) {\
this.x = x;\
}\
\
}"]{color:red}q[style*="quotes: none"]{quotes:none;}q[style*='quotes: none']{quotes:none;}q:after{content:": colon…
quotes.css.unoptimized.css file modules/simpletest/files/css_test_files/quotes.css.unoptimized.css /* Example from https://www.w3.org/TR/CSS2/syndata.html#rule-sets */
q[example="public class foo\
{\
private int x;\
\
foo(int x) {\
this.x = x;\
}\
\
}"] { color: red }

/* A pseudo selector with essential whitespace…
_locale_import_parse_quoted function includes/locale.inc Parses a string in quotes

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.