Home
last modified time | relevance | path

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

/web-master/manage/
H A Devent.php33 $search = isset($_REQUEST['search']) ? $_REQUEST['search'] : false; variable
237 $full = $full ? 1 : (!$full && ($search || $unapproved) ? 1 : 0);
242 if ($search) {
243 $searchby->add(' WHERE MATCH(sdesc,ldesc,email) AGAINST (?)', [$search]);
273 "search" => $search,
H A Dusers.php326 $search = filter_input(INPUT_GET, "search", FILTER_UNSAFE_RAW) ?: ""; variable
332 if ($search) {
333 …$query->add("WHERE (MATCH(name,email,username) AGAINST (?) OR username = ?) ", [$search, $search]);
365 "search" => $search,
H A Duser-notes.php146 $search = html_entity_decode($_GET['votessearch'], ENT_QUOTES, 'UTF-8'); variable
153 $isSearch = '&votessearch=' . hsc($search);
174 $search = (int) html_entity_decode($_GET['votessearch'], ENT_QUOTES, 'UTF-8'); variable
175 …otal_votes FROM votes JOIN(note) ON (votes.note_id = note.id) WHERE votes.note_id = ?", [$search]);
178 $isSearch = '&votessearch=' . hsc($search);
184 [$search, $limitVotes]);
/web-master/scripts/
H A Dpregen_news93 $search = ' xmlns="'.XMLNS_XHTML.'"';
94 if (($pos = strpos($str, $search)) !== false && $pos < 10) {
95 $str = substr_replace($str, "", $pos, strlen($search));
/web-master/include/
H A Dfunctions.inc42 …=> "get", "action" => "/manage/users.php", "placeholder" => "Search profiles", "name" => "search"];
46 …" => "get", "action" => "/manage/event.php", "placeholder" => "Search Events", "name" => "search"];
74 "//people.php.net/js/search.js"
/web-master/manage/js/
H A Danimatedcollapse.js209 …window.location.search.match(/expanddiv=([\w\-_,]+)/i) //search for expanddiv=divid or divid1,divi…
H A Djquery.min.js19 …s.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))…

Completed in 47 milliseconds