Home
last modified time | relevance | path

Searched refs:arr (Results 201 – 225 of 281) sorted by path

12345678910>>...12

/plugin/pdfjs/pdfjs/web/
H A Dviewer.js330 function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _…
336 function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
3361 function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _…
3367 function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
4183 len = arr.length;
4188 moved.push(arr[read]);
4190 arr[write] = arr[read];
5991 function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _…
5997 function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7513 function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _…
[all …]
H A Dviewer.js.map1arr","write","read","VIEWER","API","WORKER","PREFERENCE","defaultOptions","kind","defaultUrl","def…
/plugin/photogallery/
H A Dadmin.php70 $arr = array ('exec','system','shell_exec','passthru');
73 if (array_search($info[$i],$arr) === false){
78 $ok = (count($info) < count($arr));
/plugin/processing/
H A Dscript.js415 var arr = [];
486 return arr;
3476 var arr = [];
3480 return arr;
5384 var arr = [];
5388 return arr;
5538 var arr = [];
5542 return arr;
5892 var arr = [];
5896 return arr;
[all …]
/plugin/prosemirror/action/
H A Dajax.php54 foreach ($INPUT->arr('actions') as $action) {
71 $attrs = $INPUT->arr('attrs');
87 $image = $INPUT->arr('image');
/plugin/publist/bib2tpl/lib/
H A DBibTex.php456 $arr = explode('{', $entry);
457 $ret['cite'] = trim($arr[1]);
458 $ret['entrytype'] = strtolower(trim($arr[0]));
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php456 $arr = explode('{', $entry);
457 $ret['cite'] = trim($arr[1]);
458 $ret['entrytype'] = strtolower(trim($arr[0]));
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php456 $arr = explode('{', $entry);
457 $ret['cite'] = trim($arr[1]);
458 $ret['entrytype'] = strtolower(trim($arr[0]));
/plugin/pycode/
H A Daction.php58 * @param (arr) $param data passed when this handler was registered
90 * @param (arr) $param data passed when this handler was registered
122 * @param (arr) $param data passed when this handler was registered
226 * @param (arr) $param data passed when this handler was registered
H A Dmethod.php36 * @return (arr) $code the code of <file> to embed
189 * @param (arr) $code the code of <file> to embed
195 * @return (arr) $brief only the descriptive part of the docstring
817 * @return (arr) $tree_dir the tree directories, that is:
846 * @param (arr) $code the code to indent
847 * @return (arr) $code_ind the code indented
895 * @param (arr) $tree_dir the tree directories, that is:
948 $arr[$wiki] = array();
958 if (array_search($file, $arr[$wiki]) === false) {
959 $arr[$wiki][] = $file;
[all …]
H A Dsyntax.php99 * @return (arr) $data it contains the parameters handed to the
196 * @param (arr) $data it contains the parameters handled to the
366 * @param (arr) $code the code to embed
368 * @param (arr) $range the numbers of the lines matching the code to embed
479 * @param (arr) $tree the name of a class and its methods, that is:
626 * @param (arr) $code_new the updated code got from the repository
/plugin/qc/action/
H A Dcron.php87 protected function isOk($arr)
89 return count(array_filter((array)$arr)) == 0;
85 isOk($arr) global() argument
/plugin/rater/scripts/
H A Djquery.tablesorter.js464 var arr = [],
472 arr = arr.concat(checkCellColSpan(table, headerArr, row++));
475 arr.push(cell);
480 return arr;
/plugin/recaptcha/lib/
H A Drecaptchalib.php249 $arr = preg_split("/@/", $email );
251 if (strlen ($arr[0]) <= 4) {
252 $arr[0] = substr ($arr[0], 0, 1);
253 } else if (strlen ($arr[0]) <= 6) {
254 $arr[0] = substr ($arr[0], 0, 3);
256 $arr[0] = substr ($arr[0], 0, 4);
258 return $arr;
/plugin/recommend/
H A Dadmin.php27 if ($INPUT->str('action') && $INPUT->arr('assignment') && checkSecurityToken()) {
28 $assignment = $INPUT->arr('assignment');
/plugin/referrers/
H A Dadmin.php17 $this->savePreferences($INPUT->post->arr('pref'));
/plugin/revealjs/plugin/search/
H A Dsearch.js93 var arr = document.getElementsByTagName(hiliteTag);
94 while(arr.length && (el = arr[0])) {
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3956 arr = [ ],
3959 arr.push(element);
3961 return arr.inject([], function(elements, child) {
/plugin/sentry/action/
H A Dajax.php58 $sentryData = array_merge($sentryData, $INPUT->arr('additionalData'));
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js26159 var arr = [element];
26185 if (Selector.matches(sel, arr).length == 1)
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js74 var arr = [];
75 arr[-1] = 'boo';
76 assert.equal(_.last(arr), void 0, 'return undefined when called on a empty array');
H A Dcollections.js34 _.each([1, 2, 3], function(num, index, arr){ if (_.include(arr, num)) answer = true; }); argument
853 …assert.deepEqual(_.partition(list, function(x, index, arr) { return x === arr.length - 1; }), [[5]… argument
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock59 arr-diff@^2.0.0:
61 …resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256a…
63 arr-flatten "^1.0.1"
65 arr-flatten@^1.0.1:
67 …resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.0.1.tgz#e5ffe54d45e19f32f216e91…
2126 arr-diff "^2.0.0"
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1074 if (pth.arr) {
1075 return pathClone(pth.arr);
1106 pth.arr = pathClone(data);
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1arr)return mt(r.arr);var i={a:7,c:6,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,z:0},n=[];return e.is(t,A)&&e.…

12345678910>>...12