Home
last modified time | relevance | path

Searched refs:field (Results 1 – 3 of 3) sorted by relevance

/web-master/fetch/
H A Dcvsauth.php68 foreach($fields as $field) {
69 if (isset($_POST[$field])) {
70 $$field = $_POST[$field]; variable
/web-master/.phan/internal_stubs/
H A Dmysql.phan_php342 * @param mixed $field [optional] <p>
346 * It can be the field's offset, the field's name, or the field's table
499 * The numerical field offset. If the field offset is not specified, the
575 * Returns the length of the specified field
590 * @return string The returned field type
872 * @param mixed $field [optional] <p>
873 * The field name.
886 * @param $field [optional]
890 function mysql_dbname ($result, $row, $field) {}
893 * Get table name of field
[all …]
/web-master/
H A Dusers.sql18 /* the cvsaccess field requires more thought. we might want to expand
19 it to a more general flags field or something. it already implies
22 Abusive users can have their dns privilidges revoked using this field.

Completed in 10 milliseconds