Home
last modified time | relevance | path

Searched refs:partial (Results 26 – 50 of 118) sorted by relevance

12345

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js54 obj.func = _.partial(func, 'a', 'b');
57 obj.func = _.partial(func, _, 'b', _, 'd');
60 func = _.partial(function() { return arguments.length; }, _, 'b', _, 'd');
64 func = _.partial(function() { return typeof arguments[2]; }, _, 'b', _, 'd');
75 var MyWidgetWithCoolOpts = _.partial(MyWidget, _, {a: 1});
81 _.partial.placeholder = obj;
82 func = _.partial(function() { return arguments.length; }, obj, 'b', obj, 'd');
85 _.partial.placeholder = {};
86 func = _.partial(function() { return arguments.length; }, obj, 'b', obj, 'd');
89 _.partial.placeholder = _;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc49 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
78 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
H A DAsyncSearchNamespace.asciidoc49 $params['keep_alive'] = (time) Specify the time interval in which the results (partial or final) for this search will be available
79 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
/plugin/partialsearch/
H A Dplugin.info.txt7 desc Enables partial search by surrounding each word with '*'
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DREADME.md4 This component provides a partial, native PHP implementation for the
/plugin/bbcodeextensions/
H A DChangeLog32 * Adds partial support for the [[doku>plugin:s5|s5 plugin renderer]] and for the text renderer.
/plugin/autolink4/lang/en/
H A Dadmin_help.txt11 * inword: Replace partial words. DokuWiki defines a word as characters surrounded by spaces or punctuation, so this is required for languages that do not require space between words.
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst62 <%= toFuncList(_.keys(_.pickBy(mapping.iterateeAry, _.partial(_.eq, _, 1)))) %>
65 <%= toFuncList(_.keys(_.pickBy(mapping.iterateeAry, _.partial(_.eq, _, 2)))) %>
102 var compact = _.partial(_.filter, _, Boolean);
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md28 * Fix the length-of-length check for a partial PDU with long definite encoding under certain circumstances.
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md6 * Fixed detection of "partial" children in subfolders in `SassFilter`
/plugin/quickstats/
H A Dstyle.css43 /* partial settings for basic layout */
H A Dstyle.wide.css43 /* partial settings for basic layout */
/plugin/fastwiki/
H A Dpagecache.js89 var params = {partial: 1}; property in CPageCache.load.params
H A Dscript.js587 * Perform a standard partial AJAX action (edit, history, etc).
615 // This kind of partial replaces the whole content area.
677 * Send a "partial" action, used for AJAX editing, previews, subscribe etc.
692 params.partial = 1;
696 delete params.partial;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php118 $code .= $this->partial(
441 private function partial($id, $indent, $level) function in Mustache_Compiler
/plugin/quickstats/lang/en/
H A Dquery.txt13 The search functions are case-insensitive and will match partial strings as well as whole strings. …
18 … will add it to the list so that you can then select it. If you enter a partial name, it will add…
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js428 var partial = []; // Inside matches
448 partial.push("<li>" + elem.substr(0, foundPos) + "<strong>" +
461 if (partial.length)
462 ret = ret.concat(partial.slice(0, instance.options.choices - ret.length));
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js752 _.partial = restArgs(function(func, boundArgs) {
753 var placeholder = _.partial.placeholder;
766 _.partial.placeholder = _;
803 _.defer = _.partial(_.delay, _, 1);
888 return _.partial(wrapper, func);
934 _.once = _.partial(_.before, 2);
H A Dunderscore-min.js5partial=function(n){var t=l.call(arguments,1),r=function(){for(var e=0,u=t.length,i=Array(u),o=0;u… function
/plugin/divalign2/
H A DChangeLog62 * ODT: partial compatibility with renderer.
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js17 …art:2},invokeArgsMap:{start:2},mergeAll:{start:0},mergeAllWith:{start:0},partial:{start:1},partial…
20 …qual:!0,lt:!0,lte:!0,matchesProperty:!0,merge:!0,multiply:!0,overArgs:!0,partial:!0,partialRight:!…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js707 tunnel.stop(_.partial(tunnel.emit, 'complete', success));
761 stop = _.after(active.length, _.partial(_.invokeMap, all, 'reset', reset));
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5partial=function(n){var t=l.call(arguments,1),r=function(){for(var e=0,u=t.length,i=Array(u),o=0;u… function
H A Dunderscore.js724 _.partial = function(func) { function
774 _.defer = _.partial(_.delay, _, 1);
853 return _.partial(wrapper, func);
899 _.once = _.partial(_.before, 2);
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md84 * Corrected BER encoding indefinite length partial PDU detection.

12345