Home
last modified time | relevance | path

Searched refs:showwelcome (Results 1 – 13 of 13) sorted by relevance

/dports/www/limesurvey/limesurvey/themes/survey/vanilla/views/subviews/privacy/
H A Dallinone_mode_welcome_privacy.twig22 {% if not aSurveyInfo.showwelcome is defined or not aSurveyInfo.showwelcome != 'N' %}
/dports/finance/homebank/homebank-5.5.1/src/
H A Dhb-preferences.h70 gboolean showwelcome; member
H A Dhb-preferences.c170 PREFS->showwelcome = TRUE; in homebank_pref_setdefault()
609 PREFS->showwelcome = FALSE; in homebank_pref_load()
628 homebank_pref_get_boolean(keyfile, group, "ShowWelcome", &PREFS->showwelcome); in homebank_pref_load()
1022 g_key_file_set_boolean (keyfile, group, "ShowWelcome", PREFS->showwelcome); in homebank_pref_save()
H A Dhomebank.c973 if( PREFS->showwelcome ) in main()
H A Ddsp-mainwindow.c750 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(check), PREFS->showwelcome); in ui_mainwindow_action_help_welcome()
760 PREFS->showwelcome = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(check)); in ui_mainwindow_action_help_welcome()
/dports/www/limesurvey/limesurvey/tests/data/sql/
H A Dcreate-mysql.153.sql299 `showwelcome` char(1) default 'Y',
H A Dcreate-mysql.258.sql457 `showwelcome` varchar(1) default 'Y',
H A Dcreate-mysql.315.sql458 `showwelcome` varchar(1) default 'Y',
/dports/www/limesurvey/limesurvey/application/models/
H A DSurvey.php75 * @property string $showwelcome Show welcome screen: (Y/N)
1372 return ($this->showwelcome === 'Y');
/dports/www/limesurvey/limesurvey/installer/sql-old/
H A Dcreate-mysql.sql459 `showwelcome` varchar(1) default 'Y',
H A Dcreate-mssql.sql454 [showwelcome] varchar(1) NULL default 'Y',
H A Dcreate-pgsql_compare.sql1123 showwelcome character varying(1) DEFAULT 'Y'::character varying, field
/dports/www/limesurvey/limesurvey/application/controllers/admin/
H A Ddatabase.php1069 $oSurvey->showwelcome = $this->_filterEmptyFields($oSurvey, 'showwelcome');