Home
last modified time | relevance | path

Searched +full:d +full:- +full:link (Results 1 – 25 of 1117) sorted by relevance

12345678910>>...45

/plugin/ckgedit/ckeditor/plugins/link/
Dplugin.js1link",{init:function(b){b.addCommand("link",new CKEDITOR.dialogCommand("link"));b.addCommand("anch… property
/plugin/ckgdoku/ckeditor/plugins/link/
Dplugin.js1link",{init:function(b){b.addCommand("link",new CKEDITOR.dialogCommand("link"));b.addCommand("anch… property
/plugin/networkgraph/
Dscript.js33 .attr('viewBox', '-0 -5 10 10')
41 .attr('d', 'M 0,-5 L 10,0 L 0,5')
49 graph.nodes.forEach((d) => {
50 d.namespace = extractNamespace(d.id);
52 const nsColor = getColorForNode(d, colorMap).toLowerCase();
53 const baseColor = (baseColors[d.group] || baseColors.default).toLowerCase();
66 .attr('stop-color', nsColor);
70 .attr('stop-color', baseColor);
75 d.gradientId = gradientCache.get(key);
79 graph.links.forEach(link => {
[all …]
/plugin/linkbonus/syntax/
Dinterwiki.txt29 private $_url_regex = '[a-zA-Z0-9\.]+>[^\|\]]+';
36 $this->helper =& plugin_load('helper', 'powerlinks');
37 …if(!$this->helper) msg('Can not load powerlinks helper -- check that plugin is correctly installed…
38 $this->interwiki = getInterwiki();
45 return $this->helper->syntax_getInfo();
49 return $this->helper->syntax_getType();
65 $REGEX = '\[\['.$this->_url_regex. '\|(?!\{)[^\|\]]+\|' .'.*?(?<!\\\\)\]\]';
66 $this->Lexer->addSpecialPattern(
75 $match = substr ($match, 2, -2).'|'; // correct for preg_split ending with delimiter
78 $link= array();
[all …]
/plugin/rating/
DCrawlerDetect.php35 'Safari.[\d\.]*',
36 'Firefox.[\d\.]*',
37 'Chrome.[\d\.]*',
38 'Chromium.[\d\.]*',
39 'MSIE.[\d\.]',
40 'Opera\/[\d\.]*',
41 'Mozilla.[\d\.]*',
42 'AppleWebKit.[\d\.]*',
43 'Trident.[\d\.]*',
44 'Windows NT.[\d\.]*',
[all …]
/plugin/top/
DCrawlerDetect.php35 'Safari.[\d\.]*',
36 'Firefox.[\d\.]*',
37 'Chrome.[\d\.]*',
38 'Chromium.[\d\.]*',
39 'MSIE.[\d\.]',
40 'Opera\/[\d\.]*',
41 'Mozilla.[\d\.]*',
42 'AppleWebKit.[\d\.]*',
43 'Trident.[\d\.]*',
44 'Windows NT.[\d\.]*',
[all …]
/plugin/noticeboard/noticeboard/classes/
Drss.php10 * Noticeboard Plugin - RSS GENERATE
33 $this->category = $category;
34 $this->parentId = $parentId;
36 $this->noticeList = new helper_plugin_noticeboard_NoticeList($this->parentId);
37 $this->noticeList->setCategoryFilter($category);
38 $this->noticeList->setTimeFilter(3);
39 $this->noticeList->setSortFilter(1);
45 header("Content-Type: application/xml; charset=UTF-8");
47 $out .= $this->getHeader();
48 $out .= $this->getBody();
[all …]
/plugin/noticeboard/classes/
Drss.php10 * Noticeboard Plugin - RSS GENERATE
33 $this->category = $category;
34 $this->parentId = $parentId;
36 $this->noticeList = new helper_plugin_noticeboard_NoticeList($this->parentId);
37 $this->noticeList->setCategoryFilter($category);
38 $this->noticeList->setTimeFilter(3);
39 $this->noticeList->setSortFilter(1);
45 header("Content-Type: application/xml; charset=UTF-8");
47 $out .= $this->getHeader();
48 $out .= $this->getBody();
[all …]
/plugin/imapmarkers/syntax/
Dmap.php34 $this->is_debug = false;
36 if ($this->is_debug) {
37 …ax_plugin_imapmarkers_map.__construct ID='%s' PLUGIN='%s'", cleanID($ID), $this->getPluginName()));
39 $this->nr_imagemap_handler = -1;
40 $this->nr_imagemap_render = -1;
41 $this->a_areas = array();
42 $this->a_cfg = array();
43 $this->component = sprintf("plugin_%s_%s", $this->getPluginName(), $this->getPluginComponent());
64 $this->Lexer->addEntryPattern('\{{2}(?i)IMAPMARKERS>[^\}]+\}{2}', $mode, $this->component);
65 $this->Lexer->addPattern('\s*\{{2}(?i)CFG>\}{2}.*?\{{2}<CFG\s*\}{2}\s*', $this->component);
[all …]
/plugin/linksuggest/_test/
DSuggestionAjaxRequestsTest.php14 $this->pluginsEnabled[] = 'linksuggest';
164 $response = $request->post(['call' => $call] + $post, '/lib/exe/ajax.php');
165 // $this->assertNotEquals("AJAX call '$call' unknown!\n", $response->getContent());
167 //var_export(json_decode($response->getContent()), true); // print as PHP array
169 $actualArray = json_decode($response->getContent(), true);
171 $this->assertEquals($this->$expectedResult(), $actualArray, "$expectedResult");
186 'type' => 'd',
193 'type' => 'd',
200 'type' => 'd',
219 'link' => ''];
[all …]
/plugin/codemirror/dist/modes/
Dtextile.min.js1link:"link",linkDefinition:"link",list1:"variable-2",list2:"variable-3",list3:"keyword",notextile:… property
Dmarkdown.min.js1d=a.getMode(b,"text/html");var e=d.name=="null";function f(c){if(a.findModeByName){var d=a.findMod… class in anonymousFunction75f14acc0300.v.w.x.B
/plugin/gcalendar/inc/
Dgcal_read.php3 # gCalendar "gcal_read.php" - responsible for reading the data into the big gCal_data-array
7 * read the pages given in the pages=(...) parameter into the "gCal_data"-array
9 * @author Frank Hinkel <frank@hi-sys.de>
11 * @param array $options contains a list of parameters passed to the plugin at the wiki-page
12 * @param array pages the wiki-pages to read the data from
17 global $gCal_data; # this array receives all the date-entries
19 # reset data-array
22 # memory for wiki-pages allready read to avoid duplicates
28 $page_list = substr($page_list,0,-1);
56 # generate a link to the wiki page, except option pagelinks is set to 'hide'.
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php22 $this->assertEquals('uri', $property->getHref());
23 $this->assertEquals($innerProps, $property->getResponseProperties());
44 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
46 $this->assertXmlStringEqualsXmlString(
48 <d:root xmlns:d="DAV:">
49 <d:response>
50 <d:href>/uri</d:href>
51 <d:propstat>
52 <d:prop>
53 <d:displayname>my file</d:displayname>
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
Dimage.js1link:""};window.onbeforeunload=function(){};(function(){var a=function(e,h){oDokuWiki_FCKEditorIns… argument
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
Dimage.js1link:""};window.onbeforeunload=function(){};(function(){var a=function(e,h){oDokuWiki_FCKEditorIns… argument
/plugin/wow/
Dsyntax.php13 'date' => '2010-03-08',
15 'desc' => 'Allow to automatic link and name extract from Wowhead with an ID',
46 $this->Lexer->addSpecialPattern("~~WoW [qisnzr]:\d+~~", $mode, "plugin_wow");
47 /* $this->Lexer->addEntryPattern("<WoW [qisn]:\d+(:[hj])?>(?=.*</WoW>)", $mode, "plugin_wow"); */
53 $this->Lexer->addExitPattern("</WoW>","plugin_wow");
59 preg_match("#~~WoW ([qisnzr]):(\d+)~~#", $match, $matches);
73 $link = "http://" . $this->getConf('lang') . ".wowhead.com/?";
77 $link .= "quest";
80 $link .= "item";
83 $link .= "spell";
[all …]
/plugin/rack/
Dsyntax.php9 * descending Indicates that the rack is numbered top-to-bottom
12 * <u_bottom> <u_size> <model> [name] [#color] [link:<URL>] [comment]
15 * - <u_bottom>: The starting (bottom-most) U of the equipment.
16 * - <u_size>: The height of the equipment in U.
17 * - <model>: The model name or other description of the item (e.g.
19 * - [name]: Optional. The hostname or other designator of this specific item
22 * - [#color]: Optional. The color of the item is normally automatically
25 * - [link:http://url]: Optional. The model name will now link to the url given.
26 * - [comment]: Optional. After the name (and possibly color), and remaining
27 * text on the line is treated as free-form comment. Comments are visible
[all …]
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
DEdit.svelte3 import { codeStore, updateCode, updateCodeStore } from '../code-store.js';
10 import { fromUrl } from '../code-store.js';
22 historyList.length > 0 ? historyList[historyList.length - 1] : null;
60 A[Christmas] -->|Get money| B(Go shopping)
61 B --> C{Let me think}
62 C -->|One| D[Laptop]
63 C -->|Two| E[iPhone]
64 C -->|Three| F[fa:fa-car Car]`,
66 Alice->>+John: Hello John, how are you?
67 Alice->>+John: John, can you hear me?
[all …]
/plugin/combo/ComboStrap/
H A DIso8601Date.php32 * See {@link Iso8601Date::getFormat()} for more information
36 'Y-m-d H:i:sP',
37 'Y-m-d H:i:s',
38 'Y-m-d H:i',
39 'Y-m-d H',
40 'Y-m-d',
52 $this->dateTime = new DateTime();
56 $this->dateTime = $dateTime;
76 * (ie only YYYY-MM-DD)
81 * because {@link DateTime::createFromFormat} with a format of
[all …]
/plugin/jmol2/jmol/
Djmol.sh3 # Collect -D & -m options as java arguments
5 while [ `echo $1 | egrep '^-D|^-m' | wc -l` != 0 ]; do
19 while [ -L "$program" ]; do
20 ls=`/bin/ls -ld "$program"`
21 link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
22 if /usr/bin/expr "$link" : '.*/.*' > /dev/null; then
23 program="$link"
25 program="`/usr/bin/dirname $program`/$link"
31 JMOL_HOME=${JMOL_HOME:-$binDir}
34 if [ ! -e ${JMOL_HOME}/Jmol.jar ]; then
[all …]
/plugin/bpmnio/vendor/dmn-js/
DCHANGELOG.md11 data-color-mode="auto" data-light-theme="light" data-dark-theme="dark"
12 data-a11y-animated-images="system" data-a11y-link-underlines="true"
19 <meta charset="utf-8">
20 <link rel="dns-prefetch" href="https://github.githubassets.com">
21 <link rel="dns-prefetch" href="https://avatars.githubusercontent.com">
22 <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
23 <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
24 <link rel="preconnect" href="https://github.githubassets.com" crossorigin>
25 <link rel="preconnect" href="https://avatars.githubusercontent.com">
30link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/as…
[all …]
/plugin/editonlink/
Dscript.js9 // In case of multy-line link, simple getBoundingClientRect wouldn't work well,
19 dx = e.offsetX + xya.left - x, // how far the click was from the button?
20 dy = e.offsetY + xya.top - y,
23 a.setAttribute('data-editonlink', a.href); // maybe ctrl-click etc
24 a.href = (a.href.split('#'))[0]; // link href (without anchor hash)
25 if (a.href.indexOf('?') < 0) a.href += '?do=edit';// add EDIT to the link
31 a.addEventListener('mouseleave', editOnLinkOut); // to restore the link back
38 var d = a.getAttribute('data-editonlink');
39 if (d) {
40 a.href = d;
[all …]
/plugin/diagrams/script/
H A DButtonFunctions.js17 button.className = 'diagrams-btn';
22 const link = document.createElement('a');
37 link.href = href + param;
39 link.href = identifier;
47 link.setAttribute('download', downloadName);
52 link.appendChild(button);
54 return link;
65 button.className = 'diagrams-btn';
87 icon.className = `icon-${button}`;
91 …erHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14,3V5H17.59L7.76,…
[all …]
/plugin/linksuggest/
Dscript.js27 match: /\[{2}([\w\-.:~]*)$/,
46 if (item.type === 'd') {
64 let alt = item.type === 'd' ? 'ns' : 'page';
70 if (item.type === 'd') { //namespace
83 if (item.type === 'd') { //namespace
100 match: /\[\[([\w\-.:~]+#[\w\-.:]*)$/,
119 'link': data.link,
134 let link = item.link;
142 return '[[' + link + '#' + toc.hid + appendSubtitle(toc.title) + appendClosing();
146 match: /\{{2}([\w\-.:~]*)$/,
[all …]

12345678910>>...45