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 151 – 175 of 391) sorted by relevance

12345678910>>...16

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
67 * SimplePie Name
69 public const NAME = 'SimplePie'; define in SimplePie\\SimplePie
84 public const LINKBACK = '<a href="' . self::URL . '" title="' . self::NAME . ' ' . self::VERSION . '">' . self::NAME . '</a>';
1039 * @param string $class Name of custom class
1055 * @param string $class Name of custom class
1071 * @param string $class Name of custom class
1087 * @param string $class Name of custom class
1103 * @param string $class Name o
[all...]
H A DGzdecode.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
180 * @param string $name
183 public function __set($name, $value) argument
185 trigger_error("Cannot write property $name", E_USER_ERROR);
H A DCache.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
120 * @param class-string<Base> $class Name of handler class. Must implement Base
/dokuwiki/inc/Parsing/Lexer/
H A DStateStack.php22 * @param string $start Starting state name.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php106 * @param string $protocol The wrapper name to be registered.
491 // "It is an error if there already exists a file with the name specified by newpath."
733 * @param string $name
737 public function __call($name, array $arguments)
740 echo $name . '(';
750 $name = '_' . $name;
751 if (!method_exists($this, $name)) {
754 return $this->$name(...$arguments);
777 __call($name, $arguments) global() argument
/dokuwiki/lib/plugins/config/core/
H A DLoader.php199 * @param string $extname name of the extension
230 * @param string $extname name of the extension
256 * @param string $extname name of the extension
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingEmail.php30 $mail = str_replace('@NAME@', 'Joe Schmoe', $mail);
H A DSettingRenderer.php30 $this->prompts[$plugin] = $info['name'];
H A DSettingOnoff.php43 $input = '<div class="input"><input id="config___' . $key . '" name="config[' . $key .
/dokuwiki/inc/Action/
H A DRedirect.php32 //get section name when coming from section edit
H A DSubscribe.php97 hsc($INFO['userinfo']['name']),
108 hsc($INFO['userinfo']['name']),
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php84 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
92 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
/dokuwiki/lib/plugins/authad/adLDAP/classes/
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
/dokuwiki/lib/plugins/extension/helper/
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 . '>' .
/dokuwiki/lib/tpl/dokuwiki/
H A Dmediamanager.php22 <meta name="viewport" content="width=device-width,initial-scale=1" />
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php42 echo '<dd class="name">';
/dokuwiki/lib/plugins/authldap/conf/
H A Dmetadata.php16 //$meta['mapping']['name'] unsupported in config manager
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_fullscreen.css283 #mediamanager__page .filelist .thumbs li .name,
293 #mediamanager__page .filelist .thumbs li .name {
338 #mediamanager__page .filelist .rows li .name,
348 [dir=rtl] #mediamanager__page .filelist .rows li .name,
357 #mediamanager__page .filelist .rows li .name {
/dokuwiki/inc/Search/
H A DIndexer.php28 * @param string $page a page name
161 * @param string $page a page name
198 foreach ($key as $name => $values) {
199 $metaname = idx_cleanName($name);
267 * old or new name exists in the filesystem. It returns an error if the old page isn't in the page list of the
270 * @param string $oldpage The old page name
271 * @param string $newpage The new page name
375 * @param string $page a page name
397 * @param string $page a page name
661 * @param string $key name o
[all...]
/dokuwiki/inc/Sitemap/
H A DMapper.php163 foreach ($data['ping_urls'] as $name => $url) {
164 Logger::debug("Sitemapper::PingSearchEngines(): pinging $name");
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php70 * Return ASN.1 name string
88 * Return name hash for file indexing
142 * Distinguished Name
297 'id-at-name' => '2.5.4.41',
416 'pkcs-9-at-unstructuredName' => '1.2.840.113549.1.9.2', // PKCS #9 unstructured name
1022 * the certificate (e.g., more than one dNSName name, a match in any one
1024 * character * which is considered to match any single domain name
1043 foreach ($names as $name) {
1044 foreach ($name as $key => $value) {
1052 be used as the identity. Otherwise, the (most specific) Common Name
163 var $Name; global() variable in phpseclib\\File\\X509
5094 getOID($name) global() argument
[all...]
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php29 /** @var string name of the action, usually the lowercase class name */
205 * @return string the name of this item
/dokuwiki/inc/Ui/
H A DRecent.php90 $RevInfo->showFileName(), // name of page or media
190 $html .= '<button type="submit" name="first[' . $first . ']" accesskey="n"'
198 $html .= '<button type="submit" name="first[' . $last . ']" accesskey="p"'
/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);
/dokuwiki/conf/
H A Dmediameta.php40 array('File.Name')),

12345678910>>...16