Home
last modified time | relevance | path

Searched refs:link (Results 1401 – 1418 of 1418) sorted by path

1...<<51525354555657

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_broadway.css17 /* colors for items with inline styles assigned (task.color, link.color)*/
H A Ddhtmlxgantt_contrast_black.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
H A Ddhtmlxgantt_contrast_white.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
H A Ddhtmlxgantt_meadow.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
H A Ddhtmlxgantt_skyblue.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
H A Ddhtmlxgantt_terrace.css16 /* colors for items with inline styles assigned (task.color, link.color)*/
/plugin/yuriigantt/
H A DLICENSE555 permission to link or combine any covered work with a work licensed
H A DREADME.md49 "link": 1
78 "link": 8
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php77 $this->assertEquals($database->increment->link, 8);
/plugin/yuriigantt/_test/
H A Dtest_page.txt13 "link": 8
/plugin/yuriigantt/src/Driver/
H A DDriverInterface.php36 * @param Link $link
39 public function updateLink(Link $link); argument
48 * @param Link $link
51 public function addLink(Link $link); argument
H A DEmbedded.php179 public function updateLink(Link $link) argument
186 if ($links[$i]->id == $link->id) {
187 $links[$i] = $link;
194 return $link;
222 public function addLink(Link $link) argument
226 $link->id = $database->increment->link++;
227 $database->gantt->links[] = $link;
231 return $link;
270 foreach ($links as &$link) {
271 if (in_array($taskId, [$link->source, $link->target])) {
[all …]
/plugin/yuriigantt/src/
H A DJsonRequest.php87 $link = $this->driver->addLink(new Link($this->payload->data));
88 $responseData = ['action' => 'inserted', 'tid' => $link->id];
/plugin/zerolinecss/
H A DREADME.md25 $headers['link'][] = array(
H A Daction.php35 foreach( $event->data['link'] as &$link ) {
36 if ( $link['rel'] != 'zerolinecss' || empty($link['href']) ) continue;
38 $data = $this->httpClient->get( DOKU_URL . $link['href'] );
46 'type' => $link['type'],
52 $link = array();
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php61 $link = "";
69 $link = @readlink($current);
95 $link,
/plugin/zotero/
H A Dconfig.ini.dist22 ; the format of the entry that is shown if you hover the mouse over a source link
/plugin/zotero/tests/
H A DTestEntries.txt2 |[[link|ABC123]]|Macke2011|A nice book|Stefan Macke|2011| |
3 |[[link|BCD234]]|Werner2012|A nicer book|Stefan Werner|2012| |

1...<<51525354555657