Home
last modified time | relevance | path

Searched defs:tasks (Results 226 – 250 of 5964) sorted by relevance

12345678910>>...239

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/run-parallel/
H A DREADME.md35 ##### arguments
44 ##### example
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/recordio/
H A DProcessRecordFilter.java39 private final Task[] tasks; field in ProcessRecordFilter
42 public ProcessRecordFilter(Environment env, Task[] tasks, Name recordTypeName) { in ProcessRecordFilter()
H A DProcessRecordFilterAppender.java39 private final Task[] tasks; field in ProcessRecordFilterAppender
42 public ProcessRecordFilterAppender(Environment env, Task[] tasks, Name recordTypeName) { in ProcessRecordFilterAppender()
H A DProcessRecordFilterAppenderAssembler.java40 private Task[] tasks = new Task[0]; field in ProcessRecordFilterAppenderAssembler
53 public void injectComponent(Task[] tasks) { in injectComponent()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzfarm/tfarmclient/
H A Ddependedlist.cpp83 vector<TaskShortInfo> tasks; in onAdd() local
135 void DependedList::setList(const std::map<string, string> &tasks) { in setList() argument
182 vector<string> tasks; in onOk() local
198 void DependedPopup::setList(const vector<TaskShortInfo> &tasks) { in setList()
/dports/devel/folly/folly-2021.12.27.00/folly/detail/
H A DAtFork.cpp64 auto& tasks = instance().tasks; in prepare() local
84 auto& tasks = instance().tasks; in parent() local
102 auto& tasks = instance().tasks; in child() local
110 std::list<AtForkTask> tasks; member in folly::detail::__anon2b93acca0111::AtForkList
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/service/
H A DServiceImpl.java45 private final Task[] tasks; field in ServiceImpl
49 Name serviceName, Task[] tasks, CatchError catchError) { in ServiceImpl()
H A DServiceAssembler.java42 private Task[] tasks = new Task[0]; field in ServiceAssembler
49 public void injectComponent(Task[] tasks) { in injectComponent()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/saxfilter/
H A DProcessSubtreeAppender.java38 private final Task[] tasks; field in ProcessSubtreeAppender
40 public ProcessSubtreeAppender(Environment env, RestrictedMatchPattern expr, Task[] tasks) { in ProcessSubtreeAppender()
/dports/www/kanboard/kanboard-1.2.21/app/Formatter/
H A DBoardColumnFormatter.php17 protected $tasks = array(); variable in Kanboard\\Formatter\\BoardColumnFormatter
53 public function withTasks(array $tasks)
H A DBoardSwimlaneFormatter.php17 protected $tasks = array(); variable in Kanboard\\Formatter\\BoardSwimlaneFormatter
53 public function withTasks(array $tasks)
H A DBoardTaskFormatter.php15 protected $tasks = array(); variable in Kanboard\\Formatter\\BoardTaskFormatter
40 public function withTasks(array $tasks)
/dports/devel/pear-Net_Gearman/Net_Gearman-0.2.3/Net/Gearman/
H A DSet.php82 public $tasks = array(); variable in Net_Gearman_Set
106 public function __construct(array $tasks = array())
/dports/java/servingxml/servingxml-1.1.2/servingxml-mail/src/main/java/com/servingxml/extensions/mail/task/
H A DMessagePartAppender.java47 private final Task[] tasks; field in MessagePartAppender
50 public MessagePartAppender(Task[] tasks, String type) { in MessagePartAppender()
H A DMessageAttachmentAppenderAssembler.java44 private Task[] tasks = new Task[0]; field in MessageAttachmentAppenderAssembler
52 public void injectComponent(Task[] tasks) { in injectComponent()
H A DMessagePartAppenderAssembler.java45 private Task[] tasks = new Task[0]; field in MessagePartAppenderAssembler
53 public void injectComponent(Task[] tasks) { in injectComponent()
H A DMessageAttachmentAppender.java48 private final Task[] tasks; field in MessageAttachmentAppender
51 public MessageAttachmentAppender(Task[] tasks, SubstitutionExpr filenameResolver) { in MessageAttachmentAppender()
/dports/devel/py-doit/doit-0.31.1/doit/
H A Dcmd_clean.py53 def clean_tasks(self, tasks, dryrun, cleanforget): argument
122 def build_nodes_with_deps(self, tasks, task_name): argument
138 def build_nodes(self, tasks, clean_list): argument
/dports/biology/ugene/ugene-40.1/src/plugins/weight_matrix/src/
H A DWeightMatrixIOWorkers.h96 QList<Task *> tasks; in Q_DECLARE_METATYPE() local
182 QList<Task *> tasks; in Q_DECLARE_METATYPE() local
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/splitio/go-split-commons/v3/tasks/
H A Dinterface.go1 package tasks package
18 tasks []Task member
/dports/devel/py-invoke/invoke-1.6.0/tests/_support/
H A Dtree.json4 "tasks": [ array
21 "tasks": [ array
43 "tasks": [ array
66 "tasks": [ array
91 "tasks": [ array
114 "tasks": [ array
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_breaks.cc36 bool DisjunctivePropagator::Propagate(Tasks* tasks) { in Propagate()
67 bool DisjunctivePropagator::Precedences(Tasks* tasks) { in Precedences()
122 bool DisjunctivePropagator::MirrorTasks(Tasks* tasks) { in MirrorTasks()
152 bool DisjunctivePropagator::EdgeFinding(Tasks* tasks) { in EdgeFinding()
213 bool DisjunctivePropagator::DetectablePrecedencesWithChain(Tasks* tasks) { in DetectablePrecedencesWithChain()
266 bool DisjunctivePropagator::ForbiddenIntervals(Tasks* tasks) { in ForbiddenIntervals()
302 bool DisjunctivePropagator::DistanceDuration(Tasks* tasks) { in DistanceDuration()
445 bool DisjunctivePropagator::ChainSpanMin(Tasks* tasks) { in ChainSpanMin()
485 bool DisjunctivePropagator::ChainSpanMinDynamic(Tasks* tasks) { in ChainSpanMinDynamic()
609 DisjunctivePropagator::Tasks* tasks) { in AppendTasksFromPath()
[all …]
/dports/devel/py-invoke/invoke-1.6.0/invoke/
H A Dexecutor.py39 def execute(self, *tasks):
137 def normalize(self, tasks): argument
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxtasks/
H A Dtask.c250 static int tm_save_remote_command_tasks(zbx_tm_task_t **tasks, int tasks_num) in tm_save_remote_command_tasks()
296 static int tm_save_remote_command_result_tasks(zbx_tm_task_t **tasks, int tasks_num) in tm_save_remote_command_result_tasks()
339 static int tm_save_check_now_tasks(zbx_tm_task_t **tasks, int tasks_num) in tm_save_check_now_tasks()
378 static int tm_save_tasks(zbx_tm_task_t **tasks, int tasks_num) in tm_save_tasks()
450 void zbx_tm_save_tasks(zbx_vector_ptr_t *tasks) in zbx_tm_save_tasks()
497 void zbx_tm_update_task_status(zbx_vector_ptr_t *tasks, int status) in zbx_tm_update_task_status()
613 void zbx_tm_json_serialize_tasks(struct zbx_json *json, const zbx_vector_ptr_t *tasks) in zbx_tm_json_serialize_tasks()
848 void zbx_tm_json_deserialize_tasks(const struct zbx_json_parse *jp, zbx_vector_ptr_t *tasks) in zbx_tm_json_deserialize_tasks()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxtasks/
H A Dtask.c250 static int tm_save_remote_command_tasks(zbx_tm_task_t **tasks, int tasks_num) in tm_save_remote_command_tasks()
296 static int tm_save_remote_command_result_tasks(zbx_tm_task_t **tasks, int tasks_num) in tm_save_remote_command_result_tasks()
339 static int tm_save_check_now_tasks(zbx_tm_task_t **tasks, int tasks_num) in tm_save_check_now_tasks()
378 static int tm_save_tasks(zbx_tm_task_t **tasks, int tasks_num) in tm_save_tasks()
450 void zbx_tm_save_tasks(zbx_vector_ptr_t *tasks) in zbx_tm_save_tasks()
497 void zbx_tm_update_task_status(zbx_vector_ptr_t *tasks, int status) in zbx_tm_update_task_status()
613 void zbx_tm_json_serialize_tasks(struct zbx_json *json, const zbx_vector_ptr_t *tasks) in zbx_tm_json_serialize_tasks()
848 void zbx_tm_json_deserialize_tasks(const struct zbx_json_parse *jp, zbx_vector_ptr_t *tasks) in zbx_tm_json_deserialize_tasks()

12345678910>>...239