Home
last modified time | relevance | path

Searched +full:name -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 101 – 125 of 391) sorted by path

12345678910>>...16

/dokuwiki/inc/parser/
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...]
H A Dxhtmlsummary.php9 * Headings have their a name link removed and section editing links
/dokuwiki/inc/
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 Dsearch.php22 * @param callback $func Callback (function name or array with object,method)
208 msg(hsc($info['id']) . ' is not a valid file name for DokuWiki - skipped', -1);
275 msg(hsc($id) . ' is not a valid file name for DokuWiki - skipped', -1);
510 msg(hsc($item['id']) . ' is not a valid file name for DokuWiki - skipped', -1);
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...]
H A Dtoolbar.php16 * @param string $varname Name of the JS variable to fill
198 'name' => 'mediaselect',
272 $sig = str_replace(['@NAME@', '@MAIL@'], '', $sig);
274 $sig = str_replace('@NAME@', $INFO['userinfo']['name'] ?? "", $sig);
/dokuwiki/
H A Dinstall.php195 <input type="hidden" name="l" value="<?php echo $LC ?>"/>
198 <input type="text" name="d[title]" id="title" value="<?php echo $d['title'] ?>" style="width: 20em;"/>
203 <input type="checkbox" name="d[acl]"
209 <input class="text" type="text" name="d[superuser]" id="superuser"
213 <input class="text" type="text" name="d[fullname]" id="fullname"
217 <input class="text" type="text" name="d[email]" id="email" value="<?php echo $d['email'] ?>"/>
220 <input class="text" type="password" name="d[password]" id="password"/>
223 <input class="text" type="password" name="d[confirm]" id="confirm"/>
226 <select class="text" name="d[policy]" id="policy">
236 <input type="checkbox" name
[all...]
/dokuwiki/lib/exe/
H A Dcss.php335 * Interwiki links have two classes: 'interwiki' and 'iw_$name>' where
336 * $name is the identifier given in the config. All Interwiki links get
H A Dindex.html5 <meta name="robots" content="noindex" />
/dokuwiki/lib/images/
H A Dindex.html5 <meta name="robots" content="noindex" />
/dokuwiki/lib/
H A Dindex.html5 <meta name="robots" content="noindex"/>
/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
H A Dremote.php
H A Dscript.js32 current_ns: $frm.find('input[name=ns]').val(),
33 current_id: $frm.find('input[name=id]').val()}),
109 $frm.find('input[name=ns]').val('');
110 $frm.find('input[name=id]').val(dw_acl.parseatt($link[0].search).id);
112 $frm.find('input[name=ns]').val(dw_acl.parseatt($link[0].search).ns);
113 $frm.find('input[name=id]').val('');
/dokuwiki/lib/plugins/authad/
H A Daction.php72 $pos = $form->findPositionByAttribute('name', 'u');
H A Dauth.php184 * name string full name of the user
191 * dn string distinguished name (DN)
228 $info['name'] = $result[0]['displayname'][0];
318 * Normalizes domain parts, does not modify the user name itself (unlike cleanGroup)
375 if (isset($filter['name'])) {
376 $result .= ')(displayname=*' . $adldapUtils->ldapSlashes($filter['name']) . '*';
377 unset($filter['name']);
455 if (isset($filter['name'])) {
456 $result .= 'name
[all...]
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php864 // modifying a name is a bit fiddly
868 $mod["name"][0]=$attributes["firstname"]." ".$attributes["surname"];
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php59 * @param string $computerName The name of the computer
81 * @param string $computerName The name of the computer
102 * @param string $computerName The name of the computer
128 * @param string $computerName The name of the computer
H A DadLDAPContacts.php184 * @param string $group The group name to query
287 * @param string $mailnickname The mailnickname for the contact in Exchange. If NULL this will be set to the display name
H A DadLDAPExchange.php61 * @param string $mailNickname The mail nick name. If mail nickname is blank, the username will be used
109 * @param string $givenName Given name
300 * @param string $mailNickname The mailnickname for the contact in Exchange. If NULL this will be set to the display name
H A DadLDAPFolders.php55 * Delete a distinguished name from Active Directory
58 * @param string $dn The distinguished name to delete
115 // If the folder name is null then we will search the root level of AD
H A DadLDAPGroups.php60 * @param string $parent The parent group name
61 * @param string $child The child group name
211 * @param string $parent The parent group name
212 * @param string $child The child group name
410 * The group name is case sensitive
412 * @param string $groupName The group name to retrieve info about
425 $filter = "(&(objectCategory=group)(name=" . $this->adldap->utilities()->ldapSlashes($groupName) . "))";
437 * The group name is case sensitive
439 * @param string $groupName The group name to retrieve info about
H A DadLDAPUsers.php105 //$add["name"][0]=$attributes["firstname"]." ".$attributes["surname"];
291 * @param string $group The name of the group to check against
527 * Obtain the user's distinguished name based on their userid
H A DadLDAPUtils.php73 // name goes up to the first comma

12345678910>>...16