Home
last modified time | relevance | path

Searched refs:length_name (Results 1 – 25 of 31) sorted by relevance

12

/dports/net-mgmt/flowviewer/FlowViewer_4.5/
H A DFlowViewer_CleanASCache51 $length_name = length($as_name);
53 if ($length_name > 30) {
55 $left_start = $length_name - 30;
59 } elsif ($length_name < 8) {
H A DFlowViewer_CleanHostCache54 $length_name = length($host_name);
56 if ($length_name > 30) {
58 $left_start = $length_name - 30;
62 } elsif ($length_name < 8) {
H A DFlowGrapher_Analyze.cgi1095 $length_name = length($host_name);
1096 if ($length_name > $dns_column_width) {
1097 $left_start = $length_name - $dns_column_width;
1113 $length_name = length($host_name);
1114 if ($length_name > $dns_column_width) {
1115 $left_start = $length_name - $dns_column_width;
H A DFlowViewer_Main.cgi1570 $length_name = length($host_name);
1571 if ($length_name > $dns_column_width) {
1572 $left_start = $length_name - $dns_column_width;
1588 $length_name = length($host_name);
1589 if ($length_name > $dns_column_width) {
1590 $left_start = $length_name - $dns_column_width;
H A DFlowGrapher_Main.cgi2055 $length_name = length($host_name);
2056 if ($length_name > $dns_column_width) {
2057 $left_start = $length_name - $dns_column_width;
2073 $length_name = length($host_name);
2074 if ($length_name > $dns_column_width) {
2075 $left_start = $length_name - $dns_column_width;
/dports/math/octave-forge-miscellaneous/miscellaneous-1.3.0/inst/
H A Dphysical_constant.py94 length_name = 60 # max length of the `quantity' column
104 name = line[: length_name].strip()
105 line = line[length_name :]
/dports/devel/babeltrace/babeltrace-1.5.7/types/
H A Dsequence.c97 g_array_free(sequence_declaration->length_name, TRUE); in _sequence_declaration_free()
113 sequence_declaration->length_name = g_array_new(FALSE, TRUE, sizeof(GQuark)); in bt_sequence_declaration_new()
114 bt_append_scope_path(length, sequence_declaration->length_name); in bt_sequence_declaration_new()
157 sequence_declaration->length_name, in _sequence_definition_new()
/dports/devel/babeltrace/babeltrace-1.5.7/include/babeltrace/
H A Dtypes.h315 GArray *length_name; /* Array of GQuark */ member
529 bt_sequence_declaration_new(const char *length_name,
/dports/security/rhash/RHash-1.4.2/librhash/
H A Dtorrent.c410 static void bt_file_info_append(torrent_ctx* ctx, const char* length_name, in bt_file_info_append() argument
413 bt_bencode_int(ctx, length_name, info->size); in bt_file_info_append()
/dports/security/p5-Crypt-RHash/Crypt-RHash-1.00/librhash/
H A Dtorrent.c406 static void bt_file_info_append(torrent_ctx* ctx, const char* length_name, in bt_file_info_append() argument
409 bt_bencode_int(ctx, length_name, info->size); in bt_file_info_append()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/bin/
H A DRNAsnoop.c771 int length_name = strlen(name_t[0]) + strlen(name_s[0]) + 1; in aliprint_struc() local
772 temp = (char *)vrna_alloc(sizeof(char) * (length_name + 1)); in aliprint_struc()
776 temp[length_name] = '\0'; in aliprint_struc()
784 for (s = 0; s < length_name; s++) in aliprint_struc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DvmSymbols.hpp431 template(length_name, "length") \
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DvmSymbols.hpp428 template(length_name, "length") \
/dports/lang/seed7/seed7/lib/comp/
H A Dstr_act.s7i1400 var string: length_name is "";
1430 length_name := getParameterAsVariable("intType", "length_", length, c_expr);
1434 c_expr.expr &:= length_name;
1441 c_expr.expr &:= length_name;
3345 var string: length_name is "";
3375 length_name := integerLiteral(length_value);
3378 length_name := getParameterAsVariable("intType", "length_", params[5], c_expr);
3393 c_expr.expr &:= length_name;
3422 c_expr.expr &:= length_name;
3436 c_expr.expr &:= length_name;
[all …]
/dports/devel/babeltrace/babeltrace-1.5.7/formats/ctf/metadata/
H A Dctf-visitor-generate-io-struct.c544 …char *length_name = concatenate_unary_strings(&node_type_declarator->u.type_declarator.u.nested.le… in ctf_type_declarator_visit() local
547 if (!length_name) in ctf_type_declarator_visit()
549 …sequence_declaration = bt_sequence_declaration_new(length_name, nested_declaration, declaration_sc… in ctf_type_declarator_visit()
552 g_free(length_name); in ctf_type_declarator_visit()
557 g_free(length_name); in ctf_type_declarator_visit()
/dports/lang/python37/Python-3.7.12/Tools/clinic/
H A Dclinic.py2387 data.impl_arguments.append(self.length_name())
2392 data.impl_parameters.append("Py_ssize_clean_t " + self.length_name())
2442 def length_name(self): member in CConverter
2467 list.append("&" + self.length_name())
2501 declaration.append(self.length_name())
/dports/databases/py-sqlite3/Python-3.8.12/Tools/clinic/
H A Dclinic.py2512 data.impl_arguments.append(self.length_name())
2517 data.impl_parameters.append("Py_ssize_clean_t " + self.length_name())
2566 def length_name(self): member in CConverter
2590 list.append("&" + self.length_name())
2624 declaration.append(self.length_name())
/dports/databases/py-gdbm/Python-3.8.12/Tools/clinic/
H A Dclinic.py2512 data.impl_arguments.append(self.length_name())
2517 data.impl_parameters.append("Py_ssize_clean_t " + self.length_name())
2566 def length_name(self): member in CConverter
2590 list.append("&" + self.length_name())
2624 declaration.append(self.length_name())
/dports/lang/python-tools/Python-3.8.12/Tools/clinic/
H A Dclinic.py2512 data.impl_arguments.append(self.length_name())
2517 data.impl_parameters.append("Py_ssize_clean_t " + self.length_name())
2566 def length_name(self): member in CConverter
2590 list.append("&" + self.length_name())
2624 declaration.append(self.length_name())
/dports/lang/python38/Python-3.8.12/Tools/clinic/
H A Dclinic.py2512 data.impl_arguments.append(self.length_name())
2517 data.impl_parameters.append("Py_ssize_clean_t " + self.length_name())
2566 def length_name(self): member in CConverter
2590 list.append("&" + self.length_name())
2624 declaration.append(self.length_name())
/dports/lang/python39/Python-3.9.9/Tools/clinic/
H A Dclinic.py2533 data.impl_arguments.append(self.length_name())
2538 data.impl_parameters.append("Py_ssize_clean_t " + self.length_name())
2587 def length_name(self): member in CConverter
2611 list.append("&" + self.length_name())
2645 declaration.append(self.length_name())
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/clinic/
H A Dclinic.py2512 data.impl_arguments.append(self.length_name())
2517 data.impl_parameters.append("Py_ssize_clean_t " + self.length_name())
2566 def length_name(self): member in CConverter
2590 list.append("&" + self.length_name())
2624 declaration.append(self.length_name())
/dports/lang/python311/Python-3.11.0a3/Tools/clinic/
H A Dclinic.py2592 data.impl_arguments.append(self.length_name())
2597 data.impl_parameters.append("Py_ssize_t " + self.length_name())
2648 def length_name(self): member in CConverter
2672 list.append("&" + self.length_name())
2710 declaration.append(self.length_name())
/dports/lang/python310/Python-3.10.1/Tools/clinic/
H A Dclinic.py2532 data.impl_arguments.append(self.length_name())
2537 data.impl_parameters.append("Py_ssize_clean_t " + self.length_name())
2586 def length_name(self): member in CConverter
2610 list.append("&" + self.length_name())
2644 declaration.append(self.length_name())
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-heap-profiler.cc2426 const v8::HeapGraphNode* length_name = GetProperty( in TEST() local
2428 CHECK(length_name); in TEST()
2430 length_name->GetName()))); in TEST()

12