Search for quote
- Search 9.5.x for quote
- Search 8.9.x for quote
- Search 10.3.x for quote
- Search 11.x for quote
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseConnection_mysql::quoteIdentifier | function | includes/ |
Quotes an identifier if it matches a MySQL reserved keyword. |
MYSQL_IDENTIFIER_QUOTE_CHARACTER_DEFAULT | constant | includes/ |
The default character for quoting identifiers in MySQL. |
quotes.css | file | modules/ |
/* 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/ |
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/ |
/* 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/ |
Parses a string in quotes |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.