Home
last modified time | relevance | path

Searched refs:maxLines (Results 1 – 6 of 6) sorted by relevance

/plugin/ragasker/
H A DSearchHelper.php13 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/
Dbuild.js1maxLines:"renderer",minLines:"renderer",scrollSpeed:"$mouseHandler",dragDelay:"$mouseHandler",focu… property
/plugin/datatables/assets/pdfmake/
Dpdfmake.js851 …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/
Dscript.js8maxLines,delete i.strokeStyle,delete i.targetSize,delete i.showLabels,delete i.lonLabelFormatter,d…
/plugin/openlayersmap/ol/
H A Dol.js.map1maxLines=100] The maximum number of meridians and\n * parallels from the center of the map. The de…
/plugin/jsoneditor/script/
Djsoneditor.min.js2 …"),t=this.expandCallbacks("ace",l({},{selectionStyle:"text",minLines:30,maxLines:30},this.defaults… property