Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...86

/plugin/openid/Auth/OpenID/
H A DKVForm.php47 $line = $lines[$lineno];
48 $kv = explode(':', $line, 2);
/plugin/deeplautotranslate/
H A DLICENSE291 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.>
/plugin/blogtng/
H A DCOPYING291 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.>
H A Dstyle.css97 line-height: 1.5em;
/plugin/structautolink/
H A DLICENSE291 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.>
/plugin/orphanmedia2/
H A DLICENSE632 the "copyright" line and a pointer to where the full notice is found.
634 <one line to give the program's name and a brief idea of what it does.>
H A Dstyle.css12 line-height: 105%;
/plugin/do/
H A Dstyle.less16 text-decoration: line-through;
67 line-height: 25px;
/plugin/iframeinterwiki/
H A Dsyntax.php85 while (($line = fgets($file)) !== false) {
86 $line = preg_replace("/\#.+/", '', trim($line));
87 preg_match("/^\s*?(.+?)\s+(.+?)$/i", $line, $matches);
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/autoindex/
H A DLICENSE291 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.>
/plugin/ifauthex/
H A DLICENSE291 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.>
/plugin/feedmod/
H A DCOPYING291 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.>
/plugin/semantic/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/odtsupport/
H A DLICENSE632 the "copyright" line and a pointer to where the full notice is found.
634 <one line to give the program's name and a brief idea of what it does.>
/plugin/usecounter/
H A DLICENSE632 the "copyright" line and a pointer to where the full notice is found.
634 <one line to give the program's name and a brief idea of what it does.>
/plugin/barcodes/
H A Dcomposer.lock932 "description": "Looks up which function or method a line of code belongs to",
/plugin/fastwiki/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/authdrupal8/
H A Dauth.php400 * @param int $line
404 protected function _debug($message, $err, $line, $file) {
406 msg($message, $err, $line, $file);
415 _debug($message, $err, $line, $file) global() argument
/plugin/twofactoraltemail/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/edittable/less/
H A Deditbutton.less16 line-height: 1.8em;
/plugin/edittable/lib/
H A Dhandsontable.less70 line-height: 21px;
172 line-height: 21px;
179 white-space: pre-line;
180 /* preserve new line character in cell */
344 /* border line */
384 line-height: 21px;
668 line-height: 10px;
710 line-height: 10px;
736 line-height: 10px;
951 line-height: 10px;
[all …]
/plugin/edittable/action/
H A Dnewtable.php76 foreach (explode("\n", $fields['text']) as $line) {
77 $TEXT .= "| $line | |\n";
/plugin/blog/
H A DCOPYING296 the "copyright" line and a pointer to where the full notice is found.
298 <one line to give the program's name and a brief idea of what it does.>
/plugin/pubmed2020/classes/
H A Dpubmed2020.php250 foreach(preg_split("/((\r?\n)|(\r\n?))/", $content) as $line) {
252 if ($this->startsWith($line," ")) {
254 $array[$key] .= ' '.trim($line);
256 } else if (strlen($line) > 4) {
258 $key = trim(substr($line, 0, 4));
262 $val = trim(substr($line, 6));

1...<<11121314151617181920>>...86