Home
last modified time | relevance | path

Searched refs:text (Results 2226 – 2250 of 3150) sorted by last modified time

1...<<81828384858687888990>>...126

/plugin/autolink3/
H A Dscript.js38 function plugin_tagindex_status(text){ argument
40 obj.innerHTML = text;
H A Dstyle.css9 text-align: center;
16 text-align: center;
H A Dsys.php15 function link_replace($text = NULL, $word, $link, $filename) argument
17 if ($text == NULL)
21 $text .= $ligne;
24 $tit = preg_split("/(==*)/",$text, -1 ,PREG_SPLIT_DELIM_CAPTURE);
/plugin/fckg/
H A Dscript.js88 var text = index < 0 ? html : html.substring( 0, index ); variable
92 handler.chars( text );
96 html = html.replace(new RegExp("(.*)<\/" + stack.last() + "[^>]*>"), function(all, text){ argument
97 text = text.replace(/<!--(.*?)-->/g, "$1")
101 handler.chars( text );
H A Drenderer.php68 function header($text, $level, $pos) { argument
71 $this->doc .= $this->_xmlEntities($text);
H A DChanges25 cursor position if text not previously selected. This only comes into play if fckgLite is prevent f…
94 In edit.php: insert this.is_smiley = false after alt (text form of smiley) is added to results;
95 prevents corruption of text formats and insertion of javascript 'undefined' when alt is not found
118 fix to DW footnote handling to prevent url from being transferred to subsequent fotnote text
239 Preserve plain text samba share syntax
294 Removed Aug 13 fix for handling plain text samaba shares; it corrupts some plugin markup.
/plugin/fckg/action/
H A Dedit.php218 ), $text);
234 $text
242 $text
245 $text = str_replace('DBLPERCENT','%%',$text);
274 $text
301 $text
321 $text
346 ), $text
350 $text = str_replace('>>','CHEVRONescC',$text);
351 $text = str_replace('<<','CHEVRONescO',$text);
[all …]
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template114 text-decoration: underline;
180 text-align:left;
212 .leftalign {text-align: left;}
213 .centeralign {text-align: center;}
214 .rightalign {text-align: right;}
284 text-decoration: none !important;
291 text-decoration: none !important;
309 text-decoration: none !important;
315 text-decoration: none !important;
355 text-decoration: none !important;
[all …]
H A Dfck_editorarea_RTL.css12 text-align: right;
97 text-decoration: none !important;
125 text-align:left;
138 text-align:center;
146 .leftalign {text-align: left;}
147 .centeralign {text-align: center;}
148 .rightalign {text-align: right;}
204 text-decoration: none !important;
211 text-decoration: none !important;
216 text-decoration: none !important;
[all …]
H A Dfck_internal.css2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
110 vertical-align: text-bottom;
H A Dfck_editorarea.css114 text-decoration: underline;
180 text-align:left;
212 .leftalign {text-align: left;}
213 .centeralign {text-align: center;}
214 .rightalign {text-align: right;}
284 text-decoration: none !important;
291 text-decoration: none !important;
309 text-decoration: none !important;
315 text-decoration: none !important;
355 text-decoration: none !important;
[all …]
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt27 …e DokuWiki Mediamangager can be used only for uploading. It cannot insert images into your text.",
28 DlgImgHelp : "<b>Image Alignment</b> The align property will place your images in text con…
115 DlgSpecialExplaination : "Click on a character or Enter an entity number or code in the text box, t…
121 DlgFootnoteExplaination : "Use the text area for both creating and revising your footnotes.",
134 AbbrDlgStet : "Create a string literal from text containing HTML and/or DokuWiki Markup character…
158 …lect it with mouse or keyboard, then open this dialog. Your text will appear in the text window …
159 …+" in particular where the text has already been marked up as a Geshi code block, the parser wil…
161 …+ "<LI>You can open this dialog and paste the code into the text window below. This method is <b…
171 …CKeditor smileys are inserted as images. Dokuwiki smileys are inserted as text and display as imag…
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js19 var text = FCK.paraDelObject.getData(nodes[ii]);
24 buf[buf.length]=nodes[ii].nodeName+"&lt;"+text+"&gt";
89 var text = FCK.paraDelObject.getData(nodes[ii]);
94 buf[buf.length]=nodes[ii].nodeName+"&lt;"+text+"&gt";
154 this.text = oEditor.FCK.EditorDocument.selection.createRange().htmlText;
157 this.text = oRange.getRangeText(this.blockquote);
432 var text = oRange1.toString();
434 text = text.replace(/\n/g,"<BR />");
436 return text;
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_editor.css2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
197 /* For composed button ( icon + text, icon + arrow ), we must compensate the table */
248 text-align: center;
359 text-overflow: ellipsis;
408 text-overflow: ellipsis;
/plugin/fckg/fckeditor/
H A Dfckeditor.js214 FCKeditor.prototype._HTMLEncode = function( text ) argument
216 if ( typeof( text ) != "string" )
217 text = text.toString() ;
219 text = text.replace(
H A Dlicense.txt1 FCKeditor - The text editor for Internet - http://www.fckeditor.net
21 modifying and distributing this software, just include a text file
963 Contributor must include a text file with the Source Code
1243 [NOTE: The text of this Exhibit A may differ slightly from the text of
1245 use the text of this Exhibit A rather than the text found in the
/plugin/fckg/scripts/
H A Dvki_kb.js1331 var text = this.VKI_symbol[lkey[0]].split("\n");
1334 for (var z = 0; z < text.length; z++) {
1336 small.appendChild(document.createTextNode(text[z]));
1368 … if (!self.VKI_target.range.text.length) self.VKI_target.range.moveStart('character', -1);
1369 self.VKI_target.range.text = "";
1456 var text = this.VKI_symbol[lkey[vchar]].split("\n");
1459 for (var z = 0; z < text.length; z++) {
1461 small.appendChild(document.createTextNode(text[z]));
1487 this.VKI_insert = function(text) { argument
1488 this.FCK.InsertHtml( text || "" );
/plugin/fckg/extra/
H A DREADME-MULTLINE-PLUGINS21 The easiest and least error prone way to include the plugin text is to first type
22 it into a text editor and then to copy it from the text editor and paste it into the
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php88 $text = urldecode( $textinputs[$i] );
91 $text = preg_replace( "/<[^>]+>/", " ", $text ) ;
93 $lines = explode( "\n", $text );
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js62 oOption.text = optionText ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php66 function SendError( $number, $text ) argument
69 SendUploadResults( $number, "", "", $text ) ;
73 SendErrorNode( $number, $text ) ;
85 SendErrorNode( $number, $text ) ;
92 function SendErrorNode( $number, $text ) argument
94 if ($text)
95 echo '<Error number="' . $number . '" text="' . htmlspecialchars( $text ) . '" />' ;
H A Dupload.php32 function SendError( $number, $text ) argument
34 SendUploadResults( $number, '', '', $text ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_scayt/
H A Dscayt_dialog.css144 text-decoration: none;
152 text-decoration: none;
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DcontrolWindow.js38 if( (slct.options[0].text) && slct.options[0].text != this.noSuggestionSelection ) {
39 str = slct.options[slct.selectedIndex].text;
/plugin/fckg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
120 text-align:center;
128 text-align: right;

1...<<81828384858687888990>>...126