Home
last modified time | relevance | path

Searched refs:set (Results 26 – 45 of 45) sorted by path

12

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_links.css54 /* icons of the following are set by dokuwiki in lib/exe/css.php */
H A D_search.less151 /* color is set in general */
H A Dcontent.less51 /* embedded images (styles are already partly set in lib/styles/all.css) */
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dlicense.txt2 Icon set: Dusseldorf
/dokuwiki/lib/tpl/dokuwiki/images/pagetools/
H A Dlicense.txt1 Icon set: iPhone toolbar icons
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md17 file is still set up to correctly load it when required, so this shouldn't be a problem in practice - it's just perhaps
/dokuwiki/vendor/composer/
H A DClassLoader.php171 * Registers a set of PSR-0 directories for a given prefix, either
172 * appending or prepending to the ones previously set for this prefix.
219 * Registers a set of PSR-4 directories for a given namespace, either
220 * appending or prepending to the ones previously set for this namespace.
270 * Registers a set of PSR-0 directories for a given prefix,
271 * replacing any others previously set for this prefix.
278 public function set($prefix, $paths)
288 * Registers a set of PSR-4 directories for a given namespace,
289 * replacing any others previously set for this namespace.
284 public function set($prefix, $paths) global() function in Composer\\Autoload\\ClassLoader
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG325 - Allowed for String and Number Styles to be set by the API (BenBE)
452 - start_line_numbers_at() was ignored when GESHI_HEADER_PRE_TABLE was set (revulo)
499 * Properly set comments to be case insensitive where appropriate to increase performance (milian)
507 code is found in this mode, we fallback to the same setting as if GESHI_NEVER was set. That way it
517 * Make sure strict_mode is set properly when doing repeated set_language calls (milian)
799 - Allow regexes to set a CSS class name (SmokingRope)
881 not set and language is set to wierd value (Maksymilian Arciemowicz)
964 - Added method set_encoding that allows you to set the character
965 set use
[all...]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php554 * should be automatically set correctly. If you have
556 * still need to set the path using this parameter or
647 * if you need this set $force_reset = true
914 * @param boolean $preserve_defaults If set, is the flag for whether to merge the "fancy"
925 //Actually set the new styles
1078 * @param int $group Tells the group of symbols for which style should be set.
1143 * @param int $group Tells the group of symbols for which style should be set.
1182 * @param int $group Tells the group of strings for which style should be set.
1211 * @param int $group Tells the group of script blocks for which style should be set.
1231 * @param int $group Tells the group of numbers for which style should be set
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md138 don't create some attributes when they're not set
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php123 return $this->cache->set($this->name, serialize($data), MEMCACHE_COMPRESSED, (int) $this->options['extras']['timeout']);
168 return $this->cache->set($this->name, $data, MEMCACHE_COMPRESSED, (int) $this->options['extras']['timeout']);
H A DMemcached.php173 $this->cache->set($this->name . '_mtime', time(), (int)$this->options['extras']['timeout']);
174 return $this->cache->set($this->name, $data, (int)$this->options['extras']['timeout']);
H A DPsr16.php107 * Equivalent to \Psr\SimpleCache\CacheInterface::set()
109 * public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null): bool;
115 * the driver supports TTL then the library may set a default value
125 return $this->cache->set($key, $value, $ttl);
H A DRedis.php139 $response = $this->cache->set($this->name, serialize($data));
188 $return = $this->cache->set($this->name, $data);
205 return $this->cache->set($this->name, null);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php568 * @var mixed Force input encoding to be set to the follow value
681 * then set configuration options using the provided methods. After setting
702 // Other objects, instances created here so we can set options on them
772 * over any set raw data.
774 * You can set multiple feeds to mash together by passing an array instead
818 * to parse that data string instead of a remote feed. Any set feed URL
1340 * @param bool $set Whether to set them or not
1342 public function set_stupidly_fast($set = false) argument
1344 if ($set) {
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php33 * You can call this function before adding each file to set differen compression levels
123 * $include is set only files that match this expression will be extracted. Files that match the $exclude
685 $set = unpack('vid/vlen', $header);
687 $value = substr($header, 0, $set['len']);
688 $header = substr($header, $set['len']);
689 $extra[$set['id']] = $value;
845 * DOS timestamps start at 1980-01-01, earlier UNIX stamps will be set to this date
918 $header .= pack('v', 0); // general purpose flag - no flags set
964 $header .= pack('v', 0); // general purpose flag - no flags set
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md62 - implement the ```setup($options)``` method and register options, arguments, commands and set help texts
68 - ``$options->getOpts`` lets you access set options
162 The default log level of your script can be set by overwriting the `$logdefault` member.
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DColors.php110 $this->set($color, $channel);
154 public function set($color, $channel = STDOUT) function in splitbrain\\phpcli\\Colors
168 $this->set('reset', $channel);
H A DOptions.php97 * @param bool $set
99 public function useCompactHelp($set = true) argument
101 $this->newline = $set ? '' : "\n";
319 * @param bool|string $default what to return if the option was not set

12