Home
last modified time | relevance | path

Searched +defs:array +defs:a (Results 1 – 25 of 86) sorted by relevance

1234

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dutils.js46 function array_to_hash(a) { argument
53 function slice(a, start) { argument
54 return Array.prototype.slice.call(a, start || 0); argument
61 function member(name, array) { argument
65 function find_if(func, array) { argument
136 function MAP(a, f, backwards) { argument
183 function push_uniq(array, el) { argument
194 function remove(array, el) { argument
200 function mergeSort(array, cmp) { argument
202 function merge(a, b) { argument
[all …]
/plugin/gtime/gtlib/util/
DGTUtil.php49 public static function gcd($a, $b) {
83 public static function lcm($a, $b) {
327 public static function lpad(array &$array, $length, $value) {
342 public static function rpad(array &$array, $length, $value) {
399 public static function fromArray(array $array = null) { argument
478 public static function fromByteArray(array $array = null) { argument
503 public static function readShort(array $array, $position) { argument
525 public static function readInt(array $array, $position) { argument
547 public static function readLong(array $array, $position) { argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
Djszip.min.js12a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();else if("function"==… argument
13 }return null},findExtraFieldUnicodeComment:function(){var a=this.extraFields[25461];if(a){var b=new… field
14 …lenbits)-1],qb=Ab>>>24,rb=Ab>>>16&255,sb=65535&Ab,!(n>=qb);){if(0===i)break a;i--,m+=e[g++]<<n,n+=… field
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DConfig.php169 public function get($key, $a = null)
296 public function set($key, $value, $a = null)
768 …public static function loadArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true, …
783 public function mergeArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true)
801 …public static function prepareArrayFromForm($array, $index = false, $allowed = true, $mq_fix = tru…
/plugin/quickstats/
Dsyntax.php241 function sort(&$array) {
540 function get_subversions($a,$b) {
556 function ua_sort(&$array) {
560 function ua_Cmp($a, $b) {
621 function QuickStatsCmp($a, $b) {
/plugin/quickstats/scripts/
Dsorttable.js259 sort_numeric: function(a,b) { argument
266 sort_alpha: function(a,b) { argument
271 sort_ddmm: function(a,b) { argument
286 sort_mmdd: function(a,b) { argument
449 Array.forEach = function(array, block, context) { argument
/plugin/sqlraw/
Dsorttable.min.js25 delete newrows;},sort_numeric:function(a,b){aa=parseFloat(a[0].replace(/[^0-9.-]/g,''));if(isNaN(aa… argument
43 if(!Array.forEach){Array.forEach=function(array,block,context){for(var i=0;i<array.length;i++){bloc… argument
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dutils.js50 function member(name, array) { argument
54 function find_if(func, array) { argument
98 function List(a, f) { argument
124 function push_uniq(array, el) { argument
137 function remove(array, el) { argument
151 function all(array, predicate) { argument
/plugin/improg/
Dsyntax.php8 function improgcmp($a, $b) {
189 function array_flat($array) {
/plugin/diagramsnet/lib/js/jszip/
Djszip.min.js12 !function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();else if("fu… argument
13 …={stringifyByChunk:function(a,b,c){var d=[],e=0,f=a.length;if(f<=c)return String.fromCharCode.appl… property
14 for(var a,b=[],c=0;c<256;c++){a=c;for(var d=0;d<8;d++)a=1&a?3988292384^a>>>1:a>>>1;b[c]=a}return b}… field
15 for(d=1;d<=W;d++)f[d]=g=g+c[d-1]<<1;for(e=0;e<=b;e++){var h=a[2*e+1];0!==h&&(a[2*e]=k(f[h]++,h))}}f… field
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
DDumperTest.php25 protected $array = [ variable in Symfony\\Component\\Yaml\\Tests\\DumperTest
428 public $a = 'foo'; variable in Symfony\\Component\\Yaml\\Tests\\A
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
Dunderscore.js478 _.initial = function(array, n, guard) { argument
484 _.last = function(array, n, guard) { argument
498 _.compact = function(array) { argument
525 _.flatten = function(array, shallow) { argument
530 _.without = restArgs(function(array, otherArrays) { argument
572 _.intersection = function(array) { argument
589 _.difference = restArgs(function(array, rest) { argument
598 _.unzip = function(array) { argument
629 return function(array, predicate, context) { argument
646 _.sortedIndex = function(array, obj, iteratee, context) { argument
[all …]
/plugin/schedule/
DscheduleRoot.class.php18 function cmpScheduleConfig ($a, $b) {
169 function array2string ($array) {
180 function assocImplode ($array, $vSep = '|', $kSep = ':') {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Darrays.js182 _.uniq(list, function(value, index, array) { argument
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) { property
477 assert.deepEqual(obj, [{a: 1}]); property
482 sparse[20] = {a: 2, b: 2}; property
494 {a: 0, b: 0}, property
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js69 function hasOwnProp(a, b) { argument
73 function extend(a, b) { argument
536 units.sort(function (a, b) { argument
700 func = function (input, array) { argument
710 addParseToken(token, function (input, array, config, token) { argument
764 addParseToken('YYYY', function (input, array) { argument
767 addParseToken('YY', function (input, array) { argument
770 addParseToken('Y', function (input, array) { argument
916 addParseToken(['M', 'MM'], function (input, array) { argument
920 addParseToken(['MMM', 'MMMM'], function (input, array, config, token) { argument
[all …]
/plugin/tline/timeline_ajax/
Dsimile-ajax-bundle.js302 },makeArray:function(array){var ret=[]; argument
307 },inArray:function(elem,array){for(var i=0,length=array.length; argument
315 },unique:function(array){var ret=[],done={}; argument
381 },"#":function(a,i,m){return a.getAttribute("id")==m[2]; argument
382 },":":{lt:function(a,i,m){return i<m[3]-0; argument
383 },gt:function(a,i,m){return i>m[3]-0; argument
384 },nth:function(a,i,m){return m[3]-0==i; argument
385 },eq:function(a,i,m){return m[3]-0==i; argument
386 },first:function(a,i){return i==0; argument
387 },last:function(a,i,m,r){return i==r.length-1; argument
[all …]
/plugin/eventline/timeline_ajax/
Dsimile-ajax-bundle.js302 },makeArray:function(array){var ret=[]; argument
307 },inArray:function(elem,array){for(var i=0,length=array.length; argument
315 },unique:function(array){var ret=[],done={}; argument
381 },"#":function(a,i,m){return a.getAttribute("id")==m[2]; argument
382 },":":{lt:function(a,i,m){return i<m[3]-0; argument
383 },gt:function(a,i,m){return i>m[3]-0; argument
384 },nth:function(a,i,m){return m[3]-0==i; argument
385 },eq:function(a,i,m){return m[3]-0==i; argument
386 },first:function(a,i){return i==0; argument
387 },last:function(a,i,m,r){return i==r.length-1; argument
[all …]
/plugin/sequencediagram/bower_components/underscore/
Dunderscore.js465 _.initial = function(array, n, guard) { argument
471 _.last = function(array, n, guard) { argument
485 _.compact = function(array) { argument
510 _.flatten = function(array, shallow) { argument
515 _.without = function(array) { argument
557 _.intersection = function(array) { argument
573 _.difference = function(array) { argument
588 _.unzip = function(array) { argument
615 return function(array, predicate, context) { argument
632 _.sortedIndex = function(array, obj, iteratee, context) { argument
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js354 (_.isMatchWith || lodashStable.isMatchWith)({ 'a': 1 }, { 'a': 1 }, function() { property
509 function toArgs(array) { argument
848 var object = { 'a': 1 }, property
979 object = { 'a': 1 }; property
985 Foo.prototype.a = 1; method in Foo
1016 assert.strictEqual(func(NaN, 'a', { 'a': NaN }), true); property
1231 function fn(a, b, c) { argument
1288 var actual = lodashStable.map(expected, function(array) { argument
1298 var capped = _.ary(function(a, b) { return this; }, 1), argument
1360 assert.deepEqual(func({ 'a': 1 }, { 'b': 2 }), { 'a': 1, 'b': 2 }); property
[all …]
/plugin/dokucrypt3/
H A Dcrypto_low-level.js786 function uGen(old, a, q, r, m) { argument
867 function array(n) { function
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
1026 function rotateLeft(a, n) { argument
[all …]
/plugin/dokucrypt/
Dscript.js1213 function uGen(old, a, q, r, m) { argument
1294 function array(n) { function
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
1405 function not(a) { argument
1453 function rotateLeft(a, n) { argument
[all …]
/plugin/dokucrypt2/
Dscript.js1285 function uGen(old, a, q, r, m) { argument
1366 function array(n) { function
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
1477 function not(a) { argument
1525 function rotateLeft(a, n) { argument
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
Dcola.min.js1a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();else if("function"==… argument
2 …is._groupCompactness=1e-6,this.event=null,this.linkAccessor={getSourceIndex:a.getSourceIndex,getTa… argument
3 for(var c in b)b.hasOwnProperty(c)&&(a[c]=b[c])};return function(b,c){function d(){this.constructor… argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dopus.js2ar Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};f… property
6 function ra(a){a=a|0;var b=0;b=i;i=i+a|0;i=i+7&-8;return b|0}function sa(){return i|0}function ta(a… argument
10 function Pd(d,e,f,g,h,j,k){d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;k=k|0;var l=0,m=0,n=0,o=0,p=0,q=0,r=… argument
14 function ec(a,d,e,f,g,h){a=a|0;d=d|0;e=e|0;f=f|0;g=g|0;h=h|0;var j=0,k=0,l=0,m=0,n=0,o=0,p=0,q=0,r=… argument
23 })({"Math":Math,"Int8Array":Int8Array,"Int16Array":Int16Array,"Int32Array":Int32Array,"Uint8Array":… argument
Dvorbis.js2ar Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};f… property
6 function Ta(a){a=a|0;var b=0;b=i;i=i+a|0;i=i+7&-8;return b|0}function Ua(){return i|0}function Va(a… argument
10 function Pc(a,b,d,e){a=a|0;b=b|0;d=d|0;e=e|0;var f=0,h=0,j=0,k=0,l=0,m=0,n=0,o=0;f=i;h=(e|0)>0;a:do… argument
19 })({"Math":Math,"Int8Array":Int8Array,"Int16Array":Int16Array,"Int32Array":Int32Array,"Uint8Array":… argument

1234