Home
last modified time | relevance | path

Searched refs:line (Results 2126 – 2140 of 2140) sorted by last modified time

1...<<818283848586

/plugin/gcalendar/inc/
H A Dstandard.css23 line-height: 1.25em;
44 line-height: 1em;
H A Dgcal_main.php172 $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.txt131 * Fixed regular expression in line parsing.
H A Dajax.php280 $line = "(".time().") ".$user;
282 $line .= "|".$udata['mail'];
285 $line .= "|".$udata['name'];
287 $line .= ": ".htmlspecialchars($message);
289 $file = $line."\n----\n".$file."\n";
H A Dstyle.css13 div.chat-line {
17 div.chat-line blockquote {
23 div.chat-line-even {
27 div.chat-line-odd {
31 div.chat-line-last {
/plugin/livepreview/
H A Dstyle.css28 line-height: 1.2;
48 line-height: 1;
/plugin/virtualkeyboard/vk/
H A Dlicense.txt471 "copyright" line and a pointer to where the full notice is found.
473 <one line to give the library's name and a brief idea of what it does.>
/plugin/indexmenu2/cms/templates/SimpleTree/WindowsExplorer/
H A Ddesign.css7 line-height: 18px;
/plugin/indexmenu2/cms/templates/DropdownSlide/
H A Dmenu.css28 line-height: 23px;
64 line-height: 15px;
/plugin/socialmark/
H A Dlist.txt1 #Start a line whit a sharp to put it in comment
/plugin/bibtex/OSBib/format/bibtexParse/
H A DLICENSE195 …exclusion of warranty; and each file should have at least the "copyright" line and a pointer to wh…
199 one line to give the program's name and a brief idea of what it does.
H A DCHANGELOG43 2/ Discard comments on same line as @string.
H A DPARSEENTRIES.php157 $isComment = (strlen($line) > 0) ? $line[0] == '%' : FALSE;
160 return $line;
167 $isComment = (strlen($line)>0) ? $line[0] == '%' : FALSE;
176 function braceCount($line, $delimitStart) argument
187 $count -= substr_count($line, $delimitEnd);
278 function getEntry($line) argument
288 $entry .= ' ' . $line;
289 if(($line = $this->getLine()) === FALSE)
291 $lastLine = $line;
298 $line .= $this->getLine();
[all …]
/plugin/bibtex/OSBib/format/
H A DLICENSE195 …exclusion of warranty; and each file should have at least the "copyright" line and a pointer to wh…
199 one line to give the program's name and a brief idea of what it does.
/plugin/cronojob/pseudo-cron/
H A Dgpl.txt291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>

1...<<818283848586