Searched refs:maxLines (Results 1 – 6 of 6) sorted by relevance
| /plugin/ragasker/ |
| H A D | SearchHelper.php | 13 public function extractLists($searchResults, $maxLines = 3) { argument 27 $contents[] = $this->extractContentInfo($normalized, $maxLines); 52 private function extractContentInfo($result, $maxLines = 3) { argument 55 'summary' => $this->getFirstLines($result['id'], $maxLines), 83 private function getFirstLines($pageId, $maxLines = 3) { argument 89 if ($maxLines === 0) { 93 $lines = explode("\n", $content, $maxLines + 1); 94 return implode("\n", array_slice($lines, 0, $maxLines));
|
| /plugin/aceeditor/ |
| D | build.js | 1 …maxLines:"renderer",minLines:"renderer",scrollSpeed:"$mouseHandler",dragDelay:"$mouseHandler",focu… property
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 851 …var maxLines = Math.max(actualLines.length, expectedLines.length); // Strict equal with identical … 854 if (maxLines === 0) { 885 for (i = 0; i < maxLines; i++) { 993 if (printedLines > 20 && i < maxLines - 2) {
|
| /plugin/ol3/ |
| D | script.js | 8 …maxLines,delete i.strokeStyle,delete i.targetSize,delete i.showLabels,delete i.lonLabelFormatter,d…
|
| /plugin/openlayersmap/ol/ |
| H A D | ol.js.map | 1 …maxLines=100] The maximum number of meridians and\n * parallels from the center of the map. The de…
|
| /plugin/jsoneditor/script/ |
| D | jsoneditor.min.js | 2 …"),t=this.expandCallbacks("ace",l({},{selectionStyle:"text",minLines:30,maxLines:30},this.defaults… property
|