| /plugin/asciidocjs/node_modules/lodash/ |
| D | overArgs.js | 44 var overArgs = castRest(function(func, transforms) { argument 45 transforms = (transforms.length == 1 && isArray(transforms[0])) 46 ? arrayMap(transforms[0], baseUnary(baseIteratee)) 47 : arrayMap(baseFlatten(transforms, 1), baseUnary(baseIteratee)); 49 var funcsLength = transforms.length; 55 args[index] = transforms[index].call(this, args[index]);
|
| D | _getView.js | 15 function getView(start, end, transforms) { argument 17 length = transforms.length; 20 var data = transforms[index],
|
| D | lodash.js | 6144 function getView(start, end, transforms) { argument 6146 length = transforms.length; 6149 var data = transforms[index], 10720 var overArgs = castRest(function(func, transforms) { argument 10721 transforms = (transforms.length == 1 && isArray(transforms[0])) 10722 ? arrayMap(transforms[0], baseUnary(getIteratee())) 10723 : arrayMap(baseFlatten(transforms, 1), baseUnary(getIteratee())); 10725 var funcsLength = transforms.length; 10731 args[index] = transforms[index].call(this, args[index]);
|
| /plugin/diagramsnet/lib/math/extensions/MathML/ |
| D | content-mathml.js | 19 …transforms:{identifier:function(f){return function(h,i,g){a.appendToken(h,"mi",f)}},set:function(g…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | TransformNamespace.asciidoc | 52 … comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all tr… 54 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100 55 …o ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no t… 69 …] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms 72 …o ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no t… 128 …o ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no t…
|
| D | DataFrameTransformDeprecatedNamespace.asciidoc | 54 … comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all tr… 56 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100 57 …o ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no t… 72 …] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms 75 …o ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no t… 133 …o ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no t…
|
| D | CatNamespace.asciidoc | 45 * <<Elasticsearch_Namespaces_CatNamespacetransforms_transforms,`transforms()`>> 533 .`transforms(array $params = [])` 538 …] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms 540 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100 541 …o ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no t…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
| D | GoogleCloudDocumentaiV1DocumentPage.php | 241 public function setTransforms($transforms) argument 243 $this->transforms = $transforms; 250 return $this->transforms;
|
| D | GoogleCloudDocumentaiV1beta1DocumentPage.php | 241 public function setTransforms($transforms) argument 243 $this->transforms = $transforms; 250 return $this->transforms;
|
| D | GoogleCloudDocumentaiV1beta2DocumentPage.php | 241 public function setTransforms($transforms) argument 243 $this->transforms = $transforms; 250 return $this->transforms;
|
| /plugin/interwikipaste/ |
| D | README.md | 3 The plugin analyzes URLs pasted into the editor and transforms them on-the-fly into interwiki links…
|
| /plugin/sequencediagram/bower_components/snap.svg/ |
| D | history.md | 43 * Absolute transforms fix
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | effects.js | 953 effect.transforms.each(function(transform) { 970 this.transforms = this.style.map(function(pair){ 1004 var style = { }, transform, i = this.transforms.length; 1006 style[(transform = this.transforms[i]).style] =
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ |
| D | CatNamespace.php | 689 public function transforms(array $params = []) function in Elasticsearch\\Namespaces\\CatNamespace
|
| /plugin/revealjs/css/ |
| D | reveal.scss | 1038 .no-transforms { 1042 .no-transforms .reveal { 1046 .no-transforms .reveal .slides { 1056 .no-transforms .reveal .controls, 1057 .no-transforms .reveal .progress { 1061 .no-transforms .reveal .slides section {
|
| D | reveal.css | 971 .no-transforms { 974 .no-transforms .reveal { 977 .no-transforms .reveal .slides { 986 .no-transforms .reveal .controls, 987 .no-transforms .reveal .progress { 990 .no-transforms .reveal .slides section {
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | CHANGELOG.md | 12 - Fixed another issue with the fact that PHP transforms numeric strings in array keys to ints 23 - Properly handle the fact that PHP transforms numeric strings in array keys to ints
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/ |
| D | internals.rst | 21 * Eventually, the *compiler* transforms the AST into PHP code.
|
| /plugin/impressjs/tpl/dokuwiki/ |
| D | impress.css | 322 ... so we define display to `inline-block` to enable transforms and 422 which behaviour is correct as 3D transforms spec is not very clear about it. 693 So basically all of this transforms and delayed transitions trickery was probably
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | lodash.js | 6080 function getView(start, end, transforms) { argument 6082 length = transforms.length; 6085 var data = transforms[index], 10652 var overArgs = castRest(function(func, transforms) { argument 10653 transforms = (transforms.length == 1 && isArray(transforms[0])) 10654 ? arrayMap(transforms[0], baseUnary(getIteratee())) 10655 : arrayMap(baseFlatten(transforms, 1), baseUnary(getIteratee())); 10657 var funcsLength = transforms.length; 10663 args[index] = transforms[index].call(this, args[index]);
|
| /plugin/sequencediagram/bower_components/lodash/dist/ |
| D | lodash.js | 6080 function getView(start, end, transforms) { argument 6082 length = transforms.length; 6085 var data = transforms[index], 10652 var overArgs = castRest(function(func, transforms) { argument 10653 transforms = (transforms.length == 1 && isArray(transforms[0])) 10654 ? arrayMap(transforms[0], baseUnary(getIteratee())) 10655 : arrayMap(baseFlatten(transforms, 1), baseUnary(getIteratee())); 10657 var funcsLength = transforms.length; 10663 args[index] = transforms[index].call(this, args[index]);
|
| /plugin/revealjs/js/ |
| D | reveal.js | 1764 function transformSlides( transforms ) { argument 1767 if( typeof transforms.layout === 'string' ) slidesTransform.layout = transforms.layout; 1768 if( typeof transforms.overview === 'string' ) slidesTransform.overview = transforms.overview;
|
| /plugin/findologicxmlexport/vendor/hoa/consistency/ |
| D | README.md | 236 The `attach` method on `Hoa\Event\Event` transforms its argument as an
|
| /plugin/findologicxmlexport/vendor/hoa/iterator/ |
| D | README.md | 79 `Hoa\Iterator\IteratorIterator` transforms anything that is
|
| /plugin/processing/ |
| D | script.js | 12154 function AstExpression(expr, transforms) { argument 12156 this.transforms = transforms; 12159 var transforms = this.transforms; 12162 return transforms[index].toString(); 12167 var transforms = []; 12170 transforms.push(transformFunction(atoms[index])); 12171 return '"!' + (transforms.length - 1) + '"'; 12174 transforms.push(transformInlineClass(atoms[index])); 12175 return '"!' + (transforms.length - 1) + '"'; 12178 transforms.push(transformInlineObject(atoms[index])); [all …]
|