Home
last modified time | relevance | path

Searched refs:config_get (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/dports/databases/mantis/mantisbt-2.25.2/
H A Dadm_permissions_report.php44 access_ensure_project_level( config_get( 'manage_configuration_threshold' ) );
60 $t_access_levels = MantisEnum::getValues( config_get( 'access_levels_enum_string' ) );
100 $t_access_levels = MantisEnum::getValues( config_get( 'access_levels_enum_string' ) );
130 if( config_get( 'news_enabled' ) == ON ) {
133 echo get_capability_row( lang_get( 'manage_news' ), config_get( 'manage_news_threshold' ) );
138 if( config_get( 'allow_file_upload' ) == ON ) {
164 if( config_get( 'enable_project_documentation' ) == ON ) {
178 if( config_get( 'enable_sponsorship' ) == ON ) {
182 echo get_capability_row( lang_get( 'sponsor_issue' ), config_get( 'sponsor_threshold' ) );
192 echo get_capability_row( lang_get( 'send_reminders' ), config_get( 'bug_reminder_threshold' ) );
[all …]
H A Dbug_change_status_page.php80 $t_reopen = config_get( 'bug_reopen_status', null, null, $t_bug->project_id );
101 if( config_get( 'bug_assigned_status' ) == $f_new_status ) {
102 $t_bug_sponsored = config_get( 'enable_sponsorship' )
153 if( OFF == config_get( 'allow_parent_of_unresolved_to_close' ) ) {
181 $t_resolution = config_get( 'bug_duplicate_resolution' );
192 if( $t_resolution != config_get( 'bug_duplicate_resolution' ) ) {
208 …if( access_has_bug_level( config_get( 'update_bug_assign_threshold', config_get( 'update_bug_thres…
246 data-picker-format="<?php echo config_get( 'datetime_picker_format' ) ?>"
309 && access_has_bug_level( config_get( 'update_bug_threshold' ), $f_bug_id )
337 $t_default_bugnote_view_status = config_get( 'default_bugnote_view_status' );
[all …]
H A Dbug_report_page.php106 access_ensure_project_level( config_get( 'report_bug_threshold' ) );
142 if( !access_has_project_level( config_get( 'report_bug_threshold' ) ) ) {
162 access_ensure_project_level( config_get( 'report_bug_threshold' ) );
175 $f_eta = gpc_get_int( 'eta', (int)config_get( 'default_bug_eta' ) );
196 $t_fields = config_get( 'bug_report_page_fields' );
209 $t_show_profiles = config_get( 'enable_profiles' );
264 $t_allow_no_category = config_get( 'allow_no_category' );
428 if( config_get( 'allow_freetext_in_profile_fields' ) == OFF ) {
517 config_get( 'bug_submit_status' ),
519 ON == config_get( 'allow_reporter_close' ),
[all …]
H A Dbug_update_page.php90 access_ensure_bug_level( config_get( 'update_bug_threshold' ), $f_bug_id );
92 $t_fields = config_get( 'bug_update_page_fields' );
97 $t_action_button_position = config_get( 'action_button_position' );
118 $t_show_profiles = config_get( 'enable_profiles' ) == ON;
211 $t_allow_no_category = config_get( 'allow_no_category' );
310 …if( access_has_project_level( config_get( 'update_bug_assign_threshold', config_get( 'update_bug_t…
347 echo date( config_get( 'short_date_format' ), $t_bug->due_date );
504 if( config_get( 'allow_freetext_in_profile_fields' ) == OFF ) {
522 if( config_get( 'allow_freetext_in_profile_fields' ) == OFF ) {
540 if( config_get( 'allow_freetext_in_profile_fields' ) == OFF ) {
[all …]
H A Dbug_update.php127 $t_report_bug_threshold = config_get( 'report_bug_threshold',
169 $t_closed_status = config_get( 'bug_closed_status_threshold' );
170 $t_reopen_resolution = config_get( 'bug_reopen_resolution' );
252 config_get( 'allow_reporter_close' )
259 config_get( 'allow_reporter_reopen' ) ) {
275 $t_issue_is_sponsored = config_get( 'enable_sponsorship' )
294 !config_get( 'allow_no_category' )
412 ( config_get( 'time_tracking_enabled' ) &&
417 !config_get( 'time_tracking_without_note' )
433 config_get( 'reassign_on_feedback' ) &&
[all …]
H A Dbug_actiongroup.php77 $t_custom_group_actions = config_get( 'custom_group_actions' );
105 access_ensure_bug_level( config_get( 'view_bug_threshold' ), $t_bug_id );
111 $t_closed = config_get( 'bug_closed_status_threshold' );
127 if( access_has_bug_level( config_get( 'delete_bug_threshold' ), $t_bug_id ) ) {
137 if( access_has_bug_level( config_get( 'move_bug_threshold' ), $t_bug_id ) &&
162 …if( access_has_bug_level( config_get( 'update_bug_assign_threshold', config_get( 'update_bug_thres…
180 $t_resolved_status = config_get( 'bug_resolved_status_threshold' );
197 if( access_has_bug_level( config_get( 'update_bug_threshold' ), $t_bug_id ) ) {
233 if( access_has_bug_level( config_get( 'update_bug_threshold' ), $t_bug_id ) ) {
235 || $f_category_id == 0 && config_get( 'allow_no_category' )
[all …]
H A Dbugnote_add_inc.php54 ( access_has_bug_level( config_get( 'add_bugnote_threshold' ), $f_bug_id ) ) ) { ?>
95 $t_default_bugnote_view_status = config_get( 'default_bugnote_view_status' );
99 if( access_has_bug_level( config_get( 'set_view_status_threshold' ), $f_bug_id ) ) {
124 if( config_get( 'time_tracking_enabled' ) ) {
125 if( access_has_bug_level( config_get( 'time_tracking_edit_threshold' ), $f_bug_id ) ) {
132 <?php if( config_get( 'time_tracking_stopwatch' ) ) { ?>
146 $t_file_upload_max_num = max( 1, config_get( 'file_upload_max_num' ) );
H A Dbug_actiongroup_page.php86 $t_view_bug_threshold[$t_bug->project_id] = config_get(
141 $t_custom_group_actions = config_get( 'custom_group_actions' );
318 $t_date_to_display = date( config_get( 'normal_date_format' ), $t_bug->due_date );
324 '" data-picker-format="' . config_get( 'datetime_picker_format' ) . '"' .
343 print_enum_string_option_list( 'priority', config_get( 'default_bug_priority' ) );
346 print_enum_string_option_list( 'status', config_get( 'bug_submit_status' ) );
352 print_enum_string_option_list( 'view_state', config_get( 'default_bug_view_status' ) );
372 $t_show_product_version = ( ON == config_get( 'show_product_version' ) )
373 || ( ( AUTO == config_get( 'show_product_version' ) )
406 $t_default_bugnote_view_status = config_get( 'default_bugnote_view_status' );
[all …]
H A Dmanage_config_workflow_page.php164 $t_enum_statuses = MantisEnum::getValues( config_get( 'status_enum_string' ) );
288 $t_global = config_get( $p_threshold, null, ALL_USERS, ALL_PROJECTS );
289 $t_project = config_get( $p_threshold );
360 $t_global_new = config_get( 'report_bug_threshold', null, ALL_USERS, ALL_PROJECTS );
361 $t_report_bug_threshold = config_get( 'report_bug_threshold' );
365 $t_project_set = config_get( 'set_status_threshold' );
367 $t_submit_status = config_get( 'bug_submit_status' );
442 $t_enum_status = config_get( 'status_enum_string' );
514 if( !is_array( config_get( 'bug_submit_status' ) ) ) {
540 $t_resolved_status = config_get( 'bug_resolved_status_threshold' );
[all …]
H A Dsummary_page.php59 access_ensure_project_level( config_get( 'view_summary_threshold' ) );
218 <?php summary_print_by_date( config_get( 'date_partitions' ), $t_filter ) ?>
304 …<?php summary_print_reporter_effectiveness( config_get( 'severity_enum_string' ), config_get( 'res…
321 $t_resolutions = MantisEnum::getValues( config_get( 'resolution_enum_string' ) );
332 <?php summary_print_reporter_resolution( config_get( 'resolution_enum_string' ), $t_filter ) ?>
344 $t_resolutions = MantisEnum::getValues( config_get( 'resolution_enum_string' ) );
355 <?php summary_print_developer_resolution( config_get( 'resolution_enum_string' ), $t_filter ) ?>
H A Dbug_reminder_page.php66 access_ensure_bug_level( config_get( 'bug_reminder_threshold' ), $f_bug_id );
91 $t_store_reminders = ON == config_get( 'store_reminders' );
95 $t_default_reminder_view_status = config_get( 'default_reminder_view_status' );
107 if( access_has_bug_level( config_get( 'set_view_status_threshold' ), $f_bug_id ) ) {
132 $t_access_level = config_get( 'reminder_receive_threshold' );
134 $t_private_bug_threshold = config_get( 'private_bug_threshold' );
165 if( ON == config_get( 'reminder_recipients_monitor_bug' ) ) {
H A Dmain_page.php55 access_ensure_project_level( config_get( 'view_bug_threshold' ) );
61 $t_rss_enabled = config_get( 'rss_enabled' );
76 $t_hide_status = config_get( 'bug_resolved_status_threshold' );
89 echo date( config_get( 'normal_date_format' ), current_user_get_field( 'last_visit' ) );
96 if( news_is_enabled() && access_has_project_level( config_get( 'manage_news_threshold' ) ) ) {
120 !access_has_project_level( config_get( 'private_news_threshold' ) ) ) {
133 $t_news_view_limit = config_get( 'news_view_limit' );
H A Dmanage_user_edit_page.php60 access_ensure_global_level( config_get( 'manage_user_threshold' ) );
171 if( !MantisEnum::hasValue( config_get( 'access_levels_enum_string' ), $t_access_level ) ) {
172 $t_access_level = config_get( 'default_new_account_access_level' );
215 if( config_get( 'enable_email_notification' ) == ON ) { ?>
293 …if( ( ON == config_get( 'send_reset_password' ) ) && ( ON == config_get( 'enable_email_notificatio…
308 <?php if( access_has_global_level( config_get( 'manage_user_threshold' ) ) &&
351 …<?php print_project_access_levels_option_list( (int)config_get( 'default_new_account_access_level'…
H A Dtag_update_page.php68 if( !( access_has_global_level( config_get( 'tag_edit_threshold' ) )
70 && access_has_global_level( config_get( 'tag_edit_own_threshold' ) ) ) ) {
116 if( access_has_global_level( config_get( 'tag_edit_threshold' ) ) ) {
119 …print_user_option_list( (int)$t_tag_row['user_id'], ALL_PROJECTS, (int)config_get( 'tag_create_thr…
130 <td><?php echo date( config_get( 'normal_date_format' ), $t_tag_row['date_created'] ) ?></td>
136 <td><?php echo date( config_get( 'normal_date_format' ), $t_tag_row['date_updated'] ) ?></td>
/dports/databases/mantis/mantisbt-2.25.2/core/commands/
H A DIssueViewPageCommand.php77 access_ensure_bug_level( config_get( 'view_bug_threshold' ), $t_issue_id );
112 $t_fields = config_get( 'bug_view_page_fields' );
127 config_get( 'enable_product_build' ) == ON;
132 access_has_bug_level( config_get( 'roadmap_view_threshold' ), $t_issue_id );
175 access_has_bug_level( config_get( 'tag_view_threshold' ), $t_issue_id );
180 access_has_bug_level( config_get( 'tag_attach_threshold' ), $t_issue_id );
198 access_has_bug_level( config_get( 'update_bug_threshold' ), $t_issue_id );
201 config_get( 'enable_sponsorship' ) &&
204 $t_flags['profiles_show'] = config_get( 'enable_profiles' ) != OFF;
244 …access_has_bug_level( config_get( 'update_bug_assign_threshold', config_get( 'update_bug_threshold…
[all …]
H A DIssueAddCommand.php159 …if( !access_has_project_level( config_get( 'report_bug_threshold' ), $t_project_id, $this->user_id…
166 …$t_issue['priority'] ) ? mci_get_priority_id( $t_issue['priority'] ) : config_get( 'default_bug_pr…
168 …$t_status_id = isset( $t_issue['status'] ) ? mci_get_status_id( $t_issue['status'] ) : config_get(…
172 …$t_eta_id = isset( $t_issue['eta'] ) ? mci_get_eta_id( $t_issue['eta'] ) : config_get( 'default_bu…
181 …$t_specify_reporter_access_level = config_get( 'webservice_specify_reporter_on_add_access_level_th…
194 if ( !access_has_project_level( config_get( 'update_bug_assign_threshold' ) ) ) {
201 if( $t_handler_id == NO_USER && $t_status_id >= config_get( 'bug_resolved_status_threshold' ) ) {
214 …if( !access_has_project_level( config_get( 'handle_bug_threshold' ), $t_project_id, $t_handler_id …
287 …access_has_project_level( config_get( 'set_bug_sticky_threshold', null, null, $t_project_id ), $t_…
292 access_has_project_level( config_get( 'due_date_update_threshold' ), $t_project_id ) ) {
[all …]
H A DIssueNoteAddCommand.php182 …$t_specify_reporter_access_level = config_get( 'webservice_specify_reporter_on_add_access_level_th…
189 …if( !access_has_bug_level( config_get( 'add_bugnote_threshold' ), $t_issue_id, $this->reporterId )…
195 …if( !access_has_bug_level( config_get( 'set_view_status_threshold' ), $t_issue_id, $this->reporter…
209 if( config_get( 'time_tracking_enabled' ) == OFF ) {
213 …if ( !access_has_bug_level( config_get( 'time_tracking_edit_threshold' ), $t_issue_id, $this->repo…
265 if( config_get( 'reassign_on_feedback' ) &&
266 $this->issue->status === config_get( 'bug_feedback_status' ) &&
270 bug_set_field( $this->issue->id, 'status', config_get( 'bug_assigned_status' ) );
272 bug_set_field( $this->issue->id, 'status', config_get( 'bug_submit_status' ) );
293 $t_view_state = config_get( 'default_bugnote_view_status' );
/dports/databases/mantis/mantisbt-2.25.2/plugins/Activity/scripts/
H A Dnotify.php50 if( empty($t_path) ) $t_path = config_get( 'path' );
56 if( empty($t_path) ) $t_path = config_get( 'path' );
78 $t_core_path = config_get( 'core_path' );
209 $t_debug_email = config_get( 'debug_email' );
228 $t_lang = config_get( 'default_language' );
230 $t_lang = config_get( 'fallback_language' );
235 switch( config_get( 'phpMailer_method' ) ) {
261 $mail->Port = config_get( 'smtp_port' );
270 $mail->Host = config_get( 'smtp_host' );
271 $mail->From = config_get( 'from_email' );
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/vtysh/
H A Dvtysh_config.c306 config = config_get(PW_NODE, line); in vtysh_config_parse_line()
308 config = config_get(VRF_NODE, line); in vtysh_config_parse_line()
315 config = config_get(RIP_NODE, line); in vtysh_config_parse_line()
327 config = config_get(OSPF_NODE, line); in vtysh_config_parse_line()
332 config = config_get(LDP_NODE, line); in vtysh_config_parse_line()
336 config = config_get(BGP_NODE, line); in vtysh_config_parse_line()
381 config = config_get(IP_NODE, line); in vtysh_config_parse_line()
383 config = config_get(IP_NODE, line); in vtysh_config_parse_line()
387 config = config_get(VTY_NODE, line); in vtysh_config_parse_line()
414 config = config_get(AAA_NODE, line); in vtysh_config_parse_line()
[all …]
/dports/net/frr7/frr-frr-7.5.1/vtysh/
H A Dvtysh_config.c306 config = config_get(PW_NODE, line); in vtysh_config_parse_line()
308 config = config_get(VRF_NODE, line); in vtysh_config_parse_line()
315 config = config_get(RIP_NODE, line); in vtysh_config_parse_line()
327 config = config_get(OSPF_NODE, line); in vtysh_config_parse_line()
332 config = config_get(LDP_NODE, line); in vtysh_config_parse_line()
336 config = config_get(BGP_NODE, line); in vtysh_config_parse_line()
381 config = config_get(IP_NODE, line); in vtysh_config_parse_line()
383 config = config_get(IP_NODE, line); in vtysh_config_parse_line()
387 config = config_get(VTY_NODE, line); in vtysh_config_parse_line()
414 config = config_get(AAA_NODE, line); in vtysh_config_parse_line()
[all …]
/dports/net/quagga/quagga-1.2.4/vtysh/
H A Dvtysh_config.c86 config_get (int index, const char *line) in config_get() function
212 config = config_get (ZEBRA_NODE, line); in vtysh_config_parse_line()
214 config = config_get (RIP_NODE, line); in vtysh_config_parse_line()
216 config = config_get (RIPNG_NODE, line); in vtysh_config_parse_line()
218 config = config_get (OSPF_NODE, line); in vtysh_config_parse_line()
222 config = config_get (BGP_NODE, line); in vtysh_config_parse_line()
226 config = config_get (BGP_NODE, line); in vtysh_config_parse_line()
228 config = config_get (RMAP_NODE, line); in vtysh_config_parse_line()
247 config = config_get (IP_NODE, line); in vtysh_config_parse_line()
253 config = config_get (VTY_NODE, line); in vtysh_config_parse_line()
[all …]
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Demail_api.php157 if( ON == config_get( 'check_mx_record' ) ) {
234 $t_notify_flags = config_get( 'notify_flags' );
511 …if( ( OFF == config_get( 'send_reset_password' ) ) || ( OFF == config_get( 'enable_email_notificat…
995 $t_separator = config_get( 'email_separator2' );
1304 switch( config_get( 'phpMailer_method' ) ) {
1333 $t_mail->Port = config_get( 'smtp_port' );
1361 $t_mail->Host = config_get( 'smtp_host' );
1362 $t_mail->From = config_get( 'from_email' );
1364 $t_mail->FromName = config_get( 'from_name' );
2111 && config_get( 'email_send_using_cronjob' )
[all …]
H A Dbug_group_action_api.php226 …access_has_project_level( config_get( 'move_bug_threshold', null, $t_user_id, $t_project_id ), $t_…
236 …access_has_project_level( config_get( 'update_bug_assign_threshold', null, $t_user_id, $t_project_…
242 …access_has_project_level( config_get( 'allow_reporter_close', null, $t_user_id, $t_project_id ), $…
247 …access_has_project_level( config_get( 'delete_bug_threshold', null, $t_user_id, $t_project_id ), $…
257 …access_has_project_level( config_get( 'set_bug_sticky_threshold', null, $t_user_id, $t_project_id …
283 config_get( 'enable_product_build', null, $t_user_id, $t_project_id ) == ON &&
289 …access_has_project_level( config_get( 'add_bugnote_threshold', null, $t_user_id, $t_project_id ), …
294 …access_has_project_level( config_get( 'tag_attach_threshold', null, $t_user_id, $t_project_id ), $…
299 …access_has_project_level( config_get( 'due_date_update_threshold', null, $t_user_id, $t_project_id…
315 …access_has_project_level( config_get( 'roadmap_update_threshold', null, $t_user_id, $t_project_id …
[all …]
H A Daccess_api.php373 $t_default = config_get( $p_access_level, null, $p_user_id, ALL_PROJECTS );
666 if( ON == config_get( 'allow_reporter_close', null, null, $p_bug->project_id )
718 if( ON == config_get( 'allow_reporter_reopen', null, null, $p_bug->project_id )
793 $t_thresh_array = config_get( 'set_status_threshold', null, null, $p_project_id );
797 if( $p_status == config_get( 'bug_submit_status', null, null, $p_project_id ) ) {
798 return config_get( 'report_bug_threshold', null, null, $p_project_id );
800 return config_get( 'update_bug_status_threshold', null, null, $p_project_id );
858 config_get( 'view_handler_threshold', null, $t_user_id, $p_bug->project_id ),
872 $t_access_levels_enum = config_get( 'access_levels_enum_string' );
958 config_get( 'bug_revision_view_threshold', null, $t_user_id, $t_project_id ),
[all …]
/dports/net/olsrd/olsrd-0.9.8/openwrt/olsrd-stable-git/files/
H A Dolsrd.init40 config_get ifname "$interface" ifname
53 config_get cfgt "$cfg" TYPE
56 config_get hostname "$cfg" hostname
62 config_get latlon "$cfg" latlon
71 config_get latlon "$cfg" latitude
73 config_get latlon "$cfg" longitude
401 config_get prefix "$cfg" prefix
439 config_get name "$cfg" name
445 config_get lat "$cfg" lat
446 config_get lon "$cfg" lon
[all …]

12345678910>>...30