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
↓ 2 callers
Method
_check_writable
(self)
scons/scons-local-2.3.0/SCons/dblite.py:140
↓ 2 callers
Method
_clear
(self)
scons/scons-local-2.3.0/SCons/Script/__init__.py:190
↓ 2 callers
Method
_compute_hash
(self)
scons/scons-local-2.3.0/SCons/compat/_scons_sets.py:325
↓ 2 callers
Method
_create
Create this directory, silently and without worrying about whether the builder is the default or not.
scons/scons-local-2.3.0/SCons/Node/FS.py:1702
↓ 2 callers
Method
_createDir
(self)
scons/scons-local-2.3.0/SCons/Node/FS.py:2690
↓ 2 callers
Method
_create_node
Create node, and set it up to factory settings.
scons/scons-local-2.3.0/SCons/Tool/GettextCommon.py:82
↓ 2 callers
Function
_delete_duplicates
Delete duplicates from a sequence, keeping the first or last.
scons/scons-local-2.3.0/SCons/Environment.py:167
↓ 2 callers
Function
_detect
Not really safe, but fast method to detect the QT library
scons/scons-local-2.3.0/SCons/Tool/qt.py:182
↓ 2 callers
Function
_detect_msgfmt
Detects *msgmfmt(1)* program.
scons/scons-local-2.3.0/SCons/Tool/GettextCommon.py:411
↓ 2 callers
Function
_detect_msginit
Detects *msginit(1)* program.
scons/scons-local-2.3.0/SCons/Tool/GettextCommon.py:381
↓ 2 callers
Function
_detect_msgmerge
Detects *msgmerge(1)* program.
scons/scons-local-2.3.0/SCons/Tool/GettextCommon.py:396
↓ 2 callers
Function
_detect_xgettext
Detects *xgettext(1)* binary
scons/scons-local-2.3.0/SCons/Tool/GettextCommon.py:366
↓ 2 callers
Function
_dllEmitter
Common implementation of dll emitter.
scons/scons-local-2.3.0/SCons/Tool/mslink.py:95
↓ 2 callers
Function
_dllSources
(target, source, env, for_signature, paramtp)
scons/scons-local-2.3.0/SCons/Tool/mslink.py:65
↓ 2 callers
Function
_dllTargets
(target, source, env, for_signature, paramtp)
scons/scons-local-2.3.0/SCons/Tool/mslink.py:55
↓ 2 callers
Function
_do_create_action
This is the actual "implementation" for the Action factory method, below. This handles the fact that passing lists to Action() itself has
scons/scons-local-2.3.0/SCons/Action.py:345
↓ 2 callers
Function
_do_create_list_action
A factory for list actions. Convert the input list into Actions and then wrap them in a ListAction.
scons/scons-local-2.3.0/SCons/Action.py:396
↓ 2 callers
Method
_doc_to_help
(self, obj)
scons/scons-local-2.3.0/SCons/Script/Interactive.py:300
↓ 2 callers
Function
_epmem_install_id_wme
Core/SoarKernel/src/episodic_memory.cpp:3317
↓ 2 callers
Function
_epmem_print_sti
Core/SoarKernel/src/episodic_memory.cpp:5253
↓ 2 callers
Function
_epmem_process_buffered_wme_list
Core/SoarKernel/src/episodic_memory.cpp:1318
↓ 2 callers
Function
_epmem_promote_id
Core/SoarKernel/src/episodic_memory.cpp:2435
↓ 2 callers
Method
_execute
(self, env, target, source, overwarn={}, executor_kw={})
scons/scons-local-2.3.0/SCons/Builder.py:537
↓ 2 callers
Function
_find_modules
Find all modules referenced by %module lines in `src`, a SWIG .i file. Returns a list of all modules, and a flag set if SWIG directors have
scons/scons-local-2.3.0/SCons/Tool/swig.py:59
↓ 2 callers
Function
_fortranEmitter
(target, source, env)
scons/scons-local-2.3.0/SCons/Tool/FortranCommon.py:61
↓ 2 callers
Function
_get_env_command
(sh, escape, cmd, args, env)
scons/scons-local-2.3.0/SCons/Platform/posix.py:91
↓ 2 callers
Method
_get_str
(self)
scons/scons-local-2.3.0/SCons/Node/FS.py:656
↓ 2 callers
Function
_glfwAppendThread
Core/SVS/glfw/lib/thread.c:63
↓ 2 callers
Function
_glfwChooseFBConfig
Core/SVS/glfw/lib/window.c:259
↓ 2 callers
Function
_glfwClearWindowHints
Core/SVS/glfw/lib/window.c:59
↓ 2 callers
Function
_glfwGetClosestVideoMode
Core/SVS/glfw/lib/x11/x11_fullscreen.c:70
↓ 2 callers
Function
_glfwGetClosestVideoModeBPP
Core/SVS/glfw/lib/win32/win32_fullscreen.c:71
↓ 2 callers
Function
_glfwInputDeactivation
Core/SVS/glfw/lib/window.c:70
↓ 2 callers
Function
_glfwPlatformSetMouseCursorPos
Core/SVS/glfw/lib/win32/win32_window.c:1873
↓ 2 callers
Function
_glfwPlatformSetWindowTitle
Core/SVS/glfw/lib/x11/x11_window.c:1609
↓ 2 callers
Function
_glfwPlatformSwapBuffers
Core/SVS/glfw/lib/x11/x11_window.c:1716
↓ 2 callers
Function
_glfwReadTGA
Core/SVS/glfw/lib/tga.c:204
↓ 2 callers
Function
_glfwRefreshContextParams
Core/SVS/glfw/lib/glext.c:136
↓ 2 callers
Function
_glfwSeekStream
Core/SVS/glfw/lib/stream.c:127
↓ 2 callers
Function
_glfwSetVideoModeMODE
Core/SVS/glfw/lib/x11/x11_fullscreen.c:196
↓ 2 callers
Method
_handle_exitstatus
(self, sts)
scons/scons-local-2.3.0/SCons/compat/_scons_subprocess.py:1110
↓ 2 callers
Method
_init_special
Initial the dispatch tables for special handling of special construction variables.
scons/scons-local-2.3.0/SCons/Environment.py:382
↓ 2 callers
Function
_load_all_site_scons_dirs
Load all of the predefined site_scons dir. Order is significant; we load them in order from most generic (machine-wide) to most specific (topd
scons/scons-local-2.3.0/SCons/Script/Main.py:747
↓ 2 callers
Function
_load_site_scons_dir
Load the site_scons dir under topdir. Prepends site_scons to sys.path, imports site_scons/site_init.py, and prepends site_scons/site_tools to
scons/scons-local-2.3.0/SCons/Script/Main.py:671
↓ 2 callers
Function
_msgfmt_exists
(env)
scons/scons-local-2.3.0/SCons/Tool/GettextCommon.py:421
↓ 2 callers
Function
_msginit_exists
(env)
scons/scons-local-2.3.0/SCons/Tool/GettextCommon.py:391
↓ 2 callers
Function
_msgmerge_exists
(env)
scons/scons-local-2.3.0/SCons/Tool/GettextCommon.py:406
↓ 2 callers
Function
_object_contents
Return the signature contents of any Python object. We have to handle the case where object contains a code object since it can be pickled di
scons/scons-local-2.3.0/SCons/Action.py:185
↓ 2 callers
Function
_read_linguas_from_files
Parse `LINGUAS` file and return list of extracted languages
scons/scons-local-2.3.0/SCons/Tool/GettextCommon.py:107
↓ 2 callers
Function
_smem_close_vars
Core/SoarKernel/src/semantic_memory.cpp:3308
↓ 2 callers
Function
_smem_lti_from_rhs_value
copied primarily from add_all_variables_in_rhs_value
Core/SoarKernel/src/semantic_memory.cpp:1363
↓ 2 callers
Function
_smem_lti_from_test
copied primarily from add_bound_variables_in_test
Core/SoarKernel/src/semantic_memory.cpp:1331
↓ 2 callers
Function
_smem_process_buffered_wme_list
Core/SoarKernel/src/semantic_memory.cpp:767
↓ 2 callers
Method
_solve
Core/SVS/eigen/Eigen/src/CholmodSupport/CholmodSupport.h:293
↓ 2 callers
Function
_validator
(key, val, env, vals)
scons/scons-local-2.3.0/SCons/Variables/EnumVariable.py:47
↓ 2 callers
Function
_xgettext_exists
(env)
scons/scons-local-2.3.0/SCons/Tool/GettextCommon.py:376
↓ 2 callers
Method
actionPerformed
(ActionEvent e)
Java/Debugger/src/edu/umich/soar/debugger/menu/EditMenu.java:35
↓ 2 callers
Method
addDefaultCommands
()
Java/Debugger/src/edu/umich/soar/debugger/modules/ButtonView.java:68
↓ 2 callers
Method
addExtension
Adds a filetype "dot" extension to filter against. For example: the following code will create a filter that filters out all files except those that
Java/Debugger/src/edu/umich/soar/debugger/general/GeneralFileFilter.java:219
↓ 2 callers
Function
addPharLapPaths
This function adds the path to the Phar Lap binaries, includes, and libraries, if they are not already there.
scons/scons-local-2.3.0/SCons/Tool/PharLapCommon.py:110
↓ 2 callers
Method
addRecord
(String text, boolean subText, long type)
Java/Debugger/src/edu/umich/soar/debugger/helpers/FoldingText.java:125
↓ 2 callers
Method
addSoarChangeListener
Register for all events from Soar
Java/Debugger/src/edu/umich/soar/debugger/doc/Document.java:1130
↓ 2 callers
Function
add_all_variables_in_action
Core/SoarKernel/src/production.cpp:666
↓ 2 callers
Function
add_all_variables_in_condition_list
Core/SoarKernel/src/production.cpp:614
↓ 2 callers
Function
add_block_to_memory_pool
Core/SoarKernel/src/mem.cpp:245
↓ 2 callers
Function
add_f03_to_env
Add Builders and construction variables for f03 to an Environment.
scons/scons-local-2.3.0/SCons/Tool/FortranCommon.py:234
↓ 2 callers
Function
add_f90_to_env
Add Builders and construction variables for f90 to an Environment.
scons/scons-local-2.3.0/SCons/Tool/FortranCommon.py:202
↓ 2 callers
Function
add_f95_to_env
Add Builders and construction variables for f95 to an Environment.
scons/scons-local-2.3.0/SCons/Tool/FortranCommon.py:218
↓ 2 callers
Function
add_fortran_to_env
Add Builders and construction variables for Fortran to an Environment.
scons/scons-local-2.3.0/SCons/Tool/FortranCommon.py:163
↓ 2 callers
Function
add_hash_info_to_id_test
Core/SoarKernel/src/rete.cpp:4876
↓ 2 callers
Function
add_if_not_member
Core/SoarKernel/src/mem.cpp:408
↓ 2 callers
Method
add_new_word
(self, x)
scons/scons-local-2.3.0/SCons/Subst.py:791
↓ 2 callers
Method
add_skey
Add a skey to the list of skeys
scons/scons-local-2.3.0/SCons/Scanner/__init__.py:237
↓ 2 callers
Method
add_src_builder
Add a new Builder to the list of src_builders. This requires wiping out cached values so that the computed lists of source s
scons/scons-local-2.3.0/SCons/Builder.py:680
↓ 2 callers
Function
add_test_to_tc
Core/SoarKernel/src/production.cpp:746
↓ 2 callers
Method
add_to_implicit
(self, deps)
scons/scons-local-2.3.0/SCons/Node/__init__.py:590
↓ 2 callers
Function
add_to_os_tc
Core/SoarKernel/src/osupport.cpp:89
↓ 2 callers
Function
add_to_potentials
Core/SoarKernel/src/backtrace.cpp:92
↓ 2 callers
Method
adjust_suffix
(self, suff)
scons/scons-local-2.3.0/SCons/Builder.py:634
↓ 2 callers
Method
after
Tests/Prototype-UnitTesting/kernel/AgentTest.hpp:31
↓ 2 callers
Method
agentGettingFocus
Fired when a frame is switching to a new agent. Listeners may wish to register for events with the new agent
Java/Debugger/src/edu/umich/soar/debugger/doc/events/AgentFocusListener.java:25
↓ 2 callers
Function
aligned_realloc
* \internal * \brief Reallocates an aligned block of memory. * \throws std::bad_alloc on allocation failure **/
Core/SVS/eigen/Eigen/src/Core/util/Memory.h:260
↓ 2 callers
Function
alpha_hash_value
--- Returns hash value for the given id/attr/value symbols --- */ define alpha_hash_value(i,a,v,num_bits) \ ( ( ((i) ? ((Symbol *)(i))->hash_id : 0)
Core/SoarKernel/src/rete.cpp:1490
↓ 2 callers
Method
alter_targets
Return any corresponding targets in a variant directory.
scons/scons-local-2.3.0/SCons/Node/FS.py:1738
↓ 2 callers
Method
angle
Core/SVS/eigen/Eigen/src/Geometry/AngleAxis.h:86
↓ 2 callers
Method
angle
\returns the rotation angle */
Core/SVS/eigen/Eigen/src/Geometry/Rotation2D.h:68
↓ 2 callers
Method
angle
Core/SVS/eigen/Eigen/src/Eigen2Support/Geometry/AngleAxis.h:80
↓ 2 callers
Method
angle
\returns the rotation angle */
Core/SVS/eigen/Eigen/src/Eigen2Support/Geometry/Rotation2D.h:60
↓ 2 callers
Method
appendSubTextInternal
(String text, boolean autoExpand, int recordIndex)
Java/Debugger/src/edu/umich/soar/debugger/helpers/FoldingText.java:1258
↓ 2 callers
Method
appendText
Add the text to the view (this method assumes always called from UI thread)
Java/Debugger/src/edu/umich/soar/debugger/modules/AbstractComboView.java:699
↓ 2 callers
Method
appendTextInternal
(String text, boolean autoExpand, int recordIndex)
Java/Debugger/src/edu/umich/soar/debugger/helpers/FoldingText.java:1202
↓ 2 callers
Method
applyThisOnTheRight
Core/SVS/eigen/Eigen/src/Core/EigenBase.h:76
↓ 2 callers
Function
apply_tools
(env, tools, toolpath)
scons/scons-local-2.3.0/SCons/Environment.py:92
↓ 2 callers
Function
atomic_dec
Core/shared/portability.h:23
↓ 2 callers
Function
atomic_inc
Core/shared/portability.h:19
↓ 2 callers
Function
attr_of_slot_just_decided
Core/SoarKernel/src/init_soar.cpp:1556
↓ 2 callers
Function
attribute_of_existing_impasse
Core/SoarKernel/src/decide.cpp:3030
↓ 2 callers
Method
backtick
(self, command)
scons/scons-local-2.3.0/SCons/Environment.py:578
↓ 2 callers
Method
backup
Core/SoarKernel/src/soar_db.cpp:44
↓ 2 callers
Function
binaryVal
Core/ElementXML/src/ElementXMLImpl.cpp:279
← previous
next →
2,201–2,300 of 12,467, ranked by callers