Home
last modified time | relevance | path

Searched refs:taskpath (Results 1 – 18 of 18) sorted by relevance

/dports/www/moodle310/moodle/backup/moodle2/
H A Dbackup_plan_builder.class.php57 $taskpath = $moddir . '/backup/moodle2/backup_' . $mod . '_activity_task.class.php'; variable
59 if (file_exists($taskpath)) {
60 require_once($taskpath);
68 $taskpath = $blockdir . '/backup/moodle2/backup_' . $block . '_block_task.class.php'; variable
69 if (file_exists($taskpath)) {
70 require_once($taskpath);
H A Drestore_plan_builder.class.php66 $taskpath = $moddir . '/backup/moodle2/restore_' . $mod . '_activity_task.class.php'; variable
68 if (file_exists($taskpath)) {
69 require_once($taskpath);
77 $taskpath = $blockdir . '/backup/moodle2/restore_' . $block . '_block_task.class.php'; variable
78 if (file_exists($taskpath)) {
79 require_once($taskpath);
/dports/www/moodle311/moodle/backup/moodle2/
H A Dbackup_plan_builder.class.php57 $taskpath = $moddir . '/backup/moodle2/backup_' . $mod . '_activity_task.class.php'; variable
59 if (file_exists($taskpath)) {
60 require_once($taskpath);
68 $taskpath = $blockdir . '/backup/moodle2/backup_' . $block . '_block_task.class.php'; variable
69 if (file_exists($taskpath)) {
70 require_once($taskpath);
H A Drestore_plan_builder.class.php66 $taskpath = $moddir . '/backup/moodle2/restore_' . $mod . '_activity_task.class.php'; variable
68 if (file_exists($taskpath)) {
69 require_once($taskpath);
77 $taskpath = $blockdir . '/backup/moodle2/restore_' . $block . '_block_task.class.php'; variable
78 if (file_exists($taskpath)) {
79 require_once($taskpath);
/dports/www/moodle39/moodle/backup/moodle2/
H A Dbackup_plan_builder.class.php57 $taskpath = $moddir . '/backup/moodle2/backup_' . $mod . '_activity_task.class.php'; variable
59 if (file_exists($taskpath)) {
60 require_once($taskpath);
68 $taskpath = $blockdir . '/backup/moodle2/backup_' . $block . '_block_task.class.php'; variable
69 if (file_exists($taskpath)) {
70 require_once($taskpath);
H A Drestore_plan_builder.class.php66 $taskpath = $moddir . '/backup/moodle2/restore_' . $mod . '_activity_task.class.php'; variable
68 if (file_exists($taskpath)) {
69 require_once($taskpath);
77 $taskpath = $blockdir . '/backup/moodle2/restore_' . $block . '_block_task.class.php'; variable
78 if (file_exists($taskpath)) {
79 require_once($taskpath);
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/coordination/
H A DZkSplitLogWorkerCoordination.java125 String taskpath = currentTask; in nodeDataChanged() local
126 if (taskpath != null && taskpath.equals(path)) { in nodeDataChanged()
155 String taskpath = currentTask; in getDataSetWatchFailure() local
156 if (taskpath != null && taskpath.equals(path)) { in getDataSetWatchFailure()
185 String taskpath = currentTask; in getDataSetWatchSuccess() local
186 if (taskpath != null && taskpath.equals(path)) { in getDataSetWatchSuccess()
196 LOG.info("task " + taskpath + " preempted from " + serverName in getDataSetWatchSuccess()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_proc.c476 char taskpath[PATH_MAX]; in Pgrab() local
480 snprintf(taskpath, PATH_MAX, "/proc/%d/task", ph->pid); in Pgrab()
481 dirp = opendir(taskpath); in Pgrab()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_proc.c476 char taskpath[PATH_MAX]; in Pgrab() local
480 snprintf(taskpath, PATH_MAX, "/proc/%d/task", ph->pid); in Pgrab()
481 dirp = opendir(taskpath); in Pgrab()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_proc.c476 char taskpath[PATH_MAX]; in Pgrab() local
480 snprintf(taskpath, PATH_MAX, "/proc/%d/task", ph->pid); in Pgrab()
481 dirp = opendir(taskpath); in Pgrab()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_proc.c482 char taskpath[PATH_MAX]; in Pgrab() local
486 snprintf(taskpath, PATH_MAX, "/proc/%d/task", ph->pid); in Pgrab()
487 dirp = opendir(taskpath); in Pgrab()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_proc.c482 char taskpath[PATH_MAX]; in Pgrab() local
486 snprintf(taskpath, PATH_MAX, "/proc/%d/task", ph->pid); in Pgrab()
487 dirp = opendir(taskpath); in Pgrab()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_proc.c482 char taskpath[PATH_MAX]; in Pgrab() local
486 snprintf(taskpath, PATH_MAX, "/proc/%d/task", ph->pid); in Pgrab()
487 dirp = opendir(taskpath); in Pgrab()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_proc.c472 char taskpath[PATH_MAX]; in Pgrab() local
476 snprintf(taskpath, PATH_MAX, "/proc/%d/task", ph->pid); in Pgrab()
477 dirp = opendir(taskpath); in Pgrab()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_proc.c476 char taskpath[PATH_MAX]; in Pgrab() local
480 snprintf(taskpath, PATH_MAX, "/proc/%d/task", ph->pid); in Pgrab()
481 dirp = opendir(taskpath); in Pgrab()
/dports/devel/py-invoke/invoke-1.6.0/invoke/
H A Dcollection.py520 def configuration(self, taskpath=None): argument
534 if taskpath is None:
536 return self.task_with_config(taskpath)[1]
/dports/sysutils/psmisc/psmisc-22.16/src/
H A Dpstree.c709 char *taskpath;
713 if (! (taskpath = malloc(strlen(path) + 10)))
715 sprintf(taskpath, "%s/task", path);
717 if ((taskdir = opendir(taskpath)) != 0) {
747 free(taskpath);
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Daspect.lang60 "taskexists", "taskexit", "taskname", "taskpath", "taskwin", "termgetc",