Home
last modified time | relevance | path

Searched refs:h (Results 1776 – 1800 of 1992) sorted by path

1...<<71727374757677787980

/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1h","invalid","unicode","ALPHA","ALPHANUMERIC","errors","stateOverride","cursor","seenAt","seenBrac…
H A Dpdf.worker.js10297 if (h === '') {
22316 var h, v;
22338 h = component.h;
22777 h: h,
25850 h = h7,
25857 h = g;
26050 h.assign(h7);
26053 t1.assign(h);
26063 tmp3 = h;
26064 h = g;
[all …]
H A Dpdf.worker.js.map1h","invalid","unicode","ALPHA","ALPHANUMERIC","errors","stateOverride","cursor","seenAt","seenBrac…
/plugin/pdfjs/pdfjs/web/locale/az/
H A Dviewer.properties167 find_match_case_label=Böyük/kiçik hərfə həssaslıq
/plugin/pdfjs/pdfjs/web/locale/br/
H A Dviewer.properties18 next.title=Pajenn war-lerc'h
19 next_label=War-lerc'h
164 find_next.title=Kavout an tamm frazenn war-lerc'h o klotañ ganti
165 find_next_label=War-lerc'h
186 find_match_count_limit[zero]=Muioc'h eget {{limit}} a glotadennoù
187 find_match_count_limit[one]=Muioc'h eget {{limit}} a glotadennoù
188 find_match_count_limit[two]=Muioc'h eget {{limit}} a glotadennoù
189 find_match_count_limit[few]=Muioc'h eget {{limit}} a glotadennoù
190 find_match_count_limit[many]=Muioc'h eget {{limit}} a glotadennoù
195 error_more_info=Muioc'h a ditouroù
[all …]
/plugin/pdfjs/pdfjs/web/locale/da/
H A Dviewer.properties65 cursor_hand_tool.title=Aktiver håndværktøj
/plugin/pdfjs/pdfjs/web/locale/gd/
H A Dviewer.properties142 document_outline.title=Seall oir-loidhne na sgrìobhainn (dèan briogadh dùbailte airson a h-uile nì …
162 find_previous.title=Lorg làthair roimhe na h-abairt seo
164 find_next.title=Lorg ath-làthair na h-abairt seo
166 find_highlight=Soillsich a h-uile
/plugin/pdfjs/pdfjs/web/locale/gn/
H A Dviewer.properties109 document_properties_page_size_orientation_portrait=Oĩháicha
/plugin/pdfjs/pdfjs/web/locale/ku/
H A Dviewer.properties97 find_match_case_label=Ji bo tîpên hûrdek-girdek bihîstyar
143 printing_not_supported=Hişyarî: Çapkirin ji hêla vê gerokê ve bi temamî nayê destekirin.
/plugin/pdfjs/pdfjs/web/locale/sv-SE/
H A Dviewer.properties243 printing_not_supported=Varning: Utskrifter stöds inte helt av den här webbläsaren.
/plugin/pdfjs/pdfjs/web/locale/tr/
H A Dviewer.properties157 thumb_page_canvas={{page}}. sayfanın küçük hâli
/plugin/pdfjs/pdfjs/web/locale/vi/
H A Dviewer.properties56 page_rotate_cw.title=Xoay theo chiều kim đồng h
57 page_rotate_cw.label=Xoay theo chiều kim đồng h
58 page_rotate_cw_label=Xoay theo chiều kim đồng h
59 page_rotate_ccw.title=Xoay ngược chiều kim đồng h
60 page_rotate_ccw.label=Xoay ngược chiều kim đồng h
61 page_rotate_ccw_label=Xoay ngược chiều kim đồng h
187 find_match_count_limit[one]=Nhiều hơn {{limit}} đã trùng
188 find_match_count_limit[two]=Nhiều hơn {{limit}} đã trùng
196 error_less_info=Hiển thị ít thông tin hơn
225 invalid_file_error=Tập tin PDF hỏng hoặc không hợp lệ.
[all …]
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …sorTools.switchTool(CursorTool.SELECT);\n break;\n case 72: // 'h'\n PDFViewerA…
/plugin/pdftools/img/
H A Dline.php5 if (isset($_GET['h'])) {$h = intval($_GET['h']);} else $h=1; variable
7 if ($h>10) $h=10; variable
10 if (!isset($_GET["q"])) {$im = imagecreate(1,$h*20);} else {$im = imagecreate($h*40,1);}
/plugin/pgn4web/pgn4web/
H A DdemoGames.pgn36 Bishop control of the e6 square and makes sure the h Pawn will not be
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
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 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]…
/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/phosphor/
H A Dphosphor.php135 …d-image:url(' . ml($background['src'], array( 'w' => $background['width'], 'h' => $background['hei…
/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g…
H A Dlg-thumbnail.min.js4h=d.core.isVideo(a,c)||{},i="";h.youtube||h.vimeo||h.dailymotion?h.youtube?g=d.core.s.loadYoutubeT…
H A Dlg-video.min.js4h,i=function(c,d){if(a.find(".lg-video").append(b.loadVideo(c,"",!1,b.core.index,d)),d)if(b.core.s…
H A Dlg-zoom.min.js4h=(a(window).height()-f.prop("offsetHeight"))/2+a(window).scrollTop();d=b.pageX-g,e=b.pageY-h;var … argument
H A Dlightgallery.min.js4h=this.$outer.find(".lg-inner");h.css("transition-timing-function",this.s.cssEasing),h.css("transi…

1...<<71727374757677787980