Home
last modified time | relevance | path

Searched refs:in (Results 1 – 15 of 15) sorted by path

/web-master/.phan/internal_stubs/
H A Dmysql.phan_php221 * List tables in a MySQL database
322 * Get the ID generated in the last query
359 * Get number of rows in result
369 * Get number of fields in result
485 * Get the length of each output in a result
553 * Get the name of the specified field in a result
564 * Get name of the table the specified field is in
586 * Get the type of the specified field in a result
593 * detailed in the MySQL
621 * Escapes a string for use in a mysql_query
[all …]
/web-master/entry/
H A Devent.php19 function day($in) { argument
20 return strftime('%A',mktime(12,0,0,4,$in,2001));
/web-master/
H A Dfbsd_upgrade.txt15 6. Verify that fsck_y_enable="YES" is defined in /etc/rc.conf.
H A Dusers.sql3 /* various things that may hang off the users table in the future:
20 an email alias in addition to cvs access. */
/web-master/include/
H A Dfunctions.inc16 // used in scripts which should only be called from particular machines
457 function invalid_input($in) {
458 if (!empty($in['email']) && strlen($in['email']) && !is_emailable_address($in['email'])) {
459 return "'". hsc($in['email']) ."' does not look like a valid email address";
461 if (!empty($in['username']) && !preg_match("/^[-\w]+\$/",$in['username'])) {
462 return "'". hsc($in['username']) ."' is not a valid username";
464 if (!empty($in['rawpasswd']) && $in['rawpasswd'] != $in['rawpasswd2']) {
467 if (!empty($in['sshkey']) && !verify_ssh_keys($in['sshkey'])) {
H A Dlogin.inc21 // User not logged in
30 // Login form, if the user is not yet logged in
48 <title>You must log in!</title>
93 // At this point, we have logged in successfully
101 // Set a cookie to tell various .php.net services that the user is probably logged in
102 // The username is saved here so we can automagically fill it in during login prompts
118 if (isset($_POST['in']) && is_array($_POST['in'])) {
119 foreach ($_POST['in'] as $k => $v) {
120 echo "<input type=\"hidden\" name=\"in[", hsc($k),
H A Dnote-reasons.inc11 'in docs',
/web-master/manage/
H A Devent.php79 if ($in['sday'] && $in['smonth'] && $in['syear'])
80 $sdato = "$in[syear]-$in[smonth]-$in[sday]";
81 if ($in['eday'] && $in['emonth'] && $in['eyear'])
82 $edato = "$in[eyear]-$in[emonth]-$in[eday]";
83 if ($in['recur'] && $in['recur_day'])
84 $recur = "$in[recur]:$in[recur_day]";
97 …[$tipo, $in['ldesc'], $in['sdesc'], $in['email'], $in['url'], $in['country'], $in['category'], $id]
111 @list($in['syear'],$in['smonth'],$in['sday']) = @explode("-",$in['sdato']);
112 @list($in['eyear'],$in['emonth'],$in['eday']) = @explode("-",$in['edato']);
113 @list($in['recur'],$in['recur_day']) = @explode(':',$in['recur']);
[all …]
H A Dusers.php103 if ($in) {
109 if ($error = invalid_input($in)) {
113 if (!empty($in['rawpasswd'])) {
115 $in['svnpasswd'] = gen_svn_pass($userinfo["username"], $in['rawpasswd']);
121 $use_sa = empty($in['use_sa']) ? 0 : (int)$in['use_sa'];
126 if (!empty($in['email']) && !empty($in['name'])) {
127 $query = new Query("UPDATE users SET name=?,email=?", [$in['name'], $in['email']]);
128 if (!empty($in['svnpasswd'])) {
131 if (!empty($in['sshkey'])) {
147 if (!empty($in['passwd'])) {
[all …]
/web-master/scripts/
H A Dconference_teaser20 // Loop over the items and store them in a array
H A Devent_listing16 // Read in events CSV file
46 // Skip events way in the future
65 // We have not seen any events in this month
83 // There is no event with this description in this month already seen
H A Dip-to-country15 // every '$indexby'th record in the db
27 // No success in getting the DB
35 specific format. If the data received is not in this
67 // or we get a data line containing 24 bytes, in
113 // We store the index in a PHP array temporarily
119 // Return with error in case of we cannot open the db
H A Drss_parser5 // in the update-backend PHP-CLI script)
10 // Return the whole file in a string
20 // Try to find a link in the text with any the used linking methods
44 // Preserve parts in the text needed and drop out everything unsusable
92 // We are not in a news item
99 // We are in a news item
114 // The headline title is in <h1> tags [it needs to be be on line line!]
/web-master/vendor/michelf/php-markdown-extra/
H A DLicense.text11 Redistribution and use in source and binary forms, with or without
18 * Redistributions in binary form must reproduce the above copyright
19 notice, this list of conditions and the following disclaimer in the
34 liability, whether in contract, strict liability, or tort (including
35 negligence or otherwise) arising in any way out of the use of this
H A DPHP Markdown Extra Readme.text61 "visual" editor in the User section of WordPress.
90 ### Replacing Textile in TextPattern ###
148 ### Updating Markdown in Other Programs ###
232 This was added in the 1.0.2 betas, but commented out in the 1.0.1 branch,
257 relative URLs in inline-style links however.
428 * Fix for a problem introduced in 1.0.1g where posting comments in
534 * Fixed an issue introduced in 1.0.1d in the tokenizeHTML method where
536 form a valid tag in a multiline paragraph.
552 * Fixed a bug introduced in 1.0.1d where underscores in automatic links
561 for the id attribute in PHP Markdown Extra.
[all …]

Completed in 38 milliseconds