Home
last modified time | relevance | path

Searched refs:ticket (Results 1 – 25 of 38) sorted by relevance

12

/plugin/actickets/
Dscript.js16 var ticket = actickets.tickets[n];
18 matches = ticket.href.match(actickets.pattern);
20 ticket.acticket = true;
21 ticket.projectId = matches[1];
22 ticket.ticketId = matches[2];
28 if (req.ticketId == ticket.ticketId && req.projectId == ticket.projectId) {
35 ticketId: ticket.ticketId,
36 projectId: ticket.projectId
40 ticket.acticket = false;
65 var ticket = actickets.requests[n];
[all …]
Dajax.php39 foreach ($_REQUEST['tickets'] as $ticket) {
40 $tickets[] = $acclient->get('/projects/'.$ticket['projectId'].'/tickets/'.$ticket['ticketId']);
DREADME19 Afterwards you can reference any ticket in the project via
21 #<ticket-id>
27 If you don't want to a add a global project ID or want to reference a ticket
28 from another project, you can add the project ID on a per-ticket basis:
30 #<ticket-id>-<project-id>
/plugin/ckgdoku/ckeditor/
DCHANGES.md8 * [#13793](http://dev.ckeditor.com/ticket/13793): The [`embed_provider`](http://docs.ckeditor.com/#…
13 * [#16755](http://dev.ckeditor.com/ticket/16755): Added the [Table Selection](http://ckeditor.com/a…
14 * [#16961](http://dev.ckeditor.com/ticket/16961): Added support for pasting from Microsoft Excel.
15 * [#13381](http://dev.ckeditor.com/ticket/13381): Dynamic code evaluation call in [`CKEDITOR.templa…
16 * [#16971](http://dev.ckeditor.com/ticket/16971): Added support for color in the `background` prope…
17 * [#16847](http://dev.ckeditor.com/ticket/16847): Added support for parsing and inlining any format…
18 * [#16818](http://dev.ckeditor.com/ticket/16818): Added table cell height parsing in the [Paste fro…
19 * [#16850](http://dev.ckeditor.com/ticket/16850): Added a new [`config.enableContextMenu`](http://d…
20 * [#16937](http://dev.ckeditor.com/ticket/16937): The `command` parameter in [CKEDITOR.editor.getCo…
21 * [#17010](http://dev.ckeditor.com/ticket/17010): The [`CKEDITOR.dom.range.shrink`](http://docs.cke…
[all …]
/plugin/diagramsnet/lib/plugins/
Dtickets.js141 function updateStyle(cell, ticket) argument
143 var type = (ticket.type != null) ? deskTypes[ticket.type] : 'bug';
144 var status = deskStatus[ticket.status] || 'Unknown';
145 var priority = deskPriority[ticket.priority];
146 var sw = deskStatusWidth[ticket.status];
169 function updateData(cell, ticket) argument
190 changed = setAttr('abstract', shortString(ticket.description_text, 600)) |
191 setAttr('email_config_id', ticket.email_config_id) |
192 setAttr('requester_id', ticket.requester_id) |
193 setAttr('group_id', ticket.group_id) |
[all …]
/plugin/ckgedit/ckeditor/
DCHANGES.md391 * [#9780](https://dev.ckeditor.com/ticket/9780): [IE8-9] Fixed: Clicking inside an empty [read-only…
392 * [#16820](https://dev.ckeditor.com/ticket/16820): [IE10] Fixed: Clicking below a single horizontal…
428 * [#13793](https://dev.ckeditor.com/ticket/13793): The [`embed_provider`](https://ckeditor.com/docs…
433 * [#16755](https://dev.ckeditor.com/ticket/16755): Added the [Table Selection](https://ckeditor.com…
434 * [#16961](https://dev.ckeditor.com/ticket/16961): Added support for pasting from Microsoft Excel.
435 * [#13381](https://dev.ckeditor.com/ticket/13381): Dynamic code evaluation call in [`CKEDITOR.templ…
436 * [#16971](https://dev.ckeditor.com/ticket/16971): Added support for color in the `background` prop…
437 * [#16847](https://dev.ckeditor.com/ticket/16847): Added support for parsing and inlining any forma…
438 * [#16818](https://dev.ckeditor.com/ticket/16818): Added table cell height parsing in the [Paste fr…
439 * [#16850](https://dev.ckeditor.com/ticket/16850): Added a new [`config.enableContextMenu`](https:/…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
DTicketListener.php114 foreach ($tickets as $ticket) {
115 $this->ticketCounts[$ticket][$name] = 1;
150 foreach ($tickets as $ticket) {
153 unset($this->ticketCounts[$ticket][$name]);
160 if (count($this->ticketCounts[$ticket]) > 0) {
171 $ticketInfo = $this->getTicketInfo($ticket);
174 $this->updateTicket($ticket, $newStatus, $message, $resolution);
/plugin/ac/actions/
Dtickets.php30 foreach ($tickets as $ticket) {
31 $output .= '<li><div class="li">' . $this->ac->objToString($ticket) . '</div>' .
32 … ajax_loader::getLoader('ac', array('tasks', $projectid, $ticket->ticket_id)) . '</li>' . DOKU_LF;
/plugin/rtlink/
DREADME7 Link to a particular ticket, just use the string RT####, where ####=your ticket number.
/plugin/onlineordering/
Dsend_form.php8 * @return ticket number.
61 $ticket = $data['abbreviation'].ticketNumber(5); variable
75 $template = str_replace('{ticket}', $ticket, $template);
Dtemplate_en.txt33 Ticket Number: {ticket}<br />
/plugin/youtracklinks/
Dplugin.info.txt6 …yper-links to your youTrack system. You can specify how the plug-in should recognize the ticket id.
/plugin/ticketlinker/
Dsyntax.php35 …$this->Lexer->addSpecialPattern('ticket#.{'.$this->getConf('ticketMaskLength').'}', $mode, 'plugin…
/plugin/glossary/
Dscript.js178 function glossaryPoll (ancor, ticket, opinion, NS) { argument
180 …var params = "glossary[operation]=poll&glossary[ticket]="+ticket+"&glossary[opinion]="+opinion+"&g…
Dglossary.class.php674 foreach ($request[$status.'tickets'] as $ticket) {
675 $this->removeGlossary (md5 (trim ($ticket)), $status);
676 $this->message ('info', $ticket." ".$this->getLang ('ticketDeleted'));
678 $pageId = $ticket;
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php1066 $ticket = (isset($_GET['ticket']) ? $_GET['ticket'] : '');
1067 if (preg_match('/^[SP]T-/', $ticket) ) {
1068 phpCAS::trace('Ticket \''.$ticket.'\' found');
1069 $this->setTicket($ticket);
1071 } else if ( !empty($ticket) ) {
1075 .htmlentities($ticket).'\')'
1255 * @param string $ticket name of the ticket
1259 protected function _renameSession($ticket) argument
1268 $session_id = $this->_sessionIdForTicket($ticket);
4130 * @param string $ticket name of the ticket
[all …]
/plugin/webdav/vendor/sabre/uri/
DREADME.md31 Head over to the [sabre/dav mailinglist][4], or you can also just open a ticket
/plugin/icalevents/vendor/sabre/uri/
DREADME.md31 Head over to the [sabre/dav mailinglist][4], or you can also just open a ticket
/plugin/webdav/vendor/sabre/event/
DREADME.md39 Head over to the [sabre/dav mailinglist][4], or you can also just open a ticket
/plugin/davcal/vendor/sabre/event/
H A DREADME.md37 Head over to the [sabre/dav mailinglist][4], or you can also just open a ticket
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md39 Head over to the [sabre/dav mailinglist][4], or you can also just open a ticket
/plugin/redproject/
Dstyle.css65 background: url('images/ticket.png') no-repeat 0% 50%;
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
DtableCell.js.unc204 // only the properties of the first cell (https://dev.ckeditor.com/ticket/11439).
/plugin/icons/assets/typicons/
Dtypicons.min.css1 …outline:before{content:'\e11d'}.typcn-tick:before{content:'\e11e'}.typcn-ticket:before{content:'\e…
Dtypicons.css894 .typcn-ticket:before {

12