HomeSort by relevance Sort by last modified time
    Searched defs:extend (Results 1 - 25 of 309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/js/commonjs/
export.js 22 exports.object = {extend: goog.object.extend}; property in class:exports
  /external/okhttp/website/static/
jquery.smooth-scroll.min.js 7 (function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d&&m&&p){for(;h&&c.length>a;)s.is(t(c[a++]))&&(h=!1);for(;h&&i.length>f;)s.closest(i[f++]).length&&(h=!1)}else h=!1;h&&(e.preventDefault(),l.extend(u,o,{scrollTarget:o.scrollTarget||p,link:n}),l.smoothScroll(u))}),this}}),l.smoothScroll=function(t,e){var o,r,n,s,c=0,i="offset",a="scrollTop",f={},h={};"number"==typeof t?(o=l.fn.smoothScroll.defaults,n=t):(o=l.extend({},l.fn.smoothScroll.defaults,t||{}),o.scrollElement&&(i="position","static"==o.scrollElement.css("position")&&o.scrollElement.css("position","relative"))),o=l.extend({link:null},o),a="left"==o.direction?"scrollLeft":a,o.scrollElement?(r=o.scrollElement,c=r[a]()):r (…)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
filelist.py 55 def extend(self, items): member in class:FileList
56 self.files.extend(items)
  /external/python/cpython2/Lib/distutils/
filelist.py 55 def extend(self, items): member in class:FileList
56 self.files.extend(items)
  /external/python/cpython3/Lib/distutils/
filelist.py 54 def extend(self, items): member in class:FileList
55 self.files.extend(items)
  /frameworks/base/core/java/com/android/internal/widget/
ScrollbarHelper.java 71 final int extend = orientation.getDecoratedEnd(endChild) local
73 return Math.min(orientation.getTotalSpace(), extend);
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ScrollbarHelper.java 70 final int extend = orientation.getDecoratedEnd(endChild) local
72 return Math.min(orientation.getTotalSpace(), extend);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
filelist.py 55 def extend(self, items): member in class:FileList
56 self.files.extend(items)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
filelist.py 55 def extend(self, items): member in class:FileList
56 self.files.extend(items)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 55 def extend(self, items): member in class:FileList
56 self.files.extend(items)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 55 def extend(self, items): member in class:FileList
56 self.files.extend(items)
  /frameworks/base/core/java/android/util/
Range.java 272 public Range<T> extend(Range<T> range) { method in class:Range
295 * See {@link #extend(Range)} for more details.</p>
304 public Range<T> extend(T lower, T upper) { method in class:Range
325 * See {@link #extend(Range)} for more details, as this method is
326 * equivalent to {@code extend(Range.create(value, value))}.</p>
333 public Range<T> extend(T value) { method in class:Range
335 return extend(value, value);
  /build/make/tools/releasetools/
rangelib.py 276 def extend(self, n): member in class:RangeSet
277 """Extend the RangeSet by 'n' blocks.
281 >>> RangeSet("0-9").extend(1)
283 >>> RangeSet("10-19").extend(15)
285 >>> RangeSet("10-19 30-39").extend(4)
287 >>> RangeSet("10-19 30-39").extend(10)
  /external/annotation-tools/scene-lib/src/annotations/io/
ASTRecord.java 183 public ASTRecord extend(ASTPath.ASTEntry entry) { method in class:ASTRecord
185 astPath.extend(entry));
188 public ASTRecord extend(Kind kind, String sel) { method in class:ASTRecord
189 return extend(new ASTPath.ASTEntry(kind, sel));
192 public ASTRecord extend(Kind kind, String sel, int arg) { method in class:ASTRecord
193 return extend(new ASTPath.ASTEntry(kind, sel, arg));
  /external/nanopb-c/generator/google/protobuf/internal/
containers.py 123 def extend(self, elem_seq): member in class:RepeatedScalarFieldContainer
124 """Extends by appending the given sequence. Similar to list.extend()."""
132 self._values.extend(new_values)
139 self._values.extend(other._values)
223 def extend(self, elem_seq): member in class:RepeatedCompositeFieldContainer
241 self.extend(other._values)
  /external/skia/src/core/
SkRasterPipeline.cpp 34 void SkRasterPipeline::extend(const SkRasterPipeline& src) { function in class:SkRasterPipeline
  /external/skqp/src/core/
SkRasterPipeline.cpp 34 void SkRasterPipeline::extend(const SkRasterPipeline& src) { function in class:SkRasterPipeline
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeCalc.cpp 57 void LiveRangeCalc::extend(LiveInterval *LI, function in class:LiveRangeCalc
70 // Is there a def in the same MBB we can extend?
  /external/v8/tools/gcmole/
gcmole.lua 302 function mtConfig:extend(t)
344 -- It should be possible to extend GCMole to understand this.
425 cfg:extend { plugin = "dump-callees" },
477 cfg:extend { plugin = "find-problems",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
UserList.py 84 def extend(self, other): member in class:UserList
86 self.data.extend(other.data)
88 self.data.extend(other)
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
project.py 41 def extend(self, iterable): member in class:AbsFilenameList
94 self.source_paths.extend(source_paths)
187 pending.extend(start_modules)
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.cpp 112 Interval::extend(int a, int b) function in class:nv50_ir::Interval
192 this->extend(r->bgn, r->end);
200 this->extend(r->bgn, r->end);
  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 74 public void extend(int codeLength) method in class:InstructionWriter
80 codeAttributeEditor.extend(codeLength);
  /external/python/cpython2/Lib/
UserList.py 84 def extend(self, other): member in class:UserList
86 self.data.extend(other.data)
88 self.data.extend(other)
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
buffer_with_extendable_buffer.cpp 54 bool BufferWithExtendableBuffer::extend(const int size) { function in class:latinime::BufferWithExtendableBuffer
146 // Failed to extend the buffer.

Completed in 1985 milliseconds

1 2 3 4 5 6 7 8 91011>>