/external/clang/test/PCH/ |
cxx-required-decls.h | 7 static S globS;
|
/external/chromium/chrome/common/extensions/ |
user_script_unittest.cc | 86 // If there are both, match intersection(union(globs), union(urlpatterns)). 112 // Try with no globs or exclude globs. 158 ASSERT_EQ(script1.globs().size(), script2.globs().size()); 159 for (size_t i = 0; i < script1.globs().size(); ++i) { 160 EXPECT_EQ(script1.globs()[i], script2.globs()[i]);
|
user_script.cc | 23 bool UrlMatchesGlobs(const std::vector<std::string>* globs, 25 for (std::vector<std::string>::const_iterator glob = globs->begin(); 26 glob != globs->end(); ++glob) { 114 // Write globs. 160 // Read globs.
|
user_script.h | 138 // The globs, if any, that determine which pages this script runs against. 140 const std::vector<std::string>& globs() const { return globs_; } function in class:UserScript 203 // Greasemonkey-style globs that determine pages to inject the script into.
|
url_pattern.h | 49 // simple globs, so this won't be perfect.
|
extension.cc | 797 // include/exclude globs (mostly for Greasemonkey compatibility) [all...] |
/external/chromium/chrome/browser/extensions/ |
convert_user_script_unittest.cc | 39 ASSERT_EQ(2u, script.globs().size()); 40 EXPECT_EQ("http://www.google.com/*", script.globs().at(0)); 41 EXPECT_EQ("http://www.yahoo.com/*", script.globs().at(1)); 79 ASSERT_EQ(1u, script.globs().size()); 80 EXPECT_EQ("*", script.globs()[0]);
|
user_script_master_unittest.cc | 125 ASSERT_EQ(3U, script.globs().size()); 126 EXPECT_EQ("*mail.google.com*", script.globs()[0]); 127 EXPECT_EQ("*mail.yahoo.com*", script.globs()[1]); 128 EXPECT_EQ("*mail.msn.com*", script.globs()[2]); 137 ASSERT_EQ(1U, script.globs().size()); 138 EXPECT_EQ("*", script.globs()[0]); 149 ASSERT_EQ(1U, script.globs().size()); 150 EXPECT_EQ("*foo*", script.globs()[0]); 163 EXPECT_EQ(0U, script.globs().size());
|
convert_user_script.cc | 102 // generate some using the include globs. 116 for (size_t i = 0; i < script.globs().size(); ++i) 117 includes->Append(Value::CreateStringValue(script.globs().at(i)));
|
user_script_master.cc | 129 if (script->globs().empty() && script->url_patterns().empty())
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmime.c | 174 file_name = malloc (strlen (directory) + strlen ("/mime/globs") + 1); 175 strcpy (file_name, directory); strcat (file_name, "/mime/globs"); 363 /* Check the globs file */ 364 file_name = malloc (strlen (directory) + strlen ("/mime/globs") + 1); 365 strcpy (file_name, directory); strcat (file_name, "/mime/globs"); 488 /* currently, only a few globs occur twice, and none 848 printf ("\n*** GLOBS ***\n\n"); 850 printf ("\n*** GLOBS REVERSE TREE ***\n\n");
|
xdgmimeglob.h | 2 /* xdgmimeglob.h: Private file. Datastructure for storing the globs.
|
xdgmimeglob.c | 2 /* xdgmimeglob.c: Private file. Datastructure for storing the globs. 534 printf ("\nSIMPLE GLOBS\n"); 544 printf ("\nFULL GLOBS\n");
|
/external/chromium/chrome/common/extensions/docs/static/ |
content_scripts.html | 166 Applied after <code>matches</code> to control the pages that this content script will be injected into. Intended to emulate the <a href="http://wiki.greasespot.net/Metadata_Block#.40include"><code>@include</code></a> Greasemonkey keyword. See <a href="#include-exclude-globs">Include and exclude globs</a> below for more details.</td> 172 Applied after <code>matches</code> to control the pages that this content script will be injected into. Intended to emulate the <a href="http://wiki.greasespot.net/Metadata_Block#.40include"><code>@exclude</code></a> Greasemonkey keyword. See <a href="#include-exclude-globs">Include and exclude globs</a> below for more details.</td> 176 <h3 id="include-exclude-globs">Include and exclude globs</h3>
|
/external/dbus/dbus/ |
dbus-shell.c | 146 * quotes; if a string contains file globs, arithmetic operators, 257 * don't do filename globs, don't remove redirection stuff, etc. 540 * perform (variable expansion, globs, operators, filename expansion,
|
/external/chromium/chrome/common/extensions/docs/ |
content_scripts.html | 264 <a href="#include-exclude-globs">Include and exclude globs</a> 529 Applied after <code>matches</code> to control the pages that this content script will be injected into. Intended to emulate the <a href="http://wiki.greasespot.net/Metadata_Block#.40include"><code>@include</code></a> Greasemonkey keyword. See <a href="#include-exclude-globs">Include and exclude globs</a> below for more details.</td> 535 Applied after <code>matches</code> to control the pages that this content script will be injected into. Intended to emulate the <a href="http://wiki.greasespot.net/Metadata_Block#.40include"><code>@exclude</code></a> Greasemonkey keyword. See <a href="#include-exclude-globs">Include and exclude globs</a> below for more details.</td> 539 <h3 id="include-exclude-globs">Include and exclude globs</h3> [all...] |
/external/qemu/ |
qemu-monitor.hx | 601 optionally include wildcard globs. eg @code{*@@EXAMPLE.COM} to allow 608 optionally include wildcard globs. eg @code{*@@EXAMPLE.COM} to allow
|
/external/icu4c/tools/icupkg/ |
icupkg.cpp | 216 This line is required by MinGW because it incorrectly globs the arguments.
|
/external/openssh/ |
sftp.c | 781 /* sftp ls.1 replacement which handles path globs */ 1212 /* Only "rm" globs */ [all...] |
/external/dbus/bus/ |
dbus-daemon.1.in | 567 the character "*" can be substituted, meaning "any." Complex globs
|
/external/dbus/cmake/bus/ |
dbus-daemon.xml | 589 the character "*" can be substituted, meaning "any." Complex globs
|
/external/mksh/src/ |
edit.c | 528 * long and isn't very useful. File globs are more likely to be [all...] |
/external/srec/config/en.us/dictionary/ |
large.ok | [all...] |