Searched refs:limit (Results 1 – 3 of 3) sorted by relevance
/web-master/fetch/ |
H A D | user-notes-rss.php | 8 $limit = $_GET['limit']; variable 10 $limit = 100; variable 25 $query->add(" LIMIT ?", [$limit]);
|
/web-master/manage/ |
H A D | user-notes.php | 81 $limit = $page * 10; $page++; variable 97 …note.sect LIKE ? GROUP BY note.id ORDER BY note.sect, note.ts LIMIT ?int, 10", [$section, $limit]); 102 ['%' . $_REQUEST['keyword'] . '%', $limit]); 113 "GROUP BY note.id ORDER BY note.id ASC LIMIT ?int, 10", [$limit]); 120 "GROUP BY note.id ORDER BY LENGTH(note.note) ASC LIMIT ?int, 10", [$limit]); 130 … "GROUP BY note.id ORDER BY arating DESC, up DESC, rate DESC, down DESC LIMIT ?int, 10", [$limit]); 140 … "GROUP BY note.id ORDER BY arating ASC, up ASC, rate ASC, down DESC LIMIT ?int, 10", [$limit]); 212 [$limit]);
|
/web-master/scripts/ |
H A D | pregen_flickr | 9 function pregen_flickr($apiKey, $outputPath, $limit = 100) 37 'per_page' => $limit,
|
Completed in 6 milliseconds