Home
last modified time | relevance | path

Searched refs:compact (Results 76 – 100 of 123) sorted by path

12345

/plugin/oauthgeneric/
H A Daction.php68 return compact('user', 'name', 'mail', 'grps');
/plugin/odp/
H A DZipLib.class.php42 function Add($files,$compact) argument
51 $ret[basename($fn[0])]=$this->add_File($fn[1],$fn[0],$compact);
118 function add_File($data, $name, $compact = 1) argument
127 if($compact)
132 if($compact){
146 if($compact)
/plugin/offline/
H A Dcreate.php380 log_msg(__LINE__, compact('msgStr'));
384 log_msg(__LINE__, compact('msgStr'));
466 log_msg(__LINE__, compact('msgStr'));
475 log_msg(__LINE__, compact('msgStr'));
/plugin/orgapp/editor/
H A Dsample.txt2 …<organigram layout="top" mode="min" compact="false" backgroundColor="#eee8f7" boxBackgroundColor="…
/plugin/osm/
H A Dsyntax.php134 $overlay[] = compact('lat', 'lon', 'txt');
/plugin/pagequery/
H A Dreadme.md7 There are many different page listing / navigation plugins on the [[:plugin]] page, all trying to serve different needs. Pagequery tries to unify many of the ideas into a compact all-in-one method of listing your wiki pages, by name, title, a-z index, by date, by year, month, day, by namespace or by creator; ...and do it quickly.
/plugin/passpolicy/
H A D10k-common-passwords.txt7102 compact
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1compact as possible.\n // |this.gen| is almost always zero, so we treat that case specially.\…
/plugin/pgn4web/pgn4web/
H A DREADME.txt306 src=live-compact.html?pgnData=myGames.pgn>
/plugin/randominc/
H A Dsyntax.php148 …$renderer->meta['plugin_include']['instructions'][] = compact('mode', 'page', 'sect', 'parent_id',…
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js696 [this._extraDefaultOptions].flatten().compact().each(function(defs) {
H A Dprototype.js987 function compact() { function
1088 compact: compact,
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/sentry/action/
H A Derrors.php161 $error = compact('type', 'message', 'file', 'line');
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js1481 function compact(array) { function
3713 lodash.compact = compact;
H A Dlodash.core.min.js22 …fore=G,o.bind=En,o.chain=function(n){return n=o(n),n.__chain__=true,n},o.compact=function(n){retur… function
H A Dlodash.js6874 function compact(array) {
16539 lodash.compact = compact;
16927 LazyWrapper.prototype.compact = function() {
H A Dlodash.min.js96 …rn[];for(var e=0,u=0,i=Ku(Oi(r/t));e<r;)i[u++]=hr(n,e,e+=t);return i},An.compact=function(n){for(v… function
129 …ction(){return this.__filtered__?new Un(this):this[r](1)}}),Un.prototype.compact=function(){return… method in Un
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9 * <a href="#_compactarray">`_.compact`</a>
448 <h3 id="_compactarray"><code>_.compact(array)</code></h3>
449 …#L6874 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.compact "See the npm pack…
458 1. `array` *(Array)*: The array to compact.
465 _.compact([0, 1, false, 2, '', 3]);
8580 `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,
8588 `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`,
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst102 var compact = _.partial(_.filter, _, Boolean);
103 compact(['a', null, 'c']);
108 var compact = fp.filter(Boolean);
109 compact(['a', null, 'c']);
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js6874 function compact(array) {
16539 lodash.compact = compact;
16927 LazyWrapper.prototype.compact = function() {
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js277 return _.compact(_.invokeMap((optionToValue(name, string) || '').split(/, */), 'trim'));
H A Dtest-fp.js568 var combined = fp.flow(map2, filter2, fp.compact, take2);
1128 ? func(map, filter, fp.compact, take)
1129 : func(take, fp.compact, filter, map);
H A Dtest.js3174 assert.deepEqual(_.compact(falsey.concat(array)), array);
3181 var actual = _(falsey).thru(_.slice).compact().thru(_.slice).value();
3184 actual = _(falsey).thru(_.slice).push(true, 1).compact().push('a').value();
3196 var actual = _(largeArray).slice(1).compact().reverse().take().value();
3197 assert.deepEqual(actual, _.take(_.compact(_.slice(largeArray, 1)).reverse()));
3214 var actual = _(largeArray).slice(1).compact().value();
3215 pass = lodashStable.isEqual(actual, _.compact(_.slice(largeArray, 1)));
6745 ? func(map3, filter3, _.compact, take3)
6746 : func(take3, _.compact, filter3, map3);
26026 wrapped1 = _(array1).thru(_.compact).map(square).takeRight(2).sort(),
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js157 assert.deepEqual(model.chain().pick('a', 'b', 'c').values().compact().value(), [1, 2]);

12345