Home
last modified time | relevance | path

Searched refs:text_name (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/drawing/
H A Drgbcolor.py9 text_name = None variable in _ColorObject
13 if self.text_name is None:
16 text_name = self.text_name
102 text_name = "light blue" variable in LightBlue
107 text_name = "light brown" variable in LightBrown
112 text_name = "light cyan" variable in LightCyan
117 text_name = "light gray" variable in LightGray
122 text_name = "light green" variable in LightGreen
132 text_name = "light orange" variable in LightOrange
136 text_name = "light pink" variable in LightPink
[all …]
/dports/security/putty/putty-0.76/
H A Dsshhmac.c12 strbuf *text_name; member
44 ctx->text_name = strbuf_new(); in hmac_new()
58 strbuf_catf(ctx->text_name, ")"); in hmac_new()
76 strbuf_free(ctx->text_name); in hmac_free()
160 return ctx->text_name->s; in hmac_text_name()
170 .text_name = hmac_text_name,
185 .text_name = hmac_text_name,
201 .text_name = hmac_text_name,
217 .text_name = hmac_text_name,
235 .text_name = hmac_text_name,
[all …]
H A Dssharcf.c118 .text_name = "Arcfour-128",
133 .text_name = "Arcfour-256",
/dports/security/putty-nogtk/putty-0.76/
H A Dsshhmac.c12 strbuf *text_name; member
44 ctx->text_name = strbuf_new(); in hmac_new()
58 strbuf_catf(ctx->text_name, ")"); in hmac_new()
76 strbuf_free(ctx->text_name); in hmac_free()
160 return ctx->text_name->s; in hmac_text_name()
170 .text_name = hmac_text_name,
185 .text_name = hmac_text_name,
201 .text_name = hmac_text_name,
217 .text_name = hmac_text_name,
235 .text_name = hmac_text_name,
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshhmac.c12 strbuf *text_name; member
44 ctx->text_name = strbuf_new(); in hmac_new()
58 strbuf_catf(ctx->text_name, ")"); in hmac_new()
76 strbuf_free(ctx->text_name); in hmac_free()
160 return ctx->text_name->s; in hmac_text_name()
170 .text_name = hmac_text_name,
185 .text_name = hmac_text_name,
201 .text_name = hmac_text_name,
217 .text_name = hmac_text_name,
235 .text_name = hmac_text_name,
[all …]
H A Dssh2bpp.c135 fzprintf(sftpCipherClientToServer, ssh_cipher_alg(s->out.cipher)->text_name); in ssh2_bpp_new_outgoing_crypto()
137 ssh_cipher_alg(s->out.cipher)->text_name); in ssh2_bpp_new_outgoing_crypto()
163 s->out.pending_compression->text_name); in ssh2_bpp_new_outgoing_crypto()
174 ssh_compressor_alg(s->out_comp)->text_name); in ssh2_bpp_new_outgoing_crypto()
195 fzprintf(sftpCipherServerToClient, ssh_cipher_alg(s->in.cipher)->text_name); in ssh2_bpp_new_incoming_crypto()
197 ssh_cipher_alg(s->in.cipher)->text_name); in ssh2_bpp_new_incoming_crypto()
222 s->in.pending_compression->text_name); in ssh2_bpp_new_incoming_crypto()
233 ssh_decompressor_alg(s->in_decomp)->text_name); in ssh2_bpp_new_incoming_crypto()
261 ssh_decompressor_alg(s->in_decomp)->text_name); in ssh2_bpp_enable_pending_compression()
267 ssh_compressor_alg(s->out_comp)->text_name); in ssh2_bpp_enable_pending_compression()
H A Dssh2kex-client.c101 fzprintf(sftpKexHash, ssh_hash_alg(s->exhash)->text_name); in ssh2kex_coroutine()
105 ssh_hash_alg(s->exhash)->text_name); in ssh2kex_coroutine()
113 fzprintf(sftpKexHash, ssh_hash_alg(s->exhash)->text_name); in ssh2kex_coroutine()
117 ssh_hash_alg(s->exhash)->text_name, in ssh2kex_coroutine()
192 fzprintf(sftpKexHash, ssh_hash_alg(s->exhash)->text_name); in ssh2kex_coroutine()
196 ssh_hash_alg(s->exhash)->text_name); in ssh2kex_coroutine()
329 "exchange with hash %s", ssh_hash_alg(s->exhash)->text_name); in ssh2kex_coroutine()
532 fzprintf(sftpKexHash, ssh_hash_alg(s->exhash)->text_name); in ssh2kex_coroutine()
535 ssh_hash_alg(s->exhash)->text_name); in ssh2kex_coroutine()
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/menus/
H A Dencyclopedia.lua996 for i, text_name in ipairs(texts) do
1017 for i, text_name in ipairs(texts) do
1054 for i, text_name in ipairs(texts) do
1112 if (GetTextData(text_name, "Author") ~= "") then
1121 if (GetTextData(text_name, "Year") ~= 0) then
1127 if (GetTextData(text_name, "Notes") ~= "") then
1174 title:setCaption("~<" .. text_name .. "~>")
1495 for i, text_name in ipairs(texts) do
1514 for i, text_name in ipairs(texts) do
1669 for i, text_name in ipairs(texts) do
[all …]
/dports/print/a2ps/a2ps-4.13/tests/tstfiles/
H A Dtemplate.e26 text_name: STRING;
55 text_name := argument (1);
56 !! text_file.make (text_name);
58 io.putstring (text_name);
61 root_line.document.set_input_file (text_name);
64 io.putstring (text_name);
/dports/net/kea/kea-2.0.1/src/lib/dns/tests/
H A Drdata_rp_unittest.cc33 text_name("rp-text.example.com."), in Rdata_RP_Test()
72 const Name mailbox_name, text_name; member in __anond1f818cf0111::Rdata_RP_Test
81 EXPECT_EQ(text_name, rdata_rp.getText()); in TEST_F()
111 EXPECT_EQ(text_name, dynamic_cast<generic::RP&>(*rdata).getText()); in TEST_F()
144 EXPECT_EQ(mailbox_name, generic::RP(mailbox_name, text_name).getMailbox()); in TEST_F()
145 EXPECT_EQ(text_name, generic::RP(mailbox_name, text_name).getText()); in TEST_F()
/dports/www/p5-HTML-FormFu/HTML-FormFu-2.07/lib/HTML/FormFu/Element/
H A DComboBox.pm195 my $text_name = _build_field_name( $self, 'text' );
199 name => $text_name,
223 my $text_name = _build_field_name( $self, 'text' );
225 return $self->get_element( { name => $text_name } )->nested_name;
258 my $text_name = $self->get_text_field_nested_name;
261 my $text_value = $self->get_nested_hash_value( $input, $text_name );
/dports/net/mosquitto/mosquitto-2.0.13/plugins/dynamic-security/
H A Dgroups.c105 mosquitto_free(group->text_name); in group__free_item()
236 group->text_name = strdup(str); in dynsec_groups__config_load()
237 if(group->text_name == NULL){ in dynsec_groups__config_load()
320 || (group->text_name && cJSON_AddStringToObject(j_group, "textname", group->text_name) == NULL) in dynsec__config_add_groups()
410 if(text_name){ in dynsec_groups__process_create()
411 group->text_name = strdup(text_name); in dynsec_groups__process_create()
412 if(group->text_name == NULL){ in dynsec_groups__process_create()
691 || (group->text_name && cJSON_AddStringToObject(j_group, "textname", group->text_name) == NULL) in add_group_to_json()
915 char *text_name, *text_description; in dynsec_groups__process_modify() local
945 mosquitto_free(group->text_name); in dynsec_groups__process_modify()
[all …]
H A Droles.c83 mosquitto_free(role->text_name); in role__free_item()
289 if(role->text_name == NULL){ in dynsec_roles__config_load()
301 mosquitto_free(role->text_name); in dynsec_roles__config_load()
337 char *text_name, *text_description; in dynsec_roles__process_create() local
379 if(text_name){ in dynsec_roles__process_create()
380 role->text_name = mosquitto_strdup(text_name); in dynsec_roles__process_create()
381 if(role->text_name == NULL){ in dynsec_roles__process_create()
506 || (role->text_name && cJSON_AddStringToObject(j_role, "textname", role->text_name) == NULL) in add_role_to_json()
824 char *text_name, *text_description; in dynsec_roles__process_modify() local
854 mosquitto_free(role->text_name); in dynsec_roles__process_modify()
[all …]
H A Dclients.c85 mosquitto_free(client->text_name); in client__free_item()
208 if(client->text_name == NULL){ in dynsec_clients__config_load()
266 … || (client->text_name && cJSON_AddStringToObject(j_client, "textname", client->text_name) == NULL) in dynsec__config_add_clients()
326 char *text_name, *text_description; in dynsec_clients__process_create() local
384 if(text_name){ in dynsec_clients__process_create()
385 client->text_name = mosquitto_strdup(text_name); in dynsec_clients__process_create()
386 if(client->text_name == NULL){ in dynsec_clients__process_create()
725 char *text_name, *text_description; in dynsec_clients__process_modify() local
776 str = mosquitto_strdup(text_name); in dynsec_clients__process_modify()
782 mosquitto_free(client->text_name); in dynsec_clients__process_modify()
[all …]
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dscript_text.cpp62 std::string text_name = LuaToString(l, 1); in CclDefineText() local
63 CText *text = GetText(text_name); in CclDefineText()
67 text->Name = text_name; in CclDefineText()
147 std::string text_name = LuaToString(l, 1); in CclGetTextData() local
149 CText *text = GetText(text_name); in CclGetTextData()
151 LuaError(l, "Text \"%s\" doesn't exist." _C_ text_name.c_str()); in CclGetTextData()
H A Dtext.cpp81 CText *GetText(const std::string &text_name) in GetText() argument
84 if (text_name == Texts[i]->Name) { in GetText()
/dports/security/afl++/AFLplusplus-3.14c/frida_mode/src/lib/
H A Dlib_apple.c38 char text_name[] = "__text"; in lib_get_text_section() local
45 if (memcmp(details->section_name, text_name, sizeof(text_name)) == 0 && in lib_get_text_section()
H A Dlib.c76 char text_name[] = ".text";
114 if (memcmp(section_name, text_name, sizeof(text_name)) == 0 &&
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A Dhits.cpp459 string text_name = header->target_name[target_id]; in get_hit_from_bam1t() local
564 text_name, in get_hit_from_bam1t()
585 text_name, in get_hit_from_bam1t()
750 const char* text_name = strsep((char**)&buf,"\t"); in read_next_hit() local
751 if (!text_name) in read_next_hit()
797 if ((sam_flag & 0x4) ||!strcmp(text_name, "*")) in read_next_hit()
872 if (!strcmp(mate_ref_name, "=") || !strcmp(mate_ref_name, text_name)) in read_next_hit()
874 mrnm = text_name; in read_next_hit()
952 text_name, in read_next_hit()
973 text_name, in read_next_hit()
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.ilMatchingWizardInputGUI.php19 protected $text_name = ''; variable in ilMatchingWizardInputGUI
43 $this->text_name = $lng->txt('answer_text');
99 $this->text_name = $a_value;
364 $tpl->setVariable("ANSWER_TEXT", $this->text_name);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.ilMatchingWizardInputGUI.php19 protected $text_name = ''; variable in ilMatchingWizardInputGUI
43 $this->text_name = $lng->txt('answer_text');
99 $this->text_name = $a_value;
364 $tpl->setVariable("ANSWER_TEXT", $this->text_name);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/testsuite/binutils-all/
H A Dobjdump.exp92 if ![regexp $want $got all text_name text_size data_name data_size] then {
95 verbose "text name is $text_name size is $text_size"
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/testsuite/binutils-all/
H A Dobjdump.exp93 if ![regexp $want $got all text_name text_size data_name data_size] then {
96 verbose "text name is $text_name size is $text_size"
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/testsuite/binutils-all/
H A Dobjdump.exp92 if ![regexp $want $got all text_name text_size data_name data_size] then {
95 verbose "text name is $text_name size is $text_size"
/dports/devel/djgpp-binutils/binutils-2.17/binutils/testsuite/binutils-all/
H A Dobjdump.exp93 if ![regexp $want $got all text_name text_size data_name data_size] then {
96 verbose "text name is $text_name size is $text_size"

12345678910>>...15