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 126 – 150 of 391) sorted by relevance

12345678910>>...16

/dokuwiki/lib/plugins/authldap/conf/
H A Ddefault.php15 //$conf['mapping']['name'] unsupported in config manager
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
272 foreach ($attributes as $name => $value) {
273 [$attrib_namespace, $attribute] = $this->split_ns($name);
299 foreach ($attribs[''] as $name => $value) {
300 $this->data['data'] .= ' ' . $name . '="' . htmlspecialchars($value, ENT_COMPAT, $this->encoding) . '"';
381 $name = '';
385 if (isset($data['properties']['name'][0])) {
386 $name = $data['properties']['name'][0];
390 if ($name
[all...]
/dokuwiki/inc/Action/
H A DAdmin.php28 // retrieve admin plugin name from $_REQUEST['page']
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php51 * @param string $template The name of the mail template
56 * @param array $headers Additional mail headers in the form 'name' => 'value'
/dokuwiki/inc/Extension/
H A DAdminPlugin.php17 * (Default localized language string 'menu' is returned, override this function for setting another name)
27 $menutext = $info['name'] . ' ...';
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingString.php28 $input = '<input id="config___' . $key . '" name="config[' . $key .
H A DSettingUndefined.php24 // determine the name the meta key would be called
H A DSettingPassword.php37 $input = '<input id="config___' . $key . '" name="config[' . $key .
/dokuwiki/inc/Form/
H A DValueElement.php10 * What the value is (tag name, content, etc) is defined by the actual implementations
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmysql.php109 // Mix: statement keywords distinguished from functions by the same name
130 // Column data types distinguished from functions by the same name
142 // Column attribute distinguished from function by the same name
153 // Date-time unit specifiers distinguished from functions by the same name
163 // Operator distinghuished from function by the same name
181 // String functions distinguished from other keywords by the same name
192 // Numeric function distinguished from other keyword by the same name
210 // Date-time functions distinguished from other keywords by the same name
219 // Comparison functions distinguished from other keywords by the same name
241 // Information functions distinguished from other keywords by the same name
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DPIECreator01.php45 $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";
H A DAtomCreator10.php52 $feed .= " <name>".$this->editor."</name>\n";
93 $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";
/dokuwiki/inc/
H A Dfarm.php11 * * An .htaccess based setup can use any animal directory name:
14 * the domain name: If an animal resides in http://www.example.org:8080/mysite/test/,
63 // check that $animal is a string and just a directory name and not a path
65 nice_die('Sorry! Invalid animal name!');
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);
H A Dcommon.php149 $ret = '<div class="no"><input type="hidden" name="sectok" value="' . getSecurityToken() . '" /></div>' . "\n";
188 if (empty($info['userinfo']['name'])) {
189 $info['userinfo']['name'] = $INPUT->server->str('REMOTE_USER');
374 * @param array $params array with (attribute name-attribute value) pairs
400 * @return string[] with the data: array(pageid=>name, ... )
423 $name = noNSorNS($ID);
428 $name = $title;
438 $crumbs[$ID] = $name;
715 * [name] - real name (i
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt17 and their encoded form as it will be used in the DNS (Domain Name System).
61 1. Say we wish to encode the domain name nörgler.com:
76 the domain name reads originally
/dokuwiki/conf/
H A Ddokuwiki.php17 $conf['start'] = 'start'; //name of start page
21 $conf['sidebar'] = 'sidebar'; //name of sidebar in root namespace (if template supports it)
39 $conf['signature'] = ' --- //[[@MAIL@|@NAME@]] @DATE@//'; //signature see wiki page for details
40 $conf['showuseras'] = 'loginname'; // 'loginname' users login name
41 // 'username' users full name
50 $conf['useheading'] = 0; //use the first heading in a page as its name
H A Dacronyms.conf13 DNS Domain Name System
/dokuwiki/lib/scripts/
H A Dcompatibility.js15 if(arguments.callee) func = arguments.callee.caller.name;
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE16 3. Neither the name of the copyright holder nor the names of its
/dokuwiki/vendor/simplepie/simplepie/
H A DLICENSE.txt14 * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt14 - Neither the name of Incutio Ltd. nor the names of its contributors
/dokuwiki/lib/plugins/styling/
H A Dpopup.php25 <meta name="viewport" content="width=device-width,initial-scale=1" />
/dokuwiki/lib/plugins/revert/
H A Dadmin.php75 echo '<input type="text" name="filter" class="edit" value="' . hsc($INPUT->str('filter')) . '" /> ';
128 echo '<input type="hidden" name="filter" value="' . hsc($filter) . '" />';
145 echo '<input type="checkbox" name="revert[]" value="' . hsc($recent['id']) .
/dokuwiki/lib/plugins/authad/adLDAP/classes/
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

12345678910>>...16