Searched refs:type (Results 1 – 9 of 9) sorted by relevance
/web-master/include/ |
H A D | login.inc | 53 <input type="hidden" name="save" value="1" /> 57 <td><input type="text" name="user" value="<?php echo $cuser;?>" />@php.net 61 <td><input type="password" name="pw" value="<?php echo hsc($cpw);?>" /> 68 <td></td><td><input type="submit" value="Login" /></td> 120 echo "<input type=\"hidden\" name=\"in[", hsc($k),
|
/web-master/manage/ |
H A D | user-notes.php | 77 $type = isset($_REQUEST["type"]) ? intval($_REQUEST["type"]) : 0; variable 108 if ($type == 1) { 115 } else if ($type == 2) { 122 } else if ($type == 3) { 132 } else if ($type == 4) { 142 } else if ($type == 5) { 198 } elseif ($type == 6) { 387 echo "<p><a href=\"?view=notes&page=$page&type=$type$keyword\">Next 10</a>"; 391 echo "<a href=\"?view=notes&page=$PrevPage&type=$type{$isSearch}\">< Prev 25</a> "; 394 echo " <a href=\"?view=notes&page=$NextPage&type=$type{$isSearch}\">Next 25 ></a>";
|
H A D | event.php | 23 $type = [1=>'single',2=>'multi',3=>'recur']; variable 78 $tipo = array_search($in['type'],$type); 114 $in['type'] = $type[$in['tipo']];
|
H A D | github.php | 70 'header' => 'Content-type: application/x-www-form-urlencoded',
|
/web-master/scripts/ |
H A D | pregen_news | 87 switch($r->getAttribute("type")) { 188 $type = $term != "frontpage" ? "conf" : "news"; 190 $links[$type][]["link"] = $entry->link["href"], 194 $type == "conf" ? ($term == "conferences" ? "conference" : $term): null, 197 if($type == "conf") {
|
/web-master/entry/ |
H A D | event.php | 30 if (empty($sdesc) || empty($email) || empty($country) || empty($category) || empty($type) || empty(… 41 switch($type) {
|
/web-master/manage/js/ |
H A D | jquery.min.js | 12 …type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.s… 19 …type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.check…
|
/web-master/ |
H A D | github-webhook.php | 36 $type = is_pr($issue) ? 'PR' : 'Issue'; 38 $subject = sprintf('[%s][%s #%s] - %s', $repoName, $type, $issueNumber, $title);
|
/web-master/.phan/internal_stubs/ |
H A D | mysql.phan_php | 133 * For other type of SQL statements, INSERT, UPDATE, DELETE, DROP, etc, 175 * For other type of SQL statements, UPDATE, DELETE, DROP, etc, 401 * The type of array that is to be fetched. It's a constant and can 407 * if there are no more rows. The type of returned array depends on 517 * type - the type of the column 586 * Get the type of the specified field in a result 587 * @link https://php.net/manual/en/function.mysql-field-type.php 590 * @return string The returned field type 702 * @return string a string describing the type of MySQL connection in use for the
|
Completed in 23 milliseconds