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
initialize
///////////////////////////////////////////////////////////////////////////
src/Context.cpp:507
Method
insertIDExpr
///////////////////////////////////////////////////////////////////////////
src/CLI2.cpp:1443
Method
insertJunctions
/////////////////////////////////////////////////////////////////////////// Two consecutive FILTER, non-OP arguments that are not "(" or ")" need an "
src/CLI2.cpp:1741
Method
insertRowDate
src/commands/CmdHistory.cpp:262
Method
insertRowDate
src/commands/CmdHistory.cpp:346
Method
insertRowDate
src/commands/CmdHistory.cpp:375
Method
insertRowDate
src/commands/CmdHistory.cpp:402
Method
insertRowDate
src/commands/CmdHistory.cpp:433
Method
insertRowDate
src/commands/CmdHistory.cpp:471
Method
insertRowDate
src/commands/CmdHistory.cpp:509
Method
insertRowDate
src/commands/CmdHistory.cpp:547
Method
invalidate_cached_info
///////////////////////////////////////////////////////////////////////////
src/TDB2.cpp:299
Method
isAllDigits
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:1164
Method
isAnnotationAttr
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1295
Method
isBoundary
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:184
Method
isDOM
/////////////////////////////////////////////////////////////////////////// Lexer::Type::dom [ <isUUID> | <isDigit>+ . ] <isIdentifier> [ . <isIdentif
src/Lexer.cpp:926
Method
isDate
/////////////////////////////////////////////////////////////////////////// Lexer::Type::date <Datetime>
src/Lexer.cpp:404
Method
isDepAttr
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1279
Method
isDoubleCharOperator
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:170
Method
isDuration
/////////////////////////////////////////////////////////////////////////// Lexer::Type::duration <Duration>
src/Lexer.cpp:421
Method
isEmptyParenExpression
/////////////////////////////////////////////////////////////////////////// Detects if the bracket at iterator it is a start or end of an empty paren
src/CLI2.cpp:1711
Method
isHardBoundary
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:200
Method
isHexNumber
/////////////////////////////////////////////////////////////////////////// Lexer::Type::hex 0xX+
src/Lexer.cpp:482
Method
isIdentifier
/////////////////////////////////////////////////////////////////////////// Lexer::Type::identifier <isIdentifierStart> [ <isIdentifierNext> ]
src/Lexer.cpp:1047
Method
isIdentifierNext
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:145
Method
isIdentifierStart
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:138
Method
isInteger
/////////////////////////////////////////////////////////////////////////// Lexer::Type::number 0 [1-9]\d Integers do not start with a leading 0, unle
src/Lexer.cpp:567
Method
isJSON
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:350
Method
isNumber
/////////////////////////////////////////////////////////////////////////// Lexer::Type::number 0 [1-9]\d [ . \d+ ] [ e|E [ +|- ] \d+ [ . \d+ ] ] not
src/Lexer.cpp:508
Method
isOperator
/////////////////////////////////////////////////////////////////////////// Lexer::Type::op _hastag_ | _notag | _neg_ | _pos_ | <isTripleCharOperator>
src/Lexer.cpp:819
Method
isPair
/////////////////////////////////////////////////////////////////////////// Lexer::Type::pair <identifier> <separator> [ <string> | <word> ] separator
src/Lexer.cpp:635
Method
isPath
/////////////////////////////////////////////////////////////////////////// Lexer::Type::path ( / <non-slash, non-whitespace> )+
src/Lexer.cpp:741
Method
isPattern
/////////////////////////////////////////////////////////////////////////// Lexer::Type::pattern / <unquoted-string> / <EOS> | <unicodeWhitespace>
src/Lexer.cpp:799
Method
isPunctuation
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:211
Method
isSeparator
/////////////////////////////////////////////////////////////////////////// Lexer::Type::separator --
src/Lexer.cpp:591
Method
isSet
/////////////////////////////////////////////////////////////////////////// Lexer::Type::set a single number: 1 a list of numbers: 1,3,5 a ran
src/Lexer.cpp:673
Method
isSingleCharOperator
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:153
Method
isString
/////////////////////////////////////////////////////////////////////////// Lexer::Type::string '|" [ U+XXXX | \uXXXX | \" | \' | \\ | \/ | \b | \f |
src/Lexer.cpp:390
Method
isSubstitution
/////////////////////////////////////////////////////////////////////////// Lexer::Type::substitution / <unquoted-string> / <unquoted-string> / [g] <
src/Lexer.cpp:773
Method
isTag
/////////////////////////////////////////////////////////////////////////// Lexer::Type::tag ^ | '(' | ')' | <unicodeWhitespace> [ +|- ] <isIdentifier
src/Lexer.cpp:712
Method
isTagAttr
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1251
Method
isTripleCharOperator
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:177
Method
isURL
/////////////////////////////////////////////////////////////////////////// Lexer::Type::url http [s] :// ...
src/Lexer.cpp:605
Method
isWord
/////////////////////////////////////////////////////////////////////////// Lexer::Type::word [^\s]+
src/Lexer.cpp:1067
Method
is_active
Check if hook is active by verifying the execute bit
test/basetest/hooks.py:378
Method
is_duemonth
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:433
Method
is_duequarter
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:447
Method
is_duetomorrow
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:406
Method
is_dueweek
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:419
Method
is_dueyear
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:461
Method
is_dueyesterday
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:379
Method
is_empty
/////////////////////////////////////////////////////////////////////////// An empty task is typically a "dummy", such as in DOM evaluation, which may
src/Task.cpp:353
Method
is_orphanPresent
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:483
Method
is_ready
/////////////////////////////////////////////////////////////////////////// Ready means pending, not blocked and either not scheduled or scheduled bef
src/Task.cpp:358
Method
is_udaPresent
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:475
Method
is_waiting
/////////////////////////////////////////////////////////////////////////// Task is considered waiting if it's pending and the wait attribute is set a
src/Task.cpp:513
Method
joinWords
/////////////////////////////////////////////////////////////////////////// Joins all the words in the specified interval <from, to) to one string, wh
src/commands/CmdContext.cpp:96
Method
latest
(self)
test/basetest/task.py:141
Method
len
(&self)
src/taskchampion-cpp/src/lib.rs:818
Method
lexArguments
/////////////////////////////////////////////////////////////////////////// All arguments must be individually and wholly recognized by the Lexer. Any
src/CLI2.cpp:335
Method
lexExpression
/////////////////////////////////////////////////////////////////////////// Some values are expressions, which need to be lexed. The best way to deter
src/CLI2.cpp:1863
Method
lexFilterArgs
/////////////////////////////////////////////////////////////////////////// FILTER Lexer::Type::word args will become part of an expression, and so th
src/CLI2.cpp:1583
Method
listContexts
/////////////////////////////////////////////////////////////////////////// Render a list of context names and their definitions. Returns: 0 the resu
src/commands/CmdContext.cpp:307
Method
loadAliases
///////////////////////////////////////////////////////////////////////////
src/Context.cpp:1289
Method
load_lines
///////////////////////////////////////////////////////////////////////////
src/TF2.cpp:167
Method
load_task
/////////////////////////////////////////////////////////////////////////// Attempt an FF4 parse. Note that FF1, FF2, FF3, and JSON are no longer sup
src/TF2.cpp:67
Method
load_tasks
///////////////////////////////////////////////////////////////////////////
src/TF2.cpp:137
Method
lowerCase
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:348
Function
main
///////////////////////////////////////////////////////////////////////////
test/make_tc_task.cpp:49
Function
main
///////////////////////////////////////////////////////////////////////////
src/calc.cpp:55
Function
main
src/lex.cpp:10
Function
main
///////////////////////////////////////////////////////////////////////////
src/main.cpp:40
Function
main
()
src/taskchampion-cpp/build.rs:2
Method
make_function
(classname, *args, **kwargs)
test/sorting.test.py:49
Method
maxima
///////////////////////////////////////////////////////////////////////////
src/commands/CmdBurndown.cpp:644
Method
maybe_add_undo_point
///////////////////////////////////////////////////////////////////////////
src/TDB2.cpp:205
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColParent.cpp:45
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColDescription.cpp:74
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColMask.cpp:45
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColTypeDate.cpp:61
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColUrgency.cpp:45
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColRType.cpp:59
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColUDA.cpp:66
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColRecur.cpp:63
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColLast.cpp:45
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColUUID.cpp:45
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColTags.cpp:67
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColTemplate.cpp:45
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColStatus.cpp:54
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColDepends.cpp:66
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColStart.cpp:54
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColProject.cpp:53
Method
measure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColIMask.cpp:45
Function
memoizer
(*args, **kwargs)
test/basetest/utils.py:284
Method
modify
/////////////////////////////////////////////////////////////////////////// Modify the task in storage to match the given task. Note that there are a
src/TDB2.cpp:110
Method
modify
///////////////////////////////////////////////////////////////////////////
src/columns/ColTypeDate.cpp:161
Method
modify
///////////////////////////////////////////////////////////////////////////
src/columns/ColTypeDuration.cpp:46
Method
modify
/////////////////////////////////////////////////////////////////////////// The duration is stored in raw form, but it must still be valid, and theref
src/columns/ColRecur.cpp:89
Method
modify
///////////////////////////////////////////////////////////////////////////
src/columns/ColTypeNumeric.cpp:46
Method
modify
///////////////////////////////////////////////////////////////////////////
src/columns/ColTypeString.cpp:48
← previous
next →
801–900 of 2,579, ranked by callers