MCPcopy Create free account

hub / github.com/GothenburgBitFactory/taskwarrior / functions

Functions2,579 in github.com/GothenburgBitFactory/taskwarrior

Methodinitialize
///////////////////////////////////////////////////////////////////////////
src/Context.cpp:507
MethodinsertIDExpr
///////////////////////////////////////////////////////////////////////////
src/CLI2.cpp:1443
MethodinsertJunctions
/////////////////////////////////////////////////////////////////////////// Two consecutive FILTER, non-OP arguments that are not "(" or ")" need an "
src/CLI2.cpp:1741
MethodinsertRowDate
src/commands/CmdHistory.cpp:262
MethodinsertRowDate
src/commands/CmdHistory.cpp:346
MethodinsertRowDate
src/commands/CmdHistory.cpp:375
MethodinsertRowDate
src/commands/CmdHistory.cpp:402
MethodinsertRowDate
src/commands/CmdHistory.cpp:433
MethodinsertRowDate
src/commands/CmdHistory.cpp:471
MethodinsertRowDate
src/commands/CmdHistory.cpp:509
MethodinsertRowDate
src/commands/CmdHistory.cpp:547
Methodinvalidate_cached_info
///////////////////////////////////////////////////////////////////////////
src/TDB2.cpp:299
MethodisAllDigits
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:1164
MethodisAnnotationAttr
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1295
MethodisBoundary
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:184
MethodisDOM
/////////////////////////////////////////////////////////////////////////// Lexer::Type::dom [ <isUUID> | <isDigit>+ . ] <isIdentifier> [ . <isIdentif
src/Lexer.cpp:926
MethodisDate
/////////////////////////////////////////////////////////////////////////// Lexer::Type::date <Datetime>
src/Lexer.cpp:404
MethodisDepAttr
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1279
MethodisDoubleCharOperator
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:170
MethodisDuration
/////////////////////////////////////////////////////////////////////////// Lexer::Type::duration <Duration>
src/Lexer.cpp:421
MethodisEmptyParenExpression
/////////////////////////////////////////////////////////////////////////// Detects if the bracket at iterator it is a start or end of an empty paren
src/CLI2.cpp:1711
MethodisHardBoundary
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:200
MethodisHexNumber
/////////////////////////////////////////////////////////////////////////// Lexer::Type::hex 0xX+
src/Lexer.cpp:482
MethodisIdentifier
/////////////////////////////////////////////////////////////////////////// Lexer::Type::identifier <isIdentifierStart> [ <isIdentifierNext> ]
src/Lexer.cpp:1047
MethodisIdentifierNext
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:145
MethodisIdentifierStart
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:138
MethodisInteger
/////////////////////////////////////////////////////////////////////////// Lexer::Type::number 0 [1-9]\d Integers do not start with a leading 0, unle
src/Lexer.cpp:567
MethodisJSON
///////////////////////////////////////////////////////////////////////////
src/Hooks.cpp:350
MethodisNumber
/////////////////////////////////////////////////////////////////////////// Lexer::Type::number 0 [1-9]\d [ . \d+ ] [ e|E [ +|- ] \d+ [ . \d+ ] ] not
src/Lexer.cpp:508
MethodisOperator
/////////////////////////////////////////////////////////////////////////// Lexer::Type::op _hastag_ | _notag | _neg_ | _pos_ | <isTripleCharOperator>
src/Lexer.cpp:819
MethodisPair
/////////////////////////////////////////////////////////////////////////// Lexer::Type::pair <identifier> <separator> [ <string> | <word> ] separator
src/Lexer.cpp:635
MethodisPath
/////////////////////////////////////////////////////////////////////////// Lexer::Type::path ( / <non-slash, non-whitespace> )+
src/Lexer.cpp:741
MethodisPattern
/////////////////////////////////////////////////////////////////////////// Lexer::Type::pattern / <unquoted-string> / <EOS> | <unicodeWhitespace>
src/Lexer.cpp:799
MethodisPunctuation
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:211
MethodisSeparator
/////////////////////////////////////////////////////////////////////////// Lexer::Type::separator --
src/Lexer.cpp:591
MethodisSet
/////////////////////////////////////////////////////////////////////////// Lexer::Type::set a single number: 1 a list of numbers: 1,3,5 a ran
src/Lexer.cpp:673
MethodisSingleCharOperator
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:153
MethodisString
/////////////////////////////////////////////////////////////////////////// Lexer::Type::string '|" [ U+XXXX | \uXXXX | \" | \' | \\ | \/ | \b | \f |
src/Lexer.cpp:390
MethodisSubstitution
/////////////////////////////////////////////////////////////////////////// Lexer::Type::substitution / <unquoted-string> / <unquoted-string> / [g] <
src/Lexer.cpp:773
MethodisTag
/////////////////////////////////////////////////////////////////////////// Lexer::Type::tag ^ | '(' | ')' | <unicodeWhitespace> [ +|- ] <isIdentifier
src/Lexer.cpp:712
MethodisTagAttr
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:1251
MethodisTripleCharOperator
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:177
MethodisURL
/////////////////////////////////////////////////////////////////////////// Lexer::Type::url http [s] :// ...
src/Lexer.cpp:605
MethodisWord
/////////////////////////////////////////////////////////////////////////// Lexer::Type::word [^\s]+
src/Lexer.cpp:1067
Methodis_active
Check if hook is active by verifying the execute bit
test/basetest/hooks.py:378
Methodis_duemonth
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:433
Methodis_duequarter
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:447
Methodis_duetomorrow
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:406
Methodis_dueweek
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:419
Methodis_dueyear
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:461
Methodis_dueyesterday
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:379
Methodis_empty
/////////////////////////////////////////////////////////////////////////// An empty task is typically a "dummy", such as in DOM evaluation, which may
src/Task.cpp:353
Methodis_orphanPresent
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:483
Methodis_ready
/////////////////////////////////////////////////////////////////////////// Ready means pending, not blocked and either not scheduled or scheduled bef
src/Task.cpp:358
Methodis_udaPresent
///////////////////////////////////////////////////////////////////////////
src/Task.cpp:475
Methodis_waiting
/////////////////////////////////////////////////////////////////////////// Task is considered waiting if it's pending and the wait attribute is set a
src/Task.cpp:513
MethodjoinWords
/////////////////////////////////////////////////////////////////////////// Joins all the words in the specified interval <from, to) to one string, wh
src/commands/CmdContext.cpp:96
Methodlatest
(self)
test/basetest/task.py:141
Methodlen
(&self)
src/taskchampion-cpp/src/lib.rs:818
MethodlexArguments
/////////////////////////////////////////////////////////////////////////// All arguments must be individually and wholly recognized by the Lexer. Any
src/CLI2.cpp:335
MethodlexExpression
/////////////////////////////////////////////////////////////////////////// Some values are expressions, which need to be lexed. The best way to deter
src/CLI2.cpp:1863
MethodlexFilterArgs
/////////////////////////////////////////////////////////////////////////// FILTER Lexer::Type::word args will become part of an expression, and so th
src/CLI2.cpp:1583
MethodlistContexts
/////////////////////////////////////////////////////////////////////////// Render a list of context names and their definitions. Returns: 0 the resu
src/commands/CmdContext.cpp:307
MethodloadAliases
///////////////////////////////////////////////////////////////////////////
src/Context.cpp:1289
Methodload_lines
///////////////////////////////////////////////////////////////////////////
src/TF2.cpp:167
Methodload_task
/////////////////////////////////////////////////////////////////////////// Attempt an FF4 parse. Note that FF1, FF2, FF3, and JSON are no longer sup
src/TF2.cpp:67
Methodload_tasks
///////////////////////////////////////////////////////////////////////////
src/TF2.cpp:137
MethodlowerCase
///////////////////////////////////////////////////////////////////////////
src/Lexer.cpp:348
Functionmain
///////////////////////////////////////////////////////////////////////////
test/make_tc_task.cpp:49
Functionmain
///////////////////////////////////////////////////////////////////////////
src/calc.cpp:55
Functionmain
src/lex.cpp:10
Functionmain
///////////////////////////////////////////////////////////////////////////
src/main.cpp:40
Functionmain
()
src/taskchampion-cpp/build.rs:2
Methodmake_function
(classname, *args, **kwargs)
test/sorting.test.py:49
Methodmaxima
///////////////////////////////////////////////////////////////////////////
src/commands/CmdBurndown.cpp:644
Methodmaybe_add_undo_point
///////////////////////////////////////////////////////////////////////////
src/TDB2.cpp:205
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColParent.cpp:45
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColDescription.cpp:74
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColMask.cpp:45
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColTypeDate.cpp:61
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColUrgency.cpp:45
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColRType.cpp:59
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColUDA.cpp:66
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColRecur.cpp:63
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColLast.cpp:45
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColUUID.cpp:45
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColTags.cpp:67
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColTemplate.cpp:45
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColStatus.cpp:54
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColDepends.cpp:66
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColStart.cpp:54
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColProject.cpp:53
Methodmeasure
/////////////////////////////////////////////////////////////////////////// Set the minimum and maximum widths for the value.
src/columns/ColIMask.cpp:45
Functionmemoizer
(*args, **kwargs)
test/basetest/utils.py:284
Methodmodify
/////////////////////////////////////////////////////////////////////////// Modify the task in storage to match the given task. Note that there are a
src/TDB2.cpp:110
Methodmodify
///////////////////////////////////////////////////////////////////////////
src/columns/ColTypeDate.cpp:161
Methodmodify
///////////////////////////////////////////////////////////////////////////
src/columns/ColTypeDuration.cpp:46
Methodmodify
/////////////////////////////////////////////////////////////////////////// The duration is stored in raw form, but it must still be valid, and theref
src/columns/ColRecur.cpp:89
Methodmodify
///////////////////////////////////////////////////////////////////////////
src/columns/ColTypeNumeric.cpp:46
Methodmodify
///////////////////////////////////////////////////////////////////////////
src/columns/ColTypeString.cpp:48
← previousnext →801–900 of 2,579, ranked by callers