Lines Matching refs:length
108 var valStart = index + myCookie.length;
111 valEnd = document.cookie.length;
158 } else if ($("#side-nav").length) {
168 if (devdocNav.length) { // only dev guide, resources, and sdk
180 if (!topicList.length || !ANDROID_TAGS || !ANDROID_RESOURCES)
188 for (var i = 0; i < topics.length; i++) {
206 for (i = 0; i < ANDROID_RESOURCES.length; i++) {
210 for (j = 0; j < tags.length; j++)
220 for (i = 0; i < resources.length; i++) {
231 for (j = 0; j < tags.length; j++) {
261 if (lastSlashPos == (fullPageName.length - 1)) { // if the url ends in slash (add 'index.html')
272 if ((link.length == 0) && ((fullPageName.indexOf("/guide/") != -1) ||
275 while (link.length == 0) {
340 } else if ($("#devdoc-nav").length) {
357 if (sidenav.length) {
372 …if (sidenav.length) { // Must check if the nav exists because IE6 calls resizeWidth() from resizeA…
391 base = uri.substring(uri.indexOf('intl/')+5,uri.length);
392 base = base.substring(base.indexOf('/')+1, base.length);
511 if (selected.length == 0) return;
537 for (i=0; i < nodes.length; i++) { // for each node in this language
540 if (node.not(":empty").length != 0) { //if this languages node has a translation, show it
551 for (i=0; i < nodes.length; i++) { // for each node in this language
554 if (node.not(":empty").length != 0) { // if this languages node has a translation, show it