/plugin/diagramsnet/lib/math/extensions/MathML/ |
H A D | content-mathml.js | 19 …transforms:{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 D | TransformNamespace.asciidoc | 52 $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 D | DataFrameTransformDeprecatedNamespace.asciidoc | 54 $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 D | CatNamespace.asciidoc | 45 * <<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 D | GoogleCloudDocumentaiV1DocumentPage.php | 241 public function setTransforms($transforms) argument 243 $this->transforms = $transforms; 250 return $this->transforms;
|
H A D | GoogleCloudDocumentaiV1beta1DocumentPage.php | 241 public function setTransforms($transforms) argument 243 $this->transforms = $transforms; 250 return $this->transforms;
|
H A D | GoogleCloudDocumentaiV1beta2DocumentPage.php | 241 public function setTransforms($transforms) argument 243 $this->transforms = $transforms; 250 return $this->transforms;
|
/plugin/interwikipaste/ |
H A 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/ |
H A D | history.md | 43 * Absolute transforms fix
|
/plugin/s5reloaded/ui/effects_support/ |
H A 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/ |
H A D | CatNamespace.php | 672 * 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 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 {
|
H A 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/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | internals.rst | 21 * Eventually, the *compiler* transforms the AST into PHP code.
|
H A D | advanced_legacy.rst | 68 Again, it works, but it looks weird. A filter transforms the passed value to
|
H A D | advanced.rst | 67 Again, it works, but it looks weird. A filter transforms the passed value to
|
/plugin/impressjs/tpl/dokuwiki/ |
H A 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/dist/ |
H A 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) { 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 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) { 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 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/ |
H A D | README.md | 236 The `attach` method on `Hoa\Event\Event` transforms its argument as an
|
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
H A D | README.md | 79 `Hoa\Iterator\IteratorIterator` transforms anything that is
|
/plugin/processing/ |
H A 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) + '"'; 12179 return '"!' + (transforms.length - 1) + '"'; [all …]
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
H A D | README.md | 219 because Prophecy automatically transforms it under the hood into:
|
/plugin/structsection/ |
H A D | yarn.lock | 19 "@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-…
|