Home
last modified time | relevance | path

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

/dports/www/nextcloud-notes/notes/lib/Controller/
H A DHelper.php73 int $pruneBefore, argument
93 $fullNotes = array_filter($metaNotes, function (MetaNote $m) use ($pruneBefore, $chunkCursor) {
94 $isPruned = $pruneBefore && $m->meta->getLastUpdate() < $pruneBefore;
H A DNotesApiController.php52 int $pruneBefore = 0, argument
59 $pruneBefore,
64 …$data = $this->helper->getNotesAndCategories($pruneBefore, $exclude, $category, $chunkSize, $chunk…
H A DNotesController.php55 public function index(int $pruneBefore = 0) : JSONResponse { argument
56 return $this->helper->handleErrorResponse(function () use ($pruneBefore) {
69 $nac = $this->helper->getNotesAndCategories($pruneBefore, [ 'etag', 'content' ]);
/dports/security/s2n/s2n-tls-1.1.2/tests/sidetrail/lib/
H A Dct-verif.mk31 $(if $(strip $(pruneBefore)),--prune-before) \
/dports/www/nextcloud-notes/notes/docs/api/
H A Dv1.md62 | `pruneBefore` | integer, optional | All notes without change before of this Unix timestamp are pu…
/dports/www/nextcloud-notes/notes/js/
H A Dnotes-dashboard.js.map1 …\t}\n\treturn axios\n\t\t.get(\n\t\t\turl('/notes' + (lastModified ? '?pruneBefore=' + lastModifie…
H A Dnotes-main.js.map1 …\t}\n\treturn axios\n\t\t.get(\n\t\t\turl('/notes' + (lastModified ? '?pruneBefore=' + lastModifie…