Home
last modified time | relevance | path

Searched refs:name (Results 76 – 100 of 143) sorted by last modified time

123456

/dokuwiki/lib/plugins/styling/
H A Dadmin.php87 $name = tpl_getLang($key);
88 if (empty($name)) $name = $this->getLang($key);
89 if (empty($name)) $name = $key;
92 echo '<td><label for="tpl__' . hsc($key) . '">' . $name . '</label></td>';
93 echo '<td><input type="' . $this->colorType($value) . '" name="tpl[' . hsc($key) . ']" ' .
101 echo '<button type="submit" name="run[preview]" class="btn_preview primary">' .
104 echo '<button type="submit" name="run[reset]">' . $this->getLang('btn_reset') . '</button>';
108 echo '<button type="submit" name
[all...]
/dokuwiki/lib/scripts/
H A Dtoolbar.js156 props.name,
H A Dcompatibility.js15 if(arguments.callee) func = arguments.callee.caller.name;
H A Dfileuploader.js129 qq.hasClass = function(element, name){ argument
130 var re = new RegExp('(^| )' + name + '( |$)');
133 qq.addClass = function(element, name){ argument
134 if (!qq.hasClass(element, name)){
135 element.className += ' ' + name;
138 qq.removeClass = function(element, name){ argument
139 var re = new RegExp('(^| )' + name + '( |$)');
403 var name, size; variable
408 name = file.value.replace(/.*(\/|\\)/, "");
411 name
436 r(name, replacement) global() argument
761 name: 'file', global() property in qq.UploadButton._options
[all...]
H A Dhelpers.js64 e.name, e.message, file);
/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 {
H A D_search.less28 input[name="q"] {
/dokuwiki/inc/Input/
H A DInput.php76 * @param string $name Parameter name
79 public function has($name)
81 return isset($this->access[$name]);
91 * @param string $name Parameter name
93 public function remove($name)
95 if (isset($this->access[$name])) {
96 unset($this->access[$name]);
99 if (isset($this->post) && isset($_POST[$name])) {
80 has($name) global() argument
94 remove($name) global() argument
116 param($name, $default = null, $nonempty = false) global() argument
130 set($name, $value) global() argument
146 ref($name, $default = '', $nonempty = false) global() argument
163 int($name, $default = 0, $nonempty = false) global() argument
182 str($name, $default = '', $nonempty = false) global() argument
204 valid($name, $valids, $default = null) global() argument
224 bool($name, $default = false, $nonempty = false) global() argument
243 arr($name, $default = array(), $nonempty = false) global() argument
267 extract($name) global() argument
[all...]
H A DPost.php21 * @param string $name Parameter name
24 public function set($name, $value)
26 parent::set($name, $value);
27 $_REQUEST[$name] = $value;
25 set($name, $value) global() argument
/dokuwiki/inc/
H A DJpegMeta.php26 // 3. Neither the name of the author nor the names of its contributors
139 * @param array|string $fields field name or array with field names
200 * @param string $field field name
221 * @param string $field field name
260 * @param string $field field name
316 * @param string $field field name
340 * @param string $field field name
364 * @param string $field field name
388 * @param string $field field name
413 * @param string $field field name
2402 _isMarkerDisabled($name) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php70 * Return ASN.1 name string
88 * Return name hash for file indexing
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) {
1507 * Decodes an IP address in a name constraints extension
1598 case 'id-at-name'
5094 getOID($name) global() argument
[all...]
/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/vendor/simplepie/simplepie/src/
H A DAuthor.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
61 * Author's name
66 public $name; variable in SimplePie\\Author
87 * @param string $name
91 public function __construct($name = null, $link = null, $email = null) argument
93 $this->name = $name;
110 * Author's name
116 if ($this->name !== null) {
117 return $this->name;
[all...]
H A DCredit.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
77 * Credited name
82 public $name; variable in SimplePie\\Credit
90 public function __construct($role = null, $scheme = null, $name = null) argument
94 $this->name = $name;
137 * Get the credited person/entity's name
143 if ($this->name !== null) {
144 return $this->name;
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBase.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
78 * @param string $name Unique ID for the cache
81 public function __construct($location, $name, $type); argument
H A DCallableNameFilter.php21 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
67 * The returning name MUST follow the rules for keys in PSR-16.
71 * The returning name MUST be a string of at least one character
81 * @param string $name The name for the cache will be most likly an url with query string
83 * @return string the new cache name
85 public function filter(string $name): string argument
87 return call_user_func($this->callable, $name);
H A DMySQL.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
88 * @param string $name Unique ID for the cache
91 public function __construct($location, $name, $type) argument
117 $this->id = $name . $type;
H A DRedis.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
81 * Cache name
85 protected $name; variable in SimplePie\\Cache\\Redis
91 * @param string $name Unique ID for the cache
94 public function __construct($location, $name, $options = null) argument
117 $this->name = $this->options['prefix'] . $name;
139 $response = $this->cache->set($this->name, serialize($data));
141 $this->cache->expire($this->name, $this->options['expire']);
154 $data = $this->cache->get($this->name);
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dplugin.info.txt5 name User Manager
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md160 * Corrected incorrect alumni name. [#638](https://github.com/simplepie/simplepie/pull/638)
H A DLICENSE.txt14 * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE473 <one line to give the library's name and a brief idea of what it does.>
474 Copyright (C) <year> <name of author>
H A DReadMe.txt61 1. Say we wish to encode the domain name nörgler.com:
76 the domain name reads originally
/dokuwiki/inc/Parsing/
H A DParser.php59 * @param string $name argument
62 public function addMode($name, ModeInterface $Mode)
68 $this->modes[$name] = $Mode;
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php606 * Gets a human-readable language name (thanks to Simon Patterson
609 * @return string The name for the current language
631 * Clean up the language name to prevent malicious code injection
633 * @param string $language The name of the language to strip
649 * @param string $language The name of the language to use
661 //Clean up the language name to prevent malicious code injection
752 // Raw lang name is here
782 //Clean up the language name to prevent malicious code injection
854 * @param string $class The class name to use for this block of code
1439 * name, o
4328 _genCSSName($name) global() argument
[all...]

123456