Home
last modified time | relevance | path

Searched refs:strictw3c (Results 1 – 2 of 2) sorted by relevance

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dadmin.lib.php1540 if (empty($strictw3c)) {
1543 if (!empty($strictw3c) && $strictw3c == 1) {
1557 if (empty($strictw3c)) {
1599 if (empty($strictw3c)) {
1608 if (empty($strictw3c)) {
1662 …print '<input type="hidden" name="consttype'.(empty($strictw3c) ? '' : ($strictw3c == 3 ? '_'.$con…
1665 …print '<textarea class="flat" name="constvalue'.(empty($strictw3c) ? '' : ($strictw3c == 3 ? '_'.$…
1673 …print $form->selectyesno('constvalue'.(empty($strictw3c) ? '' : ($strictw3c == 3 ? '_'.$const : '[…
1706 if (empty($strictw3c)) {
1714 if (empty($strictw3c)) {
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dadmin.lib.php1479 function form_constantes($tableau, $strictw3c = 0, $helptext = '') argument
1486 if (empty($strictw3c)) {
1489 if (!empty($strictw3c) && $strictw3c == 1) {
1502 if (empty($strictw3c)) {
1544 if (empty($strictw3c)) {
1553 if (empty($strictw3c)) {
1557 …print '<input type="hidden" name="constname'.(empty($strictw3c) ? '' : '[]').'" value="'.$const.'"…
1618 print $form->selectyesno('constvalue'.(empty($strictw3c) ? '' : '[]'), $obj->value, 1);
1649 if (empty($strictw3c)) {
1656 if (empty($strictw3c)) {
[all …]