Home
last modified time | relevance | path

Searched +refs:text +refs:line (Results 176 – 200 of 1010) sorted by last modified time

12345678910>>...41

/plugin/achart/assets/
H A Dapexcharts.css26 .apexcharts-text tspan {
93 .apexcharts-tooltip-text-y-value,
142 text-align: left;
159 line-height: 0;
205 text-align: center;
296 text-align: center;
451 line-height: 24px;
453 text-align: center;
544 text-align: right;
626 .apexcharts-line,
[all …]
H A Dapexcharts.min.js6line().attr({x1:t,y1:e,x2:i,y2:a,stroke:s,"stroke-dasharray":r,"stroke-width":o,"stroke-linecap":n… class in AnonymousFunction1cae5b510100.S.t
/plugin/snippets/
H A Dadmin.php107 $text = file_get_contents($file);
108 preg_match_all("/~~SNIPPET_C~~(.*?)~~/",$text,$matches);
110 preg_match_all("/~~SNIPPET_O(.*?)~~(.*?)~~/",$text,$matches_tm);
213 function dbg($text, $ar = array(),$line="") { argument
216 $text .= print_r( $ar, 1);
218 if($line) $text .= " [$line]";
219 return "dbg: " . $text . "<br />";
/plugin/ckgedit/action/
H A Dedit.php228 $text = str_replace('&notags', '&amp;amp;notags',$text);
259 …if(strpos($text, '%%') !== false || strpos($text, '\\\\') !== false || strpos($text, '|') !== fals…
270 $text
281 $text = str_replace('DBLPERCENT','%%',$text);
386 $text = str_replace('>>','CHEVRONescC',$text);
387 $text = str_replace('<<','CHEVRONescO',$text);
390 $text = preg_replace($email_regex,"<$1>",$text);
532 $line = fgets($fh,1024); //msg($line);
533 if(strpos($line,$tpl_name)!==false) {
1312 function write_debug($what,$line="") { argument
[all …]
/plugin/ckgedit/ckeditor/skins/moono/
H A Ddialog.css5text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-rad…
H A Ddialog_ie.css5text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-rad…
H A Ddialog_ie7.css5text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-rad…
H A Ddialog_ie8.css5text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-rad…
H A Ddialog_iequirks.css5text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;border-rad…
H A Ddialog_opera.css5text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-borde…
H A Deditor.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…
H A Deditor_gecko.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…
H A Deditor_ie.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…
H A Deditor_ie8.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…
H A Deditor_iequirks.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md102 …://ckeditor.com/cke4/addon/emoji) dropdown does not show up with repeated symbols in a single line.
212 …* Fixed: After some text is dragged and dropped, the markup is not refreshed for grammar problems …
250 …://ckeditor.com/cke4/addon/magicline) plugin line element can now be identified by the `data-cke-m…
564 …: [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) inserts a blank line at the top.
625 …252): [IE] Fixed: Styles drop-down list does not always reflect the current style of the text line.
960 … Fixed: Documentation for [`CKEDITOR.dom.text`](https://ckeditor.com/docs/ckeditor4/latest/api/CKE…
972 * [#13031](https://dev.ckeditor.com/ticket/13031): [Firefox] Fixed: No more line breaks in source v…
1085 …ed: Clicking below `<body>` in Compatibility Mode will no longer reset selection to the first line.
1145 ….ckeditor.com/ticket/11947): [Firefox+IE11] Fixed: *Shift+Enter* in lists produces two line breaks.
1319 …ditor.com/ticket/11379): Changed default contents `line-height` to unitless values to avoid huge t…
[all …]
H A Dckeditor.js.unc6594 a.text && this.textRules.add(a.text, f, c);
13033 return "line-through" == a.styles["text-decoration"]
20563 var c = a.line.trigger;
20573 a.line = d
20609 a.line.detach()
20629 var d = a.line;
20849 b.line.detach()
20851 b.line.wrap.getParent() && (b.line.detach(), a.once("getData", function() {
20852 b.line.attach()
20865 k = null, b.line.detach()
[all …]
H A Dcontents-default.css111 line-height:100%;
115 line-height:100%;
161 text-align:left;
174 text-align:center;
182 .leftalign {text-align: left;}
183 .centeralign {text-align: center;}
184 .rightalign {text-align: right;}
206 line-height: 1.5em;
215 line-height: 1.5em;
264 line-height: 50%;
[all …]
H A Dcontents.css1text-size-adjust:100%;color:#222;background-color:#fff}ol,ul,dl{margin-right:0;padding:0 40px}tabl…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc166 … label: editor.lang.geshi.linenums ||'Line number or numbers: line n or n1,n2..',
198 text = text.replace(/</gm,'&lt;');
199 text = text.replace(/>/gm,'&gt;');
205 text = "\n" + hiliting +']' +"*/\n" + text;
209 text = "\n" + hiliting + ', start_line_numbers_at="'+num +'"]' +"*/\n" + text;
213 text = "\n" + hiliting + ', highlight_lines_extra="'+num +'"]' +"*/\n" + text;
219 if(which == 'text') {
220 p_lang = 'text';
232 if(p_lang == 'text') {
233 text = text.replace(/^(.*?)\n$/gm,"<p>$1</p>");
[all …]
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified305 "notFoundMsg": "The specified text was not found.",
371 "text": "Text (Value)",
548 "toAnchor": "Link to anchor in the text",
596 "button": "Paste as plain text",
601 …"confirmCleanup": "The text you want to paste seems to be copied from Word. Do you want to clean i…
802line-height:125%;'>Dokuwiki's interwiki links are short-cuts which look like this: <span style='fo…
828 …ding: 18px;font-size:125%;line-height:125%;"><ul style="list-style-type:disc;"><li>To create a foo…
836 Validate: "The footnote text field cannot be empty."
841 MainHeader: "View and optionally alter text styled with the font plugin .",
846text. Clicking anywhere on the plugin syntax or its text will enable you to check the appearance o…
H A Den.js-4.9.merged55 …re-wrap;border:1px solid #cccccc; margin:auto; overflow:auto; padding:4px;line-height:125%;'>Dokuw…
59 …weight:600'>{NAME}.</span> When there is no place holder, the replacement text will be appended to…
89 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
90 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
101 Validate: 'The footnote text field cannot be empty.',
107 MainHeader: 'View and optionally alter text styled with the font plugin .',
113 …the font plugin and is used to update the font plugin\'s syntax and/or view its enclosed text. ' +
114 'Clicking anywhere on the plugin syntax or its text will enable you to check the appearance of the …
115 … syntax in place. To do this you must select both the font syntax itself and the enclosed text:' +
116 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
[all …]
H A Den.js.ckgedit54 …re-wrap;border:1px solid #cccccc; margin:auto; overflow:auto; padding:4px;line-height:125%;'>Dokuw…
58 …weight:600'>{NAME}.</span> When there is no place holder, the replacement text will be appended to…
88 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
89 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
100 Validate: 'The footnote text field cannot be empty.',
106 MainHeader: 'View and optionally alter text styled with the font plugin .',
112 …the font plugin and is used to update the font plugin\'s syntax and/or view its enclosed text. ' +
113 'Clicking anywhere on the plugin syntax or its text will enable you to check the appearance of the …
114 … syntax in place. To do this you must select both the font syntax itself and the enclosed text:' +
115 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
[all …]
H A Den.js.unc55 …re-wrap;border:1px solid #cccccc; margin:auto; overflow:auto; padding:4px;line-height:125%;'>Dokuw…
59 …weight:600'>{NAME}.</span> When there is no place holder, the replacement text will be appended to…
90 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
91 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
102 Validate: 'The footnote text field cannot be empty.',
108 MainHeader: 'View and optionally alter text styled with the font plugin .',
114 …the font plugin and is used to update the font plugin\'s syntax and/or view its enclosed text. ' +
115 'Clicking anywhere on the plugin syntax or its text will enable you to check the appearance of the …
116 … syntax in place. To do this you must select both the font syntax itself and the enclosed text:' +
117 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
[all …]
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1415 text = text.replace(/\t/g, " ");
1440 text = text.replace('&lt; ', '&lt;');
1489 text = text.replace(/&lt;\s/g, '<');
1490 text = text.replace(/\s&gt;/g, '>');
1494 text = text.replace(geshi[0], "");
1526 text = text.replace(/--/g, '&ndash;');
1566 if (text && text.length) {
1597 text = text.replace(/^\s+/g, "");
1598 text = text.replace(/^\n$/g, "");
1720 /*fix for links in lists at ends of lines, which cause loss of line-feeds
[all …]

12345678910>>...41