Home
last modified time | relevance | path

Searched refs:name (Results 51 – 75 of 143) sorted by path

123456

/dokuwiki/inc/
H A Dpageutils.php31 * @param string $param the $_REQUEST variable name, default 'id'
465 $name = substr($id, 0, -1 * strlen($ext[0]) - 1);
466 $fn = $conf['mediaolddir'] . '/' . utf8_encodeFN($name . '.' . ( (int) $rev ) . '.' . $ext[0]);
597 * Returns the name of a cachefile from given data
603 * @param string $data This data is used to create a unique md5 name
698 * @param string $file file name
728 * @param string $file file name
H A Dpluginutils.php46 * @param $name string name of the plugin to load
51 function plugin_load($type, $name, $new = false, $disabled = false)
55 return $plugin_controller->load($type, $name, $new, $disabled);
61 * @param string $plugin name of plugin
74 * @param string $plugin name of plugin
87 * @param string $plugin name of plugin
98 * Returns directory name of plugin
100 * @param string $plugin name of plugin
101 * @return string name o
50 plugin_load($type, $name, $new = false, $disabled = false) global() argument
[all...]
H A Dtemplate.php250 $head['meta'][] = ['name' => 'generator', 'content' => 'DokuWiki'];
281 'name' => 'theme-color',
342 $head['meta'][] = ['name' => 'robots', 'content' => 'index,follow'];
344 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,nofollow'];
352 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,follow'];
355 $head['meta'][] = ['name' => 'robots', 'content' => 'index,follow'];
357 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,nofollow'];
364 $head['meta'][] = ['name' => 'keywords', 'content' => implode(',', $INFO['meta']['subject'])];
366 $head['meta'][] = ['name' => 'keywords', 'content' => str_replace(':', ',', $ID)];
473 * @param string $name
421 tpl_link($url, $name, $more = '', $return = false) global() argument
442 tpl_pagelink($id, $name = null, $return = false) global() argument
[all...]
/dokuwiki/inc/parser/
H A Dhandler.php50 * @param string $handler handler method name (see mode handlers below)
81 * Return the current internal status of the given name
113 * @param string $plugin name of the plugin
249 * @param string $name actual mode name
251 protected function nestingTag($match, $state, $pos, $name)
255 $this->addCall($name . '_open', [], $pos);
258 $this->addCall($name . '_close', [], $pos);
281 * An additional parameter with the plugin name is passed. The plugin's handle()
287 * @param string $pluginname name o
239 nestingTag($match, $state, $pos, $name) global() argument
[all...]
H A Dmetadata.php436 * @param string $link The link name
448 * @param string $name name for the link
450 public function locallink($hash, $name = null)
452 if (is_array($name)) {
453 $this->_firstimage($name['src']);
454 if ($name['type'] == 'internalmedia') {
455 $this->_recordMediaUsage($name['src']);
464 * @param string|array|null $name name fo
445 locallink($hash, $name = null) global() argument
461 internallink($id, $name = null) global() argument
502 externallink($url, $name = null) global() argument
526 interwikilink($match, $name, $wikiName, $wikiUri) global() argument
548 windowssharelink($url, $name = null) global() argument
574 emaillink($address, $name = null) global() argument
661 _simpleTitle($name) global() argument
[all...]
H A Dparser.php64 public function __set($name, $value)
67 if ($name === 'Handler') {
72 if ($name === 'Lexer') {
77 $this->deprecationHelperMagicSet($name, $value);
80 public function __get($name)
82 if ($name === 'Handler') {
86 if ($name === 'Lexer') {
90 return $this->deprecationHelperMagicGet($name);
71 __set($name, $value) global() argument
87 __get($name) global() argument
H A Drenderer.php116 * @param string $name Plugin name
121 public function plugin($name, $data, $state = '', $match = '')
124 $plugin = plugin_load('syntax', $name);
570 * @param string $link The link name
581 * @param string $name name for the link
583 public function locallink($hash, $name = null)
591 * @param string|array $title name for the link, array for media file argument
601 * @param string|array $title name fo
115 plugin($name, $data, $state = '', $match = '') global() argument
522 locallink($hash, $name = null) global() argument
780 _simpleTitle($name) global() argument
[all...]
H A Dxhtml.php54 * Key 'name': the section name/title
83 if (isset($args[2])) $data['name'] = $args[2];
253 $data['name'] = $text;
824 * @param string $link The link name
843 * @param string $name name for the link
847 public function locallink($hash, $name = null, $returnonly = false)
850 $name = $this->_getLinkTitle($name,
787 locallink($hash, $name = null, $returnonly = false) global() argument
818 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
905 externallink($url, $name = null, $returnonly = false) global() argument
969 interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) global() argument
1026 windowssharelink($url, $name = null, $returnonly = false) global() argument
1066 emaillink($address, $name = null, $returnonly = false) global() argument
[all...]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php357 '<input type="text" name="acl_w" class="edit" value="%s" />',
367 echo '<input type="hidden" name="ns" value="' . hsc($this->ns) . '" />';
368 echo '<input type="hidden" name="id" value="' . hsc($ID) . '" />';
369 echo '<input type="hidden" name="do" value="admin" />';
370 echo '<input type="hidden" name="page" value="acl" />';
371 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
423 echo '<button type="submit" name="cmd[save]">' . $lang['btn_save'] . '</button>';
425 echo '<button type="submit" name="cmd[save]">' . $lang['btn_update'] . '</button>';
426 echo '<button type="submit" name="cmd[del]">' . $lang['btn_delete'] . '</button>';
642 echo '<input type="hidden" name
763 makeCheckboxes($setperm, $ispage, $name) global() argument
[all...]
H A Dplugin.info.txt5 name ACL Manager
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt5 name Active Directory Auth Plugin
/dokuwiki/lib/plugins/authldap/
H A Dplugin.info.txt5 name LDAP Auth Plugin
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php84 ['select-user', 'select-user-groups', 'update-user-info:name']
118 * @param string $user the user name
154 * name string full name of the user
158 * @param string $user the user name
191 * @param string $name
196 public function createUser($user, $clear, $name, $mail, $grps = null)
210 $userdata = ['user' => $user, 'clear' => $clear, 'hash' => $hash, 'name' => $name, 'mail' => $mail];
264 // changing the user name
236 createUser($user, $clear, $name, $mail, $grps = null) global() argument
[all...]
H A Dplugin.info.txt5 name authpdo plugin
/dokuwiki/lib/plugins/authplain/
H A Dauth.php82 * name string full name of the user
104 * @param string $name
109 protected function createUserLine($user, $pass, $name, $mail, $grps)
112 $userline = [$user, $pass, $name, $mail, $groups];
134 * @param string $name
139 public function createUser($user, $pwd, $name, $mail, $grps = null)
156 $userline = $this->createUserLine($user, $pass, $name, $mail, $grps);
165 'name' => $name,
108 createUserLine($user, $pass, $name, $mail, $grps) global() argument
137 createUser($user, $pwd, $name, $mail, $grps = null) global() argument
[all...]
H A Dplugin.info.txt5 name Plain Auth Plugin
/dokuwiki/lib/plugins/config/
H A Dadmin.php95 echo '<div class="no"><input type="hidden" name="id" value="' . $ID . '" /></div>';
190 echo '<input type="hidden" name="do" value="admin" />';
191 echo '<input type="hidden" name="page" value="config" />';
194 echo '<input type="hidden" name="save" value="1" />';
195 echo '<button type="submit" name="submit" accesskey="s">' . $lang['btn_save'] . '</button>';
257 $name = $setting->prompt($this);
258 $toc[] = html_mktocitem($setting->getKey(), $name, 2);
H A Dplugin.info.txt5 name Configuration Manager
/dokuwiki/lib/plugins/extension/
H A Dcli.php51 'One or more extensions to install. Either by name or download URL',
331 foreach ($list as $name) {
332 $ext->setExtension($name);
H A Dplugin.info.txt5 name Extension Manager
H A Dscript.js54 var extension = $btn.attr('name').split('[')[2];
69 sectok: $btn.parents('form').find('input[name=sectok]').val()
128 $extlist.toggleClass( this.name );
129 DokuCookie.setValue('ext_'+this.name, $extlist.hasClass(this.name) ? '1' : '0');
135 var $input = jQuery( '<input />', { type: 'checkbox', name: chkName })
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php68 * Set the name of the extension this instance shall represents, triggers loading the local and remote data
240 * Get the name of the installation directory
242 * @return string The name of the installation directory
262 * Get the display name of the extension
264 * @return string The display name
268 if (!empty($this->localInfo['name'])) return $this->localInfo['name'];
269 if (!empty($this->remoteInfo['name'])) return $this->remoteInfo['name'];
274 * Get the author name o
[all...]
H A Dgui.php54 foreach ($pluginlist as $name) {
55 $extension->setExtension($name);
87 foreach ($tpllist as $name) {
88 $extension->setExtension("template:$name");
136 foreach ($result as $name) {
137 $extension->setExtension($name);
H A Dlist.php83 $this->form .= '<input type="hidden" name="' . hsc($key) . '" value="' . hsc($value) . '" />';
129 * @param string $class The class name
176 * Generate the class name for the row of the extension
179 * @return string The class name
434 $name = shorten($base, $long, 55);
436 $html = '<a href="' . hsc($url) . '" class="urlextern">' . hsc($name) . '</a>';
638 $name = 'fn[' . $action . '][' . hsc($extension->getID()) . ']';
640 $html = '<button class="' . $classes . '" name="' . $name . '" type="submit" ' . $title . '>' .
H A Drepository.php36 foreach ($list as $name) {
37 $cache = new Cache('##extension_manager##' . $name, '.repo');
40 !isset($this->loaded_extensions[$name]) &&
44 $this->loaded_extensions[$name] = true;
45 $request_data['ext'][] = $name;
107 * @param string $name The plugin name to get the data for, template names need to be prefix by 'template:'
110 public function getData($name)
112 $cache = new Cache('##extension_manager##' . $name, '.repo');
115 !isset($this->loaded_extensions[$name])
98 getData($name) global() argument
[all...]

123456