Home
last modified time | relevance | path

Searched refs:type (Results 1 – 9 of 9) sorted by relevance

/web-master/include/
H A Dlogin.inc53 <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 Duser-notes.php77 $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}\">&lt; Prev 25</a> ";
394 echo " <a href=\"?view=notes&page=$NextPage&type=$type{$isSearch}\">Next 25 &gt;</a>";
H A Devent.php23 $type = [1=>'single',2=>'multi',3=>'recur']; variable
78 $tipo = array_search($in['type'],$type);
114 $in['type'] = $type[$in['tipo']];
H A Dgithub.php70 'header' => 'Content-type: application/x-www-form-urlencoded',
/web-master/scripts/
H A Dpregen_news87 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 Devent.php30 if (empty($sdesc) || empty($email) || empty($country) || empty($category) || empty($type) || empty(…
41 switch($type) {
/web-master/manage/js/
H A Djquery.min.js12type=="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…
19type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.check…
/web-master/
H A Dgithub-webhook.php36 $type = is_pr($issue) ? 'PR' : 'Issue';
38 $subject = sprintf('[%s][%s #%s] - %s', $repoName, $type, $issueNumber, $title);
/web-master/.phan/internal_stubs/
H A Dmysql.phan_php133 * 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