MCPcopy Create free account

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

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

↓ 2 callersMethodprint
Print this value (pretty).
src/runtime/value.rs:2743
↓ 2 callersMethodprogress
Progress this process.
src/runtime/proc.rs:167
↓ 2 callersMethodpush_relative_import_stack_file
Push relative import stack.
src/parser/context.rs:140
↓ 2 callersFunctionraw_double_string
Parse a raw double quoted string with escape chars. Returns everything inside a r#"..."#
src/parser/string.rs:34
↓ 2 callersMethodremove_child
Remove a child.
src/model/node.rs:253
↓ 2 callersMethodrun_single_step
Run a single step of this runtime. Returns true if there is another step to run. N.B: Do not alter this function - change run_to_complete and copy cha
src/runtime/runtime.rs:407
↓ 2 callersMethodset_field
Set a field value by path. Meant to be a quick helper - does not create nodes, fields, etc.
src/model/graph.rs:1336
↓ 2 callersMethodset_name
Set name.
src/model/data.rs:136
↓ 2 callersFunctionsingle_string
Parse a single quoted string.
src/parser/string.rs:53
↓ 2 callersFunctionstof
(strings: TemplateStringsArray, ...values: unknown[])
web/doc.ts:102
↓ 2 callersMethodstring_export
(&self, graph: &Graph, format: &str, node: Option<NodeRef>)
src/model/formats/format.rs:158
↓ 2 callersMethodstring_import
(&self, graph: &mut Graph, format: &str, src: &str, node: Option<NodeRef>, profile: &Profile)
src/model/formats/format.rs:33
↓ 2 callersMethodstring_import
(&self, graph: &mut Graph, format: &str, src: &str, node: Option<NodeRef>, profile: &Profile)
src/model/formats/pdf/mod.rs:103
↓ 2 callersFunctionto_raw_value
(js: JsValue)
src/js/value.rs:111
↓ 2 callersMethodto_string
(&self)
src/runtime/prompt.rs:94
↓ 2 callersFunctiontoml_value_from_node
(graph: &Graph, node: &NodeRef)
src/model/formats/toml/export.rs:22
↓ 2 callersMethodtry_obj
Try extracting an object reference from this var.
src/runtime/variable.rs:124
↓ 2 callersMethodtype_of
Stof data type for this ref.
src/model/sref.rs:261
↓ 2 callersMethodtype_of
(&self)
src/runtime/types.rs:299
↓ 2 callersMethodval_type
Value type? If true, this val should be cloned in variables instead of referenced.
src/runtime/value.rs:868
↓ 2 callersMethodwaker_ref
Create a waker for this process with a wake reference.
src/runtime/proc.rs:222
↓ 2 callersMethodwaker_time
Create a waker for this process with a wake time.
src/runtime/proc.rs:228
↓ 2 callersMethodwoken
Woken up?
src/runtime/waker.rs:65
↓ 1 callersMethod__destroy_into_raw
()
web/pkg/stof.js:505
↓ 1 callersFunction__wbg_load
(module, imports)
web/pkg/stof.js:560
↓ 1 callersFunction_assertClass
(instance, klass)
web/pkg/stof.js:9
↓ 1 callersMethodacos
ACos.
src/runtime/num.rs:1510
↓ 1 callersMethodacosh
ACosH.
src/runtime/num.rs:1610
↓ 1 callersMethodacquire
()
web/doc.ts:259
↓ 1 callersFunctionadd_sub
Add subtract.
src/parser/expr/math.rs:87
↓ 1 callersMethodadjust_contrast
Adjust contrast. Positive to increase, negative to decrease.
src/model/formats/image/image.rs:452
↓ 1 callersFunctionarray_value
Array value.
src/parser/field.rs:168
↓ 1 callersMethodas_mut_dyn_any
(&mut self)
src/model/mod.rs:93
↓ 1 callersMethodasin
ASin.
src/runtime/num.rs:1492
↓ 1 callersMethodasinh
ASinH.
src/runtime/num.rs:1594
↓ 1 callersFunctionassert
Standard assert function.
src/model/libraries/stof_std/assert.rs:51
↓ 1 callersFunctionassert_eq
Standard assert equal function.
src/model/libraries/stof_std/assert.rs:107
↓ 1 callersFunctionassert_neq
Standard assert not equal function.
src/model/libraries/stof_std/assert.rs:136
↓ 1 callersFunctionassert_not
Standard assert not function.
src/model/libraries/stof_std/assert.rs:79
↓ 1 callersMethodatan
ATan.
src/runtime/num.rs:1528
↓ 1 callersMethodatan2
ATan2.
src/runtime/num.rs:1724
↓ 1 callersMethodatanh
ATanH.
src/runtime/num.rs:1626
↓ 1 callersMethodavailable_formats
Available format identifiers.
src/model/graph.rs:1191
↓ 1 callersMethodback_to
Backup to a specific tag in these instructions.
src/runtime/instruction.rs:116
↓ 1 callersMethodbinary_export
Binary export.
src/model/graph.rs:1250
↓ 1 callersMethodbinary_export
(&self, graph: &Graph, format: &str, node: Option<NodeRef>)
src/model/formats/format.rs:164
↓ 1 callersMethodbinary_export
(&self, graph: &Graph, _format: &str, node: Option<NodeRef>)
src/model/formats/bytes/mod.rs:68
↓ 1 callersMethodbinary_import
Binary import into this graph, using a loaded format.
src/model/graph.rs:1200
↓ 1 callersMethodbinary_import
(&self, graph: &mut Graph, _format: &str, bytes: Bytes, node: Option<NodeRef>, _profile: &Profile)
src/model/formats/bytes/mod.rs:46
↓ 1 callersMethodbinary_import
Binary import, using a format of choice.
src/py/mod.rs:214
↓ 1 callersMethodbit_and
Bitwise and operation.
src/runtime/num.rs:1081
↓ 1 callersMethodbit_or
Bitwise or operation.
src/runtime/num.rs:1108
↓ 1 callersMethodbit_shl
Bitwise shift left operation.
src/runtime/num.rs:1162
↓ 1 callersMethodbit_shr
Bitwise shift right operation.
src/runtime/num.rs:1189
↓ 1 callersMethodbit_xor
Bitwise xor operation.
src/runtime/num.rs:1135
↓ 1 callersFunctionbitwise
Bit and, or, xor, bshl, or bshr.
src/parser/expr/math.rs:130
↓ 1 callersFunctionblob_at
At.
src/model/libraries/blob/ops.rs:75
↓ 1 callersFunctionblob_base64
Base64.
src/model/libraries/blob/ops.rs:129
↓ 1 callersFunctionblob_from_base64
From Base64.
src/model/libraries/blob/ops.rs:207
↓ 1 callersFunctionblob_from_url_base64
From URL Base64.
src/model/libraries/blob/ops.rs:233
↓ 1 callersFunctionblob_from_utf8
From utf8.
src/model/libraries/blob/ops.rs:181
↓ 1 callersFunctionblob_len
Len.
src/model/libraries/blob/ops.rs:23
↓ 1 callersFunctionblob_lib
Blob.
src/model/formats/docs/libs.rs:135
↓ 1 callersFunctionblob_size
Size (bytes).
src/model/libraries/blob/ops.rs:49
↓ 1 callersFunctionblob_url_base64
URL Safe Base64.
src/model/libraries/blob/ops.rs:155
↓ 1 callersFunctionblob_utf8
Utf8.
src/model/libraries/blob/ops.rs:102
↓ 1 callersMethodblur
Performs a guassian blur on this image.
src/model/formats/image/image.rs:426
↓ 1 callersMethodbmp_bytes
Bmp bytes.
src/model/formats/image/image.rs:223
↓ 1 callersMethodbrighten
Brighten the pixels of this image.
src/model/formats/image/image.rs:465
↓ 1 callersMethodcall_libfunc
Call library function. This is from exec after we've concluded this is a lib func.
src/runtime/instructions/call.rs:330
↓ 1 callersMethodcall_with_gate
* Call a singular function in the document (by path). * If no arguments, pass undefined as args. * Otherwise, pass an array of arguments as
web/pkg/stof.js:372
↓ 1 callersMethodcast_object
(&self, target: &Type, graph: &mut Graph, context: Option<NodeRef>)
src/runtime/value.rs:1509
↓ 1 callersMethodcbrt
Cbrt.
src/runtime/num.rs:1254
↓ 1 callersMethodceil
Ceil.
src/runtime/num.rs:1287
↓ 1 callersMethodclone_ins
(&self)
src/runtime/instruction.rs:498
↓ 1 callersFunctioncompare
Comparison operations.
src/parser/expr/math.rs:55
↓ 1 callersMethodcontext_clone
Clone this graph with a given context.
src/model/graph.rs:992
↓ 1 callersMethodcos
Cos.
src/runtime/num.rs:1450
↓ 1 callersMethodcosh
Cosh.
src/runtime/num.rs:1562
↓ 1 callersMethodcreate_import_path
Create an import path. Takes a possibly relative import path and returns a full path.
src/parser/context.rs:101
↓ 1 callersFunctiondata_attach
Attach.
src/model/libraries/data/ops.rs:299
↓ 1 callersFunctiondata_drop
Drop.
src/model/libraries/data/ops.rs:246
↓ 1 callersFunctiondata_drop_from
Drop from.
src/model/libraries/data/ops.rs:272
↓ 1 callersFunctiondata_exists
Exists?
src/model/libraries/data/ops.rs:76
↓ 1 callersFunctiondata_from_blob
From blob.
src/model/libraries/data/ops.rs:216
↓ 1 callersFunctiondata_from_field
From Field Path.
src/model/libraries/data/ops.rs:385
↓ 1 callersFunctiondata_from_id
From ID.
src/model/libraries/data/ops.rs:358
↓ 1 callersFunctiondata_id
Id.
src/model/libraries/data/ops.rs:23
↓ 1 callersFunctiondata_invalidate
Invalidate.
src/model/libraries/data/ops.rs:104
↓ 1 callersFunctiondata_lib
Data.
src/model/formats/docs/libs.rs:180
↓ 1 callersFunctiondata_libname
Libname.
src/model/libraries/data/ops.rs:50
↓ 1 callersFunctiondata_move
Move.
src/model/libraries/data/ops.rs:328
↓ 1 callersFunctiondata_objs
Objects.
src/model/libraries/data/ops.rs:164
↓ 1 callersFunctiondata_to_blob
To blob.
src/model/libraries/data/ops.rs:190
↓ 1 callersFunctiondata_validate
Validate.
src/model/libraries/data/ops.rs:134
↓ 1 callersFunctiondbg
Standard debug print function.
src/model/libraries/stof_std/print.rs:128
↓ 1 callersMethoddebug
Debug this number.
src/runtime/num.rs:258
↓ 1 callersFunctiondebugString
(val)
web/pkg/stof.js:19
↓ 1 callersFunctiondecodeText
(ptr, len)
web/pkg/stof.js:198
↓ 1 callersFunctiondecode_into_tuples
Decode into tuples.
src/model/formats/urlencoded/encoded.rs:134
← previousnext →301–400 of 1,484, ranked by callers