Home
last modified time | relevance | path

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

1...<<41

/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl60 $text = url_decode( $textinputs[$i] );
61 @lines = split( /\n/, $text );
65 for my $line ( @lines ) {
67 print $fh "^$line\n";
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php84 $file = $line = null;
85 if (headers_sent($file, $line)) {
87 … "HTTP headers are already sent" . ($line !== null? " in $file on line $line" : "") . ". "
247 function _obHandler($text) argument
251 $text = str_replace($this->_uniqHash, '', $text);
262 'text' => $text,
271 $text = json_encode($result);
276 $text = $this->php2js($result);
288 $text = ""
293 …$text = '<script type="text/javascript" language="JavaScript"><!--' . "\n$text" . '//--></script>';
[all …]
/plugin/indexmenu2/cms/templates/TabControl/FlatPanel/
H A Ddesign.css19 line-height: 20px; /* used to align text vertically */
21 text-decoration: none;
28 line-height: 24px;
/plugin/textile2/
H A DclassTextile.php470 foreach($text as $line) {
495 $out[] = $line;
530 foreach($text as $line) {
553 $line = $content;
560 $line = $this->graf($line);
564 $line = $this->doPBr($line);
565 $line = preg_replace('/<br>/', '<br />', $line);
570 $out[] = $line;
1012 foreach($text as $line) {
1014 $line = preg_replace($glyph_search, $glyph_replace, $line);
[all …]
/plugin/virtualkeyboard/vk/keyboard/
H A Dkeyboard.css28 text-transform: uppercase;
43 text-decoration: none;
58 text-align: center;
65 line-height: 1.1;
69 text-transform: none;
78 line-height: 1.1;
82 text-transform: none;
90 text-indent: 0;
227 line-height: normal;
229 text-transform: italic;
/plugin/gcalendar/inc/
H A Dstandard.css7 * /user/events.css --> to set event-Pictures and text-styles for your events
23 line-height: 1.25em;
44 line-height: 1em;
49 .gCal_link_prev {text-align: left}
50 .gCal_link_next {text-align: right}
72 text-transform: uppercase;
80 text-decoration: none;
113 td.gCal_wd_datecell {text-align: center}
H A Dgcal_main.php167 $text = " copied from file '$infile' ";
168 $text = str_pad ($text, 93, "#", STR_PAD_BOTH);
169 fwrite($out_handle,"\n/* $text */\n\n");
172 $line = fgets($in_handle, 4096);
177 …$line = preg_replace('#((\,|^)\s*\.)(\w*)(\W)#Ue', "'\\1'.$class_prefix.strtoupper('\\3').'\\4'", …
179 fwrite($out_handle,$line);
/plugin/chat/
H A Dreadme.txt23 How to use it? Just type your message into text field below and hit [Enter]. That's it...
131 * Fixed regular expression in line parsing.
143 * Added "Loading messages..." text on initial page load
/plugin/livepreview/
H A Dstyle.css28 line-height: 1.2;
32 text-decoration: none;
48 line-height: 1;
52 text-align: left;
/plugin/socialmark/
H A Dlist.txt1 #Start a line whit a sharp to put it in comment
3 #URL|link text
6 #if link text is not specified, the host name is used.

1...<<41