Home
last modified time | relevance | path

Searched +refs:text +refs:line (Results 1001 – 1010 of 1010) sorted by path

1...<<41

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.css223 line-height: 33px;
447 text-decoration: line-through;
525 line-height: 30px;
586 line-height: 40px;
903 line-height: 20px;
1060 line-height: 20px;
1127 line-height: 22px;
1180 line-height: 21px;
1275 line-height: 23px;
1469 line-height: 32px;
[all …]
H A Ddhtmlxgantt.js1274 var line = prev[j];
1289 var line = stack[i];
1295 line = " " + line;
1297 ret.push(line);
1306 var line = stack[i];
1307 if (" (No stack trace)" === line || stackFramePattern.test(line)) {
1410 function parseLineInfo(line) { argument
1454 (firstIndex <= info.line && info.line <= lastIndex)) {
14872 text = {text: text, type: type, callback: callback}; property in module.exports.box_params.text
14879 text = {text: text, type: type, expire: expire, id: id};
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_broadway.css329 line-height: 33px;
554 text-decoration: line-through;
632 line-height: 30px;
693 line-height: 40px;
1013 line-height: 20px;
1170 line-height: 20px;
1237 line-height: 22px;
1290 line-height: 21px;
1385 line-height: 23px;
1579 line-height: 32px;
[all …]
H A Ddhtmlxgantt_contrast_black.css274 line-height: 33px;
498 text-decoration: line-through;
580 line-height: 30px;
641 line-height: 40px;
959 line-height: 20px;
1119 line-height: 20px;
1186 line-height: 18px;
1239 line-height: 21px;
1334 line-height: 23px;
1532 line-height: 32px;
[all …]
H A Ddhtmlxgantt_contrast_white.css285 line-height: 33px;
509 text-decoration: line-through;
591 line-height: 30px;
652 line-height: 40px;
970 line-height: 20px;
1130 line-height: 20px;
1197 line-height: 18px;
1250 line-height: 21px;
1345 line-height: 23px;
1543 line-height: 32px;
[all …]
H A Ddhtmlxgantt_material.css509 line-height: 1.5em;
523 line-height: 1.5;
643 line-height: 35px;
868 text-decoration: line-through;
946 line-height: 32px;
1007 line-height: 16px;
1325 line-height: 20px;
1481 line-height: 20px;
1548 line-height: 20px;
1601 line-height: 21px;
[all …]
H A Ddhtmlxgantt_meadow.css103 line-height: 25px;
218 text-align: center;
224 line-height: 28px;
349 text-align: center;
448 text-decoration: line-through;
508 text-align: center;
665 text-align: center;
668 text-align: center;
1173 text-align: center;
1203 text-align: right;
[all …]
H A Ddhtmlxgantt_skyblue.css163 text-align: center;
169 line-height: 25px;
300 text-align: center;
399 text-decoration: line-through;
459 text-align: center;
477 line-height: 24px;
543 line-height: 40px;
865 line-height: 20px;
1032 line-height: 20px;
1104 line-height: 20px;
[all …]
H A Ddhtmlxgantt_terrace.css223 line-height: 33px;
447 text-decoration: line-through;
525 line-height: 30px;
586 line-height: 40px;
903 line-height: 20px;
1060 line-height: 20px;
1127 line-height: 22px;
1180 line-height: 21px;
1275 line-height: 23px;
1469 line-height: 32px;
[all …]
/plugin/zotero/
H A DTextZoteroRepository.php29 $e = $this->parseLine($line);
42 $line = trim($line);
44 if ($line == "" || $line == self::HEADER)
49 $line = $this->extractZoteroKey($line);
50 $columns = explode("|", $line);
65 private function extractZoteroKey($text) argument
70 $text = str_replace($matches[0], $matches[1], $text);
72 return $text;
93 $text = self::HEADER . "\n";
96 $text .= $this->serializeEntry($e);
[all …]

1...<<41