Home
last modified time | relevance | path

Searched refs:encoded_name (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/usage_stats/
H A Dupload_util.cc74 string encoded_name; in AddCountValue() local
75 Util::EncodeURI(name, &encoded_name); in AddCountValue()
77 stat_values_.append(encoded_name); in AddCountValue()
85 string encoded_name; in AddTimingValue() local
86 Util::EncodeURI(name, &encoded_name); in AddTimingValue()
88 stat_values_.append(encoded_name); in AddTimingValue()
100 string encoded_name; in AddIntegerValue() local
101 Util::EncodeURI(name, &encoded_name); in AddIntegerValue()
103 stat_values_.append(encoded_name); in AddIntegerValue()
109 string encoded_name; in AddBooleanValue() local
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/usage_stats/
H A Dupload_util.cc74 string encoded_name; in AddCountValue() local
75 Util::EncodeURI(name, &encoded_name); in AddCountValue()
77 stat_values_.append(encoded_name); in AddCountValue()
85 string encoded_name; in AddTimingValue() local
86 Util::EncodeURI(name, &encoded_name); in AddTimingValue()
88 stat_values_.append(encoded_name); in AddTimingValue()
100 string encoded_name; in AddIntegerValue() local
101 Util::EncodeURI(name, &encoded_name); in AddIntegerValue()
103 stat_values_.append(encoded_name); in AddIntegerValue()
109 string encoded_name; in AddBooleanValue() local
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/usage_stats/
H A Dupload_util.cc74 string encoded_name; in AddCountValue() local
75 Util::EncodeURI(name, &encoded_name); in AddCountValue()
77 stat_values_.append(encoded_name); in AddCountValue()
85 string encoded_name; in AddTimingValue() local
86 Util::EncodeURI(name, &encoded_name); in AddTimingValue()
88 stat_values_.append(encoded_name); in AddTimingValue()
100 string encoded_name; in AddIntegerValue() local
101 Util::EncodeURI(name, &encoded_name); in AddIntegerValue()
103 stat_values_.append(encoded_name); in AddIntegerValue()
109 string encoded_name; in AddBooleanValue() local
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/usage_stats/
H A Dupload_util.cc74 string encoded_name; in AddCountValue() local
75 Util::EncodeURI(name, &encoded_name); in AddCountValue()
77 stat_values_.append(encoded_name); in AddCountValue()
85 string encoded_name; in AddTimingValue() local
86 Util::EncodeURI(name, &encoded_name); in AddTimingValue()
88 stat_values_.append(encoded_name); in AddTimingValue()
100 string encoded_name; in AddIntegerValue() local
101 Util::EncodeURI(name, &encoded_name); in AddIntegerValue()
103 stat_values_.append(encoded_name); in AddIntegerValue()
109 string encoded_name; in AddBooleanValue() local
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/usage_stats/
H A Dupload_util.cc74 string encoded_name; in AddCountValue() local
75 Util::EncodeURI(name, &encoded_name); in AddCountValue()
77 stat_values_.append(encoded_name); in AddCountValue()
85 string encoded_name; in AddTimingValue() local
86 Util::EncodeURI(name, &encoded_name); in AddTimingValue()
88 stat_values_.append(encoded_name); in AddTimingValue()
100 string encoded_name; in AddIntegerValue() local
101 Util::EncodeURI(name, &encoded_name); in AddIntegerValue()
103 stat_values_.append(encoded_name); in AddIntegerValue()
109 string encoded_name; in AddBooleanValue() local
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/usage_stats/
H A Dupload_util.cc74 string encoded_name; in AddCountValue() local
75 Util::EncodeURI(name, &encoded_name); in AddCountValue()
77 stat_values_.append(encoded_name); in AddCountValue()
85 string encoded_name; in AddTimingValue() local
86 Util::EncodeURI(name, &encoded_name); in AddTimingValue()
88 stat_values_.append(encoded_name); in AddTimingValue()
100 string encoded_name; in AddIntegerValue() local
101 Util::EncodeURI(name, &encoded_name); in AddIntegerValue()
103 stat_values_.append(encoded_name); in AddIntegerValue()
109 string encoded_name; in AddBooleanValue() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Description/
H A DXmlName.cs43 encoded_name = name; in XmlName()
46 string encoded_name, decoded_name; field in System.ServiceModel.Description.XmlName
49 get { return String.IsNullOrEmpty (encoded_name); }
54 if (decoded_name == null && encoded_name != null)
55 decoded_name = XmlConvert.DecodeName (encoded_name);
61 get { return encoded_name; }
76 return encoded_name; in ToString()
/dports/devel/py-tables/tables-3.6.1/tables/
H A Dlinkextension.pyx114 cdef bytes encoded_name = name.encode('utf-8')
138 cdef bytes encoded_name, encoded_newname
140 encoded_name = self.name.encode('utf-8')
164 cdef bytes encoded_name = self.name.encode('utf-8')
181 cdef bytes encoded_name
183 encoded_name = self.name.encode('utf-8')
214 cdef bytes encoded_name, encoded_filename, encoded_target
216 encoded_name = self.name.encode('utf-8')
223 self.parent_id, <char*>encoded_name,
240 cdef bytes encoded_name
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/huawei/
H A Dhuawei_utils.py35 encoded_name = hashlib.md5(id.encode('utf-8')).hexdigest()
37 postfix = encoded_name[:constants.MAX_NAME_LENGTH - len(prefix)]
53 encoded_name = hashlib.md5(name.encode('utf-8')).hexdigest()
54 return encoded_name[:constants.MAX_NAME_LENGTH]
214 encoded_name = encode_host_name(host_name)
215 host_id = client.get_host_id_by_name(encoded_name)
216 if encoded_name == host_name:
220 encoded_name = old_encode_host_name(host_name)
221 host_id = client.get_host_id_by_name(encoded_name)
/dports/security/nmap/nmap-7.91/nselib/
H A Dnetbios.lua91 function name_decode(encoded_name)
95 local len = string.byte(encoded_name, 1)
98 stdnse.debug3("Decoding name '%s'", encoded_name)
107 while #encoded_name > pos do
108 local len = string.byte(encoded_name, pos)
109 scope = scope .. string.sub(encoded_name, pos + 1, pos + len) .. "."
292 local encoded_name = name_encode("*")
326 encoded_name, -- Encoded name
376 if(rr_name ~= encoded_name) then
434 local encoded_name = name_encode(nbname):sub(2)
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dada-exp.y1254 char *encoded_name; in write_var_or_type() local
1260 encoded_name = ada_encode (name0.ptr); in write_var_or_type()
1261 name_len = strlen (encoded_name); in write_var_or_type()
1262 encoded_name = obsavestring (encoded_name, name_len, &temp_parse_space); in write_var_or_type()
1277 int terminator = encoded_name[tail_index]; in write_var_or_type()
1279 encoded_name[tail_index] = '\0'; in write_var_or_type()
1282 encoded_name[tail_index] = terminator; in write_var_or_type()
1321 encoded_name = new_name; in write_var_or_type()
1370 = ada_lookup_simple_minsym (encoded_name); in write_var_or_type()
1375 write_selectors (encoded_name + tail_index); in write_var_or_type()
[all …]
H A Dada-exp.c2943 char *encoded_name; in write_var_or_type() local
2949 encoded_name = ada_encode (name0.ptr); in write_var_or_type()
2950 name_len = strlen (encoded_name); in write_var_or_type()
2951 encoded_name = obsavestring (encoded_name, name_len, &temp_parse_space); in write_var_or_type()
2966 int terminator = encoded_name[tail_index]; in write_var_or_type()
2968 encoded_name[tail_index] = '\0'; in write_var_or_type()
2971 encoded_name[tail_index] = terminator; in write_var_or_type()
3010 encoded_name = new_name; in write_var_or_type()
3059 = ada_lookup_simple_minsym (encoded_name); in write_var_or_type()
3064 write_selectors (encoded_name + tail_index); in write_var_or_type()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dada-exp.y1258 char *encoded_name; in write_var_or_type() local
1264 encoded_name = ada_encode (name0.ptr); in write_var_or_type()
1265 name_len = strlen (encoded_name); in write_var_or_type()
1266 encoded_name = obstack_copy0 (&temp_parse_space, encoded_name, name_len); in write_var_or_type()
1281 int terminator = encoded_name[tail_index]; in write_var_or_type()
1283 encoded_name[tail_index] = '\0'; in write_var_or_type()
1286 encoded_name[tail_index] = terminator; in write_var_or_type()
1324 encoded_name = new_name; in write_var_or_type()
1373 = ada_lookup_simple_minsym (encoded_name); in write_var_or_type()
1378 write_selectors (encoded_name + tail_index); in write_var_or_type()
[all …]
H A Dada-exp.c3497 char *encoded_name; in write_var_or_type() local
3503 encoded_name = ada_encode (name0.ptr); in write_var_or_type()
3504 name_len = strlen (encoded_name); in write_var_or_type()
3505 encoded_name = obstack_copy0 (&temp_parse_space, encoded_name, name_len); in write_var_or_type()
3520 int terminator = encoded_name[tail_index]; in write_var_or_type()
3522 encoded_name[tail_index] = '\0'; in write_var_or_type()
3525 encoded_name[tail_index] = terminator; in write_var_or_type()
3563 encoded_name = new_name; in write_var_or_type()
3612 = ada_lookup_simple_minsym (encoded_name); in write_var_or_type()
3617 write_selectors (encoded_name + tail_index); in write_var_or_type()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/test/vendor/github.com/sstephenson/bats/libexec/
H A Dbats-preprocess42 encoded_name="$(encode_name "$name")"
43 tests["${#tests[@]}"]="$encoded_name"
44 echo "${encoded_name}() { bats_test_begin ${quoted_name} ${index}; ${body}"
/dports/devel/libfixposix/libfixposix-0.4.3/src/tests/lib/
H A Dbats-preprocess42 encoded_name="$(encode_name "$name")"
43 tests["${#tests[@]}"]="$encoded_name"
44 echo "${encoded_name}() { bats_test_begin ${quoted_name} ${index}; ${body}"
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/test/vendor/github.com/sstephenson/bats/libexec/
H A Dbats-preprocess42 encoded_name="$(encode_name "$name")"
43 tests["${#tests[@]}"]="$encoded_name"
44 echo "${encoded_name}() { bats_test_begin ${quoted_name} ${index}; ${body}"
/dports/net/p5-Net-NBName/Net-NBName-0.26/lib/Net/
H A DNBName.pm99 my $encoded_name = "";
101 $encoded_name .= chr(ord('A') + (($c & 0xF0) >> 4));
102 $encoded_name .= chr(ord('A') + ($c & 0xF));
107 return "\x20" . $encoded_name . "\x00";
/dports/net/py-pysmb/pysmb-1.1.27/python3/nmb/
H A Dutils.py20 encoded_name = chr(len(name) * 2) + re.sub('.', _do_first_level_encoding, name)
25 return bytes(encoded_name + encoded_scope + '\0', 'ascii')
27 return bytes(encoded_name + '\0', 'ascii')
/dports/net/py-pysmb/pysmb-1.1.27/python2/nmb/
H A Dutils.py20 encoded_name = chr(len(name) * 2) + re.sub('.', _do_first_level_encoding, name)
25 return encoded_name + encoded_scope + '\0'
27 return encoded_name + '\0'
/dports/net-mgmt/netdisco/App-Netdisco-2.047002/lib/App/Netdisco/AnyEvent/
H A DNbtstat.pm173 my $encoded_name = "";
175 $encoded_name .= chr( ord('A') + ( ( $c & 0xF0 ) >> 4 ) );
176 $encoded_name .= chr( ord('A') + ( $c & 0xF ) );
181 return "\x20" . $encoded_name . "\x00";
/dports/www/micro_httpd/micro_httpd/
H A Dmicro_httpd.c151 static char encoded_name[1000]; in file_details() local
156 strencode( encoded_name, sizeof(encoded_name), name ); in file_details()
159 (void) printf( "<a href=\"%s\">%-32.32s</a> ???\n", encoded_name, name ); in file_details()
163 …(void) printf( "<a href=\"%s\">%-32.32s</a> %15s %14lld\n", encoded_name, name, timestr, (long … in file_details()
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/streamlines/
H A Dtrk.py158 encoded_name = name if value <= 1 else name + '\x00' + str(value)
159 if len(encoded_name) > max_name_len:
165 return encoded_name.ljust(max_name_len, '\x00').encode('latin1')
168 def decode_value_from_name(encoded_name): argument
185 encoded_name = asstr(encoded_name)
186 if len(encoded_name) == 0:
187 return encoded_name, 0
189 splits = encoded_name.rstrip('\x00').split('\x00')
/dports/devel/gdb/gdb-11.1/gdb/
H A Dada-exp.y1546 char *encoded_name; in write_var_or_type() local
1568 int terminator = encoded_name[tail_index]; in write_var_or_type()
1570 encoded_name[tail_index] = '\0'; in write_var_or_type()
1573 encoded_name[tail_index] = terminator; in write_var_or_type()
1598 encoded_name = new_name; in write_var_or_type()
1633 encoded_name); in write_var_or_type()
1648 = ada_lookup_simple_minsym (encoded_name); in write_var_or_type()
1653 write_selectors (par_state, encoded_name + tail_index); in write_var_or_type()
1658 && strncmp (encoded_name, "standard__", in write_var_or_type()
1662 tail_index = chop_selector (encoded_name, tail_index); in write_var_or_type()
[all …]
/dports/security/fizz/fizz-2021.12.27.00/fizz/extensions/javacrypto/
H A DJavaCryptoCertificateVerifier.cpp104 dn.encoded_name = folly::IOBuf::create(dnLength); in createAuthorities()
105 auto dnData = dn.encoded_name->writableData(); in createAuthorities()
110 dn.encoded_name->append(dnLength); in createAuthorities()

12345678910>>...16