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
modify
///////////////////////////////////////////////////////////////////////////
src/columns/ColDepends.cpp:128
Method
modify
///////////////////////////////////////////////////////////////////////////
src/columns/ColProject.cpp:89
Method
modifyRecurrenceParent
///////////////////////////////////////////////////////////////////////////
src/commands/CmdModify.cpp:183
Method
modifyRecurrenceSiblings
///////////////////////////////////////////////////////////////////////////
src/commands/CmdModify.cpp:152
Function
namedConstants
/////////////////////////////////////////////////////////////////////////// Built-in support for some named constants.
src/Eval.cpp:92
Function
operation_counts
()
src/taskchampion-cpp/src/lib.rs:943
Method
operations
///////////////////////////////////////////////////////////////////////////
src/Operation.cpp:39
Method
operator!
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:1174
Method
operator!=
///////////////////////////////////////////////////////////////////////////
src/Version.cpp:94
Method
operator!=
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:918
Method
operator%
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:1855
Method
operator&&
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:148
Method
operator*
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:1659
Method
operator+
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:1520
Method
operator-
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:1367
Method
operator/
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:1773
Method
operator<
///////////////////////////////////////////////////////////////////////////
src/Version.cpp:69
Method
operator<
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:193
Method
operator<
///////////////////////////////////////////////////////////////////////////
src/Operation.cpp:50
Method
operator<
///////////////////////////////////////////////////////////////////////////
src/commands/CmdCommands.cpp:164
Method
operator<=
///////////////////////////////////////////////////////////////////////////
src/Version.cpp:74
Method
operator<=
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:341
Method
operator==
///////////////////////////////////////////////////////////////////////////
src/Version.cpp:89
Method
operator==
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:785
Method
operator>
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:489
Method
operator>=
///////////////////////////////////////////////////////////////////////////
src/Version.cpp:84
Method
operator>=
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:637
Method
operator^
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:1243
Method
operator||
///////////////////////////////////////////////////////////////////////////
src/Variant.cpp:163
Method
optimizeGrid
/////////////////////////////////////////////////////////////////////////// _grid =~ /\s+$//g
src/commands/CmdBurndown.cpp:474
Method
parenthesizeOriginalFilter
/////////////////////////////////////////////////////////////////////////// The following command: task +home or +work list Is reasonable, and does
src/CLI2.cpp:942
Method
parseArithmetic
/////////////////////////////////////////////////////////////////////////// Arithmetic --> Geometric {( "+" | "-" ) Geometric}
src/Eval.cpp:479
Method
parseComparative
/////////////////////////////////////////////////////////////////////////// Comparative --> Arithmetic {( "<=" | "<" | ">=" | ">" ) Arithmetic}
src/Eval.cpp:461
Method
parseEquality
/////////////////////////////////////////////////////////////////////////// Equality --> Comparative {( "==" | "=" | "!==" | "!=" ) Comparative}
src/Eval.cpp:443
Method
parseExponent
/////////////////////////////////////////////////////////////////////////// Exponent --> Primitive ["^" Primitive]
src/Eval.cpp:549
Method
parseGeometric
/////////////////////////////////////////////////////////////////////////// Geometric --> Tag {( "*" | "/" | "%" ) Tag}
src/Eval.cpp:496
Method
parseJSON
/////////////////////////////////////////////////////////////////////////// Note that all fields undergo encode/decode.
src/Task.cpp:550
Method
parseLegacy
/////////////////////////////////////////////////////////////////////////// No legacy formats are currently supported as of 2.4.0.
src/Task.cpp:742
Method
parseLogical
/////////////////////////////////////////////////////////////////////////// Logical --> Regex {( "and" | "or" | "xor" ) Regex}
src/Eval.cpp:409
Method
parsePrimitive
/////////////////////////////////////////////////////////////////////////// Primitive --> "(" Logical ")" | Variant
src/Eval.cpp:565
Method
parseRegex
/////////////////////////////////////////////////////////////////////////// Regex --> Equality {( "~" | "!~" ) Equality}
src/Eval.cpp:426
Method
parseTC
/////////////////////////////////////////////////////////////////////////// Note that all fields undergo encode/decode.
src/Task.cpp:721
Method
parseTag
/////////////////////////////////////////////////////////////////////////// Tag --> Unary {( "_hastag_" | "_notag_" ) Unary}
src/Eval.cpp:513
Method
parseTask
///////////////////////////////////////////////////////////////////////////
src/commands/CmdEdit.cpp:305
Method
parseUnary
/////////////////////////////////////////////////////////////////////////// Unary --> [( "-" | "+" | "!" )] Exponent
src/Eval.cpp:530
Function
parse_datafile
Parse .data files on the client and server treating files as JSON
test/basetest/utils.py:363
Method
pendingOnly
/////////////////////////////////////////////////////////////////////////// If the filter contains no 'or', 'xor' or 'not' operators, and only include
src/Filter.cpp:160
Method
permission
/////////////////////////////////////////////////////////////////////////// Returns true or false indicating whether to proceed with a write command,
src/commands/Command.cpp:351
Method
plan
//////////////////////////////////////////////////////////////////////////
test/test.cpp:66
Method
planMore
//////////////////////////////////////////////////////////////////////////
test/test.cpp:77
Function
process
()
test/basetest/utils.py:99
Method
propagateDebug
/////////////////////////////////////////////////////////////////////////// Using the general rc.debug setting automaticalls sets debug.hooks and debu
src/Context.cpp:1298
Function
providerString
///////////////////////////////////////////////////////////////////////////
test/dom_test.cpp:37
Method
quantize
///////////////////////////////////////////////////////////////////////////
src/commands/CmdBurndown.cpp:485
Method
readWord
/////////////////////////////////////////////////////////////////////////// Full implementation of a quoted word. Includes: '\'' '"' "'" "\"" 'one tw
src/Lexer.cpp:1188
Method
red
//////////////////////////////////////////////////////////////////////////
test/test.cpp:280
Method
removeAnnotations
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:937
Method
removeTag
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1229
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColParent.cpp:56
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColDescription.cpp:133
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColMask.cpp:51
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColTypeDate.cpp:105
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColUrgency.cpp:54
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColID.cpp:66
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColRType.cpp:70
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColUDA.cpp:86
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColRecur.cpp:75
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColLast.cpp:51
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColUUID.cpp:55
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColTags.cpp:89
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColTemplate.cpp:56
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColStatus.cpp:73
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColDepends.cpp:99
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColStart.cpp:67
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColProject.cpp:71
Method
render
///////////////////////////////////////////////////////////////////////////
src/columns/ColIMask.cpp:51
Method
renderDouble
/////////////////////////////////////////////////////////////////////////// All floating point values are right-justified.
src/columns/Column.cpp:311
Method
renderInteger
/////////////////////////////////////////////////////////////////////////// All integer values are right-justified.
src/columns/Column.cpp:305
Method
renderMonths
///////////////////////////////////////////////////////////////////////////
src/commands/CmdCalendar.cpp:402
Method
renderStringLeft
///////////////////////////////////////////////////////////////////////////
src/columns/Column.cpp:316
Method
renderStringRight
///////////////////////////////////////////////////////////////////////////
src/columns/Column.cpp:322
Function
rmtemp
(name)
test/basetest/utils.py:386
Method
round_up_to
///////////////////////////////////////////////////////////////////////////
src/commands/CmdBurndown.cpp:728
Method
safety
/////////////////////////////////////////////////////////////////////////// Disaster avoidance mechanism. If a !READONLY has no filter, then it can ca
src/Filter.cpp:222
Method
scripts
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:326
Method
separateOutput
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:339
Method
setConfigVariable
///////////////////////////////////////////////////////////////////////////
src/commands/CmdConfig.cpp:56
Method
setContext
///////////////////////////////////////////////////////////////////////////
src/Context.cpp:497
Method
setContext
/////////////////////////////////////////////////////////////////////////// Sets the specified context as currently active. - If some other context wa
src/commands/CmdContext.cpp:355
Method
setStyle
/////////////////////////////////////////////////////////////////////////// Overriden so that style <----> label are linked. Note that you can not det
src/columns/ColDue.cpp:42
Method
setStyle
/////////////////////////////////////////////////////////////////////////// Overriden so that style <----> label are linked. Note that you can not det
src/columns/ColRType.cpp:50
Method
setStyle
/////////////////////////////////////////////////////////////////////////// Overriden so that style <----> label are linked. Note that you can not det
src/columns/ColRecur.cpp:54
Method
setStyle
/////////////////////////////////////////////////////////////////////////// Overriden so that style <----> label are linked. Note that you can not det
src/columns/ColScheduled.cpp:41
Method
setStyle
/////////////////////////////////////////////////////////////////////////// Overriden so that style <----> label are linked. Note that you can not det
src/columns/ColEntry.cpp:42
Method
setStyle
/////////////////////////////////////////////////////////////////////////// Overriden so that style <----> label are linked. Note that you can not det
src/columns/ColTags.cpp:55
Method
setStyle
/////////////////////////////////////////////////////////////////////////// Overriden so that style <----> label are linked. Note that you can not det
src/columns/ColStatus.cpp:46
Method
setStyle
/////////////////////////////////////////////////////////////////////////// Overriden so that style <----> label are linked. Note that you can not det
src/columns/ColDepends.cpp:55
Method
setStyle
/////////////////////////////////////////////////////////////////////////// Overriden so that style <----> label are linked. Note that you can not det
src/columns/ColStart.cpp:46
Method
setUp
Executed before each test in the class
test/start.test.py:43
Method
setUp
(self)
test/start.test.py:113
← previous
next →
901–1,000 of 2,579, ranked by callers