Home
last modified time | relevance | path

Searched refs:keyspec (Results 126 – 148 of 148) sorted by relevance

123456

/dports/editors/xvile/vile-9.8v/doc/
H A Dvisvile.doc203 <keyspec>,...
/dports/editors/vile/vile-9.8v/doc/
H A Dvisvile.doc203 <keyspec>,...
/dports/math/gretl/gretl-2021d/gui/
H A Dgpt_control.c1971 spec->keyspec = GP_KEY_NONE; in fix_old_roots_plot()
2002 spec->keyspec = GP_KEY_NONE; in parse_gp_unset_line()
2225 spec->keyspec = GP_KEY_NONE; in parse_gp_set_line()
2290 spec->keyspec = gp_keypos_from_name(val); in parse_gp_set_line()
H A Dgpt_dialog.c973 spec->keyspec = gp_keypos_from_display_name(s); in apply_gpt_changes()
1713 if (kp->id == spec->keyspec) { in gpt_tab_main()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dlayouts_mgr.c887 plugin->ops->spec->keyspec, in _layouts_init_layouts_walk_helper()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/doc/rnrs/
H A Dbase.scrbl164 @dl-item[@code{:key @var{keyspec} @dots{} [:allow-other-keys [@var{variable}]]}]{
165 Specifies keyword arguments. Each @var{keyspec} can be one of the
/dports/archivers/xpk/xpk-0.1.4/doc/
H A Dxpkmaster.guide1752 <password> ::= <keyspec>[<initializer>]*.
1753 <keyspec> ::= <valuespec>.
1770 hexvalues for keyspec have to fit in an OCTAWORD. (16 Byte)
/dports/lang/gauche/Gauche-0.9.10/doc/
H A Dcoresyn.texi894 @item :key @var{keyspec} @dots{} [:allow-other-keys [@var{variable}]]
896 Specifies keyword arguments. Each @var{keyspec} can be
899 キーワード引数を指定します。各@var{keyspec}は以下の形式のいずれかです。
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A DTeX.pool.ltxml598 my ($star, $plus, $gullet, @keyspec) = @_;
606 return (KeyVals_aux($gullet, $until, [$star, $plus, @keyspec])); }
618 my ($star, $plus, $gullet, @keyspec) = @_;
620 return (KeyVals_aux($gullet, T_OTHER(']'), [$star, $plus, @keyspec])); }
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Cryptography/Certificates/
H A Dmod.rs18323 …pub unsafe fn GetCspStatuses(&self, keyspec: X509KeySpec) -> ::windows::runtime::Result<ICspStatus… in GetCspStatuses()
18537 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, keyspec: X509KeySpec, ppcspstatuse…
18775 …pub unsafe fn GetCspStatuses(&self, keyspec: X509KeySpec) -> ::windows::runtime::Result<ICspStatus… in GetCspStatuses()
19023 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, keyspec: X509KeySpec, ppcspstatuse…
20135 …pub unsafe fn GetCspStatuses(&self, keyspec: X509KeySpec) -> ::windows::runtime::Result<ICspStatus… in GetCspStatuses()
20289 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, keyspec: X509KeySpec, ppcspstatuse…
20514 …pub unsafe fn GetCspStatuses(&self, keyspec: X509KeySpec) -> ::windows::runtime::Result<ICspStatus… in GetCspStatuses()
20705 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, keyspec: X509KeySpec, ppcspstatuse…
20935 …pub unsafe fn GetCspStatuses(&self, keyspec: X509KeySpec) -> ::windows::runtime::Result<ICspStatus… in GetCspStatuses()
21189 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, keyspec: X509KeySpec, ppcspstatuse…
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c21594 char *keyspec; member
23309 sqlcipher_free(c_ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_free()
23401 if(source->keyspec) { in sqlcipher_cipher_ctx_copy()
23404 memcpy(target->keyspec, source->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_copy()
23417 sqlcipher_free(c_ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_set_keyspec()
23418 c_ctx->keyspec = NULL; in sqlcipher_cipher_ctx_set_keyspec()
23421 if(c_ctx->keyspec == NULL) return SQLITE_NOMEM; in sqlcipher_cipher_ctx_set_keyspec()
23423 c_ctx->keyspec[0] = 'x'; in sqlcipher_cipher_ctx_set_keyspec()
23424 c_ctx->keyspec[1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
23427 c_ctx->keyspec[ctx->keyspec_sz - 1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c21268 char *keyspec; member
22945 sqlcipher_free(c_ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_free()
23037 if(source->keyspec) { in sqlcipher_cipher_ctx_copy()
23040 memcpy(target->keyspec, source->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_copy()
23054 c_ctx->keyspec = NULL; in sqlcipher_cipher_ctx_set_keyspec()
23057 if(c_ctx->keyspec == NULL) return SQLITE_NOMEM; in sqlcipher_cipher_ctx_set_keyspec()
23059 c_ctx->keyspec[0] = 'x'; in sqlcipher_cipher_ctx_set_keyspec()
23060 c_ctx->keyspec[1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
23063 c_ctx->keyspec[ctx->keyspec_sz - 1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
23314 *zKey = ctx->read_ctx->keyspec; in sqlcipher_codec_get_keyspec()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c21593 char *keyspec; member
23308 sqlcipher_free(c_ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_free()
23400 if(source->keyspec) { in sqlcipher_cipher_ctx_copy()
23403 memcpy(target->keyspec, source->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_copy()
23417 c_ctx->keyspec = NULL; in sqlcipher_cipher_ctx_set_keyspec()
23420 if(c_ctx->keyspec == NULL) return SQLITE_NOMEM; in sqlcipher_cipher_ctx_set_keyspec()
23422 c_ctx->keyspec[0] = 'x'; in sqlcipher_cipher_ctx_set_keyspec()
23423 c_ctx->keyspec[1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
23426 c_ctx->keyspec[ctx->keyspec_sz - 1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
23678 *zKey = ctx->read_ctx->keyspec; in sqlcipher_codec_get_keyspec()
[all …]
/dports/textproc/redet/redet-8.26/
H A Dredet.tcl20747 proc DefineShortcut {command keyspec} { argument
20754 …ess-F[1-9]>|<KeyPress-F1[0-2]>|<Control-KeyPress-F[1-9]>|<Control-KeyPress-F1[0-2]>)+} $keyspec]} {
20755 ShowMessage [format [_ "%s is not a valid key specification"] $keyspec]
20759 set ::KeyBindings($keyspec) $command;
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20026 char *keyspec; member
20337 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_free()
20439 if(source->keyspec && source->keyspec_sz) { in sqlcipher_cipher_ctx_copy()
20442 memcpy(target->keyspec, source->keyspec, source->keyspec_sz); in sqlcipher_cipher_ctx_copy()
20456 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_set_keyspec()
20457 ctx->keyspec = NULL; in sqlcipher_cipher_ctx_set_keyspec()
20464 if(ctx->keyspec == NULL) return SQLITE_NOMEM; in sqlcipher_cipher_ctx_set_keyspec()
20466 ctx->keyspec[0] = 'x'; in sqlcipher_cipher_ctx_set_keyspec()
20467 ctx->keyspec[1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
20470 ctx->keyspec[ctx->keyspec_sz - 1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
[all …]
/dports/databases/libgda5/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20026 char *keyspec;
20337 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz);
20439 if(source->keyspec && source->keyspec_sz) {
20442 memcpy(target->keyspec, source->keyspec, source->keyspec_sz);
20456 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz);
20457 ctx->keyspec = NULL;
20464 if(ctx->keyspec == NULL) return SQLITE_NOMEM;
20466 ctx->keyspec[0] = 'x';
20467 ctx->keyspec[1] = '\'';
20470 ctx->keyspec[ctx->keyspec_sz - 1] = '\'';
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20026 char *keyspec; member
20337 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_free()
20439 if(source->keyspec && source->keyspec_sz) { in sqlcipher_cipher_ctx_copy()
20442 memcpy(target->keyspec, source->keyspec, source->keyspec_sz); in sqlcipher_cipher_ctx_copy()
20456 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_set_keyspec()
20457 ctx->keyspec = NULL; in sqlcipher_cipher_ctx_set_keyspec()
20464 if(ctx->keyspec == NULL) return SQLITE_NOMEM; in sqlcipher_cipher_ctx_set_keyspec()
20466 ctx->keyspec[0] = 'x'; in sqlcipher_cipher_ctx_set_keyspec()
20467 ctx->keyspec[1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
20470 ctx->keyspec[ctx->keyspec_sz - 1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20026 char *keyspec; member
20337 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_free()
20439 if(source->keyspec && source->keyspec_sz) { in sqlcipher_cipher_ctx_copy()
20442 memcpy(target->keyspec, source->keyspec, source->keyspec_sz); in sqlcipher_cipher_ctx_copy()
20456 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_set_keyspec()
20457 ctx->keyspec = NULL; in sqlcipher_cipher_ctx_set_keyspec()
20464 if(ctx->keyspec == NULL) return SQLITE_NOMEM; in sqlcipher_cipher_ctx_set_keyspec()
20466 ctx->keyspec[0] = 'x'; in sqlcipher_cipher_ctx_set_keyspec()
20467 ctx->keyspec[1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
20470 ctx->keyspec[ctx->keyspec_sz - 1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20026 char *keyspec; member
20337 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_free()
20439 if(source->keyspec && source->keyspec_sz) { in sqlcipher_cipher_ctx_copy()
20442 memcpy(target->keyspec, source->keyspec, source->keyspec_sz); in sqlcipher_cipher_ctx_copy()
20456 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz); in sqlcipher_cipher_ctx_set_keyspec()
20457 ctx->keyspec = NULL; in sqlcipher_cipher_ctx_set_keyspec()
20464 if(ctx->keyspec == NULL) return SQLITE_NOMEM; in sqlcipher_cipher_ctx_set_keyspec()
20466 ctx->keyspec[0] = 'x'; in sqlcipher_cipher_ctx_set_keyspec()
20467 ctx->keyspec[1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
20470 ctx->keyspec[ctx->keyspec_sz - 1] = '\''; in sqlcipher_cipher_ctx_set_keyspec()
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20026 char *keyspec;
20337 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz);
20439 if(source->keyspec && source->keyspec_sz) {
20442 memcpy(target->keyspec, source->keyspec, source->keyspec_sz);
20456 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz);
20457 ctx->keyspec = NULL;
20464 if(ctx->keyspec == NULL) return SQLITE_NOMEM;
20466 ctx->keyspec[0] = 'x';
20467 ctx->keyspec[1] = '\'';
20470 ctx->keyspec[ctx->keyspec_sz - 1] = '\'';
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20026 char *keyspec;
20337 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz);
20439 if(source->keyspec && source->keyspec_sz) {
20442 memcpy(target->keyspec, source->keyspec, source->keyspec_sz);
20456 sqlcipher_free(ctx->keyspec, ctx->keyspec_sz);
20457 ctx->keyspec = NULL;
20464 if(ctx->keyspec == NULL) return SQLITE_NOMEM;
20466 ctx->keyspec[0] = 'x';
20467 ctx->keyspec[1] = '\'';
20470 ctx->keyspec[ctx->keyspec_sz - 1] = '\'';
[all …]
/dports/math/gretl/gretl-2021d/
H A DChangeLog4184 - fix gnuplot "keyspec" bug
/dports/security/gnupg/gnupg-2.3.3/g10/
H A DChangeLog-2011303 keyspec based on that.

123456