Home
last modified time | relevance | path

Searched refs:status (Results 26 – 50 of 1484) sorted by last modified time

12345678910>>...60

/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/diagrams/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/struct/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/mermaid/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/doi/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/shell/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
H A DP0wnyShell.js380 if (xhr.readyState === 4 && xhr.status === 200) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php69 if ($this->result->status == 'OK') {
93 } elseif ($this->result->status == 'ZERO_RESULTS') {
96 if ($this->result->status) {
99 . $this->result->status
136 if ($this->result->status == 'OK') {
144 } elseif ($this->result->status == 'ZERO_RESULTS') {
152 if ($this->result->status) {
155 . $this->result->status
/plugin/geophp/vendor/funiq/geophp/
H A DLICENSE286 of preserving the free status of all derivatives of our free software and
/plugin/webmaster/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/yalist/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/acknowledge/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/backlinks/
H A DCOPYING255 of preserving the free status of all derivatives of our free software and
/plugin/dokusioc/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt55 * [bugfix: G134] fix fsockopen http status text
364 ¤ phpThumb now follows HTTP redirects (status=302) to new
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-10.txt167 of preserving the free status of all derivatives of our free software and
H A Dlicense.gpl-20.txt255 of preserving the free status of all derivatives of our free software and
H A Dlicense.gpl-30.txt303 typical or common use of that class of product, regardless of the status
/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…

12345678910>>...60