MCPcopy Create free account

hub / github.com/GothenburgBitFactory/taskwarrior / functions

Functions2,579 in github.com/GothenburgBitFactory/taskwarrior

MethodUnitTest
//////////////////////////////////////////////////////////////////////////
test/test.cpp:38
MethodVariant
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:98
MethodVariant
src/Variant.h:43
MethodVersion
///////////////////////////////////////////////////////////////////////////
src/Version.cpp:38
MethodVersion
Create an invalid version.
src/Version.h:40
MethodViewTask
///////////////////////////////////////////////////////////////////////////
src/ViewTask.cpp:40
Method__call__
aka t = Task() ; t() which is now an alias to t.runSuccess()
test/basetest/task.py:68
Method__delitem__
(self, key)
test/basetest/hooks.py:76
Method__destroyed
(self, *args, **kwargs)
test/basetest/task.py:241
Method__eq__
(self, other)
test/basetest/hooks.py:206
Method__getitem__
(self, name)
test/basetest/hooks.py:70
Method__hash__
(self)
test/basetest/hooks.py:224
Method__init__
Initialize a Task warrior (client). The task client runs in a temporary folder. :arg taskw: Task binary to use as client (defaults: task in
test/basetest/task.py:33
Method__init__
(self, cmd, code, out, err=None, msg=None)
test/basetest/exceptions.py:11
Method__init__
(self, name)
test/basetest/exceptions.py:46
Method__init__
(self, original, error)
test/basetest/hooks.py:21
Method__init__
Initialize hooks container which keeps track of active hooks and :arg datadir: Temporary location where task is running (/tmp/...)
test/basetest/hooks.py:43
Method__init__
(self, *args, **kwargs)
test/basetest/hooks.py:296
Method__init__
(self, stream=sys.stdout, *args, **kwargs)
test/simpletap/__init__.py:237
Method__iter__
(self)
test/basetest/hooks.py:79
Method__len__
(self)
test/basetest/hooks.py:83
Method__ne__
(self, other)
test/basetest/hooks.py:215
Method__new__
(meta, classname, bases, dct)
test/basetest/meta.py:23
Method__repr__
(self)
test/basetest/task.py:64
Method__repr__
(self)
test/basetest/exceptions.py:49
Method__repr__
(self)
test/basetest/exceptions.py:54
Method__repr__
(self)
test/basetest/hooks.py:55
Method__repr__
(self)
test/basetest/hooks.py:227
Method__repr__
(self)
test/basetest/hooks.py:317
Method__setitem__
(self, key, value)
test/basetest/hooks.py:73
Method__str__
(self)
test/basetest/exceptions.py:37
Method__str__
(self)
test/basetest/hooks.py:230
Method_delete
Remove the hook from disk Don't call this method directly. Use Task.hooks.remove(hook) instead
test/basetest/hooks.py:320
Function_queue_output
Read/Write output/input of given process. This function is meant to be executed in a thread as it may block
test/basetest/utils.py:112
Methodadd
/////////////////////////////////////////////////////////////////////////// Add the new task to the replica.
src/TDB2.cpp:57
Methodadd
View specifications.
src/ViewTask.h:43
MethodaddContext
/////////////////////////////////////////////////////////////////////////// There are situations where a context filter is applied. This method determ
src/CLI2.cpp:531
MethodaddError
(self, test, err)
test/simpletap/__init__.py:207
MethodaddExpectedFailure
(self, test, err)
test/simpletap/__init__.py:219
MethodaddFailure
(self, test, err)
test/simpletap/__init__.py:211
MethodaddModifications
/////////////////////////////////////////////////////////////////////////// Process raw modification string. Insert modification arguments immediatell
src/CLI2.cpp:503
MethodaddSkip
(self, test, reason)
test/simpletap/__init__.py:215
MethodaddSource
///////////////////////////////////////////////////////////////////////////
src/Eval.cpp:120
MethodaddSuccess
(self, test)
test/simpletap/__init__.py:203
MethodaddUnexpectedSuccess
(self, test)
test/simpletap/__init__.py:223
MethodaliasExpansion
/////////////////////////////////////////////////////////////////////////// If any aliases are found in un-TERMINATED arguments, replace the alias wit
src/CLI2.cpp:742
Methodall_task_uuids
(&mut self)
src/taskchampion-cpp/src/lib.rs:555
Methodall_uuids
(&self)
src/taskchampion-cpp/src/lib.rs:838
MethodapplyOverrides
/////////////////////////////////////////////////////////////////////////// Static method.
src/CLI2.cpp:236
MethodassertFeedback
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:436
MethodassertNTasks
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:397
MethodassertSameTask
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:407
MethodassertValidJSON
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:355
Methodattr2Dep
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1289
Methodattr2Tag
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1261
Methodburndown_size
///////////////////////////////////////////////////////////////////////////
src/commands/CmdBurndown.cpp:731
MethodcalculateRates
///////////////////////////////////////////////////////////////////////////
src/commands/CmdBurndown.cpp:678
MethodcallHookScript
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:474
MethodcanonicalizeNames
/////////////////////////////////////////////////////////////////////////// Scan all arguments and canonicalize names that need it.
src/CLI2.cpp:802
MethodcategorizeArgs
/////////////////////////////////////////////////////////////////////////// Categorize FILTER, MODIFICATION and MISCELLANEOUS args, based on CMD DNA.
src/CLI2.cpp:827
Methodcommify
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:291
MethodcommonLength
/////////////////////////////////////////////////////////////////////////// Compares two strings, and returns the number bytes in common. left: won
src/Lexer.cpp:267
MethodcomposeUsage
///////////////////////////////////////////////////////////////////////////
src/commands/CmdHelp.cpp:180
MethodcompressIds
/////////////////////////////////////////////////////////////////////////// The vector must be sorted first. This is a modified version of the run- l
src/commands/CmdIDs.cpp:87
Methodconfirm_revert
///////////////////////////////////////////////////////////////////////////
src/commands/CmdUndo.cpp:70
Methodcount_blank_lines
(x)
test/verbose.test.py:100
MethodcreateDefaultConfig
///////////////////////////////////////////////////////////////////////////
src/Context.cpp:1173
Methoddebug
///////////////////////////////////////////////////////////////////////////
src/Context.cpp:1332
Methoddecode
/////////////////////////////////////////////////////////////////////////// Decode values after parse. [ <- &open; ] <- &close;
src/Task.cpp:1625
MethoddecomposePair
/////////////////////////////////////////////////////////////////////////// <name> [. <modifier>] <: | = | :: | :=> [<value>]
src/Lexer.cpp:1376
MethoddecomposePattern
/////////////////////////////////////////////////////////////////////////// / <pattern> / [<flags>]
src/Lexer.cpp:1463
MethoddecomposeReference
///////////////////////////////////////////////////////////////////////////
src/DOM.cpp:527
MethoddecomposeSubstitution
/////////////////////////////////////////////////////////////////////////// / <from> / <to> / [<flags>]
src/Lexer.cpp:1437
Methoddecrement
///////////////////////////////////////////////////////////////////////////
src/commands/CmdBurndown.cpp:540
MethoddefaultCommand
/////////////////////////////////////////////////////////////////////////// Look for situations that require defaults: 1. If no command was found, an
src/CLI2.cpp:1791
MethoddefineContext
/////////////////////////////////////////////////////////////////////////// Defines a new user-provided context. - The context definition is written i
src/commands/CmdContext.cpp:178
MethoddeleteContext
/////////////////////////////////////////////////////////////////////////// Deletes the specified context. - If the deleted context is currently activ
src/commands/CmdContext.cpp:269
Methoddemotion
/////////////////////////////////////////////////////////////////////////// [1] Scan all args for the 'add' and 'log' commands, and demote any Lexer::
src/CLI2.cpp:421
Methoddep2Attr
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1282
Methoddequote
/////////////////////////////////////////////////////////////////////////// Assumes that quotes is a string containing a non-trivial set of quote char
src/Lexer.cpp:219
MethoddesugarFilterAttributes
/////////////////////////////////////////////////////////////////////////// <name>[.<mod>]:['"][<value>]['"] --> name <op> value
src/CLI2.cpp:1095
MethoddesugarFilterPatterns
/////////////////////////////////////////////////////////////////////////// /pattern/ --> description ~ 'pattern'
src/CLI2.cpp:1258
MethoddesugarFilterPlainArgs
/////////////////////////////////////////////////////////////////////////// FILTER, Lexer::Type::word args are treated as search terms. Algorithm: Gi
src/CLI2.cpp:1622
MethoddesugarFilterTags
/////////////////////////////////////////////////////////////////////////// +tag --> tags _hastag_ tag -tag --> tags _notag_ tag
src/CLI2.cpp:1041
MethoddetermineVersion
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1633
Methoddiag
Run task diagnostics. This function may fail in which case the exception text is returned as stderr or appended to stderr if merge_st
test/basetest/task.py:247
Methoddisable
Remove hookfile executable bit to deny triggering
test/basetest/hooks.py:373
Methoddispatch
/////////////////////////////////////////////////////////////////////////// Dispatch to the command found by the CLI parser.
src/Context.cpp:855
FunctiondomSource
/////////////////////////////////////////////////////////////////////////// Support for evaluating DOM references (add with `e.AddSource(domSource)`)
src/Eval.cpp:107
Methoddump
///////////////////////////////////////////////////////////////////////////
src/Eval.cpp:705
MethoddumpNode
///////////////////////////////////////////////////////////////////////////
src/DOM.cpp:606
MethodeditFile
///////////////////////////////////////////////////////////////////////////
src/commands/CmdEdit.cpp:606
Methodenable
Make hookfile executable to allow triggering
test/basetest/hooks.py:368
Methodenable
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:106
MethodevaluatePostfixStack
///////////////////////////////////////////////////////////////////////////
src/Eval.cpp:203
MethodexactMatch
/////////////////////////////////////////////////////////////////////////// Search for exact 'value' in _entities category.
src/CLI2.cpp:1029
Methodexecute
///////////////////////////////////////////////////////////////////////////
src/commands/CmdConfig.cpp:152
Methodexecute
///////////////////////////////////////////////////////////////////////////
src/commands/CmdUnique.cpp:55
Methodexecute
///////////////////////////////////////////////////////////////////////////
src/commands/CmdDone.cpp:59
Methodexecute
///////////////////////////////////////////////////////////////////////////
src/commands/CmdExport.cpp:55
← previousnext →601–700 of 2,579, ranked by callers