HomeSort by relevance Sort by last modified time
    Searched refs:href (Results 201 - 225 of 490) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/doclava/res/assets/templates/
diff.cs 143 <a href="<?cs var:site.link ?>">Link</a>
163 <a href="<?cs var:site.link ?>">Link</a>
177 <a href="<?cs var:site.link ?>">Link</a>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 101 def anchor_bgn(self, href, name, type):
106 hyperlinks (defined by the HREF attribute for <A> tags) within
111 self.anchor = href
113 self.anchorlist.append(href)
158 if a == 'href':
384 href = ''
389 if attrname == 'href':
390 href = value
395 self.anchor_bgn(href, name, type)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 101 def anchor_bgn(self, href, name, type):
106 hyperlinks (defined by the HREF attribute for <A> tags) within
111 self.anchor = href
113 self.anchorlist.append(href)
158 if a == 'href':
384 href = ''
389 if attrname == 'href':
390 href = value
395 self.anchor_bgn(href, name, type)
  /external/chromium_org/third_party/libxml/src/
tree.c 707 * @href: the URI associated
713 * We use href==NULL in the case of an element creation where the namespace
718 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) {
738 if (href != NULL)
739 cur->href = xmlStrdup(href);
806 if (cur->href != NULL) xmlFree((char *) cur->href);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
ui.js 71 '<li><a href="#unexpected">Unexpected Failures</a></li>' +
72 '<li><a href="#expected">Expected Failures</a></li>' +
73 '<li><a href="#results">Results</a></li>' +
107 var href = event.target.getAttribute('href');
109 if (href != hash) {
111 window.location = href
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 6 url: event.srcElement.href
21 a.href = data[i];
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 279 $server = $this->htmlTag($content, 'link', 'rel', 'openid2.provider', 'href');
280 $delegate = $this->htmlTag($content, 'link', 'rel', 'openid2.local_id', 'href');
285 $server = $this->htmlTag($content, 'link', 'rel', 'openid.server', 'href');
286 $delegate = $this->htmlTag($content, 'link', 'rel', 'openid.delegate', 'href');
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_update_performer_unittest.cc 94 util::ExtractResourceIdFromUrl(parent_link->href()));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 10 url: event.srcElement.href
25 a.href = data[i];
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 279 $server = $this->htmlTag($content, 'link', 'rel', 'openid2.provider', 'href');
280 $delegate = $this->htmlTag($content, 'link', 'rel', 'openid2.local_id', 'href');
285 $server = $this->htmlTag($content, 'link', 'rel', 'openid.server', 'href');
286 $delegate = $this->htmlTag($content, 'link', 'rel', 'openid.delegate', 'href');
  /external/chromium_org/chrome_frame/cfinstall/src/implementation/
crossdomaininstall.js 52 url = new goog.Uri(window.location.href).resolve(url);
64 dummyUrl = new goog.Uri(window.location.href).resolve(dummyUrl);
  /external/chromium_org/remoting/webapp/
butter_bar.js 93 ['<a href="http://goo.gl/njH2q" target="_blank">', '</a>'],
98 'href="https://plus.google.com/hangouts/_?gid=818572447316">',
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 312 KURL HTMLLinkElement::href() const function in class:WebCore::HTMLLinkElement
354 addSubresourceURL(urls, href());
392 void LinkStyle::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* cachedStyleSheet)
420 RefPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(href, parserContext);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.h 104 DECLARE_ANIMATED_STRING(Href, href)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
WorkersSidebarPane.js 103 link.href = "#";
  /external/chromium_org/v8/test/webkit/fast/js/
number-tofixed.js 26 '<a href="https://bugs.webkit.org/show_bug.cgi?id=5307">5307: Number.toFixed does not round 0.5 up</a>' +
28 '<a href="https://bugs.webkit.org/show_bug.cgi?id=5308">5308: Number.toFixed does not include leading zero</a>' +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 206 var $selNavLink = $('#nav').find('a[href="' + pagePath + '"]');
273 $('.next-page-link').attr('href','').addClass("disabled")
281 $('.start-class-link').attr('href', $nextLink.attr('href')).removeClass("hide");
290 $('.next-page-link').attr('href','')
294 $('.next-class-link').attr('href',$nextLink.attr('href'))
299 $('.next-page-link').attr('href', $nextLink.attr('href')).removeClass("hide");
303 var prevHref = $prevLink.attr('href');
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
preproc.c 87 (!xmlStrEqual(parent->ns->href, inst->ns->href))) ||
129 (xmlStrEqual(parent->ns->href, inst->ns->href)))) &&
142 (xmlHashLookup(style->extInfos, parent->ns->href) != NULL))
181 (xmlStrEqual(parent->ns->href, inst->ns->href)))) &&
194 (xmlHashLookup(style->extInfos, parent->ns->href) != NULL))
586 if (xmlStrEqual(inst->ns->href, XSLT_NAMESPACE)) {
597 if (xmlStrEqual(inst->ns->href,
    [all...]
  /external/libxslt/libxslt/
preproc.c 87 (!xmlStrEqual(parent->ns->href, inst->ns->href))) ||
129 (xmlStrEqual(parent->ns->href, inst->ns->href)))) &&
142 (xmlHashLookup(style->extInfos, parent->ns->href) != NULL))
181 (xmlStrEqual(parent->ns->href, inst->ns->href)))) &&
194 (xmlHashLookup(style->extInfos, parent->ns->href) != NULL))
586 if (xmlStrEqual(inst->ns->href, XSLT_NAMESPACE)) {
597 if (xmlStrEqual(inst->ns->href,
    [all...]
  /build/tools/droiddoc/templates-ds/assets/scroller/
jquery.jscrollpane.min.js 10 }else{h.css("left",aI);ae(aI)}}function ae(aI){if(aI===c){aI=h.position().left}al.scrollTop(0);aa=aI;var aL=aa===0,aK=aa==j,aJ=aI/j,s=-aJ*(T-aj);if(P!=aL||k!=aK){P=aL;k=aK;D.trigger("jsp-arrow-change",[ai,aG,P,k])}r(aL,aK);Y.css("left",s);D.trigger("jsp-scroll-x",[-s,aL,aK]).trigger("scroll")}function u(aI,s){if(ay.showArrows){aq[aI?"addClass":"removeClass"]("jspDisabled");af[s?"addClass":"removeClass"]("jspDisabled")}}function r(aI,s){if(ay.showArrows){ax[aI?"addClass":"removeClass"]("jspDisabled");x[s?"addClass":"removeClass"]("jspDisabled")}}function M(s,aI){var aJ=s/(Z-v);V(aJ*i,aI)}function N(aI,s){var aJ=aI/(T-aj);W(aJ*j,s)}function ab(aV,aQ,aJ){var aN,aK,aL,s=0,aU=0,aI,aP,aO,aS,aR,aT;try{aN=b(aV)}catch(aM){return}aK=aN.outerHeight();aL=aN.outerWidth();al.scrollTop(0);al.scrollLeft(0);while(!aN.is(".jspPane")){s+=aN.position().top;aU+=aN.position().left;aN=aN.offsetParent();if(/^body|html$/i.test(aN[0].nodeName)){return}}aI=aA();aO=aI+v;if(s<aI||aQ){aR=s-ay.verticalGutter}else{if(s+aK>aO){aR=s-v+aK+ay.verticalGutter}}if(aR){M(aR,aJ)}aP=aC();aS=aP+aj;if(aU<aP||aQ){aT=aU-ay.horizontalGutter}else{if(aU+aL>aS){aT=aU-aj+aL+ay.horizontalGutter}}if(aT){N(aT,aJ)}}function aC(){return -Y.position().left}function aA(){return -Y.position().top}function K(){var s=Z-v;return(s>20)&&(s-aA()<10)}function B(){var s=T-aj;return(s>20)&&(s-aC()<10)}function ag(){al.unbind(ac).bind(ac,function(aL,aM,aK,aI){var aJ=aa,s=I;Q.scrollBy(aK*ay.mouseWheelSpeed,-aI*ay.mouseWheelSpeed,false);return aJ==aa&&s==I})}function n(){al.unbind(ac)}function aB(){return false}function J(){Y.find(":input,a").unbind("focus.jsp").bind("focus.jsp",function(s){ab(s.target,false)})}function E(){Y.find(":input,a").unbind("focus.jsp")}function S(){var s,aI,aK=[];aE&&aK.push(am[0]);az&&aK.push(U[0]);Y.focus(function(){D.focus()});D.attr("tabindex",0).unbind("keydown.jsp keypress.jsp").bind("keydown.jsp",function(aN){if(aN.target!==this&&!(aK.length&&b(aN.target).closest(aK).length)){return}var aM=aa,aL=I;switch(aN.keyCode){case 40:case 38:case 34:case 32:case 33:case 39:case 37:s=aN.keyCode;aJ();break;case 35:M(Z-v);s=null;break;case 36:M(0);s=null;break}aI=aN.keyCode==s&&aM!=aa||aL!=I;return !aI}).bind("keypress.jsp",function(aL){if(aL.keyCode==s){aJ()}return !aI});if(ay.hideFocus){D.css("outline","none");if("hideFocus" in al[0]){D.attr("hideFocus",true)}}else{D.css("outline","");if("hideFocus" in al[0]){D.attr("hideFocus",false)}}function aJ(){var aM=aa,aL=I;switch(s){case 40:Q.scrollByY(ay.keyboardSpeed,false);break;case 38:Q.scrollByY(-ay.keyboardSpeed,false);break;case 34:case 32:Q.scrollByY(v*ay.scrollPagePercent,false);break;case 33:Q.scrollByY(-v*ay.scrollPagePercent,false);break;case 39:Q.scrollByX(ay.keyboardSpeed,false);break;case 37:Q.scrollByX(-ay.keyboardSpeed,false);break}aI=aM!=aa||aL!=I;return aI}}function R(){D.attr("tabindex","-1").removeAttr("tabindex").unbind("keydown.jsp keypress.jsp")}function C(){if(location.hash&&location.hash.length>1){var aK,aI,aJ=escape(location.hash.substr(1));try{aK=b("#"+aJ+', a[name="'+aJ+'"]')}catch(s){return}if(aK.length&&Y.find(aJ)){if(al.scrollTop()===0){aI=setInterval(function(){if(al.scrollTop()>0){ab(aK,true);b(document).scrollTop(al.position().top);clearInterval(aI)}},50)}else{ab(aK,true);b(document).scrollTop(al.position().top)}}}}function m(){if(b(document.body).data("jspHijack")){return}b(document.body).data("jspHijack",true);b(document.body).delegate("a[href*=#]","click",function(s){var aI=this.href.substr(0,this.href.indexOf("#")),aK=location.href,aO,aP,aJ,aM,aL,aN;if(location.href.indexOf("#")!==-1){aK=location.href.substr(0,location.href.indexOf("#"))}if(aI!==aK){return}aO=escape(this.href.substr(this.href.indexOf("#")+1));aP;try{aP=b("#"+aO+', a[name="'+aO+'"]')}catch(aQ){return}if(!aP.length){return}aJ=aP.closest(".jspScrollable");aM=aJ.data("jsp");aM.scrollToElement(aP,true);if(aJ[0].scrollIntoView){aL=b(a).scrollTop();aN=aP.offset().top;if(aN<aL||aN>aL+b(a).height()){aJ[0].scrollIntoView()}}s.preventDefault()
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 47 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
48 * @see <a href="http://www.w3.org/TR/xslt#include">include in XSLT Specification</a>
65 * @return non-null reference to the href attribute string, or
354 String href = getHref(); local
356 s = uriresolver.resolve(href,base);
388 // the system ID Resolver to take the href and base
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 33 if (view.location.href == viewTabUrl) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
bg.js 10 link.href = item.url.toLowerCase();
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 41 $question.innerHTML = '<a href="' + url + '" target="_blank">' +

Completed in 1104 milliseconds

1 2 3 4 5 6 7 891011>>