Home
last modified time | relevance | path

Searched refs:working (Results 1 – 7 of 7) sorted by path

/dokuwiki/lib/styles/
H A Dscreen.css82 (e.g. for screen readers or to keep access keys working) */
/dokuwiki/vendor/geshi/geshi/
H A DBUGS25 guarantee it is working all the time.
H A DCHANGELOG374 - Fixed a problem where HardEscapes weren't working when no escape char was given (BenBE)
530 * Properly handle escapes in strings, i.e. '\\' was not working properly before (milian)
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md17 The original XML-RPC library was developed back in 2002 and updated through 2010 by Incutio for a number of projects the company was working on at the time. It has become fairly dated but is still used extensively by a wide range of commercial and open-source projects.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php103 public function find($type = \SimplePie\SimplePie::LOCATOR_ALL, &$working = null) argument
120 if ($type & \SimplePie\SimplePie::LOCATOR_AUTODISCOVERY && $working = $this->autodiscovery()) {
121 return $working[0];
125 if ($type & \SimplePie\SimplePie::LOCATOR_LOCAL_EXTENSION && $working = $this->extension($this->local)) {
126 return $working[0];
129 if ($type & \SimplePie\SimplePie::LOCATOR_LOCAL_BODY && $working = $this->body($this->local)) {
130 return $working[0];
133 if ($type & \SimplePie\SimplePie::LOCATOR_REMOTE_EXTENSION && $working = $this->extension($this->elsewhere)) {
134 return $working[0];
137 if ($type & \SimplePie\SimplePie::LOCATOR_REMOTE_BODY && $working
[all...]
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md20 examples for working with TARs to get you started.