Home
last modified time | relevance | path

Searched full:status (Results 2576 – 2600 of 3084) sorted by path

1...<<101102103104105106107108109110>>...124

/plugin/stlviewer/stlviewer/
H A Dload_stl.min.js2 …tal:a.total})}),e.onreadystatechange=function(a){4==e.readyState&&200==e.status&&after_file_load(e…
H A Dstl_viewer.min.js2status=0,this.onmousedown_callback=null,this.zoom=-1,this.camerax=0,this.cameray=0,this.cameraz=0,…
H A Dthree.min.js2 …=mc[t];if(delete mc[t],200===this.status||0===this.status){0===this.status&&console.warn("THREE.Fi…
/plugin/struct/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/struct/meta/
H A DAccessTable.php174 * Published status
H A DAccessTablePage.php77 * Remove latest status from previous page data
/plugin/structacl/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structat/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structautolink/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/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 Dmigration.php70 // update migration status in struct database
138 * for each pid / status combination.
164 SELECT rid, pid, col1 AS status, col4 as rev,
170 SELECT rid, pid, status, rev
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/json/
H A Dstructpublish0001.struct.json21 "label": "status",
/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

1...<<101102103104105106107108109110>>...124