Home
last modified time | relevance | path

Searched full:opened (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/
H A DImap.php100 * @throws CAS_OutOfSequenceException If called after the stream has been opened.
106 'Cannot set the URL, stream already opened.'
129 * @throws CAS_OutOfSequenceException If called after the stream has been opened.
135 'Cannot set the mailbox, stream already opened.'
159 * @throws CAS_OutOfSequenceException If called after the stream has been opened.
165 'Cannot set options, stream already opened.'
195 throw new CAS_OutOfSequenceException('Stream already opened.');
251 * @throws CAS_OutOfSequenceException if stream is not opened yet
257 'Cannot access stream, not opened yet.'
269 * opened.
[all …]
/plugin/bez/db/
H A Dupdate0002.sql4 UPDATE thread SET state='opened' WHERE state='done';
31 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 1
32 WHEN thread.state = 'opened' THEN 2
35 …CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_co…
H A Dupdate0013.sql16 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 1
17 WHEN thread.state = 'opened' THEN 2
20 …CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_co…
H A Dupdate0014.sql14 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 1
15 WHEN thread.state = 'opened' THEN 2
18 …CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_co…
H A Dupdate0011.sql14 WHEN thread.state = 'opened' AND thread.task_count = 0 THEN 1
15 WHEN thread.state = 'opened' THEN 2
18 …CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_co…
H A Dupdate0001.sql13 …state TEXT NOT NULL DEFAULT 'proposal', -- proposal,opened,done,closed,reject…
146 state TEXT NOT NULL DEFAULT 'opened', -- opened, done
229 WHEN old.state = 'opened' AND new.state = 'done'
239 WHEN old.state = 'done' AND new.state = 'opened'
382 …CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_c…
/plugin/outliner/
Dsyntax.php80 // Test if '^ - opened node' flag is present
81 $opened = (strpos($matches[2], '^') !== false);
86 return array($state, $title, $outline_id, $opened, $nopopup, $link);
108 list($state, $title, $outline_id, $opened, $nopopup, $link) = $data;
113 if ($opened) $renderer->doc .= ' outliner-open';
/plugin/bez/mdl/
H A DThreadFactory.php113 COUNT(CASE WHEN state = 'opened' THEN 1 END) AS opened,
132 COUNT(CASE WHEN state = 'opened' THEN 1 END) AS opened,
159 COUNT(CASE WHEN state = 'opened' THEN 1 END) AS opened,
176 COUNT(CASE WHEN state = 'opened' THEN 1 END) AS opened,
240 $reflectionProperty->setValue($obj, 'opened');
H A DThread.php45 return array('proposal', 'opened', 'done', 'closed', 'rejected');
89 $this->state = 'opened';
128 $this->state = 'opened';
144 if (!in_array($state, array('opened', 'closed', 'rejected'))) {
145 … throw new ValidationException('thread', array('state should be opened, closed or rejected'));
406 return in_array($this->state, array('proposal', 'opened', 'done'));
410 return $this->type == 'issue' && in_array($this->state, array('opened', 'done'));
414 return in_array($this->state, array('opened', 'done'));
418 return in_array($this->state, array('opened', 'done'));
424 … AND state = 'opened'", $this->id);
H A DTaskFactory.php111 COUNT(CASE WHEN state = 'opened' THEN 1 END) AS opened,
128 COUNT(CASE WHEN state = 'opened' THEN 1 END) AS opened,
/plugin/ipa/
Dipa.js9 // if the popup was opened from the toolbar, don't display the 'copy to clipboard' tools
15 …// if the popup was NOT opened from the toolbar, insert each selected char into the 'copy to clipb…
19 // if the popup was opened from the toolbar, insert each selected char into the wiki text
/plugin/etherpadlite/scripts/
Detherpadlite.js13 ep.opened = false;
39 ep.opened = false;
57 ep.opened = false;
376 ep.opened = true;
424 if (ep.opened) {
432 if (ep.opened) {
440 if (ep.opened) {
448 if (ep.opened) {
458 if (ep.opened) {
466 if (ep.opened) {
[all …]
/plugin/bugzillaxmlrpc/lang/en/
Dlang.php10 $lang['opened'] = 'Opened';
/plugin/openlayersmap/.github/workflows/
Dissues.yml4 types: [ opened, edited ]
6 types: [ opened, edited ]
/plugin/mikioplugin/syntax/
H A Dbutton.php27 'collapse-opened-text' => array('type' => 'text', 'default' => ''),
49 …a['collapse-id'] . '"' . ($data['collapse-opened-text'] !== '' ? ' data-toggle-text="' . $data['co…
/plugin/zip/pear/File/Archive/Reader/
DConcat.php44 var $opened = false; variable in File_Archive_Reader_Concat
80 if (!$this->opened) {
81 return $this->opened = $this->source->next();
173 $this->opened = false;
DArchive.php47 * @var bool Indicate whether the $source is currently opened
55 * @var bool Indicate whether the $source was given opened
/plugin/matrixnotifierwas/vendor/psr/http-factory/src/
DStreamFactoryInterface.php21 * The file MUST be opened using the given mode, which may be any mode
30 * @throws \RuntimeException If the file cannot be opened.
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
Dhtml.css258 .logRow-errorMessage > .hasTwisty.opened > .errorTitle,
259 .logRow-log > .objectBox-array.hasTwisty.opened,
260 .logRow-spy.opened .spyHead .spyTitle,
261 .logGroup.opened > .logRow,
262 .memberRow.hasChildren.opened > .memberLabelCell > .memberLabel,
265 .netRow.opened > .netCol > .netHrefLabel,
266 .netPageRow.opened > .netCol > .netPageTitle {
/plugin/bez/ctl/
H A Dstart.php112 $filter = array('state' => 'opened', 'coordinator' => $this->model->user_nick);
118 $filter = array('state' => 'opened', 'assignee' => $this->model->user_nick);
124 $filter = array('state' => 'opened', 'original_poster' => $this->model->user_nick);
130 $filter = array('state' => 'opened', 'original_poster' => $this->model->user_nick);
/plugin/asciidocjs/node_modules/unxhr/lib/
DXMLHttpRequest.js101 this.OPENED = 1
185 setState(this.OPENED)
205 if (this.readyState !== this.OPENED) {
228 this.readyState > this.OPENED &&
280 if (this.readyState !== this.OPENED) {
281 throw new Error('INVALID_STATE_ERR: connection must be opened before send() is called')
569 (this.readyState !== this.OPENED || sendFlag) &&
625 if (settings.async || self.readyState < self.OPENED || self.readyState === self.DONE) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
DStreamLogger.php115 * @throws Mustache_Exception_RuntimeException If the stream url cannot be opened
125 …ache_Exception_LogicException('Missing stream url, the stream can not be opened. This may be cause…
131 …he_Exception_RuntimeException(sprintf('The stream or file "%s" could not be opened.', $this->url));
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DXMLDocument.php50 …ileOpenMode is one of the modes that allows file to be read then file is opened and its contents p…
51 …lename is set and fileOpenMode is something other than above the appropriate file is opened/created
52 …* If filename is not set then no files are opened/parsed/created and object contains default values
/plugin/bez/tpl/
H A Dtask_comment_form.php35 <?php if ($tpl->get('task')->state == 'opened'): ?>
41 <?php if ($tpl->get('task')->state == 'opened'): ?>
H A Dreport.php36 <td><?php echo $issue['opened'] ?></td>
46 <td><?php echo array_sum(array_column($tpl->get('issues'), 'opened')) ?></td>
134 <td><?php echo $project['opened'] ?></td>
196 <td><?php echo $task['opened'] ?></td>
204 <td><?php echo array_sum(array_column($tpl->get('tasks'), 'opened')) ?></td>

12345678910>>...18