Searched refs:in (Results 1 – 15 of 15) sorted by relevance
79 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 …]
103 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 …]
21 // User not logged in30 // Login form, if the user is not yet logged in48 <title>You must log in!</title>93 // At this point, we have logged in successfully101 // Set a cookie to tell various .php.net services that the user is probably logged in102 // The username is saved here so we can automagically fill it in during login prompts118 if (isset($_POST['in']) && is_array($_POST['in'])) {119 foreach ($_POST['in'] as $k => $v) {120 echo "<input type=\"hidden\" name=\"in[", hsc($k),
16 // used in scripts which should only be called from particular machines457 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'])) {
11 'in docs',
61 "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 links561 for the id attribute in PHP Markdown Extra.[all …]
11 Redistribution and use in source and binary forms, with or without18 * Redistributions in binary form must reproduce the above copyright19 notice, this list of conditions and the following disclaimer in the34 liability, whether in contract, strict liability, or tort (including35 negligence or otherwise) arising in any way out of the use of this
15 // every '$indexby'th record in the db27 // No success in getting the DB35 specific format. If the data received is not in this67 // or we get a data line containing 24 bytes, in113 // We store the index in a PHP array temporarily119 // Return with error in case of we cannot open the db
16 // Read in events CSV file46 // Skip events way in the future65 // We have not seen any events in this month83 // There is no event with this description in this month already seen
5 // in the update-backend PHP-CLI script)10 // Return the whole file in a string20 // Try to find a link in the text with any the used linking methods44 // Preserve parts in the text needed and drop out everything unsusable92 // We are not in a news item99 // We are in a news item114 // The headline title is in <h1> tags [it needs to be be on line line!]
20 // Loop over the items and store them in a array
19 function day($in) { argument20 return strftime('%A',mktime(12,0,0,4,$in,2001));
221 * List tables in a MySQL database322 * Get the ID generated in the last query359 * Get number of rows in result369 * Get number of fields in result485 * Get the length of each output in a result553 * Get the name of the specified field in a result564 * Get name of the table the specified field is in586 * Get the type of the specified field in a result593 * detailed in the MySQL621 * Escapes a string for use in a mysql_query[all …]
3 /* various things that may hang off the users table in the future:20 an email alias in addition to cvs access. */
15 6. Verify that fsck_y_enable="YES" is defined in /etc/rc.conf.
Completed in 22 milliseconds