Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GothenburgBitFactory/taskwarrior
/ functions
Functions
2,579 in github.com/GothenburgBitFactory/taskwarrior
⨍
Functions
2,579
◇
Types & classes
501
↳
Endpoints
1
Method
UnitTest
//////////////////////////////////////////////////////////////////////////
test/test.cpp:38
Method
Variant
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:98
Method
Variant
src/Variant.h:43
Method
Version
///////////////////////////////////////////////////////////////////////////
src/Version.cpp:38
Method
Version
Create an invalid version.
src/Version.h:40
Method
ViewTask
///////////////////////////////////////////////////////////////////////////
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
Method
add
/////////////////////////////////////////////////////////////////////////// Add the new task to the replica.
src/TDB2.cpp:57
Method
add
View specifications.
src/ViewTask.h:43
Method
addContext
/////////////////////////////////////////////////////////////////////////// There are situations where a context filter is applied. This method determ
src/CLI2.cpp:531
Method
addError
(self, test, err)
test/simpletap/__init__.py:207
Method
addExpectedFailure
(self, test, err)
test/simpletap/__init__.py:219
Method
addFailure
(self, test, err)
test/simpletap/__init__.py:211
Method
addModifications
/////////////////////////////////////////////////////////////////////////// Process raw modification string. Insert modification arguments immediatell
src/CLI2.cpp:503
Method
addSkip
(self, test, reason)
test/simpletap/__init__.py:215
Method
addSource
///////////////////////////////////////////////////////////////////////////
src/Eval.cpp:120
Method
addSuccess
(self, test)
test/simpletap/__init__.py:203
Method
addUnexpectedSuccess
(self, test)
test/simpletap/__init__.py:223
Method
aliasExpansion
/////////////////////////////////////////////////////////////////////////// If any aliases are found in un-TERMINATED arguments, replace the alias wit
src/CLI2.cpp:742
Method
all_task_uuids
(&mut self)
src/taskchampion-cpp/src/lib.rs:555
Method
all_uuids
(&self)
src/taskchampion-cpp/src/lib.rs:838
Method
applyOverrides
/////////////////////////////////////////////////////////////////////////// Static method.
src/CLI2.cpp:236
Method
assertFeedback
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:436
Method
assertNTasks
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:397
Method
assertSameTask
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:407
Method
assertValidJSON
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:355
Method
attr2Dep
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1289
Method
attr2Tag
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1261
Method
burndown_size
///////////////////////////////////////////////////////////////////////////
src/commands/CmdBurndown.cpp:731
Method
calculateRates
///////////////////////////////////////////////////////////////////////////
src/commands/CmdBurndown.cpp:678
Method
callHookScript
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:474
Method
canonicalizeNames
/////////////////////////////////////////////////////////////////////////// Scan all arguments and canonicalize names that need it.
src/CLI2.cpp:802
Method
categorizeArgs
/////////////////////////////////////////////////////////////////////////// Categorize FILTER, MODIFICATION and MISCELLANEOUS args, based on CMD DNA.
src/CLI2.cpp:827
Method
commify
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:291
Method
commonLength
/////////////////////////////////////////////////////////////////////////// Compares two strings, and returns the number bytes in common. left: won
src/Lexer.cpp:267
Method
composeUsage
///////////////////////////////////////////////////////////////////////////
src/commands/CmdHelp.cpp:180
Method
compressIds
/////////////////////////////////////////////////////////////////////////// The vector must be sorted first. This is a modified version of the run- l
src/commands/CmdIDs.cpp:87
Method
confirm_revert
///////////////////////////////////////////////////////////////////////////
src/commands/CmdUndo.cpp:70
Method
count_blank_lines
(x)
test/verbose.test.py:100
Method
createDefaultConfig
///////////////////////////////////////////////////////////////////////////
src/Context.cpp:1173
Method
debug
///////////////////////////////////////////////////////////////////////////
src/Context.cpp:1332
Method
decode
/////////////////////////////////////////////////////////////////////////// Decode values after parse. [ <- &open; ] <- &close;
src/Task.cpp:1625
Method
decomposePair
/////////////////////////////////////////////////////////////////////////// <name> [. <modifier>] <: | = | :: | :=> [<value>]
src/Lexer.cpp:1376
Method
decomposePattern
/////////////////////////////////////////////////////////////////////////// / <pattern> / [<flags>]
src/Lexer.cpp:1463
Method
decomposeReference
///////////////////////////////////////////////////////////////////////////
src/DOM.cpp:527
Method
decomposeSubstitution
/////////////////////////////////////////////////////////////////////////// / <from> / <to> / [<flags>]
src/Lexer.cpp:1437
Method
decrement
///////////////////////////////////////////////////////////////////////////
src/commands/CmdBurndown.cpp:540
Method
defaultCommand
/////////////////////////////////////////////////////////////////////////// Look for situations that require defaults: 1. If no command was found, an
src/CLI2.cpp:1791
Method
defineContext
/////////////////////////////////////////////////////////////////////////// Defines a new user-provided context. - The context definition is written i
src/commands/CmdContext.cpp:178
Method
deleteContext
/////////////////////////////////////////////////////////////////////////// Deletes the specified context. - If the deleted context is currently activ
src/commands/CmdContext.cpp:269
Method
demotion
/////////////////////////////////////////////////////////////////////////// [1] Scan all args for the 'add' and 'log' commands, and demote any Lexer::
src/CLI2.cpp:421
Method
dep2Attr
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1282
Method
dequote
/////////////////////////////////////////////////////////////////////////// Assumes that quotes is a string containing a non-trivial set of quote char
src/Lexer.cpp:219
Method
desugarFilterAttributes
/////////////////////////////////////////////////////////////////////////// <name>[.<mod>]:['"][<value>]['"] --> name <op> value
src/CLI2.cpp:1095
Method
desugarFilterPatterns
/////////////////////////////////////////////////////////////////////////// /pattern/ --> description ~ 'pattern'
src/CLI2.cpp:1258
Method
desugarFilterPlainArgs
/////////////////////////////////////////////////////////////////////////// FILTER, Lexer::Type::word args are treated as search terms. Algorithm: Gi
src/CLI2.cpp:1622
Method
desugarFilterTags
/////////////////////////////////////////////////////////////////////////// +tag --> tags _hastag_ tag -tag --> tags _notag_ tag
src/CLI2.cpp:1041
Method
determineVersion
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1633
Method
diag
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
Method
disable
Remove hookfile executable bit to deny triggering
test/basetest/hooks.py:373
Method
dispatch
/////////////////////////////////////////////////////////////////////////// Dispatch to the command found by the CLI parser.
src/Context.cpp:855
Function
domSource
/////////////////////////////////////////////////////////////////////////// Support for evaluating DOM references (add with `e.AddSource(domSource)`)
src/Eval.cpp:107
Method
dump
///////////////////////////////////////////////////////////////////////////
src/Eval.cpp:705
Method
dumpNode
///////////////////////////////////////////////////////////////////////////
src/DOM.cpp:606
Method
editFile
///////////////////////////////////////////////////////////////////////////
src/commands/CmdEdit.cpp:606
Method
enable
Make hookfile executable to allow triggering
test/basetest/hooks.py:368
Method
enable
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:106
Method
evaluatePostfixStack
///////////////////////////////////////////////////////////////////////////
src/Eval.cpp:203
Method
exactMatch
/////////////////////////////////////////////////////////////////////////// Search for exact 'value' in _entities category.
src/CLI2.cpp:1029
Method
execute
///////////////////////////////////////////////////////////////////////////
src/commands/CmdConfig.cpp:152
Method
execute
///////////////////////////////////////////////////////////////////////////
src/commands/CmdUnique.cpp:55
Method
execute
///////////////////////////////////////////////////////////////////////////
src/commands/CmdDone.cpp:59
Method
execute
///////////////////////////////////////////////////////////////////////////
src/commands/CmdExport.cpp:55
← previous
next →
601–700 of 2,579, ranked by callers