Home
last modified time | relevance | path

Searched refs:partial (Results 101 – 118 of 118) sorted by last modified time

12345

/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js247 partial,
302 partial = [];
313 partial[i] = str(i, value) || 'null';
319 v = partial.length === 0
322 ? '[\n' + gap + partial.join(',\n' + gap) + '\n' + mind + ']'
323 : '[' + partial.join(',') + ']';
337 partial.push(quote(k) + (
353 partial.push(quote(k) + (
366 v = partial.length === 0
369 ? '{\n' + gap + partial.join(',\n' + gap) + '\n' + mind + '}'
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js426 assert.ok(_.every([1, 2, 3], _.partial(_.includes, numbers)), 'fromIndex is guarded');
H A Dobjects.js947 …assert.deepEqual(_.map([null, void 0, 5, {}], _.partial(_.isMatch, _, oCon)), [false, false, false…
/plugin/sequencediagram/bower_components/lodash/vendor/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
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php232 public function testAssertArraySubsetRaisesExceptionForInvalidArguments($partial, $subject) argument
234 $this->assertArraySubset($partial, $subject);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md5 but also how to statically resolve the partial name of a Class into a Fully Qualified Class Name (F…
13 1. Returning a series of Value Object for given expression while resolving any partial class names,…
14 2. Returning an FQSEN object after resolving any partial Structural Element Names into Fully Qualif…
45 …> please note that if you want to pass partial class names that additional steps are necessary, se…
46 > chapter `Resolving partial classes and FQSENs` for more information.
73 The real power of this resolver is in its capability to expand partial class names into fully quali…
90 The real power of this resolver is in its capability to expand partial element names into Fully Qua…
94 ## Resolving partial Classes and Structural Element Names
96 Perhaps the best feature of this library is that it knows how to resolve partial class names into f…
119 For the resolvers to know how to expand partial names you have to provide a bit of _Context_ for th…
[all …]
/plugin/partialsearch/
H A Dplugin.info.txt7 desc Enables partial search by surrounding each word with '*'
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md78 - #25 Added partial support for the Markdown Extra flavor
/plugin/issuetracker/
H A Dprototype.js251 var partial = [];
255 partial.push(typeof str === 'undefined' ? 'null' : str);
257 partial = '[' + partial.join(',') + ']';
263 partial.push(key.inspect(true)+ ':' + str);
266 partial = '{' + partial.join(',') + '}';
269 return partial;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js9606 function partial(func) {
9608 holders = replaceHolders(partials, partial.placeholder);
12790 lodash.partial = partial;
H A Dpdfmake.min.js.map1partial","partialRight","rearg","throttle","debounceOptions","wrap","cloneDeep","isBoolean","isDat…
H A Dpdfmake.min.js8 …ze=ni,e.merge=Ya,e.mixin=So,e.negate=ri,e.omit=Gi,e.once=ii,e.pairs=qi,e.partial=oi,e.partialRight…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt4910 YOU must not be partial in judgment. YOU should hear the little one the same as the great one. YOU …
5362 You must not pervert judgment. You must not be partial or accept a bribe, for the bribe blinds the …
5662 a nation fierce in countenance, who will not be partial to an old man or show favor to a young man.
27294 At this Peter opened his mouth and said: "For a certainty I perceive that God is not partial,
28675 For we have partial knowledge and we prophesy partially;
28676 but when that which is complete arrives, that which is partial will be done away with.
30337 …le, reasonable, ready to obey, full of mercy and good fruits, not making partial distinctions, not…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog507 * Fixed: partial support for 'direction' property
895 * Change: partial support ("alpha" state) for PNG Image output
897 * Change: partial support ("beta" state) for TTF file parsing
/plugin/aceeditor/
H A Dbuild.js1 …s,2);return function(){return e.apply(t,n.concat(u.call(arguments)))}},x.partial=function(e){var t… function
/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/jmol2/jmol/
H A DCHANGES.txt374 # bug fix: VRML balls missing; VRML/POVRAY error on partial surfaces
467 # new feature: gamessUS reader now reads dipoles and partial charges.
870 # yes yes P yes partialCharge partial charge
2065 # new feature: mol file bond type 8 as partial
2394 # new feature: xyz reader reads partial charge in 5th field
2686 # code: proper partial derivative normalization of ellipsoid shading
2945 # bug fix: CAChe CSF reader not reading partial charges
3887 # bug fix: antialias causing image to be partial size.
3973 # bug fix: no partial charges!
4118 # new feature: fully generalized bond order "partial n.m"
[all …]
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1partial:1,select:1,set:1,value:1,"var":1,where:1,yield:1}},m:[{cN:"comment",b:"///",e:"$",rB:true,… property in hljs.LANGUAGES.sql.dM.k.keyword

12345