Home
last modified time | relevance | path

Searched refs:desc (Results 251 – 275 of 1385) sorted by path

1...<<11121314151617181920>>...56

/plugin/corsharing/
H A Dplugin.info.txt6 desc Enable/disable CORS (Cross-Origin Resource Sharing). Used to enable CORS http headers to per…
/plugin/countdown/
H A Dplugin.info.txt6 desc Countdown to a specific date
/plugin/credits/
H A DREADME20 The second form will turn off the printing of the plugin descriptions. This is the desc field retur…
35 desc: Manage users
H A Dplugin.info.txt6 desc Configurable Display of Plugin Credits
H A Dsyntax.php129 $desc = "";
131 $desc = $this->plugins[$name]['desc'];
133 if(!empty($desc)) {
136 if($trunc_array = $this->truncate($desc)) {
148 $desc = $trunc;
163 $renderer->doc .= "<span>$desc</span>$remainder";
/plugin/creole/
H A Dplugin.info.txt6 desc Creole syntax for Dokuwiki
/plugin/croissant/
H A Dplugin.info.txt6 desc Display hierarchical breadcrumbs (youarehere) with optional custom page titles
/plugin/crossdbsqlclient/
H A Dplugin.info.txt6 desc A GUI-Interface in Dokuwiki to execute sql on MySQL and PosgreSQL.
/plugin/crosspost/
H A Dplugin.info.txt3 desc Crosspost article to multiple namespaces
/plugin/crypto/
H A Dplugin.info.txt6 desc Encrypt a text with a passphrase
/plugin/cryptsign/
H A Dplugin.info.txt6 desc Sign a short text with a cryptographic hash
/plugin/cspheader/
H A Dplugin.info.txt6 desc Injects the Content Security Policy (CSP) header in DokuWiki pages.
/plugin/cssperpage/
H A Dplugin.info.txt6 desc enables per page styling
/plugin/csstimeline/
H A Dplugin.info.txt6 desc Create a CSS-only timeline; CSS is from http://nilswe.com/lab/css-timeline/
H A Dstyle.css159 .desc {
167 .direction-r .desc {
247 .desc {
259 .direction-l .desc,
260 .direction-r .desc {
272 .direction-l .desc,
273 .direction-r .desc {
/plugin/csv/
H A Dplugin.info.txt6 desc Displays a CSV file, or inline CSV data, as a table
/plugin/cumulus/
H A Dplugin.info.txt6 desc Plugin for displaying Flash movie navigation clouds
/plugin/currentlyreading/
H A Dplugin.info.txt6 desc Displays an image of a book cover with text that says "Currently Reading" linked to the book…
/plugin/custombuttons/
H A Dplugin.info.txt6 desc A plugin for adding custom buttons to the toolbar, to shortcut commonly used code blocks.
/plugin/daftdrafts/
H A Dhelper.php33 'desc' => 'Add an ACL Line into the acl.auth.php',
39 'desc' => 'Remove an ACL Line into the acl.auth.php',
/plugin/data-au/
H A Dplugin.info.txt6 desc Add and query structured data in your wiki - Forked from Structured Data release 2019-03-20…
/plugin/data-graph/
H A Dplugin.info.txt6 desc Create Graphs for the Data Plugin
/plugin/data/
H A Dplugin.info.txt6 desc Add and query structured data in your wiki
/plugin/database2/
H A Ddatabase2.php2636 foreach ( $sort as $key => $desc )
2639 $dir = ( $desc[0] == '!' );
2641 $col = $dir ? substr( $desc, 1 ) : $desc;
H A Dplugin.info.txt6 desc Integration of database2 into DokuWiki as syntax plugin

1...<<11121314151617181920>>...56