| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/ |
| H A D | Imap.php | 100 * @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 D | update0002.sql | 4 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 D | update0013.sql | 16 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 D | update0014.sql | 14 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 D | update0011.sql | 14 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 D | update0001.sql | 13 …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/ |
| D | syntax.php | 80 // 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 D | ThreadFactory.php | 113 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 D | Thread.php | 45 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 D | TaskFactory.php | 111 COUNT(CASE WHEN state = 'opened' THEN 1 END) AS opened, 128 COUNT(CASE WHEN state = 'opened' THEN 1 END) AS opened,
|
| /plugin/ipa/ |
| D | ipa.js | 9 // 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/ |
| D | etherpadlite.js | 13 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/ |
| D | lang.php | 10 $lang['opened'] = 'Opened';
|
| /plugin/openlayersmap/.github/workflows/ |
| D | issues.yml | 4 types: [ opened, edited ] 6 types: [ opened, edited ]
|
| /plugin/mikioplugin/syntax/ |
| H A D | button.php | 27 '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/ |
| D | Concat.php | 44 var $opened = false; variable in File_Archive_Reader_Concat 80 if (!$this->opened) { 81 return $this->opened = $this->source->next(); 173 $this->opened = false;
|
| D | Archive.php | 47 * @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/ |
| D | StreamFactoryInterface.php | 21 * 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/ |
| D | html.css | 258 .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 D | start.php | 112 $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/ |
| D | XMLHttpRequest.js | 101 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/ |
| D | StreamLogger.php | 115 * @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/ |
| D | XMLDocument.php | 50 …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 D | task_comment_form.php | 35 <?php if ($tpl->get('task')->state == 'opened'): ?> 41 <?php if ($tpl->get('task')->state == 'opened'): ?>
|
| H A D | report.php | 36 <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>
|