Home
last modified time | relevance | path

Searched refs:back (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/inc/lang/en/
H A Dbacklinks.txt3 This is a list of pages that seem to link back to the current page.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php8 * If you call read() in \phpseclib3\Net\SSH2 you may get {@link http://en.wikipedia.org/wiki/ANSI_escape_code ANSI escape codes} back.
316 //$back = $attr_cell->reverse ? &$attr_cell->foreground : &$attr_cell->background;
317 $back = &$attr_cell->{ $attr_cell->reverse ? 'foreground' : 'background' };
329 case '40': $back = 'black'; break;
330 case '41': $back = 'red'; break;
331 case '42': $back = 'green'; break;
332 case '43': $back = 'yellow'; break;
333 case '44': $back = 'blue'; break;
334 case '45': $back = 'magenta'; break;
335 case '46': $back
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_imgdetail.css36 #dokuwiki__detail p.back {
/dokuwiki/inc/Remote/IXR/
H A DClient.php61 // Now parse what we've got back
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt3 This [[doku>popularity|tool]] gathers anonymous data about your wiki and allows you to send it back to the DokuWiki developers. This helps them understand how DokuWiki is used in the field, and makes sure future development decisions are backed by real-world usage statistics.
/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/simplepie/simplepie/
H A DREADME.markdown5 'simple' back into 'really simple syndication'. Flexible enough to suit
H A DCHANGELOG.md204 * Changed the sanitization type for author and category back to text from HTML. [#531](https://github.com/simplepie/simplepie/pull/531)
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php732 $back = array();
760 $back[$langname] = $fullname; // we go associative
766 $back[] = $langname;
772 return $back;