Home
last modified time | relevance | path

Searched refs:pt (Results 126 – 150 of 419) sorted by last modified time

12345678910>>...17

/plugin/ckgedit/ckeditor/lang/
H A Dfr.js.unc77 …un nombre positif avec ou sans unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).",
80 …n pixels ou un nombre avec une unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, ou pc).",
777 …InfoText : '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid …
781 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
H A Dlang_array.txt71 …itive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).",
74 …r for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).",
744 …InfoText: '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #c…
748 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/lang/
H A D_translationstatus.txt20 pt-br.js Found: 30 Missing: 0
/plugin/ckgedit/ckeditor/
H A Dckeditor.js257 …km:1,ko:1,ku:1,lt:1,lv:1,mk:1,mn:1,ms:1,nb:1,nl:1,no:1,oc:1,pl:1,"pt-br":1,pt:1,ro:1,ru:1,si:1,sk:… property in CKEDITOR.lang.languages
648 …id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,mk:1,mn:1,nb:1,nl:1,no:1,oc:1,pl:1,pt:1,"pt-br":1,ro:1,ru:…
1101 …hr:1,hu:1,id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,nb:1,nl:1,no:1,oc:1,pl:1,pt:1,"pt-br":1,ro:1,ru:…
H A Dconfig.js.unc449 InfoText : '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #…
453 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified71 …itive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).",
74 …r for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).",
846pt; white-space: pre-wrap;border:1px solid #cccccc; margin:auto; height: 350px; overflow:auto;">Th…
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css104 td { font-size: 10pt; }
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc285 … // format = "; vertical-align: text-top; font-size: " + sz +"pt; ";
287 alt_font_style = sz + "pt " + font_family ;
293 alt_font_style = sz + "pt " + font_family ;
572 …/*'<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #cccccc; m…
576 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc57 fontSize: "14pt",
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc17 var oli = '<li style="font-size: 1.1em"><span style="font-size:11pt">';
62 …flow:break-word'><ol><li style='font-size:1.2em;'><span style='font-size:11pt'>"+ ed_lang.instruct…
63 …+'<li style="font-size:1.2em;"><span style="font-size:11pt"> ' + ed_lang.instructions_2 + '</span>…
64 …-position: inside;"><li style="margin: 0 0 0 4px"><span style="font-size:11pt;">'+ed_lang.instruct…
65 …+'<li style="margin: 0 0 0 4px;"><span style="font-size:11pt">'+ed_lang.instructions_4 + '</span><…
66 …+ '<li style="margin: 0 0 0 4px"><span style="font-size:11pt">'+ed_lang.instructions_5 + '</span><…
67 …+'<li style="font-size:1.2em;"><span style="font-size:11pt;">' + ed_lang.instructions_6 + '</span>…
/plugin/html5video2/script/
H A Dvideo.min.js12pt(){for(var i={},e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.forEach… function
20pt(e,{kind:Gt[e.kind]||"subtitles",language:e.language||e.srclang||""}),i=Xt[e.mode]||"disabled",n…
/plugin/dwedit/
H A Dstyle.css44 font-size: 9pt;
H A DREADME10 font-size: 10pt; padding-left: 4px; padding-right: 4px;
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2pt=function(){function t(t,e){void 0===t&&(t=0),void 0===e&&(e=0),Object.defineProperty(this,"isVe…
/plugin/wrap/
H A Dexample.txt96 You can set any valid widths (but only on divs): ''%, px, em, rem, ex, ch, vw, vh, pt, pc, cm, mm, in'', but most of the time you'd only want either
/plugin/wrap/conf/
H A Dlang2dir.conf179 pt ltr #Portuguese
/plugin/dokucrypt2/
H A Dscript.js992 var pt = []; // plaintext array
1008 pt[(block-1)*bpb + i] = aBlock[i] ^ ciphertext[(block-1)*bpb + i];
1011 pt = aBlock.concat(pt);
1017 pt = decrypt(ciphertext.slice(0, bpb), expandedKey).concat(pt);
1020 return pt;
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js147 pt: { // Portuguese class in default_options.i18n
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less849 /* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/plugin/indexmenu/images/was.png/
H A Dstyle.css3 font-size: 20pt;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DITunesConnectAnalytics.php37 public $pt; variable in Google\\Service\\FirebaseDynamicLinks\\ITunesConnectAnalytics
84 public function setPt($pt) argument
86 $this->pt = $pt;
93 return $this->pt;
/plugin/c3chart/assets/
H A Dd3.min.js2pt(t){return function(n,e){var r=t((n=X(n)).h,(e=X(e)).h),i=st(n.s,e.s),o=st(n.l,e.l),u=st(n.opaci… function
H A Djs-yaml.min.js2pt=Qe("safeDump","dump"),ft={Type:ze,Schema:Xe,FAILSAFE_SCHEMA:et,JSON_SCHEMA:tt,CORE_SCHEMA:nt,DE…
/plugin/translate/
H A DList_of_ISO_639-1_codes.txt135 array("pt", "por", "-", "por", "Portuguese", "Português", ""),
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.production.min.js2 …rn s})),i}(e,!t,-1)}function pt(e,t){var n,i,r,o;return t=!!t,l(e)||(e=[e]),b(e,(function(e){var a… function
7 …top:t.top||n,right:t.right||n,bottom:t.bottom||n,left:t.left||n};var r,o,a=pt(e),s=an(a),c=this.vi…
28pt(t);ge(e,{x:n.x-this.offset,y:n.y-this.offset,width:n.width+2*this.offset,height:n.height+2*this…
33 …imalBounds=function(e,t){var n=this.getOffset(t),i=this.getPadding(t),r=an(pt(e)),o=an(t),a={};ret…
34pt(n);b(n,(function(e){Oc(e)&&(e.waypoints=S(e.waypoints,(function(e){return{x:e.x-o.x-o.width/2,y…

12345678910>>...17