Home
last modified time | relevance | path

Searched refs:globals (Results 1 – 25 of 10072) sorted by relevance

12345678910>>...403

/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/modules/installer/
H A Dparameter.pm24 use installer::globals;
238 $installer::globals::installertypedir = $installer::globals::packageformat;
320 if (( $installer::globals::packageformat eq "deb" ) || ( $installer::globals::debian ))
350 …if ( $installer::globals::localunpackdir ne "" ) { $installer::globals::unpackpath = $installer::g…
371 $installer::globals::temppath = mkdtemp($installer::globals::temppath);
380 …$installer::globals::temppath = $installer::globals::temppath . $installer::globals::separator . "…
382 push(@installer::globals::removedirs, $installer::globals::temppath);
386 …$installer::globals::temppath = $installer::globals::temppath . $installer::globals::separator . $…
390 $installer::globals::cyg_temppath = $installer::globals::temppath;
463 …$installer::globals::codefilename = $installer::globals::idttemplatepath . $installer::globals::s…
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/modules/installer/
H A Dparameter.pm24 use installer::globals;
238 $installer::globals::installertypedir = $installer::globals::packageformat;
320 if (( $installer::globals::packageformat eq "deb" ) || ( $installer::globals::debian ))
350 …if ( $installer::globals::localunpackdir ne "" ) { $installer::globals::unpackpath = $installer::g…
371 $installer::globals::temppath = mkdtemp($installer::globals::temppath);
380 …$installer::globals::temppath = $installer::globals::temppath . $installer::globals::separator . "…
382 push(@installer::globals::removedirs, $installer::globals::temppath);
386 …$installer::globals::temppath = $installer::globals::temppath . $installer::globals::separator . $…
390 $installer::globals::cyg_temppath = $installer::globals::temppath;
463 …$installer::globals::codefilename = $installer::globals::idttemplatepath . $installer::globals::s…
[all …]
/dports/devel/R-cran-globals/globals/tests/
H A DGlobals.R10 globals <- globals0 globalVar
11 str(globals)
23 str(globals)
33 str(globals)
47 str(globals)
57 str(globals)
67 str(globals)
78 str(globals)
95 str(globals)
107 str(globals)
[all …]
H A Ddotdotdot.R29 print(globals)
36 print(globals)
43 print(globals)
50 print(globals)
67 print(globals)
76 print(globals)
94 print(globals)
103 print(globals)
106 stopifnot(!is.list(globals$`...`) && is.na(globals$`...`))
139 print(globals)
[all …]
/dports/databases/grass7/grass-7.8.6/imagery/i.segment/
H A Dopen_files.c14 int open_files(struct globals *globals) in open_files() argument
28 globals->null_flag = flag_create(globals->nrows, globals->ncols); in open_files()
29 globals->candidate_flag = flag_create(globals->nrows, globals->ncols); in open_files()
80 globals->max_diff = (*globals->calculate_similarity) (&Ri, &Rk, globals); in open_files()
94 globals->notnullcells = (LARGEINT)globals->nrows * globals->ncols; in open_files()
154 globals->row_min = globals->nrows; in open_files()
156 globals->col_min = globals->ncols; in open_files()
211 globals->nrows, globals->row_min, globals->row_max); in open_files()
213 globals->ncols, globals->col_min, globals->col_max); in open_files()
217 globals->ncells = (LARGEINT)(globals->row_max - globals->row_min) * in open_files()
[all …]
H A Dcreate_isegs.c17 int create_isegs(struct globals *globals) in create_isegs() argument
26 successflag = globals->method_fn(globals); in create_isegs()
38 globals->row_min = globals->nrows; in create_isegs()
40 globals->col_min = globals->ncols; in create_isegs()
69 globals->row_max++; in create_isegs()
70 globals->col_max++; in create_isegs()
73 successflag = globals->method_fn(globals); in create_isegs()
175 struct globals *globals) in calculate_euclidean_similarity() argument
195 val = val * globals->shape_weight + (1 - globals->shape_weight) * in calculate_euclidean_similarity()
204 struct globals *globals) in calculate_manhattan_similarity() argument
[all …]
H A Dwrite_output.c9 int write_ids(struct globals *globals) in write_ids() argument
69 int write_gof_rg(struct globals *globals) in write_gof_rg() argument
96 thresh = globals->alpha * globals->alpha * globals->max_diff; in write_gof_rg()
97 maxdev = globals->max_diff * (1 - globals->alpha * globals->alpha); in write_gof_rg()
110 in_fd[n] = Rast_open_old(globals->Ref.file[n].name, globals->Ref.file[n].mapset); in write_gof_rg()
146 fetch_reg_stats(row, col, &globals->rs, globals); in write_gof_rg()
166 sim = (*globals->calculate_similarity) (&Ri, &Rk, globals); in write_gof_rg()
218 int write_bands_ms(struct globals *globals) in write_bands_ms() argument
232 G_asprintf(&name[n], "%s%s", globals->Ref.file[n].name, globals->bsuf); in write_bands_ms()
254 outbuf[n][col] = Rout.mean[n] * (globals->max[n] - globals->min[n]) + globals->min[n]; in write_bands_ms()
[all …]
H A Dmean_shift.c16 int remove_small_clumps(struct globals *globals);
36 int mean_shift(struct globals *globals) in mean_shift() argument
58 alpha2 = globals->alpha * globals->alpha; in mean_shift()
97 globals->row_max - globals->row_min, 4); in mean_shift()
254 globals->bands_in = globals->bands_out; in mean_shift()
261 globals->row_max - globals->row_min, 4); in mean_shift()
474 coln < globals->col_min || coln >= globals->col_max) in find_best_neighbour()
585 coln < globals->col_min || coln >= globals->col_max) in check_reg_size()
668 int remove_small_clumps(struct globals *globals) in remove_small_clumps() argument
721 globals->row_max - globals->row_min, 2); in remove_small_clumps()
[all …]
H A Dregion_growing.c84 int get_free_id(struct globals *globals) in get_free_id() argument
196 int region_growing(struct globals *globals) in region_growing() argument
245 alpha2 = globals->alpha * globals->alpha; in region_growing()
542 globals->row_max - globals->row_min, 4); in region_growing()
565 threshold = globals->alpha * globals->alpha; in region_growing()
691 struct globals *globals) in find_best_neighbor() argument
790 globals->rs.id = globals->ns.id; in find_best_neighbor()
803 tempsim = (globals->calculate_similarity)(Ri, &globals->ns, globals); in find_best_neighbor()
931 struct globals *globals) in search_neighbors() argument
978 struct globals *globals) { in update_band_vals() argument
[all …]
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/jniglue/tests/org/OpenColorIO/
H A DGlobalsTest.java40 Globals globals = new Globals(); in test_interface() local
43 globals.ClearAllCaches(); in test_interface()
47 globals.SetLoggingLevel(LoggingLevel.LOGGING_LEVEL_NONE); in test_interface()
49 Config foo = globals.GetCurrentConfig(); in test_interface()
51 globals.SetLoggingLevel(LoggingLevel.LOGGING_LEVEL_INFO); in test_interface()
53 globals.SetCurrentConfig(bar); in test_interface()
54 Config wee = globals.GetCurrentConfig(); in test_interface()
146 assertEquals(globals.ROLE_DEFAULT, "default"); in test_interface()
147 assertEquals(globals.ROLE_REFERENCE, "reference"); in test_interface()
148 assertEquals(globals.ROLE_DATA, "data"); in test_interface()
[all …]
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/jniglue/tests/org/OpenColorIO/
H A DGlobalsTest.java40 Globals globals = new Globals(); in test_interface() local
43 globals.ClearAllCaches(); in test_interface()
47 globals.SetLoggingLevel(LoggingLevel.LOGGING_LEVEL_NONE); in test_interface()
49 Config foo = globals.GetCurrentConfig(); in test_interface()
51 globals.SetLoggingLevel(LoggingLevel.LOGGING_LEVEL_INFO); in test_interface()
53 globals.SetCurrentConfig(bar); in test_interface()
54 Config wee = globals.GetCurrentConfig(); in test_interface()
146 assertEquals(globals.ROLE_DEFAULT, "default"); in test_interface()
147 assertEquals(globals.ROLE_REFERENCE, "reference"); in test_interface()
148 assertEquals(globals.ROLE_DATA, "data"); in test_interface()
[all …]
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/jniglue/tests/org/OpenColorIO/
H A DGlobalsTest.java40 Globals globals = new Globals(); in test_interface() local
43 globals.ClearAllCaches(); in test_interface()
47 globals.SetLoggingLevel(LoggingLevel.LOGGING_LEVEL_NONE); in test_interface()
49 Config foo = globals.GetCurrentConfig(); in test_interface()
51 globals.SetLoggingLevel(LoggingLevel.LOGGING_LEVEL_INFO); in test_interface()
53 globals.SetCurrentConfig(bar); in test_interface()
54 Config wee = globals.GetCurrentConfig(); in test_interface()
146 assertEquals(globals.ROLE_DEFAULT, "default"); in test_interface()
147 assertEquals(globals.ROLE_REFERENCE, "reference"); in test_interface()
148 assertEquals(globals.ROLE_DATA, "data"); in test_interface()
[all …]
/dports/benchmarks/bonnie++/bonnie++-1.98/
H A Dbonnie++.cpp384 if(!globals.syn) in main()
397 globals.byte_io_size = min(file_size, globals.byte_io_size); in main()
398 globals.byte_io_size = max(0, globals.byte_io_size); in main()
457 if(1 << globals.io_chunk_bits != globals.io_chunk_size()) in main()
462 if(1 << globals.file_chunk_bits != globals.file_chunk_size()) in main()
499 …, globals.io_chunk_size(), globals.file_seeks, globals.file_seek_procs, globals.quiet ? stderr : s… in main()
507 rc = globals.timer.DoReportIO(file_size, globals.byte_io_size in main()
508 , globals.io_chunk_size(), globals.file_seeks, globals.file_seek_procs, stdout); in main()
522 CFileOp file(globals.timer, file_size, globals.io_chunk_bits, globals.bufSync in TestFileOps()
686 …if(file.seek_test(globals.timer.random_source, globals.quiet, globals.file_seeks, globals.file_see… in TestFileOps()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_cdr/
H A Dmod_xml_cdr.c76 } globals; variable
499 memset(&globals, 0, sizeof(globals));
531 globals.cred = switch_core_strdup(globals.pool, val);
536 globals.urls[globals.url_count++] = switch_core_strdup(globals.pool, val);
573 globals.base_log_dir = switch_core_strdup(globals.pool, val);
591 globals.ssl_cert_file = switch_core_strdup(globals.pool, val);
593 globals.ssl_key_file = switch_core_strdup(globals.pool, val);
597 globals.ssl_version = switch_core_strdup(globals.pool, val);
620 globals.cookie_file = switch_core_strdup(globals.pool, val);
626 globals.base_err_log_dir = switch_core_strdup(globals.pool, globals.base_log_dir);
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmIconMan/
H A Dglobals.c25 GlobalData globals; variable
140 if (globals.managers) { in allocate_managers()
150 globals.num_managers = num; in allocate_managers()
162 globals.desknum = ULONG_MAX; in init_globals()
163 globals.x = ULONG_MAX; in init_globals()
164 globals.y = ULONG_MAX; in init_globals()
165 globals.num_managers = 1; in init_globals()
166 globals.managers = NULL; in init_globals()
167 globals.focus_win = NULL; in init_globals()
168 globals.select_win = NULL; in init_globals()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_json_cdr/
H A Dmod_json_cdr.c78 } globals; variable
397 httpRes, globals.urls[globals.url_index]);
400 if (globals.url_index >= globals.url_count) {
472 if (globals.url_count && globals.encode) {
575 memset(&globals, 0, sizeof(globals));
599 globals.cred = switch_core_strdup(globals.pool, val);
604 globals.urls[globals.url_count++] = switch_core_strdup(globals.pool, val);
647 globals.base_err_log_dir[globals.err_dir_count++] = switch_core_strdup(globals.pool, val);
663 globals.ssl_version = switch_core_strdup(globals.pool, val);
703globals.base_err_log_dir[globals.err_dir_count++] = switch_core_strdup(globals.pool, globals.base_…
[all …]
/dports/x11/libmatekbd/libmatekbd-1.26.0/libmatekbd/
H A Dmatekbd-status.c114 globals.icons = in matekbd_status_global_cleanup()
115 g_slist_delete_link (globals.icons, globals.icons); in matekbd_status_global_cleanup()
127 globals.icons = g_slist_append (globals.icons, page); in matekbd_status_global_fill()
242 if (globals.real_width > globals.current_width) in matekbd_status_render_cairo()
243 globals.real_width = globals.current_width; in matekbd_status_render_cairo()
244 if (globals.real_width < globals.current_height) in matekbd_status_render_cairo()
245 globals.real_width = globals.current_height; in matekbd_status_render_cairo()
726 (globals.engine, globals.state_changed_handler)) { in matekbd_status_global_term()
732 (globals.engine, globals.config_changed_handler)) { in matekbd_status_global_term()
752 memset (&globals, 0, sizeof (globals)); in matekbd_status_class_init()
[all …]
/dports/devel/R-cran-future/future/R/
H A Dglobals.R64 stop_if_not(length(globals) == 1, !is.na(globals))
91 if (globals) {
123 globals <- globals[setdiff(names(globals), ignore)]
129 globals <- unique(c(globals, add))
144 globals <- as.FutureGlobals(globals)
220 globals <- globals[-idxs[!keep]]
250 globals <- as.FutureGlobals(globals)
301 if (!all(keep)) globals <- globals[keep]
306 globals <- cleanup(globals)
324 globals <- resolve(globals, result = TRUE, recursive = TRUE)
[all …]
/dports/net/yaph/yaph-0.91/yaph/
H A Dinit.c97 if(!globals) in init_options()
103 if(!globals->content_host) in init_options()
106 if(!globals->content_data) in init_options()
119 globals->debug_level=100; in init_options()
120 globals->et=-1; in init_options()
123 globals->paral_checks=20; in init_options()
256 if(globals->et==-1){ in init_options()
257 globals->et=NMAP_E; in init_options()
262 if(globals->et==NMAP_E) in init_options()
334 if(-1==sem_init(&globals->check_sem,0,globals->paral_checks)) in init_options()
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmIconMan/
H A Dglobals.c25 GlobalData globals; variable
135 if (globals.managers) { in allocate_managers()
145 globals.num_managers = num; in allocate_managers()
157 globals.desknum = ULONG_MAX; in init_globals()
158 globals.x = ULONG_MAX; in init_globals()
159 globals.y = ULONG_MAX; in init_globals()
160 globals.num_managers = 1; in init_globals()
161 globals.managers = NULL; in init_globals()
162 globals.focus_win = NULL; in init_globals()
163 globals.select_win = NULL; in init_globals()
[all …]
/dports/graphics/pixelize/pixelize-1.0.0/
H A Dglobals.c30 struct GLOBALS globals; variable
34 globals.topwin = NULL; in init_globals()
35 globals.ebox = NULL; in init_globals()
36 globals.disp_w = 0; in init_globals()
37 globals.disp_h = 0; in init_globals()
38 globals.picDA = NULL; in init_globals()
40 globals.head = NULL; in init_globals()
41 globals.image = NULL; in init_globals()
42 globals.max_order = 0; in init_globals()
46 globals.in_im = NULL; in init_globals()
[all …]
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/photoshop/
H A DOpenColorIO_PS.cpp308 GPtr globals = (GPtr)globalPtr; in InitGlobals() local
310 globals->do_dialog = FALSE; in InitGlobals()
371 ValidateParameters(globals); in InitGlobals()
382 globals->do_dialog = TRUE; in DoParameters()
386 static void DoPrepare(GPtr globals) in DoPrepare() argument
472 static void DoStart(GPtr globals) in DoStart() argument
721 … context.getDisplayProcessor(myP2CString(globals->inputSpace), myP2CString(globals->device), myP2C… in DoStart()
818 static void DoFinish(GPtr globals) in DoFinish() argument
866 globals = (GPtr)globalPtr; in PluginMain()
882 DoStart(globals); in PluginMain()
[all …]
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/photoshop/
H A DOpenColorIO_PS.cpp308 GPtr globals = (GPtr)globalPtr; in InitGlobals() local
310 globals->do_dialog = FALSE; in InitGlobals()
371 ValidateParameters(globals); in InitGlobals()
382 globals->do_dialog = TRUE; in DoParameters()
386 static void DoPrepare(GPtr globals) in DoPrepare() argument
472 static void DoStart(GPtr globals) in DoStart() argument
721 … context.getDisplayProcessor(myP2CString(globals->inputSpace), myP2CString(globals->device), myP2C… in DoStart()
818 static void DoFinish(GPtr globals) in DoFinish() argument
866 globals = (GPtr)globalPtr; in PluginMain()
882 DoStart(globals); in PluginMain()
[all …]
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/photoshop/
H A DOpenColorIO_PS.cpp308 GPtr globals = (GPtr)globalPtr; in InitGlobals() local
310 globals->do_dialog = FALSE; in InitGlobals()
371 ValidateParameters(globals); in InitGlobals()
382 globals->do_dialog = TRUE; in DoParameters()
386 static void DoPrepare(GPtr globals) in DoPrepare() argument
472 static void DoStart(GPtr globals) in DoStart() argument
721 … context.getDisplayProcessor(myP2CString(globals->inputSpace), myP2CString(globals->device), myP2C… in DoStart()
818 static void DoFinish(GPtr globals) in DoFinish() argument
866 globals = (GPtr)globalPtr; in PluginMain()
882 DoStart(globals); in PluginMain()
[all …]
/dports/audio/nas/nas-1.9.4/clients/audio/autool/
H A Daudiotool.c253 AuStopFlow(globals->aud, globals->flow, NULL); in stopCB()
273 priv.globals = globals; in playCB()
278 if (AuSoundPlayFromFile(globals->aud, globals->filename, AuNone, in playCB()
279 VOL, doneCB, &priv, &globals->flow, &globals->multiplier, NULL, in playCB()
282 globals->vol = AddToVolumeList(globals->flow, globals->multiplier); in playCB()
474 globals->dpy = XtDisplay(globals->topLevel); in main()
529 MakeCommandButton(globals->stop, globals->form, "Stop", globals->play, in main()
531 MakeCommandButton(globals->quit, globals->form, "Quit", globals->stop, in main()
536 MakeLabel(w, globals->form, buf, globals->quit, NULL); in main()
561 XtAddCallback(globals->volumeBar, XtNjumpProc, jumpProcCB, globals); in main()
[all …]

12345678910>>...403