Home
last modified time | relevance | path

Searched refs:r (Results 301 – 309 of 309) sorted by relevance

1...<<111213

/dokuwiki/lib/tpl/dokuwiki/images/
H A Ddokuwiki.svg56 <radialGradient id="o" cx="257.41" cy="274.64" r="7.144" gradientTransform="matrix(1 0 0 1.6314 0 -173.4)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
57 <radialGradient id="i" cx="224.41" cy="212.8" r="8.681" gradientTransform="matrix(1 0 0 .98418 0 3.367)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/inc/
H A DDifferenceEngine.php1150 $r = '<tr><td '.HTMLDiff::css('diff-blockheader').' colspan="'.$this->colspan.'">'.$l1.":</td>\n".
1153 return $r;
1266 $r = '<tr><td colspan="'.$this->colspan.'" '.HTMLDiff::css('diff-blockheader').'>@@ '.$lang['line']." -$xbeg +$ybeg @@";
1267 $r .= ' <span '.HTMLDiff::css('diff-deletedline').'><del>'.$lang['deleted'].'</del></span>';
1268 $r .= ' <span '.HTMLDiff::css('diff-addedline').'>'.$lang['created'].'</span>';
1269 $r .= "</td></tr>\n";
1270 return $r;
/dokuwiki/lib/scripts/
H A Dfileuploader.js436 function r(name, replacement){ message = message.replace(name, replacement); } function
438 r('{file}', this._formatFileName(fileName));
439 r('{extensions}', this._options.allowedExtensions.join(', '));
440 r('{sizeLimit}', this._formatSize(this._options.sizeLimit));
441 r('{minSizeLimit}', this._formatSize(this._options.minSizeLimit));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php618 foreach ($this->w as $r => $wr) {
621 $dw[] = $this->dw[$r][$c];
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1364 fputs($this->fsock, $this->identifier . "\r\n");
1410 //if (substr($line, -2) == "\r\n") {
1429 $this->append_log('->', $this->identifier . "\r\n");
1432 $this->server_identifier = trim($temp, "\r\n");
1455 fputs($this->fsock, $this->identifier . "\r\n");
3823 $this->errors[] = 'SSH_MSG_DISCONNECT: ' . self::$disconnect_reasons[$reason_code] . "\r\n$message";
4141 $this->errors[count($this->errors) - 1] .= "\r\n$error_message";
4467 echo PHP_SAPI == 'cli' ? "\r\n" : '<br>';
4487 $start = $stop = "\r\n";
4513 $temp = "<<< START >>>\r\
[all...]
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt260 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
264 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG1018 - Lines are broken in the source only by \n now, not by \r\n (to save on output source)

1...<<111213