Home
last modified time | relevance | path

Searched refs:status (Results 1326 – 1350 of 1484) sorted by path

1...<<51525354555657585960

/plugin/structcombolookup/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structcondstyle/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structgroupby/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structinputstretch/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structjoin/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structnotification/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structprogress/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structpublish/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
H A Dadmin.php47 if (!blank($assignment['pattern']) && !blank($assignment['status'])) {
52 $assignment['status']
65 $assignment['status']
75 $assignment['status']
122 $status = $assignment['status'];
132 'assignment[status]' => $status,
140 echo '<td>' . hsc($status) . '</td>';
150 echo '<select name="assignment[status]">';
[all...]
/plugin/structpublish/_test/
H A Drevision.test.php70 $status = $revision->getStatus();
74 $this->assertEquals(Constants::STATUS_DRAFT, $status);
83 $status = $revision->getStatus();
84 $this->assertEquals(Constants::STATUS_APPROVED, $status);
90 $status = $revision->getStatus();
92 $this->assertEquals(Constants::STATUS_PUBLISHED, $status);
/plugin/structpublish/action/
H A Dbanner.php58 // status of the shown revision
145 * @param string $status current status
149 protected function actionButtons($status, $newVersion) argument
152 if ($status === Constants::STATUS_PUBLISHED) {
159 $status !== Constants::STATUS_APPROVED &&
H A Drevisions.php50 // get most recent status for rev
52 $status = $revision->getStatus();
55 // insert status for published revisions
59 $status === Constants::STATUS_PUBLISHED
63 $status . ' (' . $this->getLang('version') . ' ' . $version . ')</span>';
/plugin/structpublish/db/
H A Dupdate0001.sql4 status TEXT NOT NULL, field
5 PRIMARY KEY (pattern, user, status)
11 status TEXT NOT NULL, field
13 PRIMARY KEY(pid, user, status)
/plugin/structpublish/helper/
H A Dnotify.php22 * If activated, send emails on configured status changes.
164 protected function prepareMailText($status)
173 'STATUS_CURRENT' => $status,
155 prepareMailText($status) global() argument
/plugin/structpublish/lang/en/
H A Dmail.txt3 This is to notify you that the status of the page “@PAGE@” has changed to @STATUS_CURRENT@.
/plugin/structpublish/meta/
H A DAssignments.php69 * @param string $status
72 public function addPattern($pattern, $user, $status) argument
75 $sql = 'REPLACE INTO structpublish_assignments_patterns (pattern, user, status) VALUES (?,?,?)';
76 $ok = (bool) $this->sqlite->query($sql, [$pattern, $user, $status]);
107 * @param string $status
110 public function removePattern($pattern, $user, $status) argument
113 $sql = 'DELETE FROM structpublish_assignments_patterns WHERE pattern = ? AND user = ? AND status = ?';
114 $ok = (bool) $this->sqlite->query($sql, [$pattern, $user, $status]);
120 $sql = 'SELECT pid FROM structpublish_assignments WHERE user = ? AND status = ?';
121 $pagerows = $this->sqlite->queryAll($sql, [$user, $status]);
187 assignPage($page, $user = null, $status = null) global() argument
200 deassignPage($page, $user, $status) global() argument
[all...]
H A DRevision.php24 protected $status; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision
46 $this->status = Constants::STATUS_DRAFT;
49 $this->statusCol = $this->schema->findColumn('status');
59 $this->status = $values[$this->statusCol->getColref() - 1]->getRawValue();
73 if ($this->status === Constants::STATUS_PUBLISHED) {
111 * Get the current status of this revision
117 return $this->status;
121 * Set the current status of this revision
123 * @param string $status
125 public function setStatus($status)
124 setStatus($status) global() argument
[all...]
/plugin/structstatus/
H A DREADME3 Display a document status using struct data
H A DStatus.php164 foreach($values as $status) {
166 $label = $status[0]->getValue();
167 $color = $status[1]->getValue();
168 $icon = $status[2]->getValue();
H A Dplugin.info.txt6 desc Display a document status using struct data
H A Dsyntax.php130 foreach($type->getAllStatuses() as $status) {
131 $color = $status['color'];
132 if(in_array($status['rid'], $rids)) {
137 …$html .= $type->xhtmlStatus($status['label'], $color, $status['icon'], $status['rid'], $class, tru…
/plugin/structtasks/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structtasks/meta/
H A DAbstractNotifier.php120 function isCompleted($status) { argument
123 return preg_match($completed_pattern, $status);
/plugin/structtemplate/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh41 status=$?
62 status=$?
96 status=$?
230 status=$?
232 return ${status}
236 status=$?
238 return ${status}
242 status=$?
248 status=$?
259 status=$?
[all …]

1...<<51525354555657585960