Home
last modified time | relevance | path

Searched refs:h (Results 1826 – 1850 of 1992) sorted by last modified time

1...<<71727374757677787980

/plugin/judge/
H A Dsubmissions.sqlite27 …������������7��������������������������������������������������.�+# V�h�سوال-پنجsmmsadrnezht…
28 …����������������������������������������������������������t����������h����������\���������…
35 …adrnezhoutput-only=i�3'## 2016-01-18 17:12:31سوال_دوsmmsadrnezhoutput-only=h�3'## 2016-01-18 17:…
/plugin/dokucrypt/
H A Dscript.js1661 var h = hexSentinel + byteArrayToHex(b) + hexEndSentinel;
1663 while (h.length > maxLineLength) {
1665 t += h.substring(0, maxLineLength) + "\n";
1666 h = h.substring(maxLineLength, h.length);
1669 t += h + "\n";
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js247 case 72: // h
3297 var chessMovesRegExp = new RegExp("\\b((\\d+(\\.{1,3}|\\s)\\s*)?((([KQRBN][a-h1-8]?)|[a-h])?x?[a-h]…
H A DdemoGames.pgn36 Bishop control of the e6 square and makes sure the h Pawn will not be
H A Dpgn-standard.txt712 case letter from "a" (leftmost or queenside) up to and including "h" (rightmost
2035 rank. For each rank, the squares are specified from file a to file h. White
2175 rank. For each rank, the squares are specified from file a to file h. White
H A Dpgn-standard-proposed-supplement.txt197 format h:mm:ss (except for the mct command which requires hh:mm:ss)
222 Takes one parameter in the format h:mm:ss
229 Takes one parameter in the format h:mm:ss
263 The rest of the string is a time in the format h:mm:ss which indicates the
/plugin/panoview/
H A Dsyntax.php193 function image_scale($image, $x, $y, $w, $h) { argument
194 $scale = imagecreatetruecolor($w, $h);
195 imagecopyresampled($scale, $image, 0, 0, 0, 0, $w, $h, $x, $y);
204 $h = abs($lower - $upper);
205 $crop = imagecreatetruecolor($w, $h);
206 imagecopy($crop, $image, 0, 0, $left, $upper, $w, $h);
/plugin/imageshack/
H A Daction.php116 $h = 100;
119 $h = $item['height'];
122 $src = ml($item['link'],array('w'=>$w,'h'=>$h));
125 $p['height'] = $h;
/plugin/graphgear/
H A Dsyntax.php69 $xml = $this->getXML($conf,$w,$h);
77 'height' => $h,
130 function getXML($conf,&$w,&$h){ argument
154 $h = $graph['height'];
/plugin/badbehaviour/lang/de/
H A Dstats.txt3 … Menge der durch das Plugin geblockten Zugriffsversuche der letzten Tage und der häufigsten Gründe.
/plugin/badbehaviour/bad-behavior/
H A Dcore.inc.php43 foreach ($package['headers'] as $h => $v) {
44 $headers .= bb2_db_escape("$h: $v\n");
48 foreach ($package['request_entity'] as $h => $v) {
49 $request_entity .= bb2_db_escape("$h: $v\n");
112 foreach ($headers as $h => $v) {
113 $headers_mixed[uc_all($h)] = $v;
129 foreach ($_POST as $h => $v) {
130 $request_entity[$h] = $v;
H A Dfunctions.inc.php62 foreach ($_SERVER as $h => $v)
63 if (preg_match('/HTTP_(.+)/', $h, $hp))
/plugin/markdownextra/lib/meltdown/js/lib/
H A Drangyinputs-jquery.min.js17h,i,j,k,b="undefined";a(document).ready(function(){function v(a,b){return function(){var c=this.jq… variable
/plugin/topbarsyntax/
H A DREADME18 the menu orientation (h = horizontal, vl = vertical, left sided, vr = vertical, right sided).
20 horizontal menu bar syntax = {{topbarsyntax>850px,h}}
/plugin/orphanmedia/
H A Dsyntax.php273 $h = (int) $minfo[1];
275 if($w > $w_max || $h > $h_max) {
276 if($h > $h_max) {
277 $ratio = $h_max / $h;
278 $h = $h_max;
284 $h = floor($h * $ratio);
291 … . '"><img src="'. DOKU_URL . 'lib/exe/fetch.php?media=' . $rt2 .'&w='.$w.'&h='.$h
816 if($w >= $h) {
818 elseif($h > $maxheight) { $ratio = $maxheight/$h; }
821 if($h >= $maxheight) { $ratio = $maxheight/$h; }
/plugin/dirpictures/
H A Dsyntax.php109 $dim = array('w'=>350, 'h'=>220);
/plugin/freechat/phpfreechat/themes/msn/smileys/
H A Dtheme.txt7 msn_hot.gif (H) (h)
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2859 if (!h) return '';
2860 if (Object.isFunction(h)) return h(m);
3052 var h = Selector.handlers;
3202 if (!h.previousElementSibling(node) && !h.nextElementSibling(node))
3244 h.mark(nodes);
3265 h.unmark(nodes);
3266 h.unmark(indexed);
3282 h.mark(exclusions);
3285 h.unmark(exclusions);
3328 h.mark(matches);
[all …]
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js472 this.fromHSV = function(h, s, v, flags) { // null = don't change argument
473 if(h !== null) { h = Math.max(0.0, this.minH, Math.min(6.0, this.maxH, h)); }
478 h===null ? this.hsv[0] : (this.hsv[0]=h),
554 var h = r===n ? 3+(b-g)/m : (g===n ? 5+(r-b)/m : 1+(g-r)/m);
555 return [ h===6?0:h, m/v, v ];
559 function HSV_RGB(h, s, v) {
560 if(h === null) { return [ v, v, v ]; }
561 var i = Math.floor(h);
562 var f = i%2 ? h-i : 1-(h-i);
/plugin/google_cal/
H A Dsyntax.php41 @list($w, $h) = explode(',',$matches[2],2);
43 $h = $matches[2];
48 $h = '600';
55 return array('wiki', hsc(trim("$url")), hsc(trim($alt)), hsc(trim($w)), hsc(trim($h)));
62 list($style, $url, $alt, $w, $h) = $data;
69 "title='$alt' width='$w' height='$h' frameborder='0'></iframe>\n";
/plugin/osm/
H A Dscript.js47 var offset = new OpenLayers.Pixel(-(size.w/2), -size.h);
/plugin/ebnf/
H A Debnf.php103 function create_image($w, $h) {
105 $im = imagecreatetruecolor($w, $h) or die("no img");
113 imagefilledrectangle($im, 0,0,$w,$h,$white);
133 $h = 2*EBNF_U;
134 $im = create_image($w, $h);
137 imagerectangle($im, EBNF_U, 0, $w-EBNF_U-1, $h-1, $black);
138 imagestring($im, EBNF_FONT, 2*EBNF_U, ($h-imagefontheight(EBNF_FONT))/2, $text, $red);
141 rr($im, EBNF_U, 0, $w-EBNF_U-1, $h-1, EBNF_U/2, $black);
142 imagestring($im, EBNF_FONT, 2*EBNF_U, ($h-imagefontheight(EBNF_FONT))/2,
153 $h
104 create_image($w, $h) global() argument
[all...]
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12h=this.length;h>a;a++){var p=this[a],u=t.data(p,e);if(u)if(t.isFunction(u[o])&&"_"!==o.charAt(0)){… function
13h.prototype._resetLayout=function(){this.getSize(),this._getMeasurements();var t=this.packer;this.…
/plugin/twcheckliste/
H A Drenderer.php.old120 $this->doc .= '<h'.($level-1).'>';
122 $this->doc .= '</h'.($level-1).'>'.DOKU_LF;

1...<<71727374757677787980