Searched refs:unquoted (Results 1 – 16 of 16) sorted by relevance
/external/dbus/test/ |
D | shell-test.c | 68 char *unquoted; in test_command_line() local 70 unquoted = _dbus_shell_unquote (original_argv[i]); in test_command_line() 71 if (strcmp (unquoted ? unquoted : "", in test_command_line() 75 i, shell_argv[i], unquoted); in test_command_line() 76 dbus_free (unquoted); in test_command_line() 79 dbus_free (unquoted); in test_command_line()
|
/external/dbus/dbus/ |
D | dbus-shell.c | 171 char *unquoted; in _dbus_shell_unquote() local 177 unquoted = _dbus_strdup (quoted_string); in _dbus_shell_unquote() 178 if (unquoted == NULL) in _dbus_shell_unquote() 181 start = unquoted; in _dbus_shell_unquote() 182 end = unquoted; in _dbus_shell_unquote() 185 dbus_free (unquoted); in _dbus_shell_unquote() 242 dbus_free (unquoted); in _dbus_shell_unquote() 248 dbus_free (unquoted); in _dbus_shell_unquote()
|
/external/pcre/ |
D | pcrecpp.cc | 467 /*static*/ string RE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() argument 478 for (int ii = 0; ii < unquoted.size(); ++ii) { in QuoteMeta() 481 if (unquoted[ii] == '\0') { in QuoteMeta() 483 } else if ((unquoted[ii] < 'a' || unquoted[ii] > 'z') && in QuoteMeta() 484 (unquoted[ii] < 'A' || unquoted[ii] > 'Z') && in QuoteMeta() 485 (unquoted[ii] < '0' || unquoted[ii] > '9') && in QuoteMeta() 486 unquoted[ii] != '_' && in QuoteMeta() 490 !(unquoted[ii] & 128)) { in QuoteMeta() 492 result += unquoted[ii]; in QuoteMeta() 494 result += unquoted[ii]; in QuoteMeta()
|
D | pcrecpp_unittest.cc | 485 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) { in TestQuoteMeta() argument 486 string quoted = RE::QuoteMeta(unquoted); in TestQuoteMeta() 488 CHECK(re.FullMatch(unquoted)); in TestQuoteMeta() 493 static void NegativeTestQuoteMeta(string unquoted, string should_not_match, in NegativeTestQuoteMeta() argument 495 string quoted = RE::QuoteMeta(unquoted); in NegativeTestQuoteMeta()
|
D | pcrecpp.h | 626 static string QuoteMeta(const StringPiece& unquoted);
|
/external/markdown/docs/ |
D | CHANGE_LOG | 105 May 18, 2006: Stopped catching unquoted titles in reference links.
|
/external/oprofile/ |
D | ChangeLog-2005 | 637 * utils/opcontrol: fix unquoted variable references in 'test'
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | PHP Markdown Extra Readme.text | 369 * The markdown="" attribute now accepts unquoted values.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 1128 "attribute requires unquoted parameter">;
|
/external/elfutils/autom4te.cache/ |
D | output.0 | 6773 # config.status. Protect against being in an unquoted here document
|
/external/pcre/doc/ |
D | pcre.txt | 7157 string quoted = RE::QuoteMeta(unquoted);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 13534 - another fix for <rdar://problem/6617298> Typing delete on an unquoted 15843 …Fix for <rdar://problem/6617298> Typing delete on an unquoted blank line unquotes the preceding, q… 17282 … from newly pasted quoted content that was pasted into an unquoted position. If that unquoted pos… 68243 paragraph, or what is before is unquoted, and the user presses delete, unquote that 68250 out. Places a line break to create in empty unquoted paragraph in place of the
|
D | ChangeLog-2006-05-10 | 8557 …//problem/4444693> REGRESSION: Deleting empty lines causes quoted text to mistakenly get "unquoted"
|
D | ChangeLog-2010-01-29 | 93725 …REGRESSION(34681): Breaking up quoted text makes new, unquoted text blue after certain steps; repr… 93734 …typing style (from before the delete, so blue text) to the cursor in the unquoted area after break…
|
D | ChangeLog-2011-02-16 | 9120 injections into unquoted attributes. However, it's a trade-off that's
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 104629 /* Keywords and unquoted identifiers */
|