Home
last modified time | relevance | path

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

/web-master/fetch/
H A Duser-notes-rss.php8 $limit = $_GET['limit']; variable
10 $limit = 100; variable
25 $query->add(" LIMIT ?", [$limit]);
/web-master/manage/
H A Duser-notes.php81 $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 Dpregen_flickr9 function pregen_flickr($apiKey, $outputPath, $limit = 100)
37 'per_page' => $limit,

Completed in 8 milliseconds