Searched refs:search (Results 1 – 7 of 7) sorted by relevance
/web-master/manage/ |
H A D | event.php | 33 $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 D | users.php | 326 $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 D | user-notes.php | 146 $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 D | pregen_news | 93 $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 D | functions.inc | 42 …=> "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 D | animatedcollapse.js | 209 …window.location.search.match(/expanddiv=([\w\-_,]+)/i) //search for expanddiv=divid or divid1,divi…
|
H A D | jquery.min.js | 19 …s.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))…
|
Completed in 18 milliseconds