Home
last modified time | relevance | path

Searched refs:field_string (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/inc/
H A DValidation.php129 function not_empty($field_string) argument
131 return ($field_string != "");
139 function selected($field_string) argument
141 return (!($field_string == "" || $field_string == "0"));
150 function positive_dollars($field_string) argument
152 if(!$field_string) return true;
154 $field_string = preg_replace("/\$/", "", $field_string);
155 $field_string = preg_replace("/\./", "", $field_string);
169 if(!$field_string) return true;
181 if(!$field_string) return true;
[all …]
/dports/devel/gdb/gdb-11.1/gdb/mi/
H A Dmi-cmd-var.c59 uiout->field_string ("exp", exp); in print_varobj()
67 uiout->field_string ("value", val); in print_varobj()
72 uiout->field_string ("type", type); in print_varobj()
239 uiout->field_string ("value", val); in mi_cmd_var_set_format()
426 uiout->field_string ("type", type_name); in mi_cmd_var_info_type()
464 uiout->field_string ("exp", exp); in mi_cmd_var_info_expression()
488 uiout->field_string ("attr", attstr); in mi_cmd_var_show_attributes()
548 uiout->field_string ("value", val); in mi_cmd_var_evaluate_expression()
554 uiout->field_string ("value", val); in mi_cmd_var_evaluate_expression()
585 uiout->field_string ("value", val); in mi_cmd_var_assign()
[all …]
H A Dmi-symbol-cmds.c79 uiout->field_string ("name", sym->print_name ()); in output_debug_symbol()
85 uiout->field_string ("type", tmp_stream.string ()); in output_debug_symbol()
88 uiout->field_string ("description", str); in output_debug_symbol()
104 uiout->field_string ("name", msymbol.minsym->print_name ()); in output_nondebug_symbol()
138 uiout->field_string ("filename", in mi_symbol_info()
140 uiout->field_string ("fullname", symtab_to_fullname (symtab)); in mi_symbol_info()
263 uiout->field_string ("filename", in output_module_symbols_in_single_module_and_file()
265 uiout->field_string ("fullname", symtab_to_fullname (first_symbtab)); in output_module_symbols_in_single_module_and_file()
297 uiout->field_string ("module", first_module_symbol->print_name ()); in output_module_symbols_in_single_module()
H A Dmi-main.c654 uiout->field_string ("exit-code", in print_one_inferior()
661 uiout->field_string ("executable", in print_one_inferior()
697 uiout->field_string (NULL, p); in output_cores()
744 uiout->field_string ("id", *pid); in list_available_thread_groups()
749 uiout->field_string ("user", *user); in list_available_thread_groups()
768 uiout->field_string ("id", *tid); in list_available_thread_groups()
894 uiout->field_string (NULL, ""); in mi_cmd_data_list_register_names()
909 uiout->field_string (NULL, ""); in mi_cmd_data_list_register_names()
1382 uiout->field_string (NULL, "N/A"); in mi_cmd_data_read_memory()
1677 uiout->field_string (NULL, "python"); in mi_cmd_list_features()
[all …]
H A Dmi-cmd-env.c81 uiout->field_string ("cwd", cwd.get ()); in mi_cmd_env_pwd()
178 uiout->field_string ("path", env); in mi_cmd_env_path()
238 uiout->field_string ("source-path", source_path); in mi_cmd_env_dir()
260 current_uiout->field_string ("inferior_tty_terminal", inferior_tty); in mi_cmd_inferior_tty_show()
H A Dmi-interp.c660 mi_uiout->field_string ("stopped-threads", "all"); in mi_on_normal_stop_1()
814 mi_uiout->field_string ("name", tsv->name); in mi_tsv_modified()
815 mi_uiout->field_string ("initial", in mi_tsv_modified()
1052 uiout->field_string ("id", solib->so_original_name); in mi_output_solib_attribs()
1054 uiout->field_string ("host-name", solib->so_name); in mi_output_solib_attribs()
1116 uiout->field_string ("id", solib->so_original_name); in mi_solib_unloaded()
1118 uiout->field_string ("host-name", solib->so_name); in mi_solib_unloaded()
1155 mi_uiout->field_string ("param", param); in mi_command_param_changed()
1156 mi_uiout->field_string ("value", value); in mi_command_param_changed()
1193 mi_uiout->field_string ("len", hex_string (len)); in mi_memory_changed()
[all …]
/dports/multimedia/atomicparsley/atomicparsley-20210114.184825.1dbe1be/src/
H A Did3v2.cpp282 if (this_field->field_string[0] == 0 && this_field->field_string[1] == 0) { in APar_ValidateNULLTermination16bit()
683 extraField->field_string = in APar_ExtraTextFieldInit()
727 thisField->field_string[0] = in APar_ExtractField()
770 thisField->field_string = in APar_ExtractField()
787 thisField->field_string = in APar_ExtractField()
1981 this_field->field_string = in APar_FieldInit()
1988 this_field->field_string = NULL; in APar_FieldInit()
2055 free(thisField->field_string); in APar_realloc_memcpy()
2183 thisField->field_string = in APar_BinaryFieldPut()
2197 thisField->field_string = in APar_BinaryFieldPut()
[all …]
H A Dmetalist.cpp1313 if (textframe->ID3v2_Frame_Fields->field_string[0] == in APar_Print_ID3TextField()
1321 (unsigned char *)textfield->field_string, in APar_Print_ID3TextField()
1358 (unsigned char *)textfield->field_string, in APar_Print_ID3TextField()
1365 fprintf(stdout, "%s", textfield->field_string); in APar_Print_ID3TextField()
1389 if (aframe->ID3v2_Frame_Fields->field_string[0] == TE_UTF8) in APar_GetTextEncoding()
1492 if (genre_string != atextfield->field_string) { in APar_Print_ID3v2_tags()
1578 ->field_string[hexidx]); in APar_Print_ID3v2_tags()
1603 ->field_string[hexidx - 1]); in APar_Print_ID3v2_tags()
1629 ->field_string[0]] in APar_Print_ID3v2_tags()
1673 target_frameinfo->ID3v2_Frame_Fields->field_string, in APar_Print_ID3v2_tags()
[all …]
/dports/print/latex-biber/biber-2.1/lib/Biber/
H A DInternals.pm502 …$field_string = ${$lcache->{$field_string}{data}}[$lcache->{globalindices}{$field_string} || $lcac…
567 …$field_string = ${$lcache->{$field_string}{data}}[$lcache->{globalindices}{$field_string} || $lcac…
637 $field_string = $padchar x $paddiff . $field_string;
640 $field_string = escape_label($field_string);
651 $field_string = uc($field_string);
654 $field_string = lc($field_string);
657 return $field_string;
1223 return $field_string unless $field_string;
1249 $field_string = ($pad_char x $pad_length) . $field_string;
1252 $field_string = $field_string . ($pad_char x $pad_length);
[all …]
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dobject-editor-edit-page.c103 gchar *field_string; in key_selected_cb() local
107 field_string = g_strdup_printf ("${%s}", key); in key_selected_cb()
108 gl_debug (DEBUG_WDGT, "Inserting %s", field_string); in key_selected_cb()
111 gtk_text_buffer_insert_at_cursor (buffer, field_string, -1); in key_selected_cb()
113 g_free (field_string); in key_selected_cb()
/dports/games/retroarch/RetroArch-1.9.7/cheevos/
H A Dcheevos_parser.c273 const char** field_string; member
376 ud->field_string = NULL; in rcheevos_read_key()
409 ud->field_string = &ud->lboard.mem; in rcheevos_read_key()
413 ud->field_string = &ud->cheevo.title; in rcheevos_read_key()
415 ud->field_string = &ud->lboard.title; in rcheevos_read_key()
444 ud->field_string = &ud->cheevo.badge; in rcheevos_read_key()
466 if (ud->field_string) in rcheevos_read_string()
468 if (*ud->field_string) in rcheevos_read_string()
469 CHEEVOS_FREE((*ud->field_string)); in rcheevos_read_string()
470 *ud->field_string = strdup(string); in rcheevos_read_string()
[all …]
/dports/cad/gdt/GDT-4.0.4/
H A Dget_field.C21 int get_field(char* string, char* field_string, int position) in get_field() argument
26 …for(j=i, k=0; ((string[j] != '\0') && (!(isspace(string[j])))); j++, k++) field_string[k] = strin… in get_field()
27 field_string[k] = '\0'; in get_field()
H A Dkvsstring_c.h10 extern int get_delim_field(char *string, char *field_string, char character, int position);
11 extern int get_field(char *string, char *field_string, int position);
12 extern char* get_field_number(char *string, char *field_string, int fieldNumber);
/dports/devel/gdb/gdb-11.1/gdb/
H A Dbreak-catch-throw.c249 uiout->field_string ("reason", in print_it_exception_catchpoint()
251 uiout->field_string ("disp", bpdisp_text (b->disposition)); in print_it_exception_catchpoint()
273 uiout->field_string ("what", "exception throw"); in print_one_exception_catchpoint()
275 uiout->field_string ("catch-type", "throw"); in print_one_exception_catchpoint()
279 uiout->field_string ("what", "exception rethrow"); in print_one_exception_catchpoint()
281 uiout->field_string ("catch-type", "rethrow"); in print_one_exception_catchpoint()
285 uiout->field_string ("what", "exception catch"); in print_one_exception_catchpoint()
287 uiout->field_string ("catch-type", "catch"); in print_one_exception_catchpoint()
304 uiout->field_string ("regexp", cp->exception_rx); in print_one_detail_exception_catchpoint()
H A Dtarget-connection.c130 uiout->field_string ("current", "*"); in print_connection()
136 uiout->field_string ("what", make_target_connection_string (t)); in print_connection()
138 uiout->field_string ("description", t->longname ()); in print_connection()
H A Dskip.c397 current_uiout->field_string ("enabled", "y"); /* 2 */ in info_skip_command()
399 current_uiout->field_string ("enabled", "n"); /* 2 */ in info_skip_command()
402 current_uiout->field_string ("regexp", "y"); /* 3 */ in info_skip_command()
404 current_uiout->field_string ("regexp", "n"); /* 3 */ in info_skip_command()
406 current_uiout->field_string ("file", in info_skip_command()
413 current_uiout->field_string ("regexp", "y"); /* 5 */ in info_skip_command()
415 current_uiout->field_string ("regexp", "n"); /* 5 */ in info_skip_command()
417 current_uiout->field_string ("function", in info_skip_command()
H A Dbreak-catch-syscall.c203 uiout->field_string ("reason",
207 uiout->field_string ("disp", bpdisp_text (b->disposition));
219 uiout->field_string ("syscall-name", s.name);
272 uiout->field_string ("what", text);
277 uiout->field_string ("what", "<any syscall>", metadata_style.style ());
281 uiout->field_string ("catch-type", "syscall");
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/xcbproto/src/xcbgen/
H A Dexpr.py28 field_string = "Field"
31 field_string += " with type " + str(self.type)
33 field_string += " \"" + self.field_name + "\""
35 field_string += " in " + str(self.parent)
37 return field_string
/dports/x11/xcb-proto/xcb-proto-1.14.1/xcbgen/
H A Dexpr.py28 field_string = "Field"
31 field_string += " with type " + str(self.type)
33 field_string += " \"" + self.field_name + "\""
35 field_string += " in " + str(self.parent)
37 return field_string
/dports/net/py-pyfixbuf/pyfixbuf-0.8.1/samples/
H A DIPFinder_utils.py44 field_string = ""
46 field_string += delim + field
47 print(field_string.strip(punctuation))
H A DportMismatch_utils.py56 field_string = ""
58 field_string += delim + field
59 print(field_string.strip(punctuation))
H A DdnsQNameFinder_utils.py75 field_string = ""
77 field_string += delim + field
78 print(field_string.strip(punctuation))
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-merge.c95 char *data_string = NULL, *field_string = NULL; in cb_merge_selection_changed() local
102 FIELD_LOCATION, &field_string, in cb_merge_selection_changed()
105 gnm_expr_entry_load_from_text (state->field, field_string); in cb_merge_selection_changed()
107 g_free (field_string); in cb_merge_selection_changed()
221 char *data_string = NULL, *field_string = NULL; in cb_merge_merge_clicked() local
236 FIELD_LOCATION, &field_string, in cb_merge_merge_clicked()
239 v_field = value_new_cellrange_str (state->sheet, field_string); in cb_merge_merge_clicked()
241 g_free (field_string); in cb_merge_merge_clicked()
/dports/devel/gdb/gdb-11.1/gdb/cli/
H A Dcli-script.c215 uiout->field_string (NULL, list->line); in print_command_lines()
235 uiout->field_string (NULL, "loop_break"); in print_command_lines()
257 uiout->field_string (NULL, "end"); in print_command_lines()
277 uiout->field_string (NULL, "else"); in print_command_lines()
284 uiout->field_string (NULL, "end"); in print_command_lines()
302 uiout->field_string (NULL, "end"); in print_command_lines()
310 uiout->field_string (NULL, "python"); in print_command_lines()
316 uiout->field_string (NULL, "end"); in print_command_lines()
329 uiout->field_string (NULL, "end"); in print_command_lines()
337 uiout->field_string (NULL, "guile"); in print_command_lines()
[all …]
/dports/security/silktools/silk-3.19.1/src/rwgroup/
H A Drwgroupsetup.c132 static int parseIdFields(const char *field_string);
133 static int parseDeltaField(const char *field_string);
627 const char *field_string) in parseIdFields() argument
637 if (skStringMapParse(key_field_map, field_string, SKSTRINGMAP_DUPES_ERROR, in parseIdFields()
773 const char *field_string) in parseDeltaField() argument
782 if (field_string == NULL || field_string[0] == '\0') { in parseDeltaField()
789 if (skStringMapParse(key_field_map, field_string, SKSTRINGMAP_DUPES_ERROR, in parseDeltaField()

123456789