Skip to content

Commit 9018de5

Browse files
author
flow-php
committed
1 parent a2d7eef commit 9018de5

File tree

851 files changed

+8351
-2526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

851 files changed

+8351
-2526
lines changed

aggregations/aggregating_functions/average/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

aggregations/aggregating_functions/first/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

aggregations/aggregating_functions/last/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

aggregations/aggregating_functions/max/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

aggregations/aggregating_functions/min/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

aggregations/aggregating_functions/sum/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

aggregations/grouping/group_by/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

aggregations/grouping/group_by_sum/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

assets/codemirror/completions/dsl-dc00cffdc96dc4a96e4e625f6758fe89.js renamed to assets/codemirror/completions/dsl-2e63ea35e558de843b0f3ec986f39e2c.js

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* CodeMirror Completer for Flow PHP DSL Functions
33
*
4-
* Total functions: 615
4+
* Total functions: 616
55
*
66
* This completer provides autocompletion for all Flow PHP DSL functions:
77
* - Extractors (flow-extractors)
@@ -8987,6 +8987,21 @@ const dslFunctions = [
89878987
},
89888988
apply: snippet("\\Flow\\ETL\\Adapter\\Elasticsearch\\to_es_bulk_update(" + "$" + "{" + "1:config" + "}" + ", " + "$" + "{" + "2:index" + "}" + ", " + "$" + "{" + "3:id_factory" + "}" + ", " + "$" + "{" + "4:parameters" + "}" + ")"),
89898989
boost: 10
8990+
}, {
8991+
label: "to_excel",
8992+
type: "function",
8993+
detail: "flow\u002Ddsl\u002Dloaders",
8994+
info: () => {
8995+
const div = document.createElement("div")
8996+
div.innerHTML = `
8997+
<div style="font-family: 'Fira Code', 'JetBrains Mono', monospace; margin-bottom: 8px;">
8998+
<span class=\"fn-name\">to_excel</span><span class=\"fn-operator\">(</span><span class=\"fn-type\">Path|string</span> <span class=\"fn-param\">$path</span><span class=\"fn-operator\">)</span> <span class=\"fn-operator\">:</span> <span class=\"fn-return\">ExcelLoader</span>
8999+
</div>
9000+
`
9001+
return div
9002+
},
9003+
apply: snippet("\\Flow\\ETL\\Adapter\\Excel\\DSL\\to_excel(" + "$" + "{" + "1:path" + "}" + ")"),
9004+
boost: 10
89909005
}, {
89919006
label: "to_json",
89929007
type: "function",

assets/importmap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"type": "js"
109109
},
110110
"\/assets\/codemirror\/completions\/dsl.js": {
111-
"path": "\/assets\/codemirror\/completions\/dsl-dc00cffdc96dc4a96e4e625f6758fe89.js",
111+
"path": "\/assets\/codemirror\/completions\/dsl-2e63ea35e558de843b0f3ec986f39e2c.js",
112112
"type": "js"
113113
},
114114
"\/assets\/codemirror\/completions\/dataframe.js": {

0 commit comments

Comments
 (0)