Home
last modified time | relevance | path

Searched +defs:x +defs:a (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcollections.js212 var sum = _.reduceRight({a: 1, b: 2, c: 3}, function(memo, num){ return memo + num; }); property
225 object = {a: 1, b: 2}, property
265 …assert.strictEqual(_.find(array, function(x) { return x === 55; }), void 0, 'iterates array-likes … argument
268 var list = [{a: 1, b: 2}, {a: 2, b: 2}, {a: 1, b: 3}, {a: 1, b: 4}, {a: 2, b: 4}]; property
269 assert.deepEqual(_.find(list, {a: 1}), {a: 1, b: 2}, 'can be used as findWhere'); property
270 assert.deepEqual(_.find(list, {b: 4}), {a: 1, b: 4}); property
278 a: {x: 1, z: 3}, property
279 b: {x: 2, z: 2}, property
280 c: {x: 3, z: 4}, property
281 d: {x: 4, z: 1} property
[all …]
Dobjects.js96 var obj = {a: 'dash', b: _.map, c: /yo/, d: _.reduce}; property
110 …assert.equal(_.extend({}, {a: 'b'}).a, 'b', 'can extend an object with the attributes of another'); property
111 assert.equal(_.extend({a: 'x'}, {a: 'b'}).a, 'b', 'properties in source override destination'); property
112 … assert.equal(_.extend({x: 'x'}, {a: 'b'}).x, 'x', "properties not in source don't get overriden"); property
113 result = _.extend({x: 'x'}, {a: 'a'}, {b: 'b'}); property
114 assert.deepEqual(result, {x: 'x', a: 'a', b: 'b'}, 'can extend from multiple source objects'); property
115 result = _.extend({x: 'x'}, {a: 'a', x: 2}, {a: 'b'}); property
116 …assert.deepEqual(result, {x: 2, a: 'b'}, 'extending from multiple source objects last property tru… property
117 result = _.extend({}, {a: void 0, b: null}); property
121 F.prototype = {a: 'b'}; property in F
[all …]
Darrays.js131 var objects = [{x: 10}, {x: 20}, {x: 30}, {x: 40}]; property
133 …assert.strictEqual(_.sortedIndex(objects, {x: 25}, iterator), 2, 'uses the result of `iterator` fo… property
134 …assert.strictEqual(_.sortedIndex(objects, {x: 35}, 'x'), 3, 'when `iterator` is a string, uses tha… property
451 {a: 0, b: 0}, property
452 {a: 1, b: 1}, property
453 {a: 2, b: 2}, property
454 {a: 0, b: 0} property
472 assert.strictEqual(_.findIndex(objects, function(a) { argument
475 _.findIndex([{a: 1}], function(a, key, obj) { argument
477 assert.deepEqual(obj, [{a: 1}]); property
[all …]
/plugin/photogallery/lightGallery/js/
Dlg-zoom.min.js4a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==t… argument
/plugin/freechat/phpfreechat/data/public/js/
Dmd5.js80 'core_md5' : function(x, len) argument
177 'md5_cmn' : function(q, a, b, x, s, t) argument
182 'md5_ff' : function(a, b, c, d, x, s, t) argument
187 'md5_gg' : function(a, b, c, d, x, s, t) argument
192 'md5_hh' : function(a, b, c, d, x, s, t) argument
197 'md5_ii' : function(a, b, c, d, x, s, t) argument
229 'safe_add' : function(x, y) argument
/plugin/codemirror/dist/modes/
Dwebidl.min.js1a){if(typeof exports=="object"&&typeof module=="object")a(require("../../lib/codemirror"));else if… argument
Djulia.min.js1a){if(typeof exports=="object"&&typeof module=="object")a(require("../../lib/codemirror"));else if… argument
Dttcn.min.js1a){if(typeof exports=="object"&&typeof module=="object")a(require("../../lib/codemirror"));else if… argument
/plugin/ckgdoku/scripts/
Dscript-cmpr.js1ar HTMLParser;var HTMLParserInstalled=true;var HTMLParser_Elements=new Array();(function(){var k=/… argument
/plugin/sketchcanvas/script/
Ddraw.js129 function l_vec(a, b) { argument
142 c[0] = { x:a1x, y:a1y }; property
143 c[1] = { x:a2x, y:a2y }; property
148 function l_vec9(a, b) { argument
159 c[0] = { x:a1x, y:a1y }; property
160 c[1] = { x:a2x, y:a2y }; property
/plugin/dokucrypt/
Dscript.js219 function decryptMixedText(x) { argument
240 function encryptMixedText(x) { argument
556 function mult_GF256(x, y) { argument
1213 function uGen(old, a, q, r, m) { argument
1311 function shr(a, b) { argument
1324 function shl1(a) { argument
1336 function shl(a, b) { argument
1345 function and(a, b) { argument
1365 function or(a, b) { argument
1385 function xor(a, b) { argument
[all …]
/plugin/dokucrypt2/
Dscript.js289 function decryptMixedText(x) { argument
310 function encryptMixedText(x) { argument
628 function mult_GF256(x, y) { argument
1285 function uGen(old, a, q, r, m) { argument
1383 function shr(a, b) { argument
1396 function shl1(a) { argument
1408 function shl(a, b) { argument
1417 function and(a, b) { argument
1437 function or(a, b) { argument
1457 function xor(a, b) { argument
[all …]
/plugin/dokucrypt3/
H A Dcrypto_low-level.js129 function mult_GF256(x, y) { argument
786 function uGen(old, a, q, r, m) { argument
884 function shr(a, b) { argument
897 function shl1(a) { argument
909 function shl(a, b) { argument
918 function and(a, b) { argument
938 function or(a, b) { argument
958 function xor(a, b) { argument
978 function not(a) { argument
1010 function jcF(x, y, z) { argument
[all …]
/plugin/tablecalc/
Dscript.js14 function tablecalcVal(x,y,table,tostring) { argument
43 function tablecalcToArray(a) { argument
51 function tablecalcToNumArray(a) { argument
64 function correctFloat(a) { argument
69 function sum(a) { argument
80 function average(a) { argument
85 function min(a) { argument
97 function max(a) { argument
123 function cell(x,y) { argument
158 function count(a) { argument
[all …]
/plugin/securelogin/
Drsalib.js15 function BigInteger(a, b, c) { argument
38 function am1(i, x, w, j, c, n) { argument
49 function am2(i, x, w, j, c, n) { argument
63 function am3(i, x, w, j, c, n) { argument
126 function bnpFromInt(x) { argument
259 function bnCompareTo(a) { argument
274 function nbits(x) { argument
367 function bnpSubTo(a, r) { argument
402 function bnpMultiplyTo(a, r) { argument
501 function bnMod(a) { argument
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Dmodel.js150 assert.deepEqual(model.invert(), {a: 'foo', b: 'bar', c: 'baz'}); property
156 var model = new Backbone.Model({a: 0, b: 1, c: 2}); property
258 var model = new Backbone.Model({a: 0}); property
264 model.set({a: 3, b: true}); property
306 var model = new Model({x: 0}); property
309 model.set({x: 2}, {validate: true}); property
310 model.set({x: 1}, {validate: true}); property
361 var model = new Backbone.Model({a: 1}); property
363 model.set({a: 2}); property
371 var model = new Backbone.Model({a: 1}); property
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
Djquery.grab.js69 move: {x: 0, y: 0}, property
70 offset: {x: 0, y: 0}, property
71 position: {x: 0, y: 0}, property
72 start: {x: 0, y: 0}, property
191 $.fn.grab = function(a, b){ argument
196 $.fn.ungrab = function(a){ argument
Dmod.csstransforms.min.js2a,b,c){function G(){}function F(a,b){var c=a.charAt(0).toUpperCase()+a.substr(1),d=(a+" "+p.join(c… argument
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg-min.js19a){var b,c,d="0.4.2",e="hasOwnProperty",f=/[\.\/]/,g=/\s*,\s*/,h="*",i=function(a,b){return a-b},j… argument
20a,"object")){for(var f in a)a[t](f)&&this.data(f,a[f]);return this}return b("snap.data.get."+this.… function
21 };return this.forEach(function(a,c){b.once("snap.animcreated."+a.id,k),i?h[c]&&a.animate.apply(a,h[… argument
/plugin/statistics/js/
Dchartjs-plugin-datalabels.js7art.js/helpers"),require("chart.js")):"function"==typeof define&&define.amd?define(["chart.js/help… argument
/plugin/stlviewer/stlviewer/
Dload_stl.min.js2 …parser.min.js"),MSG_DATA=0,MSG_LOAD=1,MSG_ERROR=2,MSG_STL_LOADED=3,MSG_LOAD_IN_PROGRESS=4;var file… argument
DProjector.js198 function pushVertex( x, y, z ) { argument
207 function pushNormal( x, y, z ) { argument
219 function pushUv( x, y ) { argument
246 function pushLine( a, b ) { argument
284 function pushTriangle( a, b, c ) { argument
935 function painterSort( a, b ) { argument
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
Dtheme.js82 function clamp(x, min, max) { argument
107 x: (x2 - x1) * r1 + x1 + xfactor, property
112 x: (x2 - x1) * r2 + x1 - xfactor, property
124 function handRect(x, y, w, h) { argument
201 _.each(actors, function(a) { argument
214 function actorEnsureDistance(a, b, d) { argument
300 _.each(actors, function(a) { argument
341 _.each(this.diagram.actors, function(a) { argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js2ar Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};f… property
6 function sa(a){a=a|0;var b=0;b=i;i=i+a|0;i=i+7&-8;return b|0}function ta(){return i|0}function ua(a… argument
15ath":Math,"Int8Array":Int8Array,"Int16Array":Int16Array,"Int32Array":Int32Array,"Uint8Array":Uint8… argument
/plugin/html2pdf/html2pdf/html2ps/
Dflow_context.class.inc.php58 function float_left_x($x, $y) {
96 function float_left_xy(&$parent, $width, &$x, &$y) {
182 function float_right_x($x, $y) {
220 function float_right_xy(&$parent, $width, &$x, &$y) {
331 function &point_in_floats($x, $y) {
354 function cmp_boxes_by_z_index($a, $b) {

12345678910>>...13