Home
last modified time | relevance | path

Searched refs:format (Results 226 – 250 of 1384) sorted by path

12345678910>>...56

/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified69 …ecified for the inline style must consist of one or more tuples with the format of "name : value",…
351 format: {
771 CKEDITOR.lang.en.format["panelTitle"] = "Section Headers";
772 CKEDITOR.lang.en.format["label"] = "Headlines";
H A Den.js.ckgedit132 CKEDITOR.lang.en["format"]["panelTitle"] = "Section Headers";
133 CKEDITOR.lang.en["format"]["label"] = "Headlines";
H A Den.js.unc5format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a va…
138 CKEDITOR.lang.en["format"]["panelTitle"] = "Section Headers";
139 CKEDITOR.lang.en["format"]["label"] = "Headlines";
H A Dfr.js.unc79 …e style inline doit être composée d'un ou plusieurs couples de valeur au format \"nom : valeur\", …
361 "format": {
802 CKEDITOR.lang.fr["format"]["panelTitle"] = "En-têtes de section";
803 CKEDITOR.lang.fr["format"]["label"] = "Titres";
H A Dlang_array.txt73 …ecified for the inline style must consist of one or more tuples with the format of \"name : value\…
355 "format": {
767 CKEDITOR.lang.en["format"]["panelTitle"] = "Section Headers";
768 CKEDITOR.lang.en["format"]["label"] = "Headlines";
/plugin/ckgdoku/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css10 /* There is no cursor in CUR format for IE/Edge as that browser
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc268 var format="";
273 format = "; font-weight: bold; " ;
277 format = "; font-style: italic; " ;
280 format = "; text-decoration:underline; ";
285 … // format = "; vertical-align: text-top; font-size: " + sz +"pt; ";
286 format = "; vertical-align:super; ";
292 format = "; vertical-align: sub; ";
297 format = "; background-color: white; ";
300 …='color:" + fg_color + "; font: " + (alt_font_style ? alt_font_style : font_style) + format +"'>";
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1037 // this handles format characters at the ends of list lines
1577 // remove left-over space inside multiple format sequences
1680 … results =results.replace(/\s*([\|\^]+)((\W\W_FORMAT_SPACE_)+)/gm,function(match,pipes,format) {
1681 format = format.replace(/_FORMAT_SPACE_/g,"");
1682 return(format + pipes);
1697 //spacing around entities with double format characters
1711 function(match,list_type,format,text, list_type_close, rest) {
1712 return(list_type+format+text+list_type_close+rest +"\n");
/plugin/ckgedit/action/entities/
H A DENTITIES.HOWTO3 You create an Entity definition file with the format illustrated below, and then run the php
22 The definition file has the following format:
/plugin/ckgedit/ckeditor/
H A DCHANGES.md305 …editor.com/cke4/addon/font) and [Format](https://ckeditor.com/cke4/addon/format) drop-downs are no…
1014 … the [string format of allowed content rules](https://ckeditor.com/docs/ckeditor4/latest/guide/dev…
1216 …ent Rules](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_allowed_content_rules.html) format.
1387 …or.com/cke4/addon/stylescombo), [Format](https://ckeditor.com/cke4/addon/format), [Font](https://c…
1582 …pi/CKEDITOR_filter.html#property-allowedContent) property always contains rules in the same format.
H A Dckeditor.js929 …richcombo",init:function(a){if(!a.blockless){for(var f=a.config,c=a.lang.format,l=f.format_tags.sp…
931 a.lang.format["tag_"+c]);return}this.setValue("")},this)},onOpen:function(){this.showAll();for(var …
H A Dckeditor.js.unc18376 CKEDITOR.plugins.add("format", {
18380 …for (var f = a.config, c = a.lang.format, l = f.format_tags.split(";"), d = {}, m = 0, n = [], g =…
18422 a.lang.format["tag_" + c]);
26635 …wser,find,fakeobjects,flash,floatingspace,listblock,richcombo,font,forms,format,horizontalrule,htm…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified73 …ecified for the inline style must consist of one or more tuples with the format of \"name : value\…
435 "format": {
862 CKEDITOR.lang.en.format["panelTitle"] = "Section Headers";
863 CKEDITOR.lang.en.format["label"] = "Headlines";
H A Den.js-4.9.merged5format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a va…
139 CKEDITOR.lang.en["format"]["panelTitle"] = "Section Headers";
140 CKEDITOR.lang.en["format"]["label"] = "Headlines";
H A Den.js.4.95format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a va…
H A Den.js.ckgedit138 CKEDITOR.lang.en["format"]["panelTitle"] = "Section Headers";
139 CKEDITOR.lang.en["format"]["label"] = "Headlines";
H A Den.js.unc5format of \"name : value\", separated by semi-colons.","cssLengthTooltip":"Enter a number for a va…
140 CKEDITOR.lang.en["format"]["panelTitle"] = "Section Headers";
141 CKEDITOR.lang.en["format"]["label"] = "Headlines";
H A Dfr.js.unc79 …e style inline doit être composée d'un ou plusieurs couples de valeur au format \"nom : valeur\", …
361 "format": {
802 CKEDITOR.lang.fr["format"]["panelTitle"] = "En-têtes de section";
803 CKEDITOR.lang.fr["format"]["label"] = "Titres";
H A Dlang_array.txt73 …ecified for the inline style must consist of one or more tuples with the format of \"name : value\…
355 "format": {
767 CKEDITOR.lang.en["format"]["panelTitle"] = "Section Headers";
768 CKEDITOR.lang.en["format"]["label"] = "Headlines";
/plugin/ckgedit/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css10 /* There is no cursor in CUR format for IE/Edge as that browser
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc268 var format="";
273 format = "; font-weight: bold; " ;
277 format = "; font-style: italic; " ;
280 format = "; text-decoration:underline; ";
285 … // format = "; vertical-align: text-top; font-size: " + sz +"pt; ";
286 format = "; vertical-align:super; ";
292 format = "; vertical-align: sub; ";
297 format = "; background-color: white; ";
300 …='color:" + fg_color + "; font: " + (alt_font_style ? alt_font_style : font_style) + format +"'>";
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified73 …ecified for the inline style must consist of one or more tuples with the format of \"name : value\…
435 "format": {
862 CKEDITOR.lang.en.format["panelTitle"] = "Section Headers";
863 CKEDITOR.lang.en.format["label"] = "Headlines";
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1076 // this handles format characters at the ends of list lines
1579 // remove left-over space inside multiple format sequences
1681 …results = results.replace(/\s*([\|\^]+)((\W\W_FORMAT_SPACE_)+)/gm, function(match, pipes, format) {
1682 format = format.replace(/_FORMAT_SPACE_/g, "");
1683 return (format + pipes);
1698 //spacing around entities with double format characters
1712 function(match, list_type, format, text, list_type_close, rest) {
1713 return (list_type + format + text + list_type_close + rest + "\n");
/plugin/cleanoldips/
H A D.travis.yml21 …- php ocular.phar code-coverage:upload --format=php-clover coverage.clover --repository=g/$TRAVIS_…
/plugin/cli/
H A DREADME3 This plugin brings a Command Line Interface formatter to Dokuwiki allowing you to format the output…

12345678910>>...56