Home
last modified time | relevance | path

Searched refs:name (Results 26 – 50 of 143) sorted by last modified time

123456

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
101 private const STATE_NAME = 'name';
152 protected $name = ''; variable in SimplePie\\HTTP\\Parser
272 if ($this->name !== '' && $this->value !== '') {
273 $this->name = strtolower($this->name);
275 if (isset($this->headers[$this->name]) && $this->name !== 'content-type') {
276 $this->headers[$this->name] .= ', ' . $this->value;
278 $this->headers[$this->name]
297 protected function name() global() function in SimplePie\\HTTP\\Parser
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
97 * @param string $realname Element name (including namespace prefix if applicable)
106 $name = preg_quote($realname, '/');
107 if (preg_match_all("/<($name)" . \SimplePie\SimplePie::PCRE_HTML_ATTRIBUTE . "(>(.*)<\/$name>|(\/)?>)/siU", $string, $matches, PREG_SET_ORDER | PREG_OFFSET_CAPTURE)) {
369 * Normalize an encoding name
377 * @return string Standardised name
1929 * Returns an associative array of name/value pairs, where the value is an
1930 * array of values that have used the same name
1943 [$name,
[all...]
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/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php89 foreach ($this->data as $name => $value) {
90 $name = htmlspecialchars($name);
91 $return .= " <member><name>$name</name><value>";
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php43 * @param string $name
47 public function __call($name, $arguments) argument
49 if($name === 'match') {
51 return call_user_func_array([$this, $name], $arguments);
54 trigger_error('Call to undefined method FileInfo::'.$name.'()', E_USER_ERROR);
H A DTar.php265 * @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
320 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
521 * @param string $name
530 protected function writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') argument
534 $namelen = strlen($name);
536 $file = basename($name);
537 $dir = dirname($name);
542 $this->writebytes(pack("a512", substr($name, $s, 512)));
544 $name = substr($name,
[all...]
H A DZip.php293 * @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
301 * @param string|FileInfo $fileinfo either the name to use in archive (string) or a FileInfo oject with all meta data, empty to take from original
321 $name = $fileinfo->getPath();
330 $name,
390 $name,
402 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
425 $name = $fileinfo->getPath();
434 $name,
452 $name,
903 * @param string $name fil
907 makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null) global() argument
954 makeLocalFileHeader($ts, $crc, $len, $clen, $name, $comp = null) global() argument
[all...]
/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/inc/Ui/
H A DDiff.php68 * @param string|array $prefs a key name or key-value pair(s)
79 foreach ($prefs as $name => $value) {
80 $this->preference[$name] = $value;
/dokuwiki/inc/
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...]
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...]
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt5 name Plain Auth Plugin
/dokuwiki/lib/plugins/extension/
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 })
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/lib/plugins/info/
H A Dsyntax.php138 [$name, /* part */] = explode('_', $p, 2);
139 $plginfo[$name] = $po->getInfo();
147 $renderer->externallink($info['url'], $info['name']);
180 $hid = $this->addToToc($info['name'], 2, $renderer);
181 $doc = '<h2><a name="' . $hid . '" id="' . $hid . '">' . hsc($info['name']) . '</a></h2>';
187 $title = '$' . $p . '->' . $method['name'] . '()';
189 $doc .= '<h3><a name="' . $hid . '" id="' . $hid . '">' . hsc($title) . '</a></h3>';
/dokuwiki/inc/parser/
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 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...]
/dokuwiki/inc/lang/en/
H A Dregister.txt3 Fill in all the information below to create a new account in this wiki. Make sure you supply a **valid e-mail address** - if you are not asked to enter a password here, a new one will be sent to that address. The login name should be a valid [[doku>pagename|pagename]].
H A Dregistermail.txt3 User name : @NEWUSER@
4 Full name : @NEWNAME@
/dokuwiki/inc/lang/mr/
H A Dmailtext.txt6 मशिनचे नाव ( Host name ) : @HOSTNAME@
/dokuwiki/vendor/composer/
H A DInstalledVersions.php31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
78 foreach ($installed['versions'] as $name => $package) {
80 $packagesByType[] = $name;
91 * This also returns true if the package name is provided or replaced by another package
246 * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
260 * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
283 * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
306 * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
316 * @psalm-return list<array{root: array{name
[all...]
/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 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