Home
last modified time | relevance | path

Searched refs:new_string (Results 1 – 25 of 1705) sorted by relevance

12345678910>>...69

/dports/www/py-django-htmlmin/django-htmlmin-0.9.1/htmlmin/
H A Dminify.py77 new_string = re_multi_space.sub(' ', soup.string)
82 new_string = re_only_space.sub(' ', new_string)
86 new_string = re_only_space.sub('', new_string)
90 new_string = re_start_space.sub(' ', new_string)
92 new_string = re_start_space.sub('', new_string)
96 new_string = re_end_space.sub(' ', new_string)
98 new_string = re_end_space.sub('', new_string)
100 new_string = re_single_nl.sub('', new_string)
101 soup.string.replace_with(new_string)
108 new_string = re_cond_comment_end_space.sub(r'\1', new_string)
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.instrument/share/native/libinstrument/
H A DEncodingSupport.c113 new_string[j++] = (char)0xC0; in convertUtf8ToModifiedUtf8()
117 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
120 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
121 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
123 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
124 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
125 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
140 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
144 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
146 new_string[j++] = byte4; in convertUtf8ToModifiedUtf8()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.instrument/share/native/libinstrument/
H A DEncodingSupport.c113 new_string[j++] = (char)0xC0; in convertUtf8ToModifiedUtf8()
117 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
120 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
121 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
123 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
124 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
125 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
140 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
144 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
146 new_string[j++] = byte4; in convertUtf8ToModifiedUtf8()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.instrument/share/native/libinstrument/
H A DEncodingSupport.c113 new_string[j++] = (char)0xC0; in convertUtf8ToModifiedUtf8()
117 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
120 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
121 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
123 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
124 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
125 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
140 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
144 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
146 new_string[j++] = byte4; in convertUtf8ToModifiedUtf8()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.instrument/share/native/libinstrument/
H A DEncodingSupport.c113 new_string[j++] = (char)0xC0; in convertUtf8ToModifiedUtf8()
117 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
120 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
121 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
123 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
124 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
125 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
140 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
144 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
146 new_string[j++] = byte4; in convertUtf8ToModifiedUtf8()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.instrument/share/native/libinstrument/
H A DEncodingSupport.c109 new_string[j++] = (char)0xC0; in convertUtf8ToModifiedUtf8()
113 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
116 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
117 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
119 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
120 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
121 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
136 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
140 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
142 new_string[j++] = byte4; in convertUtf8ToModifiedUtf8()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.instrument/share/native/libinstrument/
H A DEncodingSupport.c113 new_string[j++] = (char)0xC0; in convertUtf8ToModifiedUtf8()
117 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
120 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
121 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
123 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
124 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
125 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
140 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
144 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
146 new_string[j++] = byte4; in convertUtf8ToModifiedUtf8()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.instrument/share/native/libinstrument/
H A DEncodingSupport.c113 new_string[j++] = (char)0xC0; in convertUtf8ToModifiedUtf8()
117 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
120 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
121 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
123 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
124 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
125 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
140 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
144 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
146 new_string[j++] = byte4; in convertUtf8ToModifiedUtf8()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.instrument/share/native/libinstrument/
H A DEncodingSupport.c113 new_string[j++] = (char)0xC0; in convertUtf8ToModifiedUtf8()
117 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
120 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
121 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
123 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
124 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
125 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
140 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
144 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
146 new_string[j++] = byte4; in convertUtf8ToModifiedUtf8()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/instrument/
H A DEncodingSupport.c113 new_string[j++] = (char)0xC0; in convertUtf8ToModifiedUtf8()
117 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
120 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
121 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
123 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
124 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
125 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
140 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
144 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
146 new_string[j++] = byte4; in convertUtf8ToModifiedUtf8()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/instrument/
H A DEncodingSupport.c113 new_string[j++] = (char)0xC0; in convertUtf8ToModifiedUtf8()
117 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
120 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
121 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
123 new_string[j++] = byte1; in convertUtf8ToModifiedUtf8()
124 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
125 new_string[j++] = string[++i]; in convertUtf8ToModifiedUtf8()
140 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
144 new_string[j++] = (char)0xED; in convertUtf8ToModifiedUtf8()
146 new_string[j++] = byte4; in convertUtf8ToModifiedUtf8()
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/tests/
H A Dtest_alloc.c415 struct data_string new_string; in ATF_TC_BODY() local
516 memset(&new_string, 0, sizeof(new_string)); in ATF_TC_BODY()
521 memcpy(&copy_string, &new_string, sizeof(new_string)); in ATF_TC_BODY()
525 if (memcmp(&copy_string, &new_string, sizeof(new_string)) != 0) { in ATF_TC_BODY()
534 new_string.terminated = 0; in ATF_TC_BODY()
535 new_string.len -= 2; in ATF_TC_BODY()
536 memcpy(&copy_string, &new_string, sizeof(new_string)); in ATF_TC_BODY()
543 if ((new_string.terminated == 0) || in ATF_TC_BODY()
545 (new_string.len != copy_string.len) || in ATF_TC_BODY()
546 memcmp(new_string.data, src, new_string.len) || in ATF_TC_BODY()
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/tests/
H A Dtest_alloc.c415 struct data_string new_string; in ATF_TC_BODY() local
516 memset(&new_string, 0, sizeof(new_string)); in ATF_TC_BODY()
521 memcpy(&copy_string, &new_string, sizeof(new_string)); in ATF_TC_BODY()
525 if (memcmp(&copy_string, &new_string, sizeof(new_string)) != 0) { in ATF_TC_BODY()
534 new_string.terminated = 0; in ATF_TC_BODY()
535 new_string.len -= 2; in ATF_TC_BODY()
536 memcpy(&copy_string, &new_string, sizeof(new_string)); in ATF_TC_BODY()
543 if ((new_string.terminated == 0) || in ATF_TC_BODY()
545 (new_string.len != copy_string.len) || in ATF_TC_BODY()
546 memcmp(new_string.data, src, new_string.len) || in ATF_TC_BODY()
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/common/tests/
H A Dtest_alloc.c415 struct data_string new_string; in ATF_TC_BODY() local
516 memset(&new_string, 0, sizeof(new_string)); in ATF_TC_BODY()
521 memcpy(&copy_string, &new_string, sizeof(new_string)); in ATF_TC_BODY()
525 if (memcmp(&copy_string, &new_string, sizeof(new_string)) != 0) { in ATF_TC_BODY()
534 new_string.terminated = 0; in ATF_TC_BODY()
535 new_string.len -= 2; in ATF_TC_BODY()
536 memcpy(&copy_string, &new_string, sizeof(new_string)); in ATF_TC_BODY()
543 if ((new_string.terminated == 0) || in ATF_TC_BODY()
545 (new_string.len != copy_string.len) || in ATF_TC_BODY()
546 memcmp(new_string.data, src, new_string.len) || in ATF_TC_BODY()
[all …]
/dports/databases/kdb/kdb-3.2.0/src/drivers/mysql/
H A DMysqlDriver.cpp148 new_string[new_length++] = QLatin1Char('\\'); in escapeString()
149 new_string[new_length] = QLatin1Char('\\'); in escapeString()
156 new_string[new_length] = QLatin1Char('"'); in escapeString()
159 new_string[new_length] = QLatin1Char('n'); in escapeString()
162 new_string[new_length] = QLatin1Char('r'); in escapeString()
165 new_string[new_length] = QLatin1Char('t'); in escapeString()
168 new_string[new_length] = QLatin1Char('b'); in escapeString()
171 new_string[new_length] = QLatin1Char('0'); in escapeString()
173 new_string[new_length] = str[i]; in escapeString()
175 new_string[new_length] = str[i]; in escapeString()
[all …]
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/
H A Dstrdup.c30 char *new_string; in xp_strdup() local
34 new_string = (char *)malloc(string_length + 1); in xp_strdup()
35 if (new_string) { in xp_strdup()
36 memcpy(new_string, old_string, string_length + 1); in xp_strdup()
39 return new_string; in xp_strdup()
44 char *new_string; in xp_safe_strdup() local
46 new_string = xp_strdup(old_string); in xp_safe_strdup()
47 if (new_string == NULL) { in xp_safe_strdup()
51 return new_string; in xp_safe_strdup()
/dports/games/xpilot/xpilot-4.5.5/src/common/
H A Dstrdup.c33 char *new_string; in xp_strdup() local
37 new_string = (char *)malloc(string_length + 1); in xp_strdup()
38 if (new_string) { in xp_strdup()
39 memcpy(new_string, old_string, string_length + 1); in xp_strdup()
42 return new_string; in xp_strdup()
47 char *new_string; in xp_safe_strdup() local
49 new_string = xp_strdup(old_string); in xp_safe_strdup()
50 if (new_string == NULL) { in xp_safe_strdup()
54 return new_string; in xp_safe_strdup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/bindings/
H A Dv8_value_cache.cc103 return new_string; in MakeExternalString()
107 v8::Local<v8::String> new_string; in MakeExternalString() local
113 return new_string; in MakeExternalString()
126 return new_string; in MakeExternalString()
136 return new_string; in MakeExternalString()
205 DCHECK(!new_string.IsEmpty()); in CreateStringAndInsertIntoCache()
206 DCHECK(new_string->Length()); in CreateStringAndInsertIntoCache()
214 return new_string; in CreateStringAndInsertIntoCache()
226 DCHECK(!new_string.IsEmpty()); in CreateStringAndInsertIntoCache()
227 DCHECK(new_string->Length()); in CreateStringAndInsertIntoCache()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/bindings/
H A Dv8_value_cache.cc103 return new_string; in MakeExternalString()
107 v8::Local<v8::String> new_string; in MakeExternalString() local
113 return new_string; in MakeExternalString()
126 return new_string; in MakeExternalString()
136 return new_string; in MakeExternalString()
205 DCHECK(!new_string.IsEmpty()); in CreateStringAndInsertIntoCache()
206 DCHECK(new_string->Length()); in CreateStringAndInsertIntoCache()
214 return new_string; in CreateStringAndInsertIntoCache()
226 DCHECK(!new_string.IsEmpty()); in CreateStringAndInsertIntoCache()
227 DCHECK(new_string->Length()); in CreateStringAndInsertIntoCache()
[all …]
/dports/net/samba412/samba-4.12.15/source3/rpc_server/samr/
H A Dsrv_samr_util.c36 (old_string && new_string && (strcmp(old_string, new_string) != 0))
317 char *new_string = NULL; in copy_id20_to_sam_passwd() local
329 old_string, new_string)); in copy_id20_to_sam_passwd()
334 TALLOC_FREE(new_string); in copy_id20_to_sam_passwd()
409 old_string, new_string)); in copy_id21_to_sam_passwd()
420 old_string, new_string)); in copy_id21_to_sam_passwd()
431 old_string, new_string)); in copy_id21_to_sam_passwd()
442 old_string, new_string)); in copy_id21_to_sam_passwd()
453 old_string, new_string)); in copy_id21_to_sam_passwd()
464 old_string, new_string)); in copy_id21_to_sam_passwd()
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/util/
H A D__init__.py44 new_string, num_subst = re.subn(g_undoUtf8Pattern, lambda m: m.group(1), text)
45new_string, num_subst = re.subn(g_cdataCharPattern, lambda m, d=g_charToEntity: d[m.group()], new_…
46new_string, num_subst = re.subn(g_xmlIllegalCharPattern, lambda m: '&#x%02X;' % ord(m.group()), ne…
47 return new_string
54 new_string, num_subst = re.subn(g_undoUtf8Pattern, lambda m: m.group(1), text)
55new_string, num_subst = re.subn(g_textCharPattern, lambda m, d=g_charToEntity: d[m.group()], new_s…
56new_string, num_subst = re.subn(g_xmlIllegalCharPattern, lambda m: '&#x%02X;' % ord(m.group()), ne…
57 return new_string
/dports/sysutils/multitail/multitail-6.5.0/
H A Dcv.c42 char *new_string; in epoch_to_str() local
47 new_string = mymalloc(4096); in epoch_to_str()
51 return new_string; in epoch_to_str()
201 char *new_string = NULL; in convert() local
277 new_string = myrealloc(new_string, new_len + n_copy + 1); in convert()
286 new_string = myrealloc(new_string, new_len + n_copy + 1); in convert()
288 new_string[offset_new + n_copy] = 0x00; in convert()
297 new_string = myrealloc(new_string, new_len + n_copy + 1); in convert()
299 new_string[offset_new + n_copy] = 0x00; in convert()
304 new_string = line; in convert()
[all …]
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_file_save.c127 gchar *new_string; in gsb_file_save_account_part() local
376 gchar *new_string; in gsb_file_save_archive_part() local
434 gchar *new_string; in gsb_file_save_bank_part() local
491 gchar *new_string; in gsb_file_save_bet_part() local
589 gchar *new_string; in gsb_file_save_currency_link_part() local
648 gchar *new_string; in gsb_file_save_currency_part() local
695 gchar *new_string; in gsb_file_save_financial_year_part() local
759 gchar *new_string; in gsb_file_save_general_part() local
1324 gchar *new_string; in gsb_file_save_print_part() local
1463 gchar *new_string; in gsb_file_save_rgba_part() local
[all …]
/dports/print/gutenprint/gutenprint-5.3.3/src/main/
H A Dstring-list.c50 stp_param_string_t *new_string = stp_malloc(sizeof(stp_param_string_t)); in copyfunc() local
51 new_string->name = stp_strdup(string->name); in copyfunc()
52 new_string->text = stp_strdup(string->text); in copyfunc()
53 return new_string; in copyfunc()
130 stp_param_string_t *new_string = stp_malloc(sizeof(stp_param_string_t)); in stp_string_list_add_string() local
145 new_string->name = stp_strdup(name); in stp_string_list_add_string()
146 new_string->text = stp_strdup(text); in stp_string_list_add_string()
147 stp_list_item_create((stp_list_t *) list, NULL, new_string); in stp_string_list_add_string()
156 new_string->name = stp_strdup(name); in stp_string_list_add_string_unsafe()
157 new_string->text = stp_strdup(text); in stp_string_list_add_string_unsafe()
[all …]
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/main/
H A Dstring-list.c50 stp_param_string_t *new_string = stp_malloc(sizeof(stp_param_string_t)); in copyfunc() local
51 new_string->name = stp_strdup(string->name); in copyfunc()
52 new_string->text = stp_strdup(string->text); in copyfunc()
53 return new_string; in copyfunc()
130 stp_param_string_t *new_string = stp_malloc(sizeof(stp_param_string_t)); in stp_string_list_add_string() local
145 new_string->name = stp_strdup(name); in stp_string_list_add_string()
146 new_string->text = stp_strdup(text); in stp_string_list_add_string()
147 stp_list_item_create((stp_list_t *) list, NULL, new_string); in stp_string_list_add_string()
156 new_string->name = stp_strdup(name); in stp_string_list_add_string_unsafe()
157 new_string->text = stp_strdup(text); in stp_string_list_add_string_unsafe()
[all …]

12345678910>>...69