Home
last modified time | relevance | path

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

/plugin/schedule/
H A DpoiDB.class.php15 var $allLines; variable in poiDB
37 if (!$this->allLines || !in_array ($line, $this->allLines)) {
38 $this->allLines [] = $line;
39 sort ($this->allLines);
51 if (($key = array_search ($line, $this->allLines)) !== false) {
52 unset ($this->allLines [$key]);
71 if ($this->allLines)
72 foreach ($this->allLines as $key => $line) {
76 $this->allLines [$key] = $lineCleaned;
89 $this->allLines [] = $line;
[all …]