Lines Matching +refs:val +refs:mode
307 int mode = S_IRWXU;
309 mode |= S_IRGRP;
312 mode |= S_IXGRP;
315 mode |= S_IXOTH;
317 if ( g_mkdir_with_parents(prefdir.c_str(), mode) == -1 ) {
571 Entry const val = Preferences::_create_pref_value(notify_path, static_cast<void const*>(new_value.pointer()));
572 _observer.notify(val);
782 double val = _extractDouble(v);
787 return val;
789 return val * (unit_table.getUnit(unit)->factor / unit_table.getUnit(requested_unit)->factor); /// \todo rewrite using Quantity class, so the standard code handles unit conversion
895 mode:c++
898 indent-tabs-mode:nil