Home
last modified time | relevance | path

Searched refs:links (Results 126 – 150 of 472) sorted by relevance

12345678910>>...19

/plugin/today/
H A Dplugin.info.txt6 desc [PHP 7.2 - 8.0] A syntax that generates links to a page with today's date
/plugin/userpage/
H A Dplugin.info.txt6 desc Add item the user menu that links to the user page for every logged-in user
/plugin/manlink/
H A Dplugin.info.txt6 desc Transforms manpage descriptions to manpage links
/plugin/profiles/
H A Dplugin.info.txt8 desc Add Facebook, GitHub, Google Plus, Linkedin and Twitter profile links
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_auto_links.md11 Auto-links should not occur here: `<http://example.com/>`
/plugin/tagalerts/
H A Dplugin.info.txt6 …erts when some tags are detected (based on Dokuwiki system messages or just styling tag list links)
/plugin/move/
H A Dplugin.info.txt6 desc Move and rename pages and media files whilst maintaining the links.
/plugin/jsonrpc/
H A Djsonrpc.php492 $links = array();
510 array_push($links,$link);
516 array_push($links,$link);
523 array_push($links,$link);
528 return ($links);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.PurifierLinkify.txt
H A DAutoFormat.DisplayLinkURI.txt
/plugin/button/docs/
H A D_config.yml10 - jekyll-relative-links
/plugin/phpbblinks/
H A Dinfo.txt4 name Sets the default title for links into the board
/plugin/autotranslation/
H A Daction.php99 $links = array();
101 …$links[] = '<a href="' . wl($ID, array('do' => 'edit', 'fromlang' => $t)) . '">' . $this->helper->…
108 join(', ', $links)
/plugin/tagfilter/syntax/
H A Dfilter.php392 $links = [];
394 $links[$k] = [
400 . json_encode($links) .
/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/api/_test/
H A Dpage.test.php110 $actualLinks = $data['links'];
/plugin/pagequery/
H A Dreadme.md19 * Display links based on the page's title instead of page name
21 * OR create a great blog-like start page, where links are followed by a neat snippet of the page content
22 * Make full use of space: display your list of links in up to six columns
62 If you wanted to see the results in 3 columns and to have the links in "Sentence Case" with no underscores, then add this:
66 Another example, grouping by //year created//, then //month created//, then by //name//, in 2 columns, and displaying the real month name, plus having the links in "Sentence Case" with no underscores, and to top it off: a border around the table columns:
/plugin/codehighlight/cp/languages/
H A Dhtml.css8 a {color:green;} /* links */
H A Dxsl.css9 a {color:#E67300;} /* links */
/plugin/lms/_test/data/pages/
H A Dlms.txt9 * [[https://www.google.com|External links]] are not lessons
/plugin/fckg/
H A DChanges122 Upgraded DW footnotes to handle links to media files
154 Upgraded handling of interwiki links
158 links to data/media or have been converted to directories (Weatherwas). If found
159 delete them so that the links can be created.
176 Fixed broken internal media links in Weatherwax, which now appends file size to titl attr,
232 Fixed corrupted links to media from userfiles and bad file mode set for edit.php
248 Fixed error in edit.php that caused external links on initial creation to be converted to internal …
258 Interwiki links: preserve lost forward slashes and query strings
/plugin/toolbuttondel/
H A Daction.php23 $this->links($event);
26 function links(& $event) { function in action_plugin_toolbuttondel
/plugin/fckg/action/
H A Dmeta.php245 $links = array();
247 $links[$ln] = $userfiles . $ln;
253 foreach($links as $name => $path) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3130 // Get links
3131 preg_match_all('/(<(linearGradient|radialgradient)[^>]*)xlink:href\s*=\s*["\']#(.*?)["\'](.*?)\/>/si', $data, $links);
3132 if (count($links[0])) {
3133 $links[5] = [];
3136 // Delete links from data - keeping in $links
3137 for ($i = 0; $i < count($links[0]); $i++) {
3138 $links[5][$i] = 'tmpLink' . random_int(100000, 9999999);
3139 $data = preg_replace('/' . preg_quote($links[0][$i], '/') . '/is', '<MYLINKS' . $links[
[all...]
/plugin/autolink4/
H A DREADME.md3 This DokuWiki plugin automatically turns specified keywords into links to other wiki pages, similar to the default functionality of MediaWiki.

12345678910>>...19