Home
last modified time | relevance | path

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

/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php468 protected function renderValue($column, $value, $def, $mayBeSkipped = false, $inEditor = false) { argument
470 return $mayBeSkipped ? null : '';
498 if ((trim ( $value ) === '') && $mayBeSkipped)
504 if ((trim ( $value ) === '') && $mayBeSkipped)
523 return $mayBeSkipped ? null : '';
529 return $mayBeSkipped ? null : '';
542 if (! $value && $mayBeSkipped)
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php413 protected function renderValue($column, $value, $def, $mayBeSkipped = false, $inEditor = false) { argument
415 return $mayBeSkipped ? null : '';
443 if ((trim ( $value ) === '') && $mayBeSkipped)
449 if ((trim ( $value ) === '') && $mayBeSkipped)
468 return $mayBeSkipped ? null : '';
474 return $mayBeSkipped ? null : '';
487 if (! $value && $mayBeSkipped)
/plugin/database2/
H A Ddatabase2.php5999 * @param boolean $mayBeSkipped if true, the method should return null if
6008 $mayBeSkipped = false, $inEditor = false, $rowACL = null ) argument
6015 return $mayBeSkipped ? null : '';
6022 if ( ( trim( $value ) === '' ) && $mayBeSkipped )
6078 if ( ( trim( $value ) === '' ) && $mayBeSkipped )
6084 if ( ( trim( $value ) === '' ) && $mayBeSkipped )
6091 if ( ( trim( $value ) === '' ) && $mayBeSkipped )
6097 if ( !$value && $mayBeSkipped )
6103 return $mayBeSkipped ? null : '';
6109 return $mayBeSkipped ? null : '';
[all …]