MCPcopy Create free account

hub / github.com/dev-formata-io/stof / functions

Functions1,484 in github.com/dev-formata-io/stof

↓ 4 callersMethodto_id_path
ID path for this named path.
src/model/spath.rs:195
↓ 4 callersMethodtrunc
Trunc.
src/runtime/num.rs:1303
↓ 4 callersFunctionunits
Parse optional units.
src/parser/number.rs:99
↓ 4 callersMethodvalidate
Validate with a symbol.
src/model/data.rs:92
↓ 4 callersFunctionwake
Helper function for waking a process. Returns true if the process was not yet awake. Note: if a waker has an "at" duration, this will override that a
src/runtime/waker.rs:36
↓ 3 callersMethodadd
Add two numbers together.
src/runtime/num.rs:631
↓ 3 callersMethodage_decrypt_import
Age decription binary import.
src/model/graph.rs:1279
↓ 3 callersMethodage_encrypt_export
Age encryption binary export.
src/model/graph.rs:1263
↓ 3 callersMethodas_dyn_any
(&self)
src/model/mod.rs:90
↓ 3 callersMethodattach_data
Attach an existing data ref to a node in this graph.
src/model/graph.rs:666
↓ 3 callersMethodbinary_import
(&self, graph: &mut Graph, _format: &str, bytes: bytes::Bytes, node: Option<NodeRef>, _profile: &Profile)
src/model/formats/pdf/mod.rs:38
↓ 3 callersMethodcan_set
Can set this field?
src/model/components/field.rs:112
↓ 3 callersMethodcore_data
Core data?
src/model/data.rs:219
↓ 3 callersFunctionencode_node
Encode a graph node.
src/model/formats/urlencoded/encoded.rs:41
↓ 3 callersMethodextract_text
Extract all text from all pages.
src/model/formats/pdf/pdf.rs:76
↓ 3 callersMethodfield_value
Get a field value by path. If no starting root, adds "root." in front. Helper for manually getting field values from a graph.
src/model/graph.rs:1310
↓ 3 callersMethodfind_root_named
Find a root node with a given name.
src/model/graph.rs:125
↓ 3 callersMethodgen_type
Get the generic type for this value.
src/runtime/value.rs:1096
↓ 3 callersFunctiongetArrayU8FromWasm0
(ptr, len)
web/pkg/stof.js:84
↓ 3 callersMethodget_mut
Get a mutable variable.
src/runtime/table.rs:147
↓ 3 callersMethodgt
Greater than another number?
src/runtime/num.rs:457
↓ 3 callersMethodidentifiers
(&self)
src/model/formats/pdf/mod.rs:32
↓ 3 callersMethodinitialize
* Initialize Stof WASM. * Use initStof() instead for automatic environment detection.
web/doc.ts:176
↓ 3 callersMethodis_private
Can read this field?
src/model/components/field.rs:117
↓ 3 callersFunctionjson_value
Get a JSON value from a Val.
src/model/formats/json/export.rs:46
↓ 3 callersMethodobjImport
* Import a JS object value. * @param {any} js_obj * @param {any} node * @returns {boolean}
web/pkg/stof.js:296
↓ 3 callersMethodparse_stof_file
Parse a stof file into this graph, optionally into a specific node. This serves as an entrypoint for parsing Stof into a graph.
src/model/graph.rs:1381
↓ 3 callersFunctionparse_toml_object_value
(graph: &mut Graph, node: &NodeRef, table: Table)
src/model/formats/toml/import.rs:23
↓ 3 callersMethodpop_indent
Pop indent.
src/model/formats/stof/export.rs:278
↓ 3 callersMethodpush_indent
Push indent.
src/model/formats/stof/export.rs:272
↓ 3 callersMethodpush_self_node
Push self node.
src/parser/context.rs:263
↓ 3 callersMethodrun
* Run this document with a given set of Stof attributes. * Will run all #[main] functions by default.
web/doc.ts:258
↓ 3 callersMethodsignum
Signum.
src/runtime/num.rs:1335
↓ 3 callersMethodspec_type
Specific type.
src/runtime/variable.rs:194
↓ 3 callersFunctiontoml_value
(graph: &Graph, val: Val)
src/model/formats/toml/export.rs:48
↓ 3 callersMethodvalidate_clear
Validate all dirty symbols at once.
src/model/data.rs:116
↓ 3 callersFunctionvalue_from_array
(graph: &Graph, vals: Vector<ValRef<Val>>)
src/model/formats/toml/export.rs:93
↓ 3 callersFunctionvalue_from_array
Export value from an array of values.
src/model/formats/json/export.rs:74
↓ 2 callersMethod__destroy_into_raw
()
web/pkg/stof.js:244
↓ 2 callersFunction__wbg_finalize_init
(instance, module)
web/pkg/stof.js:1055
↓ 2 callersFunction__wbg_get_imports
()
web/pkg/stof.js:590
↓ 2 callersMethodabsorb_external_node
Absorb the data and optionally, the children of an external node within another graph.
src/model/graph.rs:547
↓ 2 callersMethodadd_child
Add a child.
src/model/node.rs:242
↓ 2 callersMethodadd_data
Add data. If this name already exists on this node, the old ref is returned.
src/model/node.rs:280
↓ 2 callersMethodany_dirty
Any dirty symbols?
src/model/data.rs:130
↓ 2 callersMethodappend
if combining multiple errors, we show them one after the other
src/parser/doc.rs:60
↓ 2 callersMethodasync_single_step
Single step async.
src/runtime/runtime.rs:663
↓ 2 callersMethodasync_single_step_with_gate
Single step async.
src/runtime/runtime.rs:624
↓ 2 callersMethodbinaryExport
* Binary export (Uint8Array), using a format of choice. * Format can also be a content type (for HTTP-like situations). * @param {string} fo
web/pkg/stof.js:261
↓ 2 callersMethodbinaryImport
* Binary import (Uint8Array), using a format of choice. * Format can also be a content type (for HTTP-like situations). * @param {any} bytes
web/pkg/stof.js:279
↓ 2 callersMethodbinary_export
(&self, graph: &Graph, _format: &str, node: Option<NodeRef>)
src/model/formats/pdf/mod.rs:68
↓ 2 callersMethodbinary_import
(&self, graph: &mut Graph, format: &str, bytes: Bytes, node: Option<NodeRef>, profile: &Profile)
src/model/formats/format.rs:145
↓ 2 callersMethodby_ref
Is this variable value by reference?
src/runtime/variable.rs:65
↓ 2 callersMethodcan_declare
Can declare variable in the current scope? True if the name doesn't collide with a current var in the scope.
src/runtime/table.rs:49
↓ 2 callersMethodcast
Cast this variable to a new type.
src/runtime/variable.rs:154
↓ 2 callersMethodclear_data_deadpool
Clear data deadpool and release its memory.
src/model/graph.rs:883
↓ 2 callersMethodclear_node_deadpool
Clear the node deadpool and release its memory.
src/model/graph.rs:866
↓ 2 callersMethodclone_data
(&self)
src/model/mod.rs:104
↓ 2 callersMethodcontent_type
(&self)
src/model/formats/pdf/mod.rs:35
↓ 2 callersMethoddirty
Is this data dirty
src/model/data.rs:124
↓ 2 callersMethoddirty_data
Collects dirty data for validation as a group. Optionally provide a set of symbols to filter "how" that data is dirty.
src/model/graph.rs:911
↓ 2 callersMethoddirty_nodes
Collects dirty nodes for validation as a group. Optionally provide a set of symbols to filter "how" that node is dirty.
src/model/graph.rs:890
↓ 2 callersMethoddistance_to
Distance to another node in the graph. If a node doesn't exist, -2. If same node, distance is 0. Otherwise, distance is the path length from this node
src/model/sref.rs:174
↓ 2 callersFunctiondouble_string
Parse a double quoted string.
src/parser/string.rs:40
↓ 2 callersFunctionencode_field_value
Encode field value.
src/model/formats/urlencoded/encoded.rs:63
↓ 2 callersMethodexec
(&self, env: &mut ProcEnv, graph: &mut Graph)
src/js/func.rs:106
↓ 2 callersMethodexec
(&self, env: &mut ProcEnv, graph: &mut Graph)
src/py/func.rs:68
↓ 2 callersMethodexec
Execute one instruction, in order. This will pop the first instruction, leaving the next ready to be consumed later.
src/runtime/instruction.rs:167
↓ 2 callersMethodexp_not_null
(&self)
src/runtime/types.rs:249
↓ 2 callersMethodexport_node
Export a node into this context.
src/model/formats/stof/export.rs:29
↓ 2 callersMethodexport_value
Export a singular value.
src/model/formats/stof/export.rs:174
↓ 2 callersFunctionfunc
()
web/examples/run.ts:62
↓ 2 callersMethodhard_node_ref
(&self, node: &NodeRef)
src/model/mod.rs:72
↓ 2 callersMethodhas
Has a variable with this name?
src/runtime/table.rs:123
↓ 2 callersFunctioninitStof
(wasmSource?: string | BufferSource)
web/doc.ts:27
↓ 2 callersMethodinsert_lib_docs
Insert library documentation.
src/model/graph.rs:273
↓ 2 callersFunctioninsert_profile_lib
Insert the profile library into this graph.
src/model/libraries/prof/mod.rs:25
↓ 2 callersMethodinvalidate_children
Invlidate children.
src/model/node.rs:136
↓ 2 callersMethodis_imperial_length
Is imperial length?
src/runtime/units.rs:732
↓ 2 callersMethodis_imperial_mass
Is imperial mass?
src/runtime/units.rs:576
↓ 2 callersMethodis_metric_length
Is metric length?
src/runtime/units.rs:716
↓ 2 callersMethodis_metric_mass
Is metric mass?
src/runtime/units.rs:560
↓ 2 callersMethodis_positive_angle
Is positive angle?
src/runtime/units.rs:452
↓ 2 callersMethodis_root
Is a root node?
src/model/sref.rs:72
↓ 2 callersMethodmaximum
Get the max value from this value.
src/runtime/value.rs:2862
↓ 2 callersMethodminimum
Get the min value from this value.
src/runtime/value.rs:2901
↓ 2 callersMethodmove_node
Move a node to another node. Since this is a DAG, destination cannot be a descendant of the source (branch loss) - this function checks for this.
src/model/graph.rs:515
↓ 2 callersMethodmove_running_to_error
Move from running to errored.
src/runtime/runtime.rs:157
↓ 2 callersMethodmove_running_to_sleeping
Move from running to sleeping.
src/runtime/runtime.rs:172
↓ 2 callersMethodmove_running_to_waiting
Move from running to waiting.
src/runtime/runtime.rs:150
↓ 2 callersMethodnode_added
Added to a node.
src/model/data.rs:148
↓ 2 callersMethodnode_parent
Node parent.
src/model/sref.rs:53
↓ 2 callersFunctionnth_weekday_of_month
Find the Nth occurrence of a weekday in a given month, at midnight UTC.
src/model/libraries/time/mod.rs:266
↓ 2 callersFunctionparse_field
Parse a field into a parse context.
src/parser/field.rs:27
↓ 2 callersFunctionparse_function
Parse a function into a parse context.
src/parser/func.rs:23
↓ 2 callersMethodparse_stof_src
Parse stof into this graph, optionally into a specific node. Use file_import for files...
src/model/graph.rs:1374
↓ 2 callersFunctionparse_weekday
Parse a weekday name to chrono Weekday.
src/model/libraries/time/mod.rs:252
↓ 2 callersMethodpeek
Peek.
src/runtime/proc.rs:200
↓ 2 callersFunctionperform_imports
(pkg_graph: &Graph, import_val: Val, context: &mut ParseContext)
src/model/formats/pkg/mod.rs:320
↓ 2 callersFunctionprev_month
Previous (year, month).
src/model/libraries/time/mod.rs:247
← previousnext →201–300 of 1,484, ranked by callers