Home
last modified time | relevance | path

Searched refs:the_string (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/rtf2xml/
H A Dfield_strings.py292 the_string = name
317 the_string = name
372 the_string = name
393 the_string = name
416 the_string = name
452 the_string = name
494 the_string = name
530 the_string = name
582 the_string = name
618 the_string = name
[all …]
/dports/lang/mixal/mixal-1.11/
H A Dparse.c33 if (isspace(the_string[0]) || the_string[0] == '\0') in advance()
39 ++the_string; in advance()
41 length = the_string - start; in advance()
55 } else if (the_string[0] == '/' && the_string[1] == '/') { in advance()
56 the_string += 2; in advance()
61 ++the_string; in advance()
66 the_string += strlen (the_string); in advance()
80 the_string = end + 1; in advance()
83 token = *the_string++; in advance()
91 the_string - token_start, the_string - token_start, token_start); in expect()
[all …]
/dports/print/py-font-v/font-v-2.0.0/lib/fontv/
H A Dcommandlines.py465 the_string = the_string + "\n" + "obj.defs = " + str(self.defs)
466 the_string = the_string + "\n" + "obj.mdefs = " + str(self.mdefs)
467 the_string = the_string + "\n" + "obj.mops = " + str(self.mops)
468 the_string = (
469 the_string
474 the_string = (
475 the_string
480 the_string = (
481 the_string
486 the_string = (
[all …]
/dports/devel/py-commandlines/commandlines-0.4.1/lib/commandlines/
H A Dlibrary.py450 the_string = the_string + "\n" + "obj.arguments = " + str(self.arguments)
451 the_string = the_string + "\n" + "obj.defaults = " + str(self.defaults)
452 the_string = the_string + "\n" + "obj.switches = " + str(self.switches)
453 the_string = the_string + "\n" + "obj.defs = " + str(self.defs)
454 the_string = the_string + "\n" + "obj.mdefs = " + str(self.mdefs)
455 the_string = the_string + "\n" + "obj.mops = " + str(self.mops)
456 the_string = the_string + "\n" + "obj.arg0 = " + self._get_obj_string_format_arg(self.arg0)
457 the_string = the_string + "\n" + "obj.arg1 = " + self._get_obj_string_format_arg(self.arg1)
458 the_string = the_string + "\n" + "obj.arg2 = " + self._get_obj_string_format_arg(self.arg2)
465 return the_string
[all …]
/dports/biology/py-biopython/biopython-1.79/Bio/motifs/jaspar/
H A D__init__.py81 the_string = "".join([the_string, collection_str])
84 the_string = "".join([the_string, tf_class_str])
87 the_string = "".join([the_string, tf_family_str])
90 the_string = "".join([the_string, species_str])
93 the_string = "".join([the_string, tax_group_str])
96 the_string = "".join([the_string, acc_str])
99 the_string = "".join([the_string, data_type_str])
102 the_string = "".join([the_string, medline_str])
105 the_string = "".join([the_string, pazar_id_str])
108 the_string = "".join([the_string, comment_str])
[all …]
/dports/audio/py-gtts/gTTS-2.2.1/gtts/
H A Dutils.py13 def _minimize(the_string, delim, max_size): argument
38 if the_string.startswith(delim):
39 the_string = the_string[_len(delim):]
41 if _len(the_string) > max_size:
45 idx = the_string.rindex(delim, 0, max_size)
51 return [the_string[:idx]] + \
52 _minimize(the_string[idx:], delim, max_size)
54 return [the_string]
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dfstring.cpp95 the_string = new _StringBuffer (*source.the_string); in _FString()
101 the_string = source.the_string; in _FString()
102 source.the_string = nil; in _FString()
104 the_string = new _StringBuffer (*source.the_string); in _FString()
133 *the_string<<c; in _FString()
142 if (the_string) { in makeDynamic()
150 DeleteObject (the_string); in Duplicate()
157 the_string = arg; in SetStringContent()
336 if (the_string && the_string->SingleReference()) { in UpdatePayload()
337 the_string->Reset(); in UpdatePayload()
[all …]
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dfstring.h101 if (the_string && the_string->SingleReference()) { in SetData()
102 the_string->Clear(); in SetData()
103 (*the_string) << src; in SetData()
107 return the_string; in SetData()
130 bool has_data (void) const {return the_string && the_string->nonempty();} in has_data()
134 inline _StringBuffer const& get_str (void) const {return *the_string;} in get_str()
135 _StringBuffer * get_str_ref (void) {the_string->AddAReference(); return the_string;} in get_str_ref()
140 return !the_string || the_string->empty(); in empty()
146 _StringBuffer* the_string;
/dports/math/py-theano/Theano-1.0.5/theano/compile/tests/
H A Dtest_profiling.py50 the_string = buf.getvalue()
51 lines1 = [l for l in the_string.split("\n") if "Max if linker" in l]
52 lines2 = [l for l in the_string.split("\n") if "Minimum peak" in l]
54 assert "CPU: 4112KB (4104KB)" in the_string, (lines1, lines2)
55 assert "CPU: 8204KB (8196KB)" in the_string, (lines1, lines2)
56 assert "CPU: 8208KB" in the_string, (lines1, lines2)
57 assert "Minimum peak from all valid apply node order is 4104KB" in the_string, (
60 assert "CPU: 16KB (16KB)" in the_string, (lines1, lines2)
61 assert "GPU: 8204KB (8204KB)" in the_string, (lines1, lines2)
62 assert "GPU: 12300KB (12300KB)" in the_string, (lines1, lines2)
[all …]
/dports/games/quadra/quadra-1.3.0/skelton/common/
H A Dunicode.cpp25 Unicode::Unicode(char *s): the_string(strlen(s)*2) { in Unicode()
28 the_string[i*2] = s[i]; in Unicode()
29 the_string[i*2+1] = 0; in Unicode()
37 the_string.append((Byte *)&s[i], 1); in cat()
38 the_string.append(&a_zero, 1); in cat()
44 return the_string.get(); in operator Byte*()
48 return the_string.size(); in size()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/archetype/
H A Dmisc.cpp151 void load_string(Common::ReadStream *fIn, String &the_string) { in load_string() argument
161 the_string = String(buffer); in load_string()
164 void dump_string(Common::WriteStream *fOut, const String &the_string) { in dump_string() argument
165 assert(the_string.size() < 256); in dump_string()
166 fOut->writeByte(the_string.size()); in dump_string()
167 fOut->writeByte(the_string.size()); in dump_string()
170 fOut->write(the_string.c_str(), the_string.size()); in dump_string()
174 strncpy(buffer, the_string.c_str(), 256); in dump_string()
177 cryptstr(buffer, the_string.size()); in dump_string()
178 fOut->write(buffer, the_string.size()); in dump_string()
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_hashutil.py10 the_string = "get salted" variable in HashutilTestCase
30 ret = self.hashutil["hashutil.base64_encodestring"](self.the_string)
35 self.assertEqual(ret, self.the_string)
38 ret = self.hashutil["hashutil.md5_digest"](self.the_string)
42 ret = self.hashutil["hashutil.sha256_digest"](self.the_string)
46 ret = self.hashutil["hashutil.sha512_digest"](self.the_string)
51 self.the_string, "shared secret", self.the_string_hmac
56 ret = self.hashutil["hashutil.hmac_compute"](self.the_string, "shared secret")
61 self.the_string, "shared secret", self.the_string_github
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dcff.cpp394 the_string[++the_string[0]] = the_string[1]; in unpack()
403 the_string[++the_string[0]] = temp_string[1]; in unpack()
406 expand_dictionary(the_string); in unpack()
409 translate_code(new_code,the_string); in unpack()
411 if(output_length + the_string[0] > 0x10000) { in unpack()
416 for (int i=0;i<the_string[0];i++) in unpack()
417 output[output_length++] = the_string[i+1]; in unpack()
478 translate_code(old_code,the_string); in startup()
480 if(output_length + the_string[0] > 0x10000) { in startup()
485 for (int i=0;i<the_string[0];i++) in startup()
[all …]
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dcff.cpp398 the_string[++the_string[0]] = the_string[1]; in unpack()
407 the_string[++the_string[0]] = temp_string[1]; in unpack()
410 expand_dictionary(the_string); in unpack()
413 translate_code(new_code,the_string); in unpack()
415 if(output_length + the_string[0] > 0x10000) { in unpack()
420 for (int i=0;i<the_string[0];i++) in unpack()
421 output[output_length++] = the_string[i+1]; in unpack()
482 translate_code(old_code,the_string); in startup()
484 if(output_length + the_string[0] > 0x10000) { in startup()
489 for (int i=0;i<the_string[0];i++) in startup()
[all …]
/dports/lang/python39/Python-3.9.9/Modules/
H A D_peg_parser.c40 char *the_string; in _Py_compile_string() local
46 &the_string, &filename, &mode_str, &oldparser)) { in _Py_compile_string()
63 mod_ty mod = _run_parser(the_string, filename, mode, &flags, arena, oldparser); in _Py_compile_string()
84 char *the_string; in _Py_parse_string() local
91 &the_string, &filename, &mode_str, &oldparser, &ast)) { in _Py_parse_string()
108 mod_ty mod = _run_parser(the_string, filename, mode, &flags, arena, oldparser); in _Py_parse_string()
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dstrfncs.c954 if (!the_string) { in strip_quote()
958 ptr_c = the_string; in strip_quote()
998 if (!the_string in truncate_quoted_string()
999 || strlen(the_string) < len in truncate_quoted_string()
1002 return the_string; in truncate_quoted_string()
1005 quote_char = *the_string; in truncate_quoted_string()
1013 if (the_string[len-2] == '\\' in truncate_quoted_string()
1015 the_string[len-1] = ' '; in truncate_quoted_string()
1018 the_string[len-1] = quote_char; in truncate_quoted_string()
1019 the_string[len] = '\0'; in truncate_quoted_string()
[all …]
/dports/math/py-nevergrad/nevergrad-0.4.3.post2/nevergrad/benchmark/
H A Dexporttable.py64 the_string = row
65 the_string += "&"
67 the_string += "&".join(data[i])
68 the_string += "\\\\\n"
69 f.write(the_string)
/dports/devel/libqb/libqb-2.0.3/doxygen2man/
H A Dcstring.c24 char the_string[]; member
35 h->the_string[0] = '\0'; in cstring_alloc()
51 return strdup(h->the_string); in cstring_to_chars()
80 strncat(h->the_string, newstring, h->allocated - h->used -1); in cstring_append_chars()
95 return cstring_append_chars(cstring, h->the_string); in cstring_append_cstring()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/arboard-1.2.0/examples/
H A Dhello_world.rs9 let the_string = "Hello, world!";
10 clipboard.set_text(the_string.into()).unwrap();
11 println!("But now the clipboard text should be: \"{}\"", the_string);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dl10n_string_util_unittest.cc32 base::string16 the_string = GetLocalizedString(string_id); in TEST() local
33 ASSERT_FALSE(the_string.empty()); in TEST()
34 EXPECT_TRUE(the_strings.insert(the_string).second) in TEST()
35 << the_string << " is found in more than one install mode."; in TEST()
/dports/graphics/libboard/libboard-5b38274/examples/
H A Darithmetic.cpp30 char the_string[1024] = "cccccccbb"; in main() local
32 Tools::secured_strncpy( the_string, argv[1], 1024 ); in main()
43 char *pc = the_string; in main()
45 double thickness = 0.5 / strlen( the_string ); in main()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/valtest/
H A Dvalobj.c185 if (valobj->the_string) in set_property()
186 g_free (valobj->the_string); in set_property()
187 valobj->the_string = g_value_dup_string (value); in set_property()
243 g_value_set_string (value, valobj->the_string); in get_property()
389 return valobj->the_string; in gtksharp_valobj_get_string()
395 if (valobj->the_string) in gtksharp_valobj_set_string()
396 g_free (valobj->the_string); in gtksharp_valobj_set_string()
397 valobj->the_string = g_strdup (val); in gtksharp_valobj_set_string()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/valtest/
H A Dvalobj.c185 if (valobj->the_string) in set_property()
186 g_free (valobj->the_string); in set_property()
187 valobj->the_string = g_value_dup_string (value); in set_property()
243 g_value_set_string (value, valobj->the_string); in get_property()
389 return valobj->the_string; in gtksharp_valobj_get_string()
395 if (valobj->the_string) in gtksharp_valobj_set_string()
396 g_free (valobj->the_string); in gtksharp_valobj_set_string()
397 valobj->the_string = g_strdup (val); in gtksharp_valobj_set_string()
/dports/science/wannier90/wannier90-3.1.0/test-suite/
H A Dclean_tests27 def strip_slash(the_string):
31 if the_string.endswith('/'):
32 return strip_slash(the_string[:-1])
34 return the_string
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Ditem_info.cpp69 void Item::trim_text(std::string &the_string) in trim_text() argument
72 the_string.erase(the_string.begin(), std::find_if(the_string.begin(), the_string.end(), in trim_text()
74 the_string.erase(std::find_if(the_string.rbegin(), the_string.rend(), in trim_text()
75 [](unsigned char ch) { return !std::isspace(ch); }).base(), the_string.end()); in trim_text()

12345678