Home
last modified time | relevance | path

Searched defs:length (Results 226 – 250 of 421) sorted by relevance

12345678910>>...17

/plugin/authucenter/lib/uc_client/model/
Dbase.php146 function cutstr($string, $length, $dot = ' ...') {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dobjects.js78 …assert.deepEqual(_.values({one: 1, two: 2, length: 3}), [1, 2, 3], '... even when one of them is "… property
83 …assert.deepEqual(_.pairs({one: 1, two: 2, length: 3}), [['one', 1], ['two', 2], ['length', 3]], '.… property
91 obj = {length: 3}; property
165 result = _.extendOwn({a: 1, 0: 2, 1: '5', length: 6}, {0: 1, 1: 2, length: 2}); property
166 …assert.deepEqual(result, {a: 1, 0: 1, 1: 2, length: 2}, 'should treat array-like objects like norm… property
405 assert.notOk(_.isEqual({length: 0}, []), 'Array-like objects and arrays are not equal.'); property
406 …assert.notOk(_.isEqual([], {length: 0}), 'Commutative equality is implemented for array-like objec… property
1086 var ids = _.mapObject({length: 2, 0: {id: '1'}, 1: {id: '2'}}, function(n){ property
1089 assert.deepEqual(ids, {length: void 0, 0: '1', 1: '2'}, 'Check with array-like objects'); property
Dcollections.js69 {length: '5'}, property
70 {length: {valueOf: _.constant(5)}}, property
71 {length: Math.pow(2, 53) + 1}, property
72 {length: Math.pow(2, 53)}, property
73 {length: null}, property
74 {length: -2}, property
75 {length: new Number(15)} property
154 var ids = _.map({length: 2, 0: {id: '1'}, 1: {id: '2'}}, function(n){ property
828 assert.equal(_.size({length: 3, 0: 0, 1: 0, 2: 0}), 3, 'can compute the size of Array-likes'); property
/plugin/jcapture/src/com/hammurapi/jcapture/
DScreenShot.java76 int length = 0; in getFramesPerSecond() local
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php38 protected $length = 0; variable in FreeDSx\\Ldap\\Search\\FilterParser
/plugin/dirtylittlehelper/mermaid/editor/docs/
Djson.worker.js1 … e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Obj… argument
/plugin/dirtylittlehelper/mermaid/editor/
Djson.worker.js1 … e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Obj… argument
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php637 public static function mb_substr($s, $start, $length = null, $encoding = null)
830 …public static function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DSymmetricKey.php884 public function setKeyLength($length)
1895 public function getTag($length = 16)
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DPoint.php359 public function length() function in geoPHP\\Geometry\\Point
/plugin/elwikiupgrade/
DVerboseTarLib.class.php385 protected function readbytes($length) {
/plugin/abc2/abc-libraries/abc2svg/
Dsnd-1.js487 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length property
490 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length property
492 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length property
495 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length property
/plugin/404manager/
Dadmin.php308 function truncateString($myString, $length)
/plugin/fedauth/Auth/Yadis/
DManager.php307 function length() function in Auth_Yadis_Manager
/plugin/asciidocjs/node_modules/nunjucks/src/
Dfilters.js438 function truncate(input, length, killwords, end) { argument
486 function urlize(str, length, nofollow) { argument
/plugin/socialshareprivacy/
Djquery.socialshareprivacy.js23 function abbreviateText(text, length) { argument
/plugin/openid/Auth/Yadis/
DManager.php342 function length() function in Auth_Yadis_Manager
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
DCoreTest.php260 … public function testSliceFilter($expected, $input, $start, $length = null, $preserveKeys = false)
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.audio-video.flv.php491 public function read($length) {
/plugin/jcapture/lib/
Dtransform-3.0.2.jar ... .flagstone.transform.coder.Context) int length com.flagstone.transform.coder.Context context ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daac.js4492 this.length = new Array(8); property
4499 this.length[w] = new Int32Array(4); property
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
DASN1.php1507 public static function encodeLength($length)
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorRuler.java219 public void setActiveLength(int length) in setActiveLength()
/plugin/asciidocjs/node_modules/async/internal/
Dqueue.js246 length() { method
/plugin/sketchcanvas/phplib/
Dimage.php294 $length = vecdist($pts[0], $pts[1]) variable

12345678910>>...17