Searched refs:tags (Results 1 - 7 of 7) sorted by relevance

/yui3/src/autocomplete/tests/functional/
H A Dautocomplete-test-data.js27 tags: [
/yui3/src/autocomplete/tests/assets/
H A Dtest-data.js25 tags: [
/yui3/src/dom/js/
H A Ddom-create.js50 if (children && children.tags) { // use tags filter when possible
52 children = node.children.tags(tag);
54 hasComments = children.tags('!').length;
58 if (!children || (!children.tags && tag) || hasComments) {
/yui3/build/dom-base/
H A Ddom-base-debug.js346 if (children && children.tags) { // use tags filter when possible
348 children = node.children.tags(tag);
350 hasComments = children.tags('!').length;
354 if (!children || (!children.tags && tag) || hasComments) {
/yui3/build/dom-create/
H A Ddom-create-debug.js223 tb = frag.children.tags('tbody')[0];
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js1418 * Languages are represented using BCP 47 language tags, such as "en-GB" for
5254 * language tags. A string array or a comma-separated list.
5257 * tags.
6949 if (children && children.tags) { // use tags filter when possible
6951 children = node.children.tags(tag);
6953 hasComments = children.tags('!').length;
6957 if (!children || (!children.tags && tag) || hasComments) {
18933 // skip non element nodes or non-matching tags
/yui3/src/simpleyui/js/
H A Dconcat.js1418 * Languages are represented using BCP 47 language tags, such as "en-GB" for
5254 * language tags. A string array or a comma-separated list.
5257 * tags.
6949 if (children && children.tags) { // use tags filter when possible
6951 children = node.children.tags(tag);
6953 hasComments = children.tags('!').length;
6957 if (!children || (!children.tags && tag) || hasComments) {
18933 // skip non element nodes or non-matching tags

Completed in 119 milliseconds