Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ functions
Functions
35,853 in github.com/audacity/audacity
⨍
Functions
35,853
◇
Types & classes
8,590
↓ 24 callers
Method
uid
(self)
lib-src/lv2/lilv/waflib/extras/batched_cc.py:43
↓ 24 callers
Function
verify_mixer
lib-src/portmixer/src/px_mixer.c:75
↓ 24 callers
Method
write
Writes data to the file represented by this node, see :py:func:`waflib.Utils.writef`:: def build(bld): bld.path.make_node('foo.txt').write(
lib-src/lv2/lilv/waflib/Node.py:187
↓ 24 callers
Function
xlputstr
xlputstr - output a string */
lib-src/libnyquist/nyquist/xlisp/xlprin.c:133
↓ 23 callers
Method
GetData
libraries/lib-utility/MemoryStream.cpp:40
↓ 23 callers
Method
IsEnabled
src/widgets/ASlider.cpp:1902
↓ 23 callers
Method
IsStreamActive
libraries/lib-audio-devices/AudioIOBase.cpp:336
↓ 23 callers
Function
MakeDeviceSourceString
libraries/lib-audio-devices/DeviceManager.cpp:52
↓ 23 callers
Method
SetPath
libraries/lib-module-manager/PluginDescriptor.cpp:105
↓ 23 callers
Method
Show
src/toolbars/ToolDock.cpp:236
↓ 23 callers
Method
StringToValue
libraries/lib-numeric-formats/formatters/BeatsNumericConverterFormatter.cpp:268
↓ 23 callers
Method
Write
libraries/lib-preferences/Prefs.cpp:428
↓ 23 callers
Method
add_option_group
Wraps ``optparse.add_option_group``:: def options(ctx): gr = ctx.add_option_group('some options') gr.add_option('-u', '--use', dest='us
lib-src/lv2/suil/waflib/Options.py:226
↓ 23 callers
Method
add_option_group
Wraps ``optparse.add_option_group``:: def options(ctx): gr = ctx.add_option_group('some options') gr.add_option('-u', '--use', dest='us
lib-src/lv2/serd/waflib/Options.py:226
↓ 23 callers
Method
add_option_group
Wraps ``optparse.add_option_group``:: def options(ctx): gr = ctx.add_option_group('some options') gr.add_option('-u', '--use', dest='us
lib-src/lv2/sratom/waflib/Options.py:226
↓ 23 callers
Method
add_option_group
Wraps ``optparse.add_option_group``:: def options(ctx): gr = ctx.add_option_group('some options') gr.add_option('-u', '--use', dest='us
lib-src/lv2/sord/waflib/Options.py:226
↓ 23 callers
Method
add_option_group
Wraps ``optparse.add_option_group``:: def options(ctx): gr = ctx.add_option_group('some options') gr.add_option('-u', '--use', dest='us
lib-src/lv2/lilv/waflib/Options.py:226
↓ 23 callers
Method
exec_command
Executes TeX commands without buffering (latex may prompt for inputs) :return: the return code :rtype: int
lib-src/lv2/suil/waflib/Tools/tex.py:110
↓ 23 callers
Method
exec_command
Executes TeX commands without buffering (latex may prompt for inputs) :return: the return code :rtype: int
lib-src/lv2/serd/waflib/Tools/tex.py:110
↓ 23 callers
Method
exec_command
Executes TeX commands without buffering (latex may prompt for inputs) :return: the return code :rtype: int
lib-src/lv2/sratom/waflib/Tools/tex.py:110
↓ 23 callers
Method
exec_command
Executes TeX commands without buffering (latex may prompt for inputs) :return: the return code :rtype: int
lib-src/lv2/sord/waflib/Tools/tex.py:110
↓ 23 callers
Method
exec_command
Executes TeX commands without buffering (latex may prompt for inputs) :return: the return code :rtype: int
lib-src/lv2/lv2/waflib/Tools/tex.py:110
↓ 23 callers
Method
exec_command
Executes TeX commands without buffering (latex may prompt for inputs) :return: the return code :rtype: int
lib-src/lv2/lilv/waflib/Tools/tex.py:110
↓ 23 callers
Function
getSubject
(s)
lib-src/lv2/lv2/lv2specgen/lv2specgen.py:123
↓ 23 callers
Function
length
libraries/lib-strings/Identifier.h:63
↓ 23 callers
Function
lv2_log_error
lib-src/lv2/lv2/lv2/log/logger.h:104
↓ 23 callers
Function
make_ret
au4/src/project/projecterrors.h:45
↓ 23 callers
Function
mark
mark - mark all accessible nodes */
lib-src/libnyquist/nyquist/xlisp/xldmem.c:392
↓ 23 callers
Method
setOption
libraries/lib-network-manager/curl/CurlHandleManager.cpp:163
↓ 23 callers
Method
setT0
libraries/lib-time-frequency-selection/ViewInfo.cpp:61
↓ 23 callers
Method
setT1
libraries/lib-time-frequency-selection/ViewInfo.cpp:71
↓ 23 callers
Method
set_attr
lib-src/portsmf/allegro.h:136
↓ 23 callers
Method
set_outputs
Appends the nodes to the *outputs* list :param out: output nodes :type out: node or list of nodes
lib-src/lv2/suil/waflib/Task.py:589
↓ 23 callers
Method
set_outputs
Appends the nodes to the *outputs* list :param out: output nodes :type out: node or list of nodes
lib-src/lv2/serd/waflib/Task.py:589
↓ 23 callers
Method
set_outputs
Appends the nodes to the *outputs* list :param out: output nodes :type out: node or list of nodes
lib-src/lv2/sratom/waflib/Task.py:589
↓ 23 callers
Method
set_outputs
Appends the nodes to the *outputs* list :param out: output nodes :type out: node or list of nodes
lib-src/lv2/sord/waflib/Task.py:589
↓ 23 callers
Method
set_outputs
Appends the nodes to the *outputs* list :param out: output nodes :type out: node or list of nodes
lib-src/lv2/lilv/waflib/Task.py:589
↓ 23 callers
Method
to_list
Ensures that a parameter is a list, see :py:func:`waflib.Utils.to_list` :type val: string or list of string :param val: input to return as a l
lib-src/lv2/suil/waflib/TaskGen.py:147
↓ 23 callers
Method
to_list
Ensures that a parameter is a list, see :py:func:`waflib.Utils.to_list` :type val: string or list of string :param val: input to return as a l
lib-src/lv2/serd/waflib/TaskGen.py:147
↓ 23 callers
Method
to_list
Ensures that a parameter is a list, see :py:func:`waflib.Utils.to_list` :type val: string or list of string :param val: input to return as a l
lib-src/lv2/sratom/waflib/TaskGen.py:147
↓ 23 callers
Method
to_list
Ensures that a parameter is a list, see :py:func:`waflib.Utils.to_list` :type val: string or list of string :param val: input to return as a l
lib-src/lv2/sord/waflib/TaskGen.py:147
↓ 23 callers
Method
to_list
Ensures that a parameter is a list, see :py:func:`waflib.Utils.to_list` :type val: string or list of string :param val: input to return as a l
lib-src/lv2/lv2/waflib/TaskGen.py:147
↓ 23 callers
Method
to_list
Ensures that a parameter is a list, see :py:func:`waflib.Utils.to_list` :type val: string or list of string :param val: input to return as a l
lib-src/lv2/lilv/waflib/TaskGen.py:147
↓ 23 callers
Function
write_sep
lib-src/lv2/serd/src/writer.c:368
↓ 23 callers
Function
xlbegin
xlbegin - beginning of an execution context */
lib-src/libnyquist/nyquist/xlisp/xljump.c:17
↓ 22 callers
Method
Any
src/prefs/ImportExportPrefs.cpp:54
↓ 22 callers
Method
Clear
src/toolbars/ToolDock.h:62
↓ 22 callers
Method
Commit
libraries/lib-wave-track/WaveClip.h:938
↓ 22 callers
Method
EndScroller
libraries/lib-shuttlegui/ShuttleGui.cpp:1027
↓ 22 callers
Method
SetOwner
libraries/lib-track/Track.cpp:127
↓ 22 callers
Method
SnapToSample
libraries/lib-mixer/WideSampleSequence.cpp:25
↓ 22 callers
Method
StartScroller
This allows subsequent controls and static boxes to be in a scrolled panel. Very handy if you are running out of space on a dialog. The iStyle param
libraries/lib-shuttlegui/ShuttleGui.cpp:995
↓ 22 callers
Method
advance
This might be called operator + , but it's not constant-time as with a random access iterator
libraries/lib-track/Track.h:626
↓ 22 callers
Function
app
(var, val)
lib-src/lv2/suil/waflib/Tools/c_config.py:109
↓ 22 callers
Function
app
(var, val)
lib-src/lv2/serd/waflib/Tools/c_config.py:109
↓ 22 callers
Function
app
(var, val)
lib-src/lv2/sratom/waflib/Tools/c_config.py:109
↓ 22 callers
Function
app
(var, val)
lib-src/lv2/sord/waflib/Tools/c_config.py:109
↓ 22 callers
Function
app
(var, val)
lib-src/lv2/lv2/waflib/Tools/c_config.py:109
↓ 22 callers
Function
app
(var, val)
lib-src/lv2/lilv/waflib/Tools/c_config.py:109
↓ 22 callers
Function
append
libraries/lib-cloud-audiocom/OAuthService.cpp:96
↓ 22 callers
Method
isdir
Returns whether the Node represents a folder :rtype: bool
lib-src/lv2/suil/waflib/Node.py:274
↓ 22 callers
Method
isdir
Returns whether the Node represents a folder :rtype: bool
lib-src/lv2/serd/waflib/Node.py:274
↓ 22 callers
Method
isdir
Returns whether the Node represents a folder :rtype: bool
lib-src/lv2/sratom/waflib/Node.py:274
↓ 22 callers
Method
isdir
Returns whether the Node represents a folder :rtype: bool
lib-src/lv2/sord/waflib/Node.py:274
↓ 22 callers
Method
isdir
Returns whether the Node represents a folder :rtype: bool
lib-src/lv2/lilv/waflib/Node.py:274
↓ 22 callers
Function
lilv_nodes_get_first
lib-src/lv2/lilv/src/collections.c:229
↓ 22 callers
Method
match
(node, output)
lib-src/lv2/lv2/waflib/Build.py:1468
↓ 22 callers
Method
set_outputs
Appends the nodes to the *outputs* list :param out: output nodes :type out: node or list of nodes
lib-src/lv2/lv2/waflib/Task.py:579
↓ 22 callers
Function
xlgetfile
xlgetfile - get a file or stream */
lib-src/libnyquist/nyquist/xlisp/xlsubr.c:65
↓ 21 callers
Method
Copy
Must pass in the correct factory for the result. If it's not the same as in this, then block contents must be copied.
libraries/lib-wave-track/Sequence.cpp:385
↓ 21 callers
Function
DoMessageBox
src/effects/EqualizationCurvesDialog.cpp:127
↓ 21 callers
Method
EmptyCopy
libraries/lib-wave-track/WaveTrack.cpp:1012
↓ 21 callers
Method
End
src/tracks/ui/TimeShiftHandle.h:93
↓ 21 callers
Method
Find
src/toolbars/ToolDock.cpp:87
↓ 21 callers
Method
Flush
modules/import-export/mod-opus/ExportOpus.cpp:403
↓ 21 callers
Method
GetClip
libraries/lib-wave-track/WaveTrack.cpp:710
↓ 21 callers
Method
GetParent
modules/sharing/mod-cloud-audiocom/CloudLoginHandler.cpp:57
↓ 21 callers
Method
GetSolo
libraries/lib-wave-track/WaveTrack.cpp:2521
↓ 21 callers
Method
GetTrack
src/tracks/ui/TimeShiftHandle.cpp:38
↓ 21 callers
Method
IsModified
src/tracks/labeltrack/ui/LabelTrackView.cpp:90
↓ 21 callers
Method
Read
au4/src/au3wrap/internal/au3commonsettings.cpp:86
↓ 21 callers
Method
Refresh
This method overrides Refresh() of wxWindow so that the boolean play indicator can be set to false, so that an old play indicator that is no longer th
src/TrackPanel.cpp:819
↓ 21 callers
Method
Stripped
libraries/lib-components/ComponentInterfaceSymbol.h:57
↓ 21 callers
Method
end
libraries/lib-network-manager/HeadersList.cpp:154
↓ 21 callers
Method
getHTTPCode
libraries/lib-network-manager/curl/CurlResponse.cpp:107
↓ 21 callers
Function
idxAppendText
** This function is a no-op if *pRc is set to anything other than ** SQLITE_OK when it is called. ** ** If *pRc is initially set to SQLITE_OK, then t
lib-src/sqlite/shell.c:9132
↓ 21 callers
Function
lv2_atom_equals
Return true iff `a` is equal to `b`. */
lib-src/lv2/lv2/lv2/atom/util.h:67
↓ 21 callers
Function
lv2_atom_forge_object
Write the header of an atom:Object. The passed frame will be initialised to represent this object. To complete the object, write a sequence of
lib-src/lv2/lv2/lv2/atom/forge.h:555
↓ 21 callers
Method
post
Creates tasks for this task generators. The following operations are performed: #. The body of this method is called only once and sets the attr
lib-src/lv2/suil/waflib/TaskGen.py:160
↓ 21 callers
Method
post
Creates tasks for this task generators. The following operations are performed: #. The body of this method is called only once and sets the attr
lib-src/lv2/serd/waflib/TaskGen.py:160
↓ 21 callers
Method
post
Creates tasks for this task generators. The following operations are performed: #. The body of this method is called only once and sets the attr
lib-src/lv2/sratom/waflib/TaskGen.py:160
↓ 21 callers
Method
post
Creates tasks for this task generators. The following operations are performed: #. The body of this method is called only once and sets the attr
lib-src/lv2/sord/waflib/TaskGen.py:160
↓ 21 callers
Method
post
Creates tasks for this task generators. The following operations are performed: #. The body of this method is called only once and sets the attr
lib-src/lv2/lilv/waflib/TaskGen.py:160
↓ 21 callers
Function
serd_env_new
lib-src/lv2/serd/src/env.c:34
↓ 21 callers
Method
set_run_after
Run this task only after the given *task*. Calling this method from :py:meth:`waflib.Task.Task.runnable_status` may cause build deadlocks; see
lib-src/lv2/suil/waflib/Task.py:601
↓ 21 callers
Method
set_run_after
Run this task only after the given *task*. Calling this method from :py:meth:`waflib.Task.Task.runnable_status` may cause build deadlocks; see
lib-src/lv2/serd/waflib/Task.py:601
↓ 21 callers
Method
set_run_after
Run this task only after the given *task*. Calling this method from :py:meth:`waflib.Task.Task.runnable_status` may cause build deadlocks; see
lib-src/lv2/sratom/waflib/Task.py:601
↓ 21 callers
Method
set_run_after
Run this task only after the given *task*. Calling this method from :py:meth:`waflib.Task.Task.runnable_status` may cause build deadlocks; see
lib-src/lv2/sord/waflib/Task.py:601
↓ 21 callers
Method
set_run_after
Run this task only after the given *task*. Calling this method from :py:meth:`waflib.Task.Task.runnable_status` may cause build deadlocks; see
lib-src/lv2/lv2/waflib/Task.py:591
↓ 21 callers
Method
set_run_after
Run this task only after the given *task*. Calling this method from :py:meth:`waflib.Task.Task.runnable_status` may cause build deadlocks; see
lib-src/lv2/lilv/waflib/Task.py:601
← previous
next →
701–800 of 35,853, ranked by callers