Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoarGroup/Soar
/ functions
Functions
12,467 in github.com/SoarGroup/Soar
⨍
Functions
12,467
◇
Types & classes
3,364
↓ 6 callers
Function
to_c_string
uint64: 18446744073709551615 plus a few extra
Core/shared/misc.h:89
↓ 6 callers
Function
unify
Core/SVS/tests/test_intervalset.cpp:69
↓ 6 callers
Method
updateWatchItems
(int level)
Java/Debugger/src/edu/umich/soar/debugger/menu/DebugLevelMenu.java:395
↓ 6 callers
Function
viewAsCholmod
Core/SVS/eigen/Eigen/src/CholmodSupport/CholmodSupport.h:52
↓ 6 callers
Function
wma_activate_wme
Core/SoarKernel/src/wma.cpp:479
↓ 6 callers
Function
wma_calculate_decay_activation
Core/SoarKernel/src/wma.cpp:385
↓ 5 callers
Method
Attach
Core/ClientSML/src/sml_ClientAnalyzedXML.cpp:35
↓ 5 callers
Method
Build
(self)
scons/scons-local-2.3.0/SCons/Tool/msvs.py:365
↓ 5 callers
Method
CreateAdd
Core/KernelSML/src/sml_AgentSML.h:268
↓ 5 callers
Method
DeleteString
Core/ConnectionSML/src/sml_AnalyzeXML.cpp:62
↓ 5 callers
Function
DialectAddToEnv
Add dialect specific construction variables.
scons/scons-local-2.3.0/SCons/Tool/FortranCommon.py:109
↓ 5 callers
Method
EnablePrintCallback
Allows us to temporarily stop forwarding print callback output from the kernel to the SML listeners
Core/KernelSML/src/sml_XMLListener.h:62
↓ 5 callers
Function
FindFile
(name,suffixes,paths,env,requireExt=False)
scons/scons-local-2.3.0/SCons/Tool/tex.py:159
↓ 5 callers
Method
GenerateXMLString
Returns the string form of the XML. Must be released with the static DeleteString method
Core/ConnectionSML/src/sml_AnalyzeXML.cpp:57
↓ 5 callers
Method
GetComment
* @brief Returns the comment for this element. * * @returns The comment string for this element (or zero-length string if there is none) *************
Core/ElementXML/src/ElementXMLImpl.cpp:922
↓ 5 callers
Method
GetConnectionByIndex
Core/KernelSML/src/sml_ConnectionManager.cpp:166
↓ 5 callers
Function
GetLastError
* @brief Returns the error status from the last function called. * 0 if successful, otherwise an error code to indicate what went w
Core/ConnectionSML/src/sml_Connection.h:566
↓ 5 callers
Method
GetOption
(self, name)
scons/scons-local-2.3.0/SCons/Script/SConscript.py:493
↓ 5 callers
Method
GetResultTag
Core/ClientSML/src/sml_ClientAnalyzedXML.cpp:46
↓ 5 callers
Method
GetSoarKernelVersion
* @brief The Soar kernel version is based on sending a request * to the kernel asking for its version and returning the * result. * *
Core/ClientSML/src/sml_ClientKernel.cpp:2426
↓ 5 callers
Function
IsKernelSide
Core/ConnectionSML/src/sml_Connection.h:298
↓ 5 callers
Method
IsRemoteConnection
* @brief True if this is a remote connection to the kernel * (i.e. connected over a socket rather than by loading a library) ******************
Core/ClientSML/src/sml_ClientKernel.cpp:156
↓ 5 callers
Method
PathList
Returns the cached _PathList object for the specified pathlist, creating and caching a new object as necessary.
scons/scons-local-2.3.0/SCons/PathList.py:201
↓ 5 callers
Method
RegisterForEventWithKernel
* @brief Register for a particular event at the kernel *************************************************************/
Core/ClientSML/src/sml_ClientKernel.cpp:1656
↓ 5 callers
Method
SetCurrentToken
Set the value of the current token.
Java/Debugger/src/edu/umich/soar/debugger/general/JavaElementXML.java:283
↓ 5 callers
Method
SetIdentifierSymbol
Core/ClientSML/src/sml_ClientIdentifier.cpp:38
↓ 5 callers
Method
SetName
Core/ConnectionSML/src/sml_TagName.h:26
↓ 5 callers
Function
SoarSeedRNG
automatically seed with a value based on the time or /dev/urandom
Core/SoarKernel/src/soar_rand.cpp:33
↓ 5 callers
Method
Start
Core/ConnectionSML/src/thread_Thread.cpp:45
↓ 5 callers
Method
StepInClientThread
Core/KernelSML/src/sml_AgentSML.cpp:442
↓ 5 callers
Method
Stop
Core/ConnectionSML/src/thread_Thread.cpp:62
↓ 5 callers
Method
UnregisterForClientMessageEvent
* @brief Unregister for a particular client message * using the ID passed back from RegisterForClientMessageEvent(). * @returns True if succeed
Core/ClientSML/src/sml_ClientKernel.cpp:2222
↓ 5 callers
Method
UnregisterForEventWithKernel
* @brief Unregister for a particular event at the kernel *************************************************************/
Core/ClientSML/src/sml_ClientKernel.cpp:1669
↓ 5 callers
Method
UnregisterForProductionEvent
Core/ClientSML/src/sml_ClientAgent.cpp:770
↓ 5 callers
Method
UnregisterForUpdateEvent
* @brief Unregister for a particular event * @returns True if succeeds *************************************************************/
Core/ClientSML/src/sml_ClientKernel.cpp:2323
↓ 5 callers
Method
UpdateHistoryList
Add a new item to the top of the list. Optionally, if the item is already in the list we just move that item up to the top. It depends on the semantic
Java/Debugger/src/edu/umich/soar/debugger/helpers/CommandHistory.java:70
↓ 5 callers
Method
WaitForEvent
The timeout is seconds + milliseconds, where milliseconds < 1000
Core/ConnectionSML/src/thread_OSspecific.cpp:198
↓ 5 callers
Method
WaitForEventForever
Core/ConnectionSML/src/thread_OSspecific.cpp:188
↓ 5 callers
Method
__getAnonStack
(self)
scons/scons-local-2.3.0/SCons/Tool/JavaCommon.py:119
↓ 5 callers
Method
__init__
Initialize the Node.FS subsystem. The supplied path is the top of the source tree, where we expect to find the top-level build file.
scons/scons-local-2.3.0/SCons/Node/FS.py:1105
↓ 5 callers
Function
_dice_prob_exact
Core/SoarKernel/src/rhs_functions_math.cpp:1389
↓ 5 callers
Function
_epmem_remove_wme
Core/SoarKernel/src/rete.cpp:1784
↓ 5 callers
Function
_generateGUID
This generates a dummy GUID for the sln file to use. It is based on the MD5 signatures of the sln filename plus the name of the project. It
scons/scons-local-2.3.0/SCons/Tool/msvs.py:76
↓ 5 callers
Function
_glfwPlatformExtensionSupported
Core/SVS/glfw/lib/win32/win32_glext.c:42
↓ 5 callers
Method
_update
(self, iterable)
scons/scons-local-2.3.0/SCons/compat/_scons_sets.py:336
↓ 5 callers
Function
addPathIfNotExists
This function will take 'key' out of the dictionary 'env_dict', then add the path 'path' to that key if it is not already there. This treats
scons/scons-local-2.3.0/SCons/Tool/PharLapCommon.py:88
↓ 5 callers
Function
add_bound_variables_in_condition
Core/SoarKernel/src/production.cpp:514
↓ 5 callers
Function
add_cond_to_tc
Core/SoarKernel/src/production.cpp:773
↓ 5 callers
Function
add_preference_to_tm
Core/SoarKernel/src/prefmem.cpp:231
↓ 5 callers
Function
all_variables_in_rhs_value_bound
Core/SoarKernel/src/reorder.cpp:177
↓ 5 callers
Method
any
Core/SVS/eigen/Eigen/src/Core/BooleanRedux.h:103
↓ 5 callers
Method
appendText
Add the text to the view (this method assumes always called from UI thread) Soar text output tends to assume a starting line separator model (e.g. wr
Java/Debugger/src/edu/umich/soar/debugger/modules/FoldingTextView.java:882
↓ 5 callers
Method
applyThisOnTheLeft
Core/SVS/eigen/Eigen/src/Core/EigenBase.h:84
↓ 5 callers
Function
backtrace_through_instantiation
mvp 5-17-94 */
Core/SoarKernel/src/backtrace.cpp:172
↓ 5 callers
Function
bbox_volume
Core/SVS/src/sgnode_algs.cpp:154
↓ 5 callers
Method
blockA
Core/SVS/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h:264
↓ 5 callers
Method
blockW
Core/SVS/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h:266
↓ 5 callers
Method
build
A null "builder" for directories.
scons/scons-local-2.3.0/SCons/Node/FS.py:1692
↓ 5 callers
Function
ccdListAppend
Core/SVS/ccd/ccd/list.h:135
↓ 5 callers
Function
ccdListDel
Core/SVS/ccd/ccd/list.h:143
↓ 5 callers
Function
ccdPtEdgeVertices
Core/SVS/ccd/ccd/polytope.h:301
↓ 5 callers
Function
ccdVec3Set
Core/SVS/ccd/ccd/vec3.h:271
↓ 5 callers
Method
changed
Returns if the node is up-to-date with respect to the BuildInfo stored last time it was built. The default behavior is to compare
scons/scons-local-2.3.0/SCons/Node/__init__.py:1018
↓ 5 callers
Method
clearAgentFocus
(boolean canUnregisterEvents)
Java/Debugger/src/edu/umich/soar/debugger/MainFrame.java:486
↓ 5 callers
Method
coeff
Core/SVS/eigen/Eigen/src/Core/DenseCoeffsBase.h:94
↓ 5 callers
Method
coeffByOuterInner
Core/SVS/eigen/Eigen/src/Core/DenseCoeffsBase.h:101
↓ 5 callers
Method
colIndexPtr
* Return the pointers to the beginning of each column in \ref valuePtr() */
Core/SVS/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h:99
↓ 5 callers
Method
cols
Core/SVS/eigen/Eigen/src/Core/Block.h:208
↓ 5 callers
Method
cols
Core/SVS/eigen/Eigen/src/LU/PartialPivLU.h:171
↓ 5 callers
Method
column_text
Core/SoarKernel/src/soar_db.h:457
↓ 5 callers
Method
connect
Core/SoarKernel/src/soar_db.cpp:10
↓ 5 callers
Function
construct
Core/SoarKernel/src/soar_module.h:1054
↓ 5 callers
Method
consume
(String s)
Java/SMLJava/src/main/java/edu/umich/soar/config/ConfigFile.java:387
↓ 5 callers
Method
copyCoeffByOuterInner
Core/SVS/eigen/Eigen/src/Core/DenseCoeffsBase.h:500
↓ 5 callers
Function
copy_rhs_value_and_substitute_varnames
Core/SoarKernel/src/rete.cpp:5054
↓ 5 callers
Function
deallocate_io_wme_list
Core/SoarKernel/src/io_soar.cpp:739
↓ 5 callers
Function
deallocate_rete_test_list
Core/SoarKernel/src/rete.cpp:2638
↓ 5 callers
Function
deallocate_trace_format_list
Core/SoarKernel/src/trace.cpp:91
↓ 5 callers
Function
do_preference_phase
Core/SoarKernel/src/recmem.cpp:1530
↓ 5 callers
Function
do_print_for_production
Core/CLI/src/cli_print.cpp:67
↓ 5 callers
Function
eigen_pastix
Core/SVS/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h:59
↓ 5 callers
Method
eigenvalues
Core/SVS/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h:66
↓ 5 callers
Method
encode
(byte in[])
Java/SMLJava/src/main/java/edu/umich/soar/config/Base64.java:31
↓ 5 callers
Method
eof
* Check to see if the current character is the end of input. * @return true if at end of input. */
IDE Projects/include/tokenizer.h:180
↓ 5 callers
Method
eof
* Check to see if the current character is the end of input. * @return true if at end of input. */
Core/shared/tokenizer.h:180
↓ 5 callers
Function
epmem_attach
Core/SoarKernel/src/episodic_memory.cpp:1825
↓ 5 callers
Function
epmem_get_variable
* Function : epmem_get_variable * Author : Nate Derbinsky * Notes : Gets an EpMem variable from the database *********************
Core/SoarKernel/src/episodic_memory.cpp:1416
↓ 5 callers
Function
execcmd
TestCLI/multicli.cpp:254
↓ 5 callers
Method
expandBlock
(Block block, boolean state)
Java/Debugger/src/edu/umich/soar/debugger/helpers/FoldingText.java:534
↓ 5 callers
Function
exploration_set_policy
* Function : exploration_set_policy **************************************************************************/
Core/SoarKernel/src/exploration.cpp:120
↓ 5 callers
Method
extractData
Core/SVS/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h:690
↓ 5 callers
Method
find
IDE Projects/include/sml_ObjectMap.h:124
↓ 5 callers
Function
find_float_constant
Core/SoarKernel/src/symtab.cpp:309
↓ 5 callers
Function
find_int_constant
Core/SoarKernel/src/symtab.cpp:291
↓ 5 callers
Function
gds_invalid_so_remove_goal
Core/SoarKernel/src/decide.cpp:4071
↓ 5 callers
Method
getBlock
(int index)
Java/Debugger/src/edu/umich/soar/debugger/helpers/FoldingText.java:374
↓ 5 callers
Method
getChildElementList
Returns a list of all of the children of this element. The list is of ElementXML objects.
Java/Debugger/src/edu/umich/soar/debugger/general/JavaElementXML.java:1038
↓ 5 callers
Method
getCurrentTokenValue
()
Java/Debugger/src/edu/umich/soar/debugger/general/JavaElementXML.java:405
↓ 5 callers
Method
getElementXML
Look up the node in the XML tree that matches this pane. Need to have called "convertToXML" for everything before calling this
Java/Debugger/src/edu/umich/soar/debugger/manager/Pane.java:292
↓ 5 callers
Method
getIndex
()
Java/Debugger/src/edu/umich/soar/debugger/helpers/FoldingText.java:612
← previous
next →
1,101–1,200 of 12,467, ranked by callers