Home
last modified time | relevance | path

Searched refs:new_prefix (Results 1 – 25 of 830) sorted by relevance

12345678910>>...34

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Ddxcc.c85 new_prefix -> exact = true; in prefix_add()
89 new_prefix -> exact = false; in prefix_add()
97 new_prefix -> timezone = INFINITY; in prefix_add()
108 new_prefix -> continent = NULL; in prefix_add()
112 new_prefix -> lat = atof(loc + 1); in prefix_add()
117 new_prefix -> lon = INFINITY; in prefix_add()
120 new_prefix -> lat = new_prefix -> lon = INFINITY; in prefix_add()
124 new_prefix -> itu = atoi(loc + 1); in prefix_add()
127 new_prefix -> itu = last_dx -> itu; in prefix_add()
131 new_prefix -> cq = atoi(loc + 1); in prefix_add()
[all …]
/dports/devel/glib20/glib-2.70.4/glib/deprecated/
H A Dgcompletion.c114 gchar** new_prefix);
238 gchar** new_prefix) in completion_check_cache() argument
247 if (!new_prefix) in completion_check_cache()
251 *new_prefix = NULL; in completion_check_cache()
276 strncpy (*new_prefix, cmp->prefix, len); in completion_check_cache()
277 strncpy (*new_prefix + len, postfix, plen); in completion_check_cache()
307 gchar **new_prefix) in g_completion_complete_utf8() argument
314 if (new_prefix && *new_prefix) in g_completion_complete_utf8()
316 p = *new_prefix + strlen (*new_prefix); in g_completion_complete_utf8()
354 gchar** new_prefix) in g_completion_complete() argument
[all …]
/dports/lang/mdk/mdk-1.3.0/mixlib/
H A Dcompletion.c114 gchar** new_prefix);
238 gchar** new_prefix) in completion_check_cache() argument
247 if (!new_prefix) in completion_check_cache()
251 *new_prefix = NULL; in completion_check_cache()
275 *new_prefix = g_new0 (gchar, len + plen + 1); in completion_check_cache()
276 strncpy (*new_prefix, cmp->prefix, len); in completion_check_cache()
277 strncpy (*new_prefix + len, postfix, plen); in completion_check_cache()
314 if (new_prefix && *new_prefix) in completion_complete_utf8()
316 p = *new_prefix + strlen (*new_prefix); in completion_complete_utf8()
354 gchar** new_prefix) in completion_complete() argument
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dcopy.c11 char old_prefix[THD_MAX_PREFIX] , new_prefix[THD_MAX_PREFIX] ; in main() local
155 MCW_strncpy(new_prefix,new_name,THD_MAX_PREFIX) ; in main()
172 if( !THD_filename_ok( new_prefix ) ) /* 28 Jan 2003 */ in main()
173 ERROR_exit("Illegal new prefix: %s\n",new_prefix) ; in main()
175 if( strstr(new_prefix,".nii") != NULL || /* 06 Apr 2005 */ in main()
185 non_afni_out = has_known_non_afni_extension( new_prefix ); in main()
193 if (new_prefix[strlen(new_prefix)-1] == '/') { in main()
194 strncat(new_prefix, DSET_PREFIX(qset), in main()
195 THD_MAX_PREFIX-strlen(new_prefix)-1); in main()
200 ADN_prefix , new_prefix , in main()
[all …]
H A D3drename.c17 char old_prefix[THD_MAX_PREFIX] , new_prefix[THD_MAX_PREFIX] ; in main() local
110 MCW_strncpy(new_prefix,new_name,THD_MAX_PREFIX) ; in main()
124 new_prefix[ (qq-new_name)-1 ] = '\0' ; /* truncate prefix */ in main()
146 (void) THD_rename_dataset_files( old_prefix , new_prefix , ii ) ; in main()
153 int THD_rename_dataset_files( char * old_prefix , char * new_prefix , int view ) in THD_rename_dataset_files() argument
161 new_prefix == NULL || new_prefix[0] == '\0' || in THD_rename_dataset_files()
169 fprintf(stderr,"++ THD_rename_dataset_files: %s %s %d\n",old_prefix,new_prefix,view); in THD_rename_dataset_files()
190 new_prefix , VIEW_codestr[view] , DATASET_HEADER_SUFFIX ) ; in THD_rename_dataset_files()
226 new_prefix , VIEW_codestr[view] , DATASET_BRICK_SUFFIX ) ; in THD_rename_dataset_files()
H A Dplug_aslA3D3.c265 sprintf(new_prefix,"%s%s",filename,"_D3"); in POWER_main()
267 if (strcmp(new_prefix,"_D3")==0){ in POWER_main()
269 sprintf(new_prefix,"%s%s",namestr,"_D3"); in POWER_main()
273 if (! PLUTO_prefix_ok(new_prefix) ){ in POWER_main()
274 PLUTO_popup_transient(plint,new_prefix); in POWER_main()
397 sprintf(new_prefix,"%s%s",namestr,"_D3"); in POWER_main()
399 sprintf(new_prefix,"%s%s",filename,"_D3"); in POWER_main()
422 sprintf(new_prefix,"%s%s",namestr,"_A3"); in POWER_main()
424 sprintf(new_prefix,"%s%s",filename,"_A3"); in POWER_main()
448 sprintf(new_prefix,"%s%s",namestr,"_avgD3"); in POWER_main()
[all …]
H A Dplug_copy.c110 char * tag , * new_prefix , * cpt ; in COPY_main() local
134 new_prefix = PLUTO_get_string(plint) ; in COPY_main()
135 if( ! PLUTO_prefix_ok(new_prefix) ) in COPY_main()
178 new_dset = PLUTO_copy_dset( dset , new_prefix ) ; in COPY_main()
224 ADN_prefix , new_prefix , in COPY_main()
225 ADN_label1 , new_prefix , in COPY_main()
H A Dedt_fullcopy.c13 THD_3dim_dataset * EDIT_full_copy( THD_3dim_dataset *dset , char *new_prefix ) in EDIT_full_copy() argument
34 if( new_prefix != NULL ) in EDIT_full_copy()
36 ADN_prefix , new_prefix , in EDIT_full_copy()
37 ADN_label1 , new_prefix , in EDIT_full_copy()
H A Dplug_3ddup.c68 char *new_prefix ; in DUP_main() local
85 new_prefix = PLUTO_get_string(plint) ; in DUP_main()
86 if( ! PLUTO_prefix_ok(new_prefix) ) in DUP_main()
99 EDIT_dset_items( dset_out , ADN_prefix,new_prefix , ADN_none ) ; in DUP_main()
H A Dplug_clust.c133 char * tag , * new_prefix ; in CLUST_main() local
252 new_prefix = PLUTO_get_string(plint) ; in CLUST_main()
253 if( ! PLUTO_prefix_ok(new_prefix) ) in CLUST_main()
258 new_prefix = NULL ; in CLUST_main()
266 if( new_prefix == NULL ){ /* no prefix => edit input in place */ in CLUST_main()
272 new_dset = PLUTO_copy_dset( dset , new_prefix ) ; in CLUST_main()
H A Dthd_maker.h23 char * new_prefix , int new_datum ,
30 char * new_prefix , int new_datum ,
37 char * new_prefix , int new_datum ,
H A Dplug_rename.c79 char * new_prefix ; in RENAME_main() local
104 new_prefix = PLUTO_get_string(plint) ; in RENAME_main()
105 if( ! PLUTO_prefix_ok(new_prefix) ) in RENAME_main()
138 EDIT_dset_items( dset , ADN_prefix , new_prefix , ADN_none ) ; in RENAME_main()
/dports/mail/enma/enma-1.2.0/enma/src/
H A Dloghandler.c61 char *new_prefix; in LogHandler_setPrefix() local
63 new_prefix = strdup(prefix); in LogHandler_setPrefix()
64 if (NULL == new_prefix) { in LogHandler_setPrefix()
68 new_prefix = NULL; in LogHandler_setPrefix()
75 if (0 != pthread_setspecific(LogHandler_prefix_key, new_prefix)) { in LogHandler_setPrefix()
76 free(new_prefix); in LogHandler_setPrefix()
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dabids_tool.py115 new_prefix = args.copy variable
118 if new_prefix is not None:
119 if len(new_prefix) != len(dset_list):
120 print("\nError: "+str(len(new_prefix))+" prefix(es) do(es) not match "+
253 if new_prefix is not None:
254 if os.path.isfile(new_prefix[i]+".json"):
255 print("\nError: "+new_prefix[i]+".json already exists. "+
259 os.system("cp "+json_file+" "+new_prefix[i]+".json")
261 afni_cmd = ("3dcopy "+dset.rppv()+" "+new_prefix[i]+".nii.gz")
/dports/science/octopus/octopus-10.5/src/hamiltonian/
H A Dscf_tol.F90289 subroutine scf_tol_obsolete_variables(namespace, old_prefix, new_prefix) argument
292 character(len=*), intent(in) :: new_prefix local
296 …call messages_obsolete_variable(namespace, trim(old_prefix)//'LRMaximumIter', trim(new_prefix)//'L…
297 …call messages_obsolete_variable(namespace, trim(old_prefix)//'LRConvAbsDens', trim(new_prefix)//'L…
298 …call messages_obsolete_variable(namespace, trim(old_prefix)//'LRTolScheme', trim(new_prefix)//'LRT…
299 …call messages_obsolete_variable(namespace, trim(old_prefix)//'LRTolInitTol', trim(new_prefix)//'LR…
300 …call messages_obsolete_variable(namespace, trim(old_prefix)//'LRTolFinalTol', trim(new_prefix)//'L…
301 …lete_variable(namespace, trim(old_prefix)//'LRTolAdaptiveFactor', trim(new_prefix)//'LRTolAdaptive…
302 …call messages_obsolete_variable(namespace, trim(old_prefix)//'LRTolIterWindow', trim(new_prefix)//…
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dstrings_editor.cpp100 new_prefix(new_prefix) { in DuplicateStringsCommand()
105 get_model().delete_prefix(new_prefix); in undo()
110 get_model().duplicate_strings(prefix, new_prefix); in redo()
111 get_model().set_selected_key(new_prefix); in redo()
117 QString new_prefix; member in SolarusEditor::__anonf1a1b96b0111::DuplicateStringsCommand
161 const QString& new_prefix) : in SetKeyPrefixCommand() argument
164 new_prefix(new_prefix) { in SetKeyPrefixCommand()
188 QString new_prefix; member in SolarusEditor::__anonf1a1b96b0111::SetKeyPrefixCommand
499 QString new_prefix = prefix + tr("_copy"); in duplicate_string_requested() local
501 if (!model->can_duplicate_strings(prefix, new_prefix, key)) { in duplicate_string_requested()
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/
H A Ddeeppathstore.cc39 std::string new_prefix( prefix ); in push_leafs() local
41 new_prefix += node.get_name(); in push_leafs()
44 if ( ! new_prefix.empty() ) { in push_leafs()
45 l.push_back( std::make_pair( new_prefix, in push_leafs()
52 push_leafs( *it1, l, new_prefix ); in push_leafs()
70 std::string new_prefix( prefix ); in walk_leafs() local
72 new_prefix += node.get_name(); in walk_leafs()
75 if ( ! new_prefix.empty() ) { in walk_leafs()
76 cb( new_prefix, node.get_ts() ); in walk_leafs()
82 walk_leafs( *it1, cb, new_prefix ); in walk_leafs()
H A Dprefixpathtree.cc53 std::string new_prefix( prefix ); in push_leafs() local
55 new_prefix += node.get_name(); in push_leafs()
60 new_prefix += "/"; in push_leafs()
64 if ( ! new_prefix.empty() ) { in push_leafs()
65 l.push_back( new_prefix ); in push_leafs()
71 push_leafs( root, *it1, l, new_prefix ); in push_leafs()
H A Dmenutree.cc120 std::string new_prefix = prefix; in fillFullname() local
122 new_prefix += it1->getName(); in fillFullname()
125 new_prefix += "/"; in fillFullname()
129 entries.push_back( std::make_pair( new_prefix, it1 ) ); in fillFullname()
133 new_prefix, in fillFullname()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/value-pairs/
H A Dtransforms.c67 gchar *new_prefix; member
201 self->new_prefix, self->new_prefix_len); in vp_trans_replace_prefix()
210 g_free(self->new_prefix); in vp_trans_replace_prefix_destroy()
214 value_pairs_new_transform_replace_prefix(const gchar *prefix, const gchar *new_prefix) in value_pairs_new_transform_replace_prefix() argument
225 vpt->new_prefix = g_strdup(new_prefix); in value_pairs_new_transform_replace_prefix()
226 vpt->new_prefix_len = strlen(vpt->new_prefix); in value_pairs_new_transform_replace_prefix()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-convert.cc352 bool MathStructure::setPrefixForUnit(Unit *u, Prefix *new_prefix) { in setPrefixForUnit() argument
354 if(o_prefix != new_prefix) { in setPrefixForUnit()
357 if(new_prefix) new_value.divide(new_prefix->value()); in setPrefixForUnit()
358 o_prefix = new_prefix; in setPrefixForUnit()
366 if(CHILD(i).setPrefixForUnit(u, new_prefix)) { in setPrefixForUnit()
768 if((new_prefix || o_prefix) && o_prefix != new_prefix) { in convert()
771 if(new_prefix) new_value.divide(new_prefix->value()); in convert()
772 o_prefix = new_prefix; in convert()
797 o_prefix = new_prefix; in convert()
798 if(new_prefix) { in convert()
[all …]
/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/libgit2-glib/
H A Dggit-diff-options.c38 gchar *new_prefix; member
65 g_free (priv->new_prefix); in ggit_diff_options_finalize()
137 g_value_set_string (value, priv->new_prefix); in ggit_diff_options_get_property()
464 return priv->new_prefix; in ggit_diff_options_get_new_prefix()
485 g_free (priv->new_prefix); in ggit_diff_options_set_new_prefix()
486 priv->new_prefix = g_strdup (prefix); in ggit_diff_options_set_new_prefix()
488 priv->diff_options.new_prefix = priv->new_prefix; in ggit_diff_options_set_new_prefix()
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/
H A Dchange_prefix.sh40 new_prefix=`pwd`
43 new_prefix=$2
55 sed -i.orig -e "s,$old_prefix,$new_prefix,g" $file
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/pyqt_ui/
H A Dtag_completer.py8 def handle_prefix_change(self, new_prefix): argument
9 if new_prefix:
10 self.setCompletionPrefix(new_prefix)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/xml/
H A Drepr-util.cpp142 char *new_prefix; in sp_xml_ns_auto_prefix() local
152 new_prefix = g_strndup(start, end - start); in sp_xml_ns_auto_prefix()
153 if (sp_xml_ns_prefix_uri(new_prefix)) { in sp_xml_ns_auto_prefix()
159 g_free(new_prefix); in sp_xml_ns_auto_prefix()
160 new_prefix = temp; in sp_xml_ns_auto_prefix()
162 return new_prefix; in sp_xml_ns_auto_prefix()
185 char *new_prefix; in sp_xml_ns_uri_prefix() local
203 new_prefix = g_strdup(suggested); in sp_xml_ns_uri_prefix()
206 new_prefix = sp_xml_ns_auto_prefix(uri); in sp_xml_ns_uri_prefix()
212 ns->prefix = g_quark_from_string(new_prefix); in sp_xml_ns_uri_prefix()
[all …]

12345678910>>...34