Home
last modified time | relevance | path

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

12

/plugin/achart/assets/
H A Dapexcharts.min.js6transforms:/\)\s*,?\s*/,whitespace:/\s/g,isHex:/^#[a-f0-9]{3,6}$/i,isRgb:/^rgb\(/,isCss:/[^:]+:[^;…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js3013 transforms = '(?:' + transform + '(?:' + commaWsp + transform + ')*' + ')',
3015 transformList = '^\\s*(?:' + transforms + '?)\\s*$',
H A Dfabric.min.js2 …ate+"|"+skewX+"|"+skewY+")",transforms="(?:"+transform+"(?:"+commaWsp+transform+")*"+")",transform… variable
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js5813 function getView(start, end, transforms) {
5815 length = transforms ? transforms.length : 0;
5818 var data = transforms[index],
H A Dpdfmake.min.js.map1transforms","input","arrayBufferTag","float32Tag","float64Tag","int8Tag","int16Tag","int32Tag","ui…
/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/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1956 function setTransforms(transformList, transforms) { argument
1961 for (i = 0; (t = transforms[i]); i++) {
1974 function transform$1(node, transforms) { argument
1977 if (transforms) {
1979 if (!Array.isArray(transforms)) {
1980 transforms = [ transforms ];
1983 setTransforms(transformList, transforms);
/plugin/ckgedit/ckeditor/
H A DCHANGES.md422 …editor.com/docs/ckeditor4/latest/api/CKEDITOR.filter.html) incorrectly transforms the `margin` CSS…
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …ction_active transactions_committed transactions_rolled_back transform transforms translate transl…
/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/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1transforms applied to an element with respect to its border box.\",\n \"restrictions\":…
H A Dbundle.js.map1transforms the rest array.\n *\n * @private\n * @param {Function} func The function to apply a res…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1transforms the rest array.\n *\n * @private\n * @param {Function} func The function to apply a res…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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)
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 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...]
/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/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/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md219 because Prophecy automatically transforms it under the hood into:
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst67 Again, it works, but it looks weird. A filter transforms the passed value to
H A Dadvanced_legacy.rst68 Again, it works, but it looks weird. A filter transforms the passed value to
H A Dinternals.rst21 * Eventually, the *compiler* transforms the AST into PHP code.

12