Home
last modified time | relevance | path

Searched refs:item_str (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/dports/net/wireshark-lite/wireshark-3.6.1/tools/
H A Dconvert_expert_add_info_format.pl326 my $item_str;
333 $item_str = sprintf("expert_add_info(%s, %s, &%s);",
336 $item_str = sprintf("expert_add_info_format(%s, %s, &%s, \"%s\"",
340 $item_str .= ", $expert_list[$_[0]][12]";
342 $item_str .= ");";
344 $item_str = sprintf("proto_tree_add_expert(%s, %s, &%s, %s, %s, %s);",
349 $item_str = sprintf("proto_tree_add_expert_format(%s, %s, &%s, %s, %s, %s, \"%s\"",
354 $item_str .= ", $expert_list[$_[0]][12]";
356 $item_str .= ");";
361 return $item_str;
H A Dconvert_proto_tree_add_text.pl573 my $item_str;
575 $item_str = sprintf("proto_tree_add_item(%s, %s, %s, %s, %s, %s);",
580 $item_str = sprintf("expert_add_info(pinfo, %s, &%s);",
583 $item_str = sprintf("expert_add_info_format(pinfo, %s, &%s, \"%s\"",
587 $item_str .= ", $proto_tree_list[$_[0]][11]";
589 $item_str .= ");";
591 $item_str = sprintf("proto_tree_add_expert(%s, pinfo, &%s, %s, %s, %s);",
601 $item_str .= ", $proto_tree_list[$_[0]][11]";
603 $item_str .= ");";
605 $item_str = $1;
[all …]
/dports/net/wireshark/wireshark-3.6.1/tools/
H A Dconvert_expert_add_info_format.pl326 my $item_str;
333 $item_str = sprintf("expert_add_info(%s, %s, &%s);",
336 $item_str = sprintf("expert_add_info_format(%s, %s, &%s, \"%s\"",
340 $item_str .= ", $expert_list[$_[0]][12]";
342 $item_str .= ");";
344 $item_str = sprintf("proto_tree_add_expert(%s, %s, &%s, %s, %s, %s);",
349 $item_str = sprintf("proto_tree_add_expert_format(%s, %s, &%s, %s, %s, %s, \"%s\"",
354 $item_str .= ", $expert_list[$_[0]][12]";
356 $item_str .= ");";
361 return $item_str;
H A Dconvert_proto_tree_add_text.pl573 my $item_str;
575 $item_str = sprintf("proto_tree_add_item(%s, %s, %s, %s, %s, %s);",
580 $item_str = sprintf("expert_add_info(pinfo, %s, &%s);",
583 $item_str = sprintf("expert_add_info_format(pinfo, %s, &%s, \"%s\"",
587 $item_str .= ", $proto_tree_list[$_[0]][11]";
589 $item_str .= ");";
591 $item_str = sprintf("proto_tree_add_expert(%s, pinfo, &%s, %s, %s, %s);",
601 $item_str .= ", $proto_tree_list[$_[0]][11]";
603 $item_str .= ");";
605 $item_str = $1;
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/tools/
H A Dconvert_expert_add_info_format.pl326 my $item_str;
333 $item_str = sprintf("expert_add_info(%s, %s, &%s);",
336 $item_str = sprintf("expert_add_info_format(%s, %s, &%s, \"%s\"",
340 $item_str .= ", $expert_list[$_[0]][12]";
342 $item_str .= ");";
344 $item_str = sprintf("proto_tree_add_expert(%s, %s, &%s, %s, %s, %s);",
349 $item_str = sprintf("proto_tree_add_expert_format(%s, %s, &%s, %s, %s, %s, \"%s\"",
354 $item_str .= ", $expert_list[$_[0]][12]";
356 $item_str .= ");";
361 return $item_str;
H A Dconvert_proto_tree_add_text.pl573 my $item_str;
575 $item_str = sprintf("proto_tree_add_item(%s, %s, %s, %s, %s, %s);",
580 $item_str = sprintf("expert_add_info(pinfo, %s, &%s);",
583 $item_str = sprintf("expert_add_info_format(pinfo, %s, &%s, \"%s\"",
587 $item_str .= ", $proto_tree_list[$_[0]][11]";
589 $item_str .= ");";
591 $item_str = sprintf("proto_tree_add_expert(%s, pinfo, &%s, %s, %s, %s);",
601 $item_str .= ", $proto_tree_list[$_[0]][11]";
603 $item_str .= ");";
605 $item_str = $1;
[all …]
/dports/net/tshark/wireshark-3.6.1/tools/
H A Dconvert_expert_add_info_format.pl326 my $item_str;
333 $item_str = sprintf("expert_add_info(%s, %s, &%s);",
336 $item_str = sprintf("expert_add_info_format(%s, %s, &%s, \"%s\"",
340 $item_str .= ", $expert_list[$_[0]][12]";
342 $item_str .= ");";
344 $item_str = sprintf("proto_tree_add_expert(%s, %s, &%s, %s, %s, %s);",
349 $item_str = sprintf("proto_tree_add_expert_format(%s, %s, &%s, %s, %s, %s, \"%s\"",
354 $item_str .= ", $expert_list[$_[0]][12]";
356 $item_str .= ");";
361 return $item_str;
H A Dconvert_proto_tree_add_text.pl573 my $item_str;
575 $item_str = sprintf("proto_tree_add_item(%s, %s, %s, %s, %s, %s);",
580 $item_str = sprintf("expert_add_info(pinfo, %s, &%s);",
583 $item_str = sprintf("expert_add_info_format(pinfo, %s, &%s, \"%s\"",
587 $item_str .= ", $proto_tree_list[$_[0]][11]";
589 $item_str .= ");";
591 $item_str = sprintf("proto_tree_add_expert(%s, pinfo, &%s, %s, %s, %s);",
601 $item_str .= ", $proto_tree_list[$_[0]][11]";
603 $item_str .= ");";
605 $item_str = $1;
[all …]
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/cmdline/
H A Ddiff.py294 item_str = ', '.join('%s: %s' % i for i in item.items())
296 item_str = '-'
298 item_str = str(item)
301 item_str = re.sub('^[ \t]+', '<', item_str)
302 item_str = re.sub('[ \t]+$', '>', item_str)
305 item_str = re.sub('[\x00]', '?', item_str)
306 output += value_width.format(item_str)
/dports/games/xpat2/xpat2-1.07/src/
H A DXm1-help.c105 XmString item_str; in create_help() local
122 item_str = XmStringCreateLocalized((char *) TXT_HELP_KEYS); in create_help()
123 XmListAddItem(helplist,item_str, 0); in create_help()
124 XmStringFree(item_str); in create_help()
126 item_str = XmStringCreateLocalized((char *) (*rp)->shortname); in create_help()
127 XmListAddItem(helplist,item_str, 0); in create_help()
128 XmStringFree(item_str); in create_help()
/dports/x11/xstroke/xstroke-0.5.12/
H A Daction.c70 char *item_str; in action_str_alloc() local
75 item_str = action_item_str_alloc(&action->items[i]); in action_str_alloc()
76 sprintf_append_alloc(&str, "%s%s", item_str, in action_str_alloc()
78 free(item_str); in action_str_alloc()
/dports/x11/libxklavier/libxklavier-5.3/tests/
H A Dtest_gi.py24 def item_str(s): function
44 assert item_str(i.name) == ''
46 assert item_str(i.name) == 'fr'
57 print('[%s] %s, ' % (item_str(item.name), item_str(item.description)))
/dports/x11-wm/fvwm3/fvwm3-1.0.4/bin/
H A Dfvwm-menu-directory.in238 $item_str = &escape_item_name($item_str);
243 print qq(+ "$icon_str$item_str" $file_act\n);
295 $item_str = escape_item_name($item_str);
300 return qq(+ "$icond_str$item_str" $act\n);
307 my $item_str = "$itemf";
312 return $item_str unless $itemf_stat;
323 $item_str =~ s/%d/$date1/g;
324 $item_str =~ s/%D/$date2/g;
340 $item_str =~ s/%t/$type1[$type]/g;
341 $item_str =~ s/%T/$type2[$type]/g;
[all …]
H A Dfvwm-menu-xlock.in76 my $item_str = $itemf;
77 $item_str =~ s/\\t/\t/g;
78 &expand_width_specifier(\$item_str, 'n', $name);
79 &expand_width_specifier(\$item_str, 'd', $dsc);
80 &expand_width_specifier(\$item_str, 'D', $dsc2);
84 qq(+ "$iconi_str$item_str" Exec xlock$params -mode $name\n);
/dports/x11-wm/fvwm2/fvwm-2.6.9/bin/
H A Dfvwm-menu-directory.in238 $item_str = &escape_item_name($item_str);
243 print qq(+ "$icon_str$item_str" $file_act\n);
295 $item_str = escape_item_name($item_str);
300 return qq(+ "$icond_str$item_str" $act\n);
307 my $item_str = "$itemf";
312 return $item_str unless $itemf_stat;
323 $item_str =~ s/%d/$date1/g;
324 $item_str =~ s/%D/$date2/g;
340 $item_str =~ s/%t/$type1[$type]/g;
341 $item_str =~ s/%T/$type2[$type]/g;
[all …]
H A Dfvwm-menu-xlock.in76 my $item_str = $itemf;
77 $item_str =~ s/\\t/\t/g;
78 &expand_width_specifier(\$item_str, 'n', $name);
79 &expand_width_specifier(\$item_str, 'd', $dsc);
80 &expand_width_specifier(\$item_str, 'D', $dsc2);
84 qq(+ "$iconi_str$item_str" Exec xlock$params -mode $name\n);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/bin/
H A Dmake-new-etg-file.py107 item_str = ""
109 item_str += "'%s',\n" % item
114 "items" : item_str,
/dports/devel/py-py-ubjson/py-ubjson-0.16.1/src/
H A Ddecoder.c52 #define ACTION_READ_ERROR(stmt, len, item_str) {\ argument
57 RAISE_DECODER_EXCEPTION(("Insufficient input (" item_str ")"));\
67 #define READ_INTO_OR_BAIL(len, dst_buffer, item_str) {\ argument
72 #define READ_OR_BAIL(len, dst_buffer, item_str) {\ argument
77 #define READ_OR_BAIL_CAST(len, dst_buffer, cast, item_str) {\ argument
82 #define READ_CHAR_OR_BAIL(dst_char, item_str) {\ argument
84 READ_OR_BAIL(1, tmp, item_str);\
88 #define DECODE_UNICODE_OR_BAIL(dst_obj, raw, length, item_str) {\ argument
90 RAISE_DECODER_EXCEPTION(("Failed to decode utf8: " item_str));\
961 #define RETURN_OR_RAISE_DECODER_EXCEPTION(item, item_str) {\ argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dattr.rs167 let item_str = write_list(&all_items, &fmt)?; in format_derive() localVariable
169 debug!("item_str: '{}'", item_str); in format_derive()
175 && (item_str.contains('\n') || item_str.len() > one_line_budget); in format_derive()
184 result.push_str(&item_str); in format_derive()
188 result.push_str(&item_str); in format_derive()
189 } else if item_str.ends_with(',') { in format_derive()
191 result.push_str(&item_str[..item_str.len() - 1]); in format_derive()
193 result.push_str(&item_str); in format_derive()
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/utils/
H A Dinstrumentation_tracing.py39 item_str = repr(item)
42 item_str = str(item)
44 item_str = "<ERROR>"
45 return item_str
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/utils/
H A Dinstrumentation_tracing.py39 item_str = repr(item)
42 item_str = str(item)
44 item_str = "<ERROR>"
45 return item_str
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/utils/
H A Dinstrumentation_tracing.py39 item_str = repr(item)
42 item_str = str(item)
44 item_str = "<ERROR>"
45 return item_str
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/utils/
H A Dinstrumentation_tracing.py39 item_str = repr(item)
42 item_str = str(item)
44 item_str = "<ERROR>"
45 return item_str
/dports/lang/python310/Python-3.10.1/Python/
H A Dsuggestions.c148 const char *item_str = PyUnicode_AsUTF8AndSize(item, &item_size); in calculate_suggestions() local
149 if (item_str == NULL) { in calculate_suggestions()
152 if (PyUnicode_CompareWithASCIIString(name, item_str) == 0) { in calculate_suggestions()
161 item_str, item_size, max_distance); in calculate_suggestions()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dparse_config.c1584 char* item_str = NULL; in _parse_expline_doexpand() local
1634 xfree(item_str); in _parse_expline_doexpand()
1643 if (item_str) in _parse_expline_doexpand()
1644 free(item_str); in _parse_expline_doexpand()
1651 free(item_str); in _parse_expline_doexpand()
1655 item_str); in _parse_expline_doexpand()
1657 free(item_str); in _parse_expline_doexpand()
1683 item_str); in _parse_expline_doexpand()
1684 free(item_str); in _parse_expline_doexpand()
1689 if (item_str) in _parse_expline_doexpand()
[all …]

12345678910>>...22