Searched refs:new_value (Results 1 – 8 of 8) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.parse.properties.php | 56 list($new_value, $string) = CSS::parse_string($string); 57 if (!is_null($new_value)) { 58 $value .= $new_value;
|
H A D | xhtml.utils.inc.php | 216 $new_value = escape_attr_value_entities($matches[5]); 218 $result .= $matches[1].$matches[2]." ".$matches[3]."=".$matches[4].$new_value.$matches[4];
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/ |
H A D | maxminddb.c | 474 zval *new_value = &_new_value; in handle_map() local 475 ZVAL_NULL(new_value); in handle_map() 477 zval *new_value; in handle_map() local 478 ALLOC_INIT_ZVAL(new_value); in handle_map() 481 handle_entry_data_list(entry_data_list, new_value TSRMLS_CC); in handle_map() 482 add_assoc_zval(z_value, key, new_value); in handle_map() 500 zval *new_value = &_new_value; in handle_array() local 501 ZVAL_NULL(new_value); in handle_array() 503 zval *new_value; in handle_array() local 504 ALLOC_INIT_ZVAL(new_value); in handle_array() [all...] |
/plugin/struct/action/ |
H A D | bureaucracy.php | 111 $new_value = []; 123 $new_value[] = $result[$i][0]->getDisplayValue(); 130 $field->opt['value'] = $new_value; 132 $event->data['values'][$field->column->getFullQualifiedLabel()] = $new_value[0] ?? '';
|
/plugin/issuetracker/ |
H A D | edit.php | 19 function _emailForIssueMod($currentID, $project, $issue, $old_value, $column, $new_value, $usr) argument 25 if($new_value == '') $new_value = $lang['it__none']; 35 $comment["new_value"] = $new_value; 44 … $changes = sprintf($lang['issuemod_changes'],$lang['th_'.$column], $old_value, $new_value); 319 function _log_mods($project, $issue, $usr, $column, $old_value, $new_value) argument 331 if($new_value=='') $new_value = '[deleted]'; 336 $mods[$mod_id]['new_value'] = $new_value;
|
H A D | action.php | 450 $new_value = '<u>Planning info modified:</u><br />'. 460 … $this->_log_mods($project, $issues[$issue_id], $usr, 'planning data', $old_value, $new_value); 569 …$new_value = $issues[$issue_id]['attachment1'].'<br />'.$issues[$issue_id]['attachment2'].'<br />'… 570 … $this->_log_mods($project, $issues[$issue_id], $usr, 'symptom links', $old_value, $new_value); 2691 function _emailForIssueMod($project, $issue, $old_value, $column, $new_value) argument 2697 if($new_value == '') $new_value = $this->getLang('it__none'); 2707 $comment["new_value"] = $new_value; 2718 … sprintf($this->getLang('issuemod_changes'),$this->getLang('th_'.$column), $old_value, $new_value); 3242 function _log_mods($project, $issue, $usr, $column, $old_value, $new_value) argument 3254 if($new_value=='') $new_value = $this->getLang('mod_valempty'); [all …]
|
H A D | syntax.php | 1697 function _log_mods($project, $issue, $usr, $column, $new_value) argument 1713 $mods[$mod_id]['new_value'] = $new_value;
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …ibers = [];\n function set(new_value) {\n if (safe_not_equal(value, new_value)) {\n …
|