Home
last modified time | relevance | path

Searched refs:composite (Results 1 – 25 of 29) sorted by relevance

12

/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
DComposite.php57 $composite = new SUT()
59 ->when($result = $this->invoke($composite)->setStream($stream))
70 $composite = new SUT(),
71 $this->invoke($composite)->setStream($stream)
73 ->when($result = $composite->getStream())
84 $composite = new SUT()
86 ->when($result = $this->invoke($composite)->setInnerStream($innerStream))
97 $composite = new SUT(),
98 $this->invoke($composite)->setInnerStream($innerStream)
100 ->when($result = $composite->getInnerStream())
/plugin/fedauth/Auth/OpenID/
DDiffieHellman.php82 function getSharedSecret($composite) argument
84 return $this->lib->powmod($composite, $this->private, $this->mod);
98 function xorSecret($composite, $secret, $hash_func) argument
100 $dh_shared = $this->getSharedSecret($composite);
/plugin/openid/Auth/OpenID/
DDiffieHellman.php83 function getSharedSecret($composite) argument
85 return $this->lib->powmod($composite, $this->private, $this->mod);
99 function xorSecret($composite, $secret, $hash_func) argument
101 $dh_shared = $this->getSharedSecret($composite);
/plugin/sequencediagram/bower_components/lodash/
DREADME.md71 * Creating composite functions
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
DAggregation.php512 public function composite(string $name): Composite function in Elastica\\QueryBuilder\\DSL\\Aggregation
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
DREADME.md40 - a composite such as an array of string (`@var string[]`).
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js3909 var composite = (cloneSource) ? source : this.getCompositeParent(source);
3914 new mxPoint(composite.geometry.x, composite.geometry.y);
3918 pt.x += composite.geometry.width / 2;
3923 pt.x += composite.geometry.width / 2;
3924 pt.y += composite.geometry.height + length;
3929 pt.y += composite.geometry.height / 2;
3933 pt.x += composite.geometry.width + length;
3934 pt.y += composite.geometry.height / 2;
/plugin/diagramsnet/lib/js/diagramly/
DEditor.js7575 var composite = (svgDoc.createElementNS != null) ?
7577 composite.setAttribute('in', 'offsetColor');
7578 composite.setAttribute('in2', 'offsetBlur');
7579 composite.setAttribute('operator', 'in');
7580 composite.setAttribute('result', 'offsetBlur');
7581 filter.appendChild(composite);
/plugin/html2pdf/html2pdf/html2ps/
DChangeLog1118 * Fixed: rgb() CSS color declarations in composite CSS properties
1539 * css.border.inc.php: fixed bug 1251606 (PDFLIB) composite values
1571 * css.font.inc.php: fixed bug 1229878 - composite CSS 'font'
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js32272 if (properties.composite) {
32372 (0, _util.assert)(!properties.composite, 'Must be a simple font.');
32457 if (!properties.composite && properties.hasEncoding) {
32464 if (!properties.composite) {
32468 …if (properties.composite && (properties.cMap.builtInCMap && !(properties.cMap instanceof _cmap.Ide…
32572 if (properties.composite) {
32734 var composite = false;
32751 composite = true;
32794 var lastChar = dict.get('LastChar') || (composite ? 0xFFFF : 0xFF);
32818 composite: composite, property
[all …]
Dpdf.worker.js.map1composite","df","diffLength","diffBuf","diffEntry","lastChar","uint8array","translateFont","maxCha…
/plugin/findologicxmlexport/vendor/hoa/stream/
DREADME.md518 There are more to cover. `Hoa\Stream` supports composite streams (with
/plugin/codemirror/dist/modes/
Dcss.min.js.map1 …unt\", \"marquee-speed\",\n \"marquee-style\", \"mask-clip\", \"mask-composite\", \"mask-image\…
/plugin/achart/assets/
Dapexcharts.min.js6composite(t.sourceAlpha,"in").offset(r,s).gaussianBlur(a).merge(t.source);return t.blend(t.source,…
10composite:function(t,e,i){return this.put(new SVG.CompositeEffect(t,e,i))},flood:function(t,e){ret… method
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1198 * Allowing deeply nested arrays for composite variables in URI templates
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md10162 *(Function)*: Returns the new composite function.
10298 *(Function)*: Returns the new composite function.
10329 *(Function)*: Returns the new composite function.
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1493 * Allowing deeply nested arrays for composite variables in URI templates
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js.map1composite document grid properties that specify the layout of text characters.\"\n },\n …
Deditor.worker.js.map1 …ergeFn) {\n // use the merge function to create a single composite\n …
D3.3.js.map1 …rrently active element when DOM focus is on a [`composite`](https://www.w3.org/TR/wai-aria-1.1/#co…
Djson.worker.js.map1 …ergeFn) {\n // use the merge function to create a single composite\n …
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs5054 Opal.modules["asciidoctor/converter/composite"] = function(Opal) {/* Generated by Opal 1.7.3 */
5152 self.$autoload("CompositeConverter", "" + ("asciidoctor") + "/converter/composite");
15759 self.$require("asciidoctor/converter/composite");
/plugin/openlayersmap/ol/
Dol.js.map1composite and\n * layer renderer in a worker environment\n * @return {HTMLDivElement} mocked DIV\n…
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1composite blocks, a decoration for block widgets, and a\n number indicating the amount of widge…
/plugin/mizarproofchecker/dist/
Dscript.js.map1composite blocks, a decoration for block widgets, and a\n number indicating the amount of widge…

12