Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adam-mcdaniel/reckon
/ functions
Functions
395 in github.com/adam-mcdaniel/reckon
⨍
Functions
395
◇
Types & classes
33
↓ 2 callers
Function
displaySettings
()
docs/static.files/settings-805db61a62df4bd2.js:17
↓ 2 callers
Function
expandAllDocs
()
docs/static.files/main-f070b9041d14864c.js:1
↓ 2 callers
Function
expandSection
(id)
docs/static.files/main-f070b9041d14864c.js:1
↓ 2 callers
Function
focusSearchResult
()
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 2 callers
Function
getExampleWrap
(event)
docs/static.files/main-f070b9041d14864c.js:11
↓ 2 callers
Function
getFilterCrates
()
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 2 callers
Function
getHelpMenu
(buildNeeded)
docs/static.files/main-f070b9041d14864c.js:11
↓ 2 callers
Function
getIdentEndPosition
(parserState)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 2 callers
Function
getNextElem
(query,parserState,elems,isInGenerics)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 2 callers
Function
getNotDisplayedElem
()
docs/static.files/main-f070b9041d14864c.js:1
↓ 2 callers
Function
getOrCreateSection
(id,classes)
docs/static.files/main-f070b9041d14864c.js:1
↓ 2 callers
Function
getVirtualKey
(ev)
docs/static.files/main-f070b9041d14864c.js:1
↓ 2 callers
Function
get_last_ansi_code_at
(art: &str, row: usize, col: usize)
src/main.rs:614
↓ 2 callers
Function
handleEscape
(ev)
docs/static.files/main-f070b9041d14864c.js:1
↓ 2 callers
Function
highlightSrcLines
()
docs/static.files/src-script-e66d777a5a92e9b2.js:1
↓ 2 callers
Function
hsv_to_rgb
(c: (f64, f64, f64))
src/main.rs:276
↓ 2 callers
Function
initSearch
(searchIndx)
docs/static.files/search-f0d225181b97f9a4.js:6
↓ 2 callers
Function
isLastElemGeneric
(elems,parserState)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 2 callers
Method
negate
Complement this term. If this term is a boolean term, it will be negated. If this term is already a complement, the complement will be removed. All o
src/term.rs:149
↓ 2 callers
Function
new_symbol
(name: &str)
src/symbol.rs:47
↓ 2 callers
Function
nextTab
(direction)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 2 callers
Function
onChangeLoc
docs/static.files/scrape-examples-46fc985aa763a438.js:1
↓ 2 callers
Function
onEach
(arr,func)
docs/static.files/storage-1d39b6787ed640ff.js:1
↓ 2 callers
Function
openParentDetails
(elem)
docs/static.files/main-f070b9041d14864c.js:1
↓ 2 callers
Method
parseQuery
(userQuery)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 2 callers
Function
parse_query
(i: &str)
src/parse.rs:407
↓ 2 callers
Function
parse_rule
Parse a single `Rule`: `head :- goal1, goal2, ... .` or a fact: `head.`
src/parse.rs:398
↓ 2 callers
Method
prove_false
Attempt to prove that the query is false using the search configuration. If the query is false, it will be added to the set of proven false queries,
src/env.rs:718
↓ 2 callers
Method
prune_redundant_variables
Remove useless variables. If X is bound to Y, and Y is bound to Z, then X is bound to Z.
src/env.rs:402
↓ 2 callers
Function
putBackSearch
()
docs/static.files/search-f0d225181b97f9a4.js:6
↓ 2 callers
Function
reapply_ansi_to_plain
(template: &str, colored: &str)
src/main.rs:654
↓ 2 callers
Method
reduce
Simplify the query by substituting an environment's variable bindings into the query's goals. This makes the query's goals more concrete. This does n
src/query.rs:307
↓ 2 callers
Method
refresh
Refresh all the variables in the rule. This is useful when the rule is being applied to a term, and we don't want to accidentally have name collision
src/rule.rs:235
↓ 2 callers
Function
resourcePath
(basename,extension)
docs/static.files/main-f070b9041d14864c.js:1
↓ 2 callers
Function
rgb_text
(text: impl Display, color: (u8, u8, u8))
src/main.rs:395
↓ 2 callers
Function
setImplementorsTogglesOpen
(id,open)
docs/static.files/main-f070b9041d14864c.js:1
↓ 2 callers
Function
set_fragment
docs/static.files/src-script-e66d777a5a92e9b2.js:1
↓ 2 callers
Function
setupLoc
(example,isHidden)
docs/static.files/scrape-examples-46fc985aa763a438.js:1
↓ 2 callers
Function
showHelp
()
docs/static.files/main-f070b9041d14864c.js:11
↓ 2 callers
Function
showSidebar
()
docs/static.files/main-f070b9041d14864c.js:1
↓ 2 callers
Method
size
Get the size of this term. The size of a term is the number of nodes in the term tree. This is useful for creating a heuristic for selecting which t
src/term.rs:123
↓ 2 callers
Method
sort_queue
Sort the queue of queries using the sorter function.
src/env.rs:238
↓ 2 callers
Function
switchTheme
(newThemeName,saveTheme)
docs/static.files/storage-1d39b6787ed640ff.js:1
↓ 2 callers
Method
traverse_mut
Apply a function that mutates this term, and all subterms recursively. When the function returns false, the traversal stops. When the function return
src/term.rs:523
↓ 2 callers
Method
unify_in_place
Unify this term with another term. This will attempt to bind the variable terms in this term to the corresponding terms in the other term. If the st
src/term.rs:185
↓ 2 callers
Function
updateLightAndDark
()
docs/static.files/settings-805db61a62df4bd2.js:1
↓ 2 callers
Function
updateSearchHistory
(url)
docs/static.files/search-f0d225181b97f9a4.js:6
↓ 2 callers
Function
updateTheme
()
docs/static.files/storage-1d39b6787ed640ff.js:1
↓ 2 callers
Method
use_saved_solutions
(&self, env: &Env<Self>, query: &Query)
src/solvers/mod.rs:59
↓ 2 callers
Method
var_bindings_mut
Get the mutable variable bindings for the environment.
src/env.rs:490
↓ 2 callers
Method
with_clean_memoization
Create a new search configuration with the given clean memoization setting.
src/env.rs:177
↓ 2 callers
Method
with_pruning
Create a new search configuration with the given pruning setting.
src/env.rs:248
↓ 2 callers
Method
with_reduce_query
Create a new search configuration with the given reduce query setting.
src/env.rs:189
↓ 2 callers
Method
with_sorter
Create a new search configuration with the given sorter function, and the number of steps to sort after.
src/env.rs:219
↓ 2 callers
Method
with_sorting_enabled
Enable sorting the queue of queries after a certain number of steps.
src/env.rs:171
↓ 2 callers
Method
with_traversal
Create a new search configuration with the given traversal strategy.
src/env.rs:165
↓ 2 callers
Method
with_width_limit
Create a new search configuration with the given width limit.
src/env.rs:207
↓ 1 callers
Function
addCopyButton
(event)
docs/static.files/main-f070b9041d14864c.js:11
↓ 1 callers
Function
addSidebarCrates
()
docs/static.files/main-f070b9041d14864c.js:1
↓ 1 callers
Function
addSidebarItems
()
docs/static.files/main-f070b9041d14864c.js:1
↓ 1 callers
Method
add_negative_goal
Add a negative goal to the query. This means that the goal must be proven false for the query to be true.
src/query.rs:242
↓ 1 callers
Method
add_rule
Add a rule to the environment.
src/env.rs:510
↓ 1 callers
Function
ansi_hsv_bg
(h: f64, s: f64, v: f64)
src/main.rs:264
↓ 1 callers
Function
ansi_rgb_bg
(r: u8, g: u8, b: u8)
src/main.rs:259
↓ 1 callers
Method
apply_rules
Apply all the rules in the environment to the goal term, adding the new goals to the query.
src/env.rs:585
↓ 1 callers
Function
ascii_art_fg_bg
(fg_art: &str, bg_art: &str)
src/main.rs:719
↓ 1 callers
Function
ascii_art_with_border
(art: &str, border: Border)
src/main.rs:571
↓ 1 callers
Method
buildIndex
(rawSearchIndex)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 1 callers
Function
buildSettingsPage
()
docs/static.files/settings-805db61a62df4bd2.js:17
↓ 1 callers
Function
buildSettingsPageSections
(settings)
docs/static.files/settings-805db61a62df4bd2.js:1
↓ 1 callers
Function
checkExtraTypeFilterCharacters
(start,parserState)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 1 callers
Function
clear_screen
()
src/main.rs:404
↓ 1 callers
Function
copyCode
(codeElem)
docs/static.files/main-f070b9041d14864c.js:11
↓ 1 callers
Function
createDirEntry
(elem,parent,fullPath,hasFoundFile)
docs/static.files/src-script-e66d777a5a92e9b2.js:1
↓ 1 callers
Function
createQueryElement
(query,parserState,name,generics,isInGenerics)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 1 callers
Function
createSrcSidebar
()
docs/static.files/src-script-e66d777a5a92e9b2.js:1
↓ 1 callers
Function
crop_ascii_art
(art: &str, new_width: usize, new_height: usize)
src/main.rs:517
↓ 1 callers
Method
decodeList
()
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 1 callers
Function
eval_helper
(mut input: &str, env: &mut Env<S>)
src/util/mod.rs:45
↓ 1 callers
Method
execQuery
(parsedQuery,filterCrates,currentCrate)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 1 callers
Method
find_solutions_bfs
Perform a BFS search for solutions, using the given search configuration.
src/env.rs:1014
↓ 1 callers
Method
find_solutions_dfs
Perform a DFS search for solutions, using the given search configuration.
src/env.rs:839
↓ 1 callers
Function
getAlternativeDisplayElem
()
docs/static.files/main-f070b9041d14864c.js:1
↓ 1 callers
Function
getCurrentValue
(name)
docs/static.files/storage-1d39b6787ed640ff.js:1
↓ 1 callers
Function
getStringElem
(query,parserState,isInGenerics)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 1 callers
Method
get_rules
Get the rules for the environment.
src/env.rs:505
↓ 1 callers
Function
gradient
(text: impl Display, color1: (f64, f64, f64), color2: (f64, f64, f64), fg: bool)
src/main.rs:342
↓ 1 callers
Function
handleHashes
(ev)
docs/static.files/main-f070b9041d14864c.js:1
↓ 1 callers
Method
has_vars
Does this term contain any variables?
src/term.rs:358
↓ 1 callers
Function
hideLightAndDark
()
docs/static.files/settings-805db61a62df4bd2.js:1
↓ 1 callers
Function
hideMain
()
docs/static.files/main-f070b9041d14864c.js:1
↓ 1 callers
Method
id
(&self)
src/symbol.rs:90
↓ 1 callers
Function
insertAfter
(newNode,referenceNode)
docs/static.files/main-f070b9041d14864c.js:1
↓ 1 callers
Function
isPathSeparator
(c)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 1 callers
Function
isSidebarHidden
()
docs/static.files/main-f070b9041d14864c.js:11
↓ 1 callers
Function
isSpecialStartCharacter
(c)
docs/static.files/search-f0d225181b97f9a4.js:1
↓ 1 callers
Method
is_app
Is this term an application term?
src/term.rs:201
↓ 1 callers
Method
might_apply_to
Might this rule apply to a term? If the term is an application, and the function name and arity match, then the rule might apply. If the function nam
src/rule.rs:151
↓ 1 callers
Function
onHashChange
(ev)
docs/static.files/main-f070b9041d14864c.js:1
↓ 1 callers
Function
parse_bool
Parse a boolean: `true` or `false`.
src/parse.rs:59
← previous
next →
101–200 of 395, ranked by callers