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
↓ 3 callers
Method
get_value
(&self, mut value_out: Pin<&mut CxxString>)
src/taskchampion-cpp/src/lib.rs:424
↓ 3 callers
Method
is_nil
(&self)
src/taskchampion-cpp/src/lib.rs:377
↓ 3 callers
Method
is_none
(&self)
src/taskchampion-cpp/src/lib.rs:719
↓ 3 callers
Method
is_uda
src/columns/Column.h:51
↓ 3 callers
Method
leftMargin
src/ViewTask.h:48
↓ 3 callers
Method
needs_recur_update
///////////////////////////////////////////////////////////////////////////
src/commands/Command.cpp:325
↓ 3 callers
Method
open_replica
///////////////////////////////////////////////////////////////////////////
src/TDB2.cpp:48
↓ 3 callers
Method
prepareFilter
/////////////////////////////////////////////////////////////////////////// Parse the command line, identifiying filter components, expanding syntacti
src/CLI2.cpp:576
↓ 3 callers
Method
read_only
///////////////////////////////////////////////////////////////////////////
src/commands/Command.cpp:316
↓ 3 callers
Method
render
/////////////////////////////////////////////////////////////////////////// Graph should render like this: +------------------------------------------
src/commands/CmdBurndown.cpp:327
↓ 3 callers
Method
runSuccess
Invoke task with given arguments and fail if exit code != 0 Use runError if you want exit_code to be tested automatically and *not* f
test/basetest/task.py:155
↓ 3 callers
Method
scan
///////////////////////////////////////////////////////////////////////////
src/commands/CmdBurndown.cpp:219
↓ 3 callers
Method
scanForPeak
/////////////////////////////////////////////////////////////////////////// Scan all tasks, quantize the dates by day, and find the peak pending count
src/commands/CmdBurndown.cpp:184
↓ 3 callers
Method
setAnnotations
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:961
↓ 3 callers
Method
skip
//////////////////////////////////////////////////////////////////////////
test/test.cpp:273
↓ 3 callers
Function
sort_tasks
///////////////////////////////////////////////////////////////////////////
src/sort.cpp:52
↓ 3 callers
Method
split_tags
(self, tags)
test/tag.test.py:44
↓ 3 callers
Method
update_remove
(&mut self, property: &CxxString, ops: &mut Vec<Operation>)
src/taskchampion-cpp/src/lib.rs:797
↓ 3 callers
Function
uuid
src/util.cpp:122
↓ 3 callers
Method
validate_info
(self, id, desc)
test/enpassant.test.py:54
↓ 2 callers
Function
_access_check
(fn, mode)
test/basetest/utils.py:314
↓ 2 callers
Method
_check_hook_exists
Checks if the file pointed to by the current hook exists
test/basetest/hooks.py:233
↓ 2 callers
Method
_check_hook_not_exists
Checks if the file pointed to by the current hook doesn't exist
test/basetest/hooks.py:238
↓ 2 callers
Method
_config_unittest_report
(self)
test/uuid.test.py:60
↓ 2 callers
Method
_delete
Remove the hook from disk Don't call this method directly. Use Hooks.remove(hook) instead
test/basetest/hooks.py:271
↓ 2 callers
Method
_do_stream
Helper function for _mergeStdout
test/simpletap/__init__.py:89
↓ 2 callers
Method
_get_log_stat
Return the most recent change timestamp and size of both logfiles
test/basetest/hooks.py:343
↓ 2 callers
Method
_split_string_args_if_string
Helper function to parse and split into arguments a single string argument. The string is literally the same as if written in the shell.
test/basetest/task.py:145
↓ 2 callers
Method
_validate
(self)
test/add.test.py:155
↓ 2 callers
Method
_validate_data
(self, client)
test/import.test.py:254
↓ 2 callers
Method
addTag
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1175
↓ 2 callers
Method
add_tasks
(self)
test/project.test.py:105
↓ 2 callers
Method
assertModified
(self)
test/read-only.test.py:52
↓ 2 callers
Method
assertNumeric
Checks the type of the value to be int, and that the expected value matches the actual value produced.
test/export.test.py:84
↓ 2 callers
Method
assertTasksExist
(self, out)
test/annotate.test.py:68
↓ 2 callers
Method
canonicalize
/////////////////////////////////////////////////////////////////////////// Search for 'value' in _entities category, return canonicalized value.
src/CLI2.cpp:637
↓ 2 callers
Method
children
///////////////////////////////////////////////////////////////////////////
src/TDB2.cpp:384
↓ 2 callers
Function
cleardb
test/tdb2_test.cpp:37
↓ 2 callers
Function
colorizeDebug
///////////////////////////////////////////////////////////////////////////
src/rules.cpp:299
↓ 2 callers
Function
colorizeHeader
///////////////////////////////////////////////////////////////////////////
src/rules.cpp:278
↓ 2 callers
Method
commit_reversed_operations
(&mut self, ops: Vec<Operation>)
src/taskchampion-cpp/src/lib.rs:533
↓ 2 callers
Method
compileExpression
///////////////////////////////////////////////////////////////////////////
src/Eval.cpp:160
↓ 2 callers
Method
decompose
///////////////////////////////////////////////////////////////////////////
src/CLI2.cpp:108
↓ 2 callers
Method
decomposeSortField
///////////////////////////////////////////////////////////////////////////
src/Context.cpp:1227
↓ 2 callers
Function
dependencyChainOnComplete
/////////////////////////////////////////////////////////////////////////// Determine whether a dependency chain is being broken, assuming that 'task'
src/dependency.cpp:113
↓ 2 callers
Function
dependencyChainOnStart
///////////////////////////////////////////////////////////////////////////
src/dependency.cpp:157
↓ 2 callers
Function
dependency_scan
/////////////////////////////////////////////////////////////////////////// For any task that has depenencies, follow the chain of dependencies until
src/TDB2.cpp:447
↓ 2 callers
Method
displays_id
///////////////////////////////////////////////////////////////////////////
src/commands/Command.cpp:319
↓ 2 callers
Method
encode
/////////////////////////////////////////////////////////////////////////// Encode values prior to serialization. [ -> &open; ] -> &close;
src/Task.cpp:1616
↓ 2 callers
Method
execute
///////////////////////////////////////////////////////////////////////////
src/commands/CmdLog.cpp:52
↓ 2 callers
Method
expire_tasks
(&mut self)
src/taskchampion-cpp/src/lib.rs:564
↓ 2 callers
Function
feedback_special_tags
/////////////////////////////////////////////////////////////////////////// Implements feedback when adding special tags to a task.
src/feedback.cpp:118
↓ 2 callers
Function
from_tc_operations
Utility function for Replica methods using Operations.
src/taskchampion-cpp/src/lib.rs:522
↓ 2 callers
Function
get
/////////////////////////////////////////////////////////////////////////// A few hard-coded symbols.
test/eval_test.cpp:38
↓ 2 callers
Method
getBinary
///////////////////////////////////////////////////////////////////////////
src/CLI2.cpp:675
↓ 2 callers
Method
getLimits
/////////////////////////////////////////////////////////////////////////// A value of zero mean unlimited. A value of 'page' means however many scree
src/Context.cpp:1095
↓ 2 callers
Method
getToken
///////////////////////////////////////////////////////////////////////////
src/CLI2.cpp:100
↓ 2 callers
Method
getUDAOrphans
/////////////////////////////////////////////////////////////////////////// A UDA Orphan is an attribute that is not represented in context.columns.
src/Task.cpp:1302
↓ 2 callers
Function
getValue
///////////////////////////////////////////////////////////////////////////
src/CLI2.cpp:197
↓ 2 callers
Function
get_best
(tests)
performance/compare_runs.py:44
↓ 2 callers
Method
get_old_value
(&self, mut old_value_out: Pin<&mut CxxString>)
src/taskchampion-cpp/src/lib.rs:439
↓ 2 callers
Method
get_task_operations
(&mut self, uuid: ffi::Uuid)
src/taskchampion-cpp/src/lib.rs:572
↓ 2 callers
Method
get_uuid
(&self)
src/taskchampion-cpp/src/lib.rs:404
↓ 2 callers
Method
has
/////////////////////////////////////////////////////////////////////////// Locate task by UUID, wherever it is.
src/TDB2.cpp:356
↓ 2 callers
Method
hasDependency
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1040
↓ 2 callers
Method
initial_tasks
(self)
test/abbreviation.test.py:101
↓ 2 callers
Method
isOneOf
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:1103
↓ 2 callers
Method
isUUID
/////////////////////////////////////////////////////////////////////////// Lexer::Type::uuid XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX XXXXXXXX-XXXX-XXXX-
src/Lexer.cpp:455
↓ 2 callers
Method
is_active
Check if hook is active by verifying the execute bit
test/basetest/hooks.py:286
↓ 2 callers
Method
is_delete
src/Operation.h:54
↓ 2 callers
Method
is_empty
(&self)
src/taskchampion-cpp/src/lib.rs:826
↓ 2 callers
Method
is_undo_point
src/Operation.h:55
↓ 2 callers
Method
is_undo_point
(&self)
src/taskchampion-cpp/src/lib.rs:400
↓ 2 callers
Method
is_valid
///////////////////////////////////////////////////////////////////////////
src/Version.cpp:66
↓ 2 callers
Function
json_decoder
Attempt to decode a JSON string and in case of error return an InvalidJSON object
test/basetest/hooks.py:26
↓ 2 callers
Method
largest_index
(&self)
src/taskchampion-cpp/src/lib.rs:822
↓ 2 callers
Function
legacySortColumnMap
///////////////////////////////////////////////////////////////////////////
src/legacy.cpp:64
↓ 2 callers
Method
list
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:323
↓ 2 callers
Function
mkstemp
Create a temporary file that is removed at process exit
test/basetest/utils.py:381
↓ 2 callers
Function
mkstemp_exec
Create a temporary executable file that is removed at process exit
test/basetest/utils.py:402
↓ 2 callers
Method
modifiable
src/columns/Column.h:50
↓ 2 callers
Function
nag
/////////////////////////////////////////////////////////////////////////// Generates a nag message when there are READY tasks of a higher urgency.
src/nag.cpp:35
↓ 2 callers
Function
new_replica_on_disk
( taskdb_dir: String, create_if_missing: bool, read_write: bool, )
src/taskchampion-cpp/src/lib.rs:493
↓ 2 callers
Method
num_local_operations
(&mut self)
src/taskchampion-cpp/src/lib.rs:580
↓ 2 callers
Function
onExpiration
//////////////////////////////////////////////////////////////////////////
src/feedback.cpp:234
↓ 2 callers
Function
operations
()
src/taskchampion-cpp/src/lib.rs:858
↓ 2 callers
Function
parse_perf
(input)
performance/compare_runs.py:26
↓ 2 callers
Method
properties
(&self)
src/taskchampion-cpp/src/lib.rs:775
↓ 2 callers
Method
rebuild_working_set
(&mut self, renumber: bool)
src/taskchampion-cpp/src/lib.rs:588
↓ 2 callers
Method
run_command
(self, args)
test/calc.test.py:116
↓ 2 callers
Method
setTags
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1185
↓ 2 callers
Method
slurp
(self, file=os.path.join(SOURCE_DIR, "CMakeLists.txt"))
test/version.test.py:60
↓ 2 callers
Function
sort_projects
src/sort.cpp:78
↓ 2 callers
Method
sync_to_local
(&mut self, server_dir: String, avoid_snapshots: bool)
src/taskchampion-cpp/src/lib.rs:596
↓ 2 callers
Method
target
///////////////////////////////////////////////////////////////////////////
src/TF2.cpp:49
↓ 2 callers
Function
timestamp_in_holiday_format
(time)
test/calendar.test.py:39
↓ 2 callers
Function
timestamp_without_leading_zeros
(time)
test/due.test.py:39
↓ 2 callers
Function
to_tc_operations
Utility function for Replica methods using Operations.
src/taskchampion-cpp/src/lib.rs:515
↓ 2 callers
Method
urgency_c
/////////////////////////////////////////////////////////////////////////// Urgency is defined as a polynomial, the value of which is calculated in th
src/Task.cpp:1710
↓ 2 callers
Function
usage
///////////////////////////////////////////////////////////////////////////
test/make_tc_task.cpp:41
← previous
next →
201–300 of 2,579, ranked by callers