Home
last modified time | relevance | path

Searched refs:transforms (Results 1 – 25 of 43) sorted by relevance

12

/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dcontent-mathml.js19transforms:{identifier:function(f){return function(h,i,g){a.appendToken(h,"mi",f)}},set:function(g… class in MathJax.Extension.a
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc52 $params['transform_id'] = (string) The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
54 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
55 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
69 $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms
72 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
128 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms hav
[all...]
H A DDataFrameTransformDeprecatedNamespace.asciidoc54 $params['transform_id'] = (string) The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
56 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
57 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
72 $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms
75 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
133 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms hav
[all...]
H A DCatNamespace.asciidoc45 * <<Elasticsearch_Namespaces_CatNamespacetransforms_transforms,`transforms()`>>
533 .`transforms(array $params = [])`
538 $params['transform_id'] = (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 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentPage.php241 public function setTransforms($transforms) argument
243 $this->transforms = $transforms;
250 return $this->transforms;
H A DGoogleCloudDocumentaiV1beta1DocumentPage.php241 public function setTransforms($transforms) argument
243 $this->transforms = $transforms;
250 return $this->transforms;
H A DGoogleCloudDocumentaiV1beta2DocumentPage.php241 public function setTransforms($transforms) argument
243 $this->transforms = $transforms;
250 return $this->transforms;
/plugin/interwikipaste/
H A DREADME.md3 The plugin analyzes URLs pasted into the editor and transforms them on-the-fly into interwiki links…
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md43 * Absolute transforms fix
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js953 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/
H A DCatNamespace.php672 * Gets configuration and usage information about transforms.
674 * $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms
676 * $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
677 * $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
687 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-transforms.html
689 public function transforms(array $params = []) function in Elasticsearch\\Namespaces\\CatNamespace
/plugin/revealjs/css/
H A Dreveal.scss1038 .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 {
H A Dreveal.css971 .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/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst21 * Eventually, the *compiler* transforms the AST into PHP code.
H A Dadvanced_legacy.rst68 Again, it works, but it looks weird. A filter transforms the passed value to
H A Dadvanced.rst67 Again, it works, but it looks weird. A filter transforms the passed value to
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css322 ... 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/dist/
H A Dlodash.js6080 function getView(start, end, transforms) { argument
6082 length = transforms.length;
6085 var data = transforms[index],
10652 var overArgs = castRest(function(func, transforms) {
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/
H A Dlodash.js6080 function getView(start, end, transforms) { argument
6082 length = transforms.length;
6085 var data = transforms[index],
10652 var overArgs = castRest(function(func, transforms) {
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/
H A Dreveal.js1764 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/
H A DREADME.md236 The `attach` method on `Hoa\Event\Event` transforms its argument as an
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md79 `Hoa\Iterator\IteratorIterator` transforms anything that is
/plugin/processing/
H A Dscript.js12154 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) + '"';
12179 return '"!' + (transforms.length - 1) + '"';
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md219 because Prophecy automatically transforms it under the hood into:
/plugin/structsection/
H A Dyarn.lock19 "@babel/helper-module-transforms" "^7.12.1"
72 "@babel/helper-module-transforms@^7.12.1":
74 …resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-…

12