Home
last modified time | relevance | path

Searched refs:links (Results 51 – 75 of 472) sorted by last modified time

12345678910>>...19

/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md13 tags : orphan, maintenance, links, listing, search, missing
36 | valid | all valid media links referenced by full qualified path will be displayed |
37 | relative | all valid media links referenced by relative path will be displayed |
43 | standard, local DW media links \\ <nowiki>{{:ns:mediafile|title}}</nowiki> | full qualified link…
44 | enclosed DW media links \\ <nowiki><box params|{{:ns:mediafile|title}}></nowiki> | all detected |
74 It does also check for flashplayer-plugin links if they refer to local path.
89 It could happen that not all media files will be detected or some feed links, etc. interpreted as s…
H A Dsyntax.php494 $links = array();
496 preg_match_all(LINK_PATTERN, $body, $links);
497 $links = $this->array_flat($links);
623 foreach($links as $media_link) {
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki50links to a specific server address, with some adjustment that can be made to the specific subdirec…
/plugin/docnavigation/syntax/
H A Dpagenav.php98 // links are: 0=previous, 1=toc, 2=next
100 $links = [];
145 $links[] = [
154 'previous' => $links[0],
155 'toc' => $links[1],
156 'next' => $links[2]
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt9 | %%[[wp>InterWiki]]%% | [[wp>InterWiki]] | links to the English language Wikipedia |
10 | %%[[phpfn>random]]%% | [[phpfn>random]] | links to a function in the PHP manual |
11 | %%[[google>Wiki]]%% | [[google>Wiki]] | links to a Google search |
12 | %%[[doku>interwiki]]%% | [[doku>interwiki]] | links to the DokuWiki wiki |
14 | %%[[this>feed.php]]%% | [[this>feed.php]] | links to your wiki's URL. The example links to th…
/plugin/advanced/lang/en/
H A Dconfig.txt14 …' | [[doku>interwiki]] | interwiki shortcut links |
20 … | [[doku>urlschemes]] | URL schemes to be recognized as links |
/plugin/linksuggest/
H A Dplugin.info.txt6 desc ajax autosuggest for links
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md283 - [DOCS] Fix doc links in README [[5a1782d]](https://github.com/elastic/elasticsearch-php/pull/884/commits/5a1782d)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1101 - Fix elasticsearch links to elastic domain [#809](https://github.com/ruflin/Elastica/issues/809/)
/plugin/latexcaption/
H A DREADME.md14 - No string searches to set reference links that appear before a label definition.
/plugin/scrollticker/
H A DREADME.md12 For example you could fetch a list with links to the last three items of a discussion from the disc…
18 or you could fetch a list with links to the articles in namespace "news" tagged with "latest", usin…
/plugin/snippets/
H A Dscript.js87 links = jQuery(obj).find('a.wikilink1');
88 if(links) {
89 for(var i = 0; i < links.length; i ++) {
90 link = links[i];
126 links = jQuery(obj).find('a.wikilink2');
127 if(links) {
128 for(var i = 0; i < links.length; i ++) {
129 link = links[i];
/plugin/ckgedit/ckeditor/
H A DCHANGES.md89 …ues/2154): The [Link](https://ckeditor.com/cke4/addon/link) plugin now supports phone number links.
125 …ui_panel_block.html#method-getItems) method now also returns `input` elements in addition to links.
153 * [#1046](https://github.com/ckeditor/ckeditor-dev/issues/1046): Fixed: Subsequent new links do not…
179 …s/1761): The [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin now supports email links.
701 ….com/cke4/addon/link) plugin dialog does not display the subject of email links if the subject par…
824 * [#13214](https://dev.ckeditor.com/ticket/13214): Added support for pasting links that convert int…
1586 …tps://ckeditor.com/cke4/addon/image) plugin no longer registers rules for links to Advanced Conten…
H A Dckeditor.js.unc13794 name: "links"
19680 toolbar: "links,10"
19685 toolbar: "links,20"
19689 toolbar: "links,30"
H A Dconfig.js.unc185 { name: 'links', items : [ 'Link','Unlink' ] },
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js.unc130 * Whether to remove links when emptying the link URL field in the image dialog.
/plugin/ckgedit/lang/en/
H A Dhogfather.txt1 …ses instead the dokuwiki media app for media and its linkwiz for internal links. See [[doku>plugi…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified153 "links": "Links",
802 …:auto; overflow:auto; padding:4px;line-height:125%;'>Dokuwiki's interwiki links are short-cuts whi…
H A Den.js-4.9.merged5 …ng","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":…
56 "interwiki links are short-cuts which look like this: <span style='font-weight:600'>[[wp&gt;Shakesp…
H A Den.js.4.95 …ng","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":…
H A Den.js.ckgedit55 "interwiki links are short-cuts which look like this: <span style='font-weight:600'>[[wp&gt;Shakesp…
H A Den.js.unc5 …ng","forms":"Forms","basicstyles":"Basic Styles","paragraph":"Paragraph","links":"Links","insert":…
56 "interwiki links are short-cuts which look like this: <span style='font-weight:600'>[[wp&gt;Shakesp…
H A Dfr.js.unc212 "links": "Liens",
H A Dlang_array.txt206 "links": "Links",
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc832 … /* catch query strings attached to internal links for .htacess nice urls */
853 …this.external_mime = false; // prevents external links to images from being converted to image lin…
1718 /* Fixes for links in lists*/
1720 /*fix for links in lists at ends of lines, which cause loss of line-feeds
1726 /*fix for links in lists before ends of lines, which cause extra line-feeds */

12345678910>>...19