Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 23 of 23) sorted by path

/dokuwiki/bin/
H A Dgittool.php45 'extension',
46 'name of the extension to install, prefix with \'template:\' for templates',
53 'The same as clone, but when no git source repository can be found, the extension is installed via ' .
57 'extension',
58 'name of the extension to install, prefix with \'template:\' for templates',
212 * Install extension from the given download URL
221 if (!$ext) die("extension plugin not available, can't continue");
249 * Clones the extension from the given repository
301 * Returns the repository for the given extension argument
303 * @param $extension
[all...]
/dokuwiki/inc/
H A DStyleUtils.php140 [$extension, $basename] = array_map('strrev', sexplode('.', strrev($file), 2, ''));
141 $newExtension = $extension === 'css' ? 'less' : 'css';
/dokuwiki/lib/plugins/config/lang/fr/
H A Dintro.txt3 Utilisez cette page pour contrôler les paramètres de votre installation de DokuWiki. Pour de l'aide sur chaque paramètre, reportez vous à [[doku>fr:config]]. Pour plus de détails concernant cette extension, reportez vous à [[doku>fr:plugin:config]].
5 Les paramètres affichés sur un fond rouge sont protégés et ne peuvent être modifiés avec cette extension. Les paramètres affichés sur un fond bleu sont les valeurs par défaut et les valeurs spécifiquement définies pour votre installation sont affichées sur un fond blanc. Seuls les paramètres sur fond bleu ou blanc peuvent être modifiés.
/dokuwiki/lib/plugins/extension/
H A Daction.php7 /** DokuWiki Plugin extension (Action Component)
41 $admin = plugin_load('admin', 'extension');
51 echo 'no extension given';
55 /** @var helper_plugin_extension_extension $extension */
56 $extension = plugin_load('helper', 'extension_extension');
57 $extension->setExtension($ext);
69 $extension->$act(); //enables/disables
75 'label' => $extension->getLang('btn_' . $reverse),
87 echo $list->makeInfo($extension);
H A Dadmin.php6 * DokuWiki Plugin extension (Admin Component)
13 * Admin part of the extension manager
67 /* @var helper_plugin_extension_extension $extension */
68 $extension = $this->loadHelper('extension_extension');
79 $extension->setExtension($extname);
80 $installed = $extension->installOrUpdate();
89 $extension->setExtension($extname);
90 $status = $extension->uninstall();
94 hsc($extension->getDisplayName())
99 hsc($extension
[all...]
H A Dplugin.info.txt1 base extension
7 url https://www.dokuwiki.org/plugin:extension
H A Dscript.js9 if(!window.confirm(LANG.plugins.extension.reallydel)){
47 * Enable/Disable extension via AJAX
54 var extension = $btn.attr('name').split('[')[2];
55 extension = extension.substr(0, extension.length - 1);
67 ext: extension,
125 $displayOpts.append(LANG.plugins.extension.display_viewoptions);
145 .append(' '+LANG.plugins.extension['display_'+chkName])
H A Dstyle.less87 * extension table left column
316 * extension table right column
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php4 * DokuWiki Plugin extension (Helper Component)
20 * Class helper_plugin_extension_extension represents a single extension (plugin or template)
68 * Set the name of the extension this instance shall represents, triggers loading the local and remote data
70 * @param string $id The id of the extension (prefixed with template: for templates)
106 * If the extension is installed locally
108 * @return bool If the extension is installed locally
116 * If the extension is under git control
127 * If the extension is bundled
129 * @return bool If the extension is bundled
143 'extension',
[all...]
H A Dgui.php4 * DokuWiki Plugin extension (Helper Component)
20 /** @var string the extension that should have an open info window FIXME currently broken */
44 /* @var helper_plugin_extension_extension $extension */
45 $extension = $this->loadHelper('extension_extension');
55 $extension->setExtension($name);
56 $list->addRow($extension, $extension->getID() == $this->infoFor);
77 /* @var helper_plugin_extension_extension $extension */
78 $extension = $this->loadHelper('extension_extension');
88 $extension
[all...]
H A Dlist.php6 * DokuWiki Plugin extension (Helper Component)
31 * Initialize the extension table form
39 * Build single row of extension table
41 * @param helper_plugin_extension_extension $extension The extension that shall be added
44 public function addRow(helper_plugin_extension_extension $extension, $showinfo = false)
46 $this->startRow($extension);
47 $this->populateColumn('legend', $this->makeLegend($extension, $showinfo));
48 $this->populateColumn('actions', $this->makeActions($extension));
117 * Start the HTML for the row for the extension
42 addRow(helper_plugin_extension_extension $extension, $showinfo = false) global() argument
119 startRow(helper_plugin_extension_extension $extension) global() argument
149 makeHomepageLink(helper_plugin_extension_extension $extension) global() argument
179 makeClass(helper_plugin_extension_extension $extension) global() argument
199 makeAuthor(helper_plugin_extension_extension $extension) global() argument
225 makeScreenshot(helper_plugin_extension_extension $extension) global() argument
257 makeLegend(helper_plugin_extension_extension $extension, $showinfo = false) global() argument
312 makeLinkbar(helper_plugin_extension_extension $extension) global() argument
362 makeNoticeArea(helper_plugin_extension_extension $extension) global() argument
439 makeInfo(helper_plugin_extension_extension $extension) global() argument
559 makeActions(helper_plugin_extension_extension $extension) global() argument
626 makeAction($action, $extension) global() argument
651 makeStatus(helper_plugin_extension_extension $extension) global() argument
[all...]
H A Drepository.php4 * DokuWiki Plugin extension (Helper Component)
16 * Class helper_plugin_extension_repository provides access to the extension repository on dokuwiki.org
56 foreach ($extensions as $extension) {
57 $cache = new Cache('##extension_manager##' . $extension['plugin'], '.repo');
58 $cache->storeCache(serialize($extension));
166 // store cache info for each extension
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG147 - Fallback to "text" when extension is unknown (SF#3514714, murkymark, BenBE)
365 * Added .xrc file extension for XML highlighting (BenBE)
664 - Fixed a problem with extension detection if default was used (BenBE)
947 help automate file highlighting (though the extension array at this time is quite bare)
H A DTHANKS24 extension => language lookup
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1438 * Given a file extension, this method returns either a valid geshi language
1441 * @param string $extension The extension to get a language name for
1445 * a extension->lang lookup?)
1448 public static function get_language_name_from_extension( $extension, $lookup = array() ) { argument
1449 $extension = strtolower($extension);
1530 if (in_array($extension, $extensions)) {
1546 * 'lang_name' => array('extension', 'extension',
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php406 'netscape-cert-extension' => '2.16.840.1.113730.1',
418 'pkcs-9-at-extensionRequest' => '1.2.840.113549.1.9.14' // Certificate extension request
540 foreach (self::$extensions as $extension) {
541 $filters['tbsCertificate']['extensions'][] = $extension;
569 * Map extension values from octet string to extension-specific internal
584 corresponding to the extension type identified by extnID */
623 * Map extension values from extension-specific internal format to
689 corresponding to the extension typ
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php89 * @param Base::TYPE_FEED|Base::TYPE_IMAGE $extension 'spi' or 'spc'
92 public static function get_handler($location, $filename, $extension) argument
98 return new $class($location, $filename, $extension);
101 return new \SimplePie\Cache\File($location, $filename, $extension);
109 public function create($location, $filename, $extension) argument
113 return self::get_handler($location, $filename, $extension);
H A DEnclosure.php458 * Get the file extension
1044 * extension
1065 // If we encounter an unsupported mime-type, check the file extension and guess intelligently.
1067 $extension = $this->get_extension();
1068 if ($extension === null) {
1072 switch (strtolower($extension)) {
H A DLocator.php125 if ($type & \SimplePie\SimplePie::LOCATOR_LOCAL_EXTENSION && $working = $this->extension($this->local)) {
133 if ($type & \SimplePie\SimplePie::LOCATOR_REMOTE_EXTENSION && $working = $this->extension($this->elsewhere)) {
324 public function extension(&$array) function in SimplePie\\Locator
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DFile.php73 * File extension
77 protected $extension; variable in SimplePie\\Cache\\File
97 $this->extension = $type;
98 $this->name = "$this->location/$this->filename.$this->extension";
/dokuwiki/vendor/splitbrain/slika/src/
H A DAdapter.php84 * @param string $extension The type of image to save, empty for original
87 abstract public function save($path, $extension = ''); argument
H A DGdAdapter.php17 /** @var string the extension of the file we're working with */
18 protected $extension; variable in splitbrain\\slika\\GdAdapter
44 if ($this->extension !== 'jpeg') {
113 if ($this->extension == 'png' && function_exists('imagesavealpha')) {
147 public function save($path, $extension = '') argument
149 if ($extension === 'jpg') {
150 $extension = 'jpeg';
152 if ($extension === '') {
153 $extension = $this->extension;
[all...]
H A DImageMagickAdapter.php107 public function save($path, $extension = '') argument
109 if ($extension === 'jpg') {
110 $extension = 'jpeg';
116 if ($extension !== '') $path = $extension . ':' . $path;