Home
last modified time | relevance | path

Searched refs:r (Results 301 – 325 of 2140) sorted by last modified time

1...<<11121314151617181920>>...86

/plugin/upgrade/lang/no/
H A Dstep0.txt
/plugin/upgrade/lang/sv/
H A Dstep0.txt
/plugin/smtp/lang/sv/
H A Dintro.txt3 Denna sida tillåter dig att skicka ett test-e-brev via DokuWiki. Du kan använda sidan för att kontr…
/plugin/statistics/inc/pchart/
H A DGDCanvas.php91 $C_Rectangle = imagecolorallocate($this->Layers [0], $color->r, $color->g, $color->b);
527 $Ra = floor($color->r * $alpha + $R2 * $iAlpha);
547 return (imagecolorallocate($this->picture, $color->r, $color->g, $color->b));
551 $color->r,
H A DColor.php32 * The members r, g and b are still public since they are used
36 public $r; variable in Color
68 $this->r = $red;
93 return sprintf('#%02x%02x%02x', $this->r, $this->g, $this->b);
107 list($r, $g, $b) = array(
113 list($r, $g, $b) = array(
122 $r = hexdec($r);
126 return array($r, $g, $b);
134 $incremented = new Color($this->r,
[all...]
/plugin/statistics/inc/
H A DStatisticsLogger.class.php308 $referer = trim($_REQUEST['r']);
/plugin/statistics/
H A Dscript.js24 r: document.referrer, property in plugin_statistics.data
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt227 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
231 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
/plugin/farmer/lang/fr/
H A Dtab_config_help.txt
H A Dnotfound_list.txt
H A Dtab_new_help.txt
H A Dtab_plugins_help.txt
/plugin/farmer/lang/de/
H A Dtab_delete.txt
H A Dtab_plugins.txt
H A Dtab_setup.txt
/plugin/openid/Auth/OpenID/
H A DAX.php258 // 'No type is defined for attribute name %r' % (alias,))
H A DConsumer.php656 $r = new Auth_OpenID_AuthRequest($service_endpoint, $assoc);
657 $r->return_to_args[$this->openid1_nonce_query_arg_name] =
660 if ($r->message->isOpenID1()) {
661 $r->return_to_args[$this->openid1_return_to_identifier_name] =
662 $r->endpoint->claimed_id;
665 return $r;
H A DMDB2Store.php130 $r = $this->connection->exec(
138 if (@PEAR::isError($r)) {
175 if (@PEAR::isError($r)) {
183 if (@PEAR::isError($r)) {
200 $r = $this->connection->exec(
211 if (@PEAR::isError($r)) {
261 if (@PEAR::isError($r)) {
359 $r = $this->connection->execParam(
364 if (@PEAR::isError($r) || $r == 0) {
387 $r = $this->connection->autoExecute(
[all …]
H A DDiffieHellman.php73 $r = $this->lib->rand($this->mod);
74 $this->private = $this->lib->add($r, 1);
H A DSQLStore.php319 $r = $this->connection->query($this->sql['nonce_table']);
320 return $this->resultToBool($r);
328 $r = $this->connection->query($this->sql['assoc_table']);
329 return $this->resultToBool($r);
H A DServer.php850 $r = new Auth_OpenID_CheckIDRequest($identity, $return_to,
854 $r->namespace = $message->getOpenIDNamespace();
855 $r->message = $message;
857 if (!$r->trustRootValid()) {
862 return $r;
/plugin/prosemirror/lib/
H A Dbundle.js1 !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r function
[all...]
/plugin/do/lang/fr/
H A Dmail_reopen.txt
/plugin/edittable/lib/
H A Dhandsontable.full.js14557 for (r = 0; r < rlen; r++) {
15031 for (r = topLeft.row; r <= bottomRight.row; r++) {
18748 for (var r = topLeft.row; r <= bottomRight.row; r++) {
18771 for (var r = topLeft.row; r <= bottomRight.row; r++) {
18799 for (var r = topLeft.row; r <= bottomRight.row; r++) {
23650 for (r = 0, rLen = rows.length; r < rLen; r += 1) {
23698 for (r = 0, rLen = arr.length; r < rLen; r += 1) {
33550 for (var r = 0; r < rlen; r++) {
33963 for (var r = 0; r < this.instance.countSourceRows(); r++) {
34075 for (r = Math.min(start.row, end.row); r <= rlen; r++) {
[all …]
/plugin/edittable/renderer/
H A Djson.php136 for($r = 1; $r < $rowspan; $r++) {
137 $this->tmeta[$row + $r][$col + $c]['hide'] = true;
138 $this->tmeta[$row + $r][$col + $c]['rowspan'] = 1;
139 $this->tmeta[$row + $r][$col + $c]['colspan'] = 1;
140 $this->tdata[$row + $r][$col + $c] = '';
145 for($r = 1; $r < $rowspan; $r++) {
146 $this->tmeta[$row + $r][$col]['hide'] = true;
147 $this->tmeta[$row + $r][$col]['rowspan'] = 1;
148 $this->tmeta[$row + $r][$col]['colspan'] = 1;
149 $this->tdata[$row + $r][$col] = ':::';

1...<<11121314151617181920>>...86