HomeSort by relevance Sort by last modified time
    Searched full:"$ this" (Results 1 - 25 of 495) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/templates/docs/
default.js 26 $(this).attr('id', 'toc_' + sluggify_($(this).data('tocid') || $(this).data('toctitle') || $(this).text()));
27 $(this).click(function() {
28 smoothScrollToId($(this).attr('id'));
39 .text($(this).html())
41 buildNav_(queries.splice(1), $(this), $navNode);
54 var level = $(this).get(0).tagName.substring(1);
69 var tocId = $(this).attr('id')
    [all...]
  /external/testng/src/main/resources/
testng-reports.js 4 var panel = getPanelName($(this));
8 $(this).parent().addClass('navigator-selected');
18 showMethod($(this));
60 var w = getContent($(this));
62 getHideLink($(this), name).hide();
63 getShowLink($(this), name).show();
64 getMethodPanelClassSel($(this), name).hide();
68 var w = getContent($(this));
70 getHideLink($(this), name).show();
71 getShowLink($(this), name).hide()
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
jquery.isonscreen.js 46 if( $(this).offset().left+$(this).width()-container.left > 0 &&
47 $(this).offset().left < container.width+container.left &&
48 $(this).offset().top+$(this).height()-container.top > 0 &&
49 $(this).offset().top < container.height+container.top
  /external/testng/ant/
build-ant.xml 5 <property name="test-output" value="${this.directory}/test-output" />
10 <echo>This dir: ${this.directory}</echo>
11 <delete failonerror="false" dir="${this.directory}/build" />
12 <mkdir dir="${this.directory}/build" />
15 destdir="${this.directory}/build" srcdir="${this.directory}" includes="test/ant/*.java" />
27 <testng classpath="${this.directory}/build;${testng.jar}"
34 <classfileset dir="${this.directory}/build">
45 <testng classpath="${this.directory}/build;${testng.jar}"
52 <classfileset dir="${this.directory}/build"
    [all...]
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
jquery.treeview.min.js 15 * Revision: $Id: jquery.treeview.js 4684 2008-02-07 19:08:06Z joern.zaefferer $
16 *
17 */;(function($){$.extend($.fn,{swapClass:function(c1,c2){var c1Elements=this.filter('.'+c1);this.filter('.'+c2).removeClass(c2).addClass(c1);c1Elements.removeClass(c1).addClass(c2);return this;},replaceClass:function(c1,c2){return this.filter('.'+c1).removeClass(c1).addClass(c2).end();},hoverClass:function(className){className=className||"hover";return this.hover(function(){$(this).addClass(className);},function(){$(this).removeClass(className);});},heightToggle:function(animated,callback){animated?this.animate({height:"toggle"},animated,callback):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();if(callback)callback.apply(this,arguments);});},heightHide:function(animated,callback){if(animated){this.animate({height:"hide"},animated,callback);}else{this.hide();if(callback)this.each(callback);}},prepareBranches:function(settings){if(!settings.prerendered){this.filter(":last-child:not(ul)").addClass(CLASSES.last);this.filter((settings.collapsed?"":"."+CLASSES.closed)+":not(."+CLASSES.open+")").find(">ul").hide();}return this.filter(":has(>ul)");},applyClasses:function(settings,toggler){this.filter(":has(>ul):not(:has(>a))").find(">span").click(function(event){toggler.apply($(this).next());}).add($("a",this)).hoverClass();if(!settings.prerendered){this.filter(":has(>ul:hidden)").addClass(CLASSES.expandable).replaceClass(CLASSES.last,CLASSES.lastExpandable);this.not(":has(>ul:hidden)").addClass(CLASSES.collapsable).replaceClass(CLASSES.last,CLASSES.lastCollapsable);this.prepend("<div class=\""+CLASSES.hitarea+"\"/>").find("div."+CLASSES.hitarea).each(function(){var classes="";$.each($(this).parent().attr("class").split(" "),function(){classes+=this+"-hitarea ";});$(this).addClass(classes);});}this.find("div."+CLASSES.hitarea).click(toggler);},treeview:function(settings){settings=$.extend({cookieId:"treeview"},settings);if(settings.add){return this.trigger("add",[settings.add]);}if(settings.toggle){var callback=settings.toggle;settings.toggle=function(){return callback.apply($(this).parent()[0],arguments);};}function treeController(tree,control){function handler(filter){return function(){toggler.apply($("div."+CLASSES.hitarea,tree).filter(function(){return filter?$(this).parent("."+filter).length:true;}));return false;};}$("a:eq(0)",control).click(handler(CLASSES.collapsable));$("a:eq(1)",control).click(handler(CLASSES.expandable));$("a:eq(2)",control).click(handler());}function toggler(){$(this).parent().find(">.hitarea").swapClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).swapClass(CLASSES.lastCollapsableHitarea,CLASSES.lastExpandableHitarea).end().swapClass(CLASSES.collapsable,CLASSES.expandable).swapClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightToggle(settings.animated,settings.toggle);if(settings.unique){$(this).parent().siblings().find(">.hitarea").replaceClass(CLASSES.collapsableHitarea,CLASSES.expandableH (…)
  /external/clang/test/Preprocessor/
c90.c 13 * CHECK: {{^}}// this comment should be present{{$}}
14 */
15 // this
comment should be present
  /external/v8/tools/gyp/test/dependencies/
gyptest-extra-targets.py 16 '-G', 'xcode_ninja_target_pattern=^a$')
17
18 # This
should fail if it tries to build 'c_unused' since 'c/c.c' has a syntax
  /build/tools/droiddoc/templates-ndk/assets/design/
default.js 89 if ($(this).hasClass('expanded')) {
107 $(this).addClass('expanded');
108 var $ul = $(this).children('ul');
123 window.location.href = $(this).attr('href');
129 $(this).get(0).load(); // in case the video isn't seekable
130 $(this).get(0).play();
136 var $target = $(this);
164 var id = $(this).attr('id');
  /build/tools/droiddoc/templates-pdk/assets/design/
default.js 89 if ($(this).hasClass('expanded')) {
107 $(this).addClass('expanded');
108 var $ul = $(this).children('ul');
123 window.location.href = $(this).attr('href');
129 $(this).get(0).load(); // in case the video isn't seekable
130 $(this).get(0).play();
136 var $target = $(this);
164 var id = $(this).attr('id');
  /build/tools/droiddoc/templates-sac/assets/design/
default.js 89 if ($(this).hasClass('expanded')) {
107 $(this).addClass('expanded');
108 var $ul = $(this).children('ul');
123 window.location.href = $(this).attr('href');
129 $(this).get(0).load(); // in case the video isn't seekable
130 $(this).get(0).play();
136 var $target = $(this);
164 var id = $(this).attr('id');
  /build/tools/droiddoc/templates-sdk/assets/design/
default.js 89 if ($(this).hasClass('expanded')) {
107 $(this).addClass('expanded');
108 var $ul = $(this).children('ul');
123 window.location.href = $(this).attr('href');
129 $(this).get(0).load(); // in case the video isn't seekable
130 $(this).get(0).play();
136 var $target = $(this);
164 var id = $(this).attr('id');
  /toolchain/binutils/binutils-2.25/opcodes/
configure.com 0 $!
1 $! This
file configures the opcodes library for use with openVMS.
10 $!
11 $! This
file is free software; you can redistribute it and/or modify
15 $!
16 $! This
program is distributed in the hope that it will be useful,
  /development/ndk/platforms/android-18/include/GLES3/
gl3ext.h 4 /* $Revision: 17809 $ on $Date:: 2012-05-14 08:03:36 -0700 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
gl3platform.h 4 /* $Revision: 18437 $ on $Date:: 2012-07-08 23:31:39 -0700 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
  /development/ndk/platforms/android-21/include/GLES2/
gl2platform.h 4 /* $Revision: 23328 $ on $Date:: 2013-10-02 02:28:28 -0700 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
  /development/ndk/platforms/android-21/include/GLES3/
gl3platform.h 4 /* $Revision: 18437 $ on $Date:: 2012-07-08 23:31:39 -0700 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
  /development/ndk/platforms/android-24/include/GLES2/
gl2platform.h 4 /* $Revision: 23328 $ on $Date:: 2013-10-02 02:28:28 -0700 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
  /development/ndk/platforms/android-24/include/GLES3/
gl3ext.h 4 /* $Revision: 17809 $ on $Date:: 2012-05-14 08:03:36 -0700 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
gl3platform.h 4 /* $Revision: 23328 $ on $Date:: 2013-10-02 02:28:28 -0700 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
  /development/ndk/platforms/android-4/include/GLES/
glplatform.h 4 /* $Revision: 10601 $ on $Date:: 2010-03-04 22:15:27 -0800 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
  /development/ndk/platforms/android-5/include/GLES2/
gl2platform.h 4 /* $Revision: 10602 $ on $Date:: 2010-03-04 22:35:34 -0800 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
  /device/generic/goldfish-opengl/system/include/GLES/
glplatform.h 4 /* $Revision: 10601 $ on $Date:: 2010-03-04 22:15:27 -0800 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2platform.h 4 /* $Revision: 23328 $ on $Date:: 2013-10-02 02:28:28 -0700 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3ext.h 4 /* $Revision: 17809 $ on $Date:: 2012-05-14 08:03:36 -0700 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version
gl3platform.h 4 /* $Revision: 18437 $ on $Date:: 2012-07-08 23:31:39 -0700 #$ */
5
6 /*
7 * This
document is licensed under the SGI Free Software B License Version

Completed in 1872 milliseconds

1 2 3 4 5 6 7 8 91011>>