Home
last modified time | relevance | path

Searched refs:custom_data (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmCustBase.c320 custom_data -> incl_depth = 0; in xtmCbGetDataFromFile()
321 setDefaultValues( custom_data ); in xtmCbGetDataFromFile()
337 custom_data -> custom_file = in xtmCbGetDataFromFile()
343 custom_data -> custom_file = in xtmCbGetDataFromFile()
487 custom_data -> incl_depth = 0; in xtmCbRereadParamFromFile()
488 setDefaultValues( custom_data ); in xtmCbRereadParamFromFile()
1325 strcpy( custom_data -> date_format, custom_data -> default_date_format ); in setDefaultValues()
1327 strcpy( custom_data -> time_format, custom_data -> default_time_format ); in setDefaultValues()
1552 if( custom_data -> give_alarm ) in writeFlagInfo()
1602 if( custom_data -> pr_in_3d ) in writeFlagInfo()
[all …]
H A DxtmBaseCal.c493 XTM_GL_CUSTOM_DATA_REF custom_data; in createCalendarWindow() local
514 custom_data = cal_ref -> appl_data_ref -> custom_data; in createCalendarWindow()
893 XTM_GL_CUSTOM_DATA_REF custom_data; in displayTimeLabel() local
898 custom_data = cal_ref -> appl_data_ref -> custom_data; in displayTimeLabel()
1172 XTM_GL_CUSTOM_DATA_REF custom_data; in updateMonthCB() local
1177 custom_data = cal_ref -> appl_data_ref -> custom_data; in updateMonthCB()
1223 color = custom_data -> holiday_fg; in updateMonthCB()
1229 color = custom_data -> monday_fg; in updateMonthCB()
1241 color = custom_data -> friday_fg; in updateMonthCB()
1247 color = custom_data -> sunday_fg; in updateMonthCB()
[all …]
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdlight/
H A DxtmDiaryLgt.c254 custom_data.orig_argc = argc; in main()
335 appl_data.custom_data = &custom_data; in main()
400 xtmHoInitialize( custom_data.holidays_db_dir, custom_data.workdays ); in main()
417 custom_data.default_entry_delta = custom_data.default_entry_delta; in main()
421 if( custom_data.start_hour < 0 || custom_data.start_hour > 23 ) in main()
424 if( custom_data.stop_hour < 0 || custom_data.stop_hour > 23 ) in main()
427 if( custom_data.start_hour > custom_data.stop_hour ) { in main()
429 custom_data.start_hour = custom_data.stop_hour; in main()
444 if( custom_data.do_refresh ) in main()
510 custom_data.orig_argc, custom_data.orig_argv ); in main()
[all …]
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdiary/
H A DxtmDiary.c245 custom_data.orig_argc = argc; in main()
326 appl_data.custom_data = &custom_data; in main()
391 xtmHoInitialize( custom_data.holidays_db_dir, custom_data.workdays ); in main()
408 custom_data.default_entry_delta = custom_data.default_entry_delta; in main()
412 if( custom_data.start_hour < 0 || custom_data.start_hour > 23 ) in main()
415 if( custom_data.stop_hour < 0 || custom_data.stop_hour > 23 ) in main()
418 if( custom_data.start_hour > custom_data.stop_hour ) { in main()
420 custom_data.start_hour = custom_data.stop_hour; in main()
435 if( custom_data.do_refresh ) in main()
488 custom_data.orig_argc, custom_data.orig_argv ); in main()
[all …]
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdcustom/
H A DxtmCustom.c246 XTM_GL_CUSTOM_DATA custom_data; in main() local
257 custom_data.orig_argc = argc; in main()
321 custom_data.cal_db_handle = NULL; in main()
322 custom_data.group_db_handle = NULL; in main()
323 custom_data.archive_files = NULL; in main()
324 custom_data.include_files = NULL; in main()
330 appl_data.custom_data = &custom_data; in main()
405 custom_data.orig_argc, custom_data.orig_argv ); in main()
698 XTM_GL_CUSTOM_DATA_REF custom_data; in customParam() local
819 custom_data = appl_data_ref -> custom_data; in customParam()
[all …]
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdremind/
H A DxtmRemMain.c98 XTM_GL_CUSTOM_DATA_REF custom_data; member
192 XTM_GL_CUSTOM_DATA custom_data; in main() local
204 custom_data.orig_argc = argc; in main()
259 if( ! custom_data.valid_resource_file ) in main()
267 custom_data.cal_db_handle = NULL; in main()
268 custom_data.group_db_handle = NULL; in main()
269 custom_data.archive_files = NULL; in main()
270 custom_data.include_files = NULL; in main()
273 appl_data.custom_data = &custom_data; in main()
329 xtmRsFetchColors( &custom_data, toplevel ); in main()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Kernel/Entity/
H A DConfigEntityImportTest.php72 $custom_data['configuration']['message'] = 'Granny Smith';
73 $this->assertConfigUpdateImport($name, $original_data, $custom_data);
93 $custom_data['settings']['label'] = 'Granny Smith';
94 $this->assertConfigUpdateImport($name, $original_data, $custom_data);
126 $this->assertConfigUpdateImport($name, $original_data, $custom_data);
162 $custom_data['effects'][$effect_name]['data']['upscale'] = FALSE;
163 $this->assertConfigUpdateImport($name, $original_data, $custom_data);
182 $custom_data['configuration']['boost'] = 'asdf';
183 $this->assertConfigUpdateImport($name, $original_data, $custom_data);
255 * @param array $custom_data
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Kernel/Entity/
H A DConfigEntityImportTest.php72 $custom_data['configuration']['message'] = 'Granny Smith';
73 $this->assertConfigUpdateImport($name, $original_data, $custom_data);
93 $custom_data['settings']['label'] = 'Granny Smith';
94 $this->assertConfigUpdateImport($name, $original_data, $custom_data);
126 $this->assertConfigUpdateImport($name, $original_data, $custom_data);
162 $custom_data['effects'][$effect_name]['data']['upscale'] = FALSE;
163 $this->assertConfigUpdateImport($name, $original_data, $custom_data);
182 $custom_data['configuration']['boost'] = 'asdf';
183 $this->assertConfigUpdateImport($name, $original_data, $custom_data);
255 * @param array $custom_data
[all …]
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdaclunix/
H A DxtmAclUnix.c120 XTM_GL_CUSTOM_DATA_REF custom_data; member
241 XTM_GL_CUSTOM_DATA custom_data; in main() local
252 custom_data.orig_argc = argc; in main()
318 custom_data.cal_db_handle = NULL; in main()
319 custom_data.group_db_handle = NULL; in main()
320 custom_data.archive_files = NULL; in main()
321 custom_data.include_files = NULL; in main()
323 appl_data.custom_data = &custom_data; in main()
391 custom_data.orig_argc, custom_data.orig_argv ); in main()
427 XTM_GL_CUSTOM_DATA_REF custom_data; in createSelectWindow() local
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_astar.h41 void *custom_data; member
47 void *custom_data; member
60 void *custom_data; member
74 void *custom_data; member
79 void BLI_astar_node_init(BLI_AStarGraph *as_graph, const int node_index, void *custom_data);
84 void *custom_data);
89 void *custom_data);
111 void BLI_astar_graph_init(BLI_AStarGraph *as_graph, const int node_num, void *custom_data);
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdnotify/
H A DxtmNotify.c135 XTM_GL_CUSTOM_DATA_REF custom_data; member
260 XTM_GL_CUSTOM_DATA custom_data; in main() local
271 custom_data.orig_argc = argc; in main()
335 custom_data.cal_db_handle = NULL; in main()
336 custom_data.group_db_handle = NULL; in main()
337 custom_data.archive_files = NULL; in main()
338 custom_data.include_files = NULL; in main()
340 appl_data.custom_data = &custom_data; in main()
640 custom_data = appl_data_ref -> custom_data; in fetchChangedEntries()
813 custom_data = appl_data_ref -> custom_data; in initDbCheckRecord()
[all …]
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdaclafs/
H A DxtmAclAfs.c122 XTM_GL_CUSTOM_DATA_REF custom_data; member
249 XTM_GL_CUSTOM_DATA custom_data; in main() local
260 custom_data.orig_argc = argc; in main()
331 custom_data.cal_db_handle = NULL; in main()
332 custom_data.group_db_handle = NULL; in main()
333 custom_data.archive_files = NULL; in main()
334 custom_data.include_files = NULL; in main()
336 appl_data.custom_data = &custom_data; in main()
404 custom_data.orig_argc, custom_data.orig_argv ); in main()
440 XTM_GL_CUSTOM_DATA_REF custom_data; in createSelectWindow() local
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dastar.c62 void BLI_astar_node_init(BLI_AStarGraph *as_graph, const int node_index, void *custom_data) in BLI_astar_node_init() argument
64 as_graph->nodes[node_index].custom_data = custom_data; in BLI_astar_node_init()
79 void *custom_data) in BLI_astar_node_link_add() argument
88 link->custom_data = custom_data; in BLI_astar_node_link_add()
114 void *custom_data) in BLI_astar_solution_init() argument
129 as_solution->custom_data = custom_data; in BLI_astar_solution_init()
152 as_solution->custom_data = NULL; in BLI_astar_solution_clear()
178 void BLI_astar_graph_init(BLI_AStarGraph *as_graph, const int node_num, void *custom_data) in BLI_astar_graph_init() argument
191 as_graph->custom_data = custom_data; in BLI_astar_graph_init()
/dports/audio/sweep/sweep-0.9.3/src/
H A Dsweep_filter.c42 sw_param_set pset, gpointer custom_data) in do_filter_regions() argument
75 func (d, sounddata->format, n, pset, custom_data); in do_filter_regions()
114 pd->custom_data); in do_filter_regions_thread()
141 sw_param_set pset, gpointer custom_data) in perform_filter_region_op() argument
147 pd->custom_data = custom_data; in perform_filter_region_op()
162 void * custom_data = pd->custom_data; in do_filter_thread() local
174 out = func (sample, pset, custom_data); in do_filter_thread()
197 sw_param_set pset, gpointer custom_data) in perform_filter_op() argument
203 pd->custom_data = custom_data; in perform_filter_op()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/cdm/
H A Dplayready_drm_delegate_android.cc35 ChromecastInitData custom_data; in OnCreateSession() local
37 &custom_data)) { in OnCreateSession()
41 std::string(custom_data.data.begin(), custom_data.data.end())); in OnCreateSession()
42 LOG(INFO) << "Including " << custom_data.data.size() in OnCreateSession()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_region_color_picker.c390 bt->custom_data = cpicker; in ui_colorpicker_circle()
567 bt->custom_data = cpicker; in ui_block_colorpicker()
584 bt->custom_data = cpicker; in ui_block_colorpicker()
601 bt->custom_data = cpicker; in ui_block_colorpicker()
643 bt->custom_data = cpicker; in ui_block_colorpicker()
661 bt->custom_data = cpicker; in ui_block_colorpicker()
679 bt->custom_data = cpicker; in ui_block_colorpicker()
704 bt->custom_data = cpicker; in ui_block_colorpicker()
721 bt->custom_data = cpicker; in ui_block_colorpicker()
758 bt->custom_data = cpicker; in ui_block_colorpicker()
[all …]
/dports/graphics/py-plotly/plotly-4.14.3/plotly/express/
H A D_chart_types.py21 custom_data=None, argument
217 custom_data=None, argument
266 custom_data=None, argument
318 custom_data=None, argument
374 custom_data=None, argument
486 custom_data=None, argument
535 custom_data=None, argument
587 custom_data=None, argument
639 custom_data=None, argument
691 custom_data=None, argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_encode_test.c606 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()
607 + custom_data->nbytes1; in make_custom_der()
609 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
620 + custom_data->nbytes2; in make_custom_der()
648 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
650 p += custom_data->nbytes1; in make_custom_der()
658 der_encode_length(custom_data->nbytes2, &p); in make_custom_der()
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dasn1_encode_test.c606 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()
607 + custom_data->nbytes1; in make_custom_der()
609 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
620 + custom_data->nbytes2; in make_custom_der()
648 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
650 p += custom_data->nbytes1; in make_custom_der()
658 der_encode_length(custom_data->nbytes2, &p); in make_custom_der()
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_encode_test.c606 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()
607 + custom_data->nbytes1; in make_custom_der()
609 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
620 + custom_data->nbytes2; in make_custom_der()
648 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
650 p += custom_data->nbytes1; in make_custom_der()
658 der_encode_length(custom_data->nbytes2, &p); in make_custom_der()
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_encode_test.c606 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()
607 + custom_data->nbytes1; in make_custom_der()
609 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
620 + custom_data->nbytes2; in make_custom_der()
648 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
650 p += custom_data->nbytes1; in make_custom_der()
658 der_encode_length(custom_data->nbytes2, &p); in make_custom_der()
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_encode_test.c606 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()
607 + custom_data->nbytes1; in make_custom_der()
609 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
620 + custom_data->nbytes2; in make_custom_der()
648 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
650 p += custom_data->nbytes1; in make_custom_der()
658 der_encode_length(custom_data->nbytes2, &p); in make_custom_der()
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_encode_test.c606 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()
607 + custom_data->nbytes1; in make_custom_der()
609 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
620 + custom_data->nbytes2; in make_custom_der()
648 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
650 p += custom_data->nbytes1; in make_custom_der()
658 der_encode_length(custom_data->nbytes2, &p); in make_custom_der()
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dasn1_encode_test.c606 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()
607 + custom_data->nbytes1; in make_custom_der()
609 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
620 + custom_data->nbytes2; in make_custom_der()
648 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
650 p += custom_data->nbytes1; in make_custom_der()
658 der_encode_length(custom_data->nbytes2, &p); in make_custom_der()
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dasn1_encode_test.c606 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()
607 + custom_data->nbytes1; in make_custom_der()
609 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
620 + custom_data->nbytes2; in make_custom_der()
648 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
650 p += custom_data->nbytes1; in make_custom_der()
658 der_encode_length(custom_data->nbytes2, &p); in make_custom_der()
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()
[all …]

12345678910>>...40