Home
last modified time | relevance | path

Searched refs:constant (Results 126 – 150 of 163) sorted by path

1234567

/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt208 * Added workaround for PHP Bug #39923 (undefined constant IMG_JPG)
362 ¤ GETID3_VERSION constant replaced with $getID3->version()
1076 php_uname() calls changed to use PHP_OS constant
1630 HTML colors in getid3.demo.check.php are now defined as constant
2115 as a constant at the top of getid3.mp3.php This will result in
2639 Added constant FREAD_BUFFER_SIZE for many fread() operations
H A Dreadme.txt436 correct, assuming that data is constant throughout the file)
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.core.css12 .syntax-theme-base .syntax .constant {
/plugin/jquery-syntax/jquery-syntax/bright/
H A Djquery.syntax.core.css17 …iner.syntax-theme-bright .syntax .string, .syntax-container.syntax-theme-bright .syntax .constant {
/plugin/ol3/
H A Dscript.js1 …s interpolable but cannot be represented using a property expression."},constant:{type:"property-t…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A D10k-common-passwords.txt8596 constant
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …**\n * Compared to other font formats, the header in CFF files is not constant\n * but contain…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css550 width: 200px; /* Here, and elsewhere below, keep the constant value for compatibility
H A Dviewer.js.map1 …n currentScaleValue === 'page-width') {\n // Note: the scale is constant for 'page-actual'…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt240 representations of this last set of 64 characters is fairly constant for the
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt609 * Replaced $this->osslash with DIRECTORY_SEPARATOR constant
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default236 // If any parameters are constant across ALL images, you can set them here
/plugin/processing/
H A Dscript.js6566 p.lightFalloff = function lightFalloff(constant, linear, quadratic) { argument
6569 uniformf(programObject3D, "falloff", [constant, linear, quadratic]);
/plugin/remotescript/lib/
H A Dlicense.txt59 Finally, software patents pose a constant threat to the existence of
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js4020 'value': constant(string),
13217 }, constant(identity));
15392 function constant(value) {
16543 lodash.constant = constant;
H A Dlodash.min.js97 …(i[0],this,e))return n(i[1],this,e)}})},An.conforms=function(n){return vt(_t(n,1))},An.constant=Tu,
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md7507 this.a = _.constant('a');
7508 this.b = _.constant('b');
7511 Foo.prototype.c = _.constant('c');
7540 this.a = _.constant('a');
7541 this.b = _.constant('b');
7544 Foo.prototype.c = _.constant('c');
10525 { 'a': { 'b': _.constant(2) } },
10526 { 'a': { 'b': _.constant(1) } }
10560 var array = _.times(3, _.constant),
10970 _.mixin({ 'foo': _.constant('foo') });
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js4020 'value': constant(string),
13217 }, constant(identity));
15392 function constant(value) {
16543 lodash.constant = constant;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js383 expected = _.map(mapping.aryMethod[1], _.constant(true));
412 expected = _.map(mapping.aryMethod[2], _.constant(true));
439 var expected = _.map(mapping.aryMethod[3], _.constant(true));
694 actual = fp.updateWith(Object)('[0][1]')(_.constant('a'))(value);
2142 var object = { 'a': { 'b': _.constant(true) } },
2170 })('b.c')(_.constant(2))({ 'a': 1 });
2179 actual = fp.updateWith(Object)('d.e')(_.constant(4))(object);
H A Dtest.js1418 'get': lodashStable.constant(Object)
3584 constant = _.constant(object);
3588 return index ? constant.call({}) : constant();
3590 return constant(value);
3604 var constant = index ? _.constant(value) : _.constant(),
3605 result = constant();
3617 var wrapped = _(true).constant();
7388 'get': lodashStable.constant(value),
7867 fn.toString = lodashStable.constant('fn');
20281 'get': lodashStable.constant(value),
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js70 {length: {valueOf: _.constant(5)}},
465 …assert.deepEqual(_.invoke([{a: null}, {}, {a: _.constant(1)}], 'a'), [null, void 0, 1], 'handles n…
H A Dobjects.js186 assert.deepEqual(_.pick(val, _.constant(true)), {});
H A Dutility.js66 assert.equal(_.constant(stooge)(), stooge, 'should create a function that returns stooge');
358 assert.strictEqual(_.result(obj, 'b', _.constant(5)), 5);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5 …nflict=function(){return u._=i,this},m.identity=function(n){return n},m.constant=function(n){retur…

1234567