Home
last modified time | relevance | path

Searched refs:scriptcode (Results 1 – 25 of 35) sorted by relevance

12

/dports/editors/yudit/yudit-3.0.7/stoolkit/
H A DSCluster.cpp39 getSouthIndicCluster (unsigned int scriptcode,
44 getIndicCluster (unsigned int scriptcode,
110 int scriptcode = ( in getCluster() local
114 if (scriptcode < 0) return index; in getCluster()
117 switch (scriptcode) in getCluster()
504 getSouthIndicCluster (unsigned int scriptcode, in getSouthIndicCluster() argument
713 getIndicCluster (unsigned int scriptcode, in getIndicCluster() argument
785 if (scriptcode == SD_MALAYALAM) in getIndicCluster()
827 if (scriptcode == SD_MALAYALAM) in getIndicCluster()
869 nextLig = nextLigature (scriptcode, in getIndicCluster()
[all …]
/dports/textproc/kreport/kreport-3.2.0/examples/
H A DKReportExampleDataSource.cpp167 QString scriptcode; in scriptCode() local
169 scriptcode = "" in scriptCode()
192 return scriptcode; in scriptCode()
/dports/lang/kf5-kross/kross-5.89.0/autotests/
H A Dqts.cpp42 QByteArray scriptcode = f.readAll(); in runScriptFile() local
47 QScriptValue v = engine->evaluate(scriptcode); in runScriptFile()
/dports/x11-toolkits/fox17/fox-1.7.77/tests/
H A Dunicode.cpp118 const FXchar *const scriptcode[]={ variable
279 printf("%4s\t",scriptcode[Unicode::scriptType(uc)]); in main()
/dports/editors/yudit/yudit-3.0.7/swindow/
H A DSFontTTF.cpp1271 unsigned int scriptcode = getLigatureScriptCode (lig); in findGlyphs() local
1274 if ( (scriptcode == SD_ROVASIRAS || scriptcode == SD_PUA_ROVAS) in findGlyphs()
1355 else if (scriptcode == SD_COMBINING_LIGATURE) in findGlyphs()
1492 && scriptcode != SD_AS_SHAPES && scriptcode != SD_AS_LITERAL in findGlyphs()
1496 && scriptcode!=SD_HANGUL_PREC && scriptcode!=SD_HANGUL_JAMO) in findGlyphs()
1521 if (scriptcode!=SD_HANGUL_PREC in findGlyphs()
1526 bool isbegin = (scriptcode == SD_BENGALI_BEGIN); in findGlyphs()
1564 switch (scriptcode) in findGlyphs()
1683 if (scriptcode == SD_MALAYALAM) in findGlyphs()
1778 if ((scriptcode == SD_MALAYALAM && in findGlyphs()
[all …]
H A DSFont.cpp304 unsigned int scriptcode = getLigatureScriptCode (comp); in draw() local
306 if (scriptcode == SD_COMBINING_LIGATURE) in draw()
346 || scriptcode == SD_ROVASIRAS || scriptcode == SD_PUA_ROVAS) in draw()
809 unsigned int scriptcode = getLigatureScriptCode (comp); in width() local
810 if (scriptcode == SD_COMBINING_LIGATURE) in width()
H A DSFontTTF.h121 bool findSouthIndicGlyphs (const SString& key, unsigned int scriptcode,
/dports/lang/kf5-kross/kross-5.89.0/src/console/
H A Dmain.cpp61 QByteArray scriptcode = f.readAll(); in runScriptFile() local
74 action->setCode(scriptcode); in runScriptFile()
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dbitcoin.py436 def redeem_script_to_address(txin_type: str, scriptcode: str, *, net=None) -> str:
440 return hash160_to_p2sh(hash_160(bfh(scriptcode)), net=net)
443 return script_to_p2wsh(scriptcode, net=net)
446 redeem_script = p2wsh_nested_script(scriptcode)
/dports/databases/kexi/kexi-3.2.0/src/plugins/scripting/kexiscripting/
H A Dkexiscriptdesignview.cpp407 QDomText scriptcode = domdoc.createTextNode(d->editor->text().toUtf8()); in storeData() local
408 scriptelem.appendChild(scriptcode); in storeData()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Dpsbt.c2129 const unsigned char *scriptcode; in wally_psbt_sign() local
2156 if (!input_get_scriptcode(input, txin->index, &scriptcode, &scriptcode_len)) in wally_psbt_sign()
2164 ret = wally_scriptpubkey_get_type(scriptcode, scriptcode_len, &type); in wally_psbt_sign()
2169 ret = wally_scriptpubkey_p2pkh_from_bytes(&scriptcode[2], in wally_psbt_sign()
2176 scriptcode = wpkh_sc; in wally_psbt_sign()
2190 memcmp(p2wsh, scriptcode, sizeof(p2wsh))) in wally_psbt_sign()
2193 scriptcode = input->witness_script; in wally_psbt_sign()
2201 scriptcode, scriptcode_len, in wally_psbt_sign()
2210 scriptcode, scriptcode_len, in wally_psbt_sign()
2223 scriptcode, scriptcode_len, in wally_psbt_sign()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/script/
H A Dsign.cpp69 …:vector<unsigned char>& sig_out, const CPubKey& pubkey, const CScript& scriptcode, SigVersion sigv… in CreateSig() argument
81 if (creator.CreateSig(provider, sig_out, keyid, scriptcode, sigversion)) { in CreateSig()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/script/
H A Dsign.cpp69 …:vector<unsigned char>& sig_out, const CPubKey& pubkey, const CScript& scriptcode, SigVersion sigv… in CreateSig() argument
81 if (creator.CreateSig(provider, sig_out, keyid, scriptcode, sigversion)) { in CreateSig()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/script/
H A Dsign.cpp70 …:vector<unsigned char>& sig_out, const CPubKey& pubkey, const CScript& scriptcode, SigVersion sigv… in CreateSig() argument
82 if (creator.CreateSig(provider, sig_out, keyid, scriptcode, sigversion)) { in CreateSig()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/script/
H A Dsign.cpp70 …:vector<unsigned char>& sig_out, const CPubKey& pubkey, const CScript& scriptcode, SigVersion sigv… in CreateSig() argument
82 if (creator.CreateSig(provider, sig_out, keyid, scriptcode, sigversion)) { in CreateSig()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/script/
H A Dsign.cpp70 …:vector<unsigned char>& sig_out, const CPubKey& pubkey, const CScript& scriptcode, SigVersion sigv… in CreateSig() argument
82 if (creator.CreateSig(provider, sig_out, keyid, scriptcode, sigversion)) { in CreateSig()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/script/
H A Dsign.cpp69 …:vector<unsigned char>& sig_out, const CPubKey& pubkey, const CScript& scriptcode, SigVersion sigv… in CreateSig() argument
81 if (creator.CreateSig(provider, sig_out, keyid, scriptcode, sigversion)) { in CreateSig()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/script/
H A Dsign.cpp85 …:vector<unsigned char>& sig_out, const CPubKey& pubkey, const CScript& scriptcode, SigVersion sigv… in CreateSig() argument
97 if (creator.CreateSig(provider, sig_out, keyid, scriptcode, sigversion)) { in CreateSig()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/script/
H A Dsign.cpp136 …:vector<unsigned char>& sig_out, const CPubKey& pubkey, const CScript& scriptcode, SigVersion sigv… in CreateSig() argument
148 if (creator.CreateSig(provider, sig_out, keyid, scriptcode, sigversion)) { in CreateSig()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/script/
H A Dsign.cpp136 …:vector<unsigned char>& sig_out, const CPubKey& pubkey, const CScript& scriptcode, SigVersion sigv… in CreateSig() argument
148 if (creator.CreateSig(provider, sig_out, keyid, scriptcode, sigversion)) { in CreateSig()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/script/
H A Dsign.cpp136 …:vector<unsigned char>& sig_out, const CPubKey& pubkey, const CScript& scriptcode, SigVersion sigv… in CreateSig() argument
148 if (creator.CreateSig(provider, sig_out, keyid, scriptcode, sigversion)) { in CreateSig()
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Dfeature_taproot.py215 scriptcode = get(ctx, "scriptcode")
217 return SegwitV0SignatureHash(scriptcode, tx, idx, hashtype, utxos[idx].nValue)
220 scriptcode = get(ctx, "scriptcode")
221 return LegacySignatureHash(scriptcode, tx, idx, hashtype)[0]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dfeature_taproot.py215 scriptcode = get(ctx, "scriptcode")
217 return SegwitV0SignatureHash(scriptcode, tx, idx, hashtype, utxos[idx].nValue)
220 scriptcode = get(ctx, "scriptcode")
221 return LegacySignatureHash(scriptcode, tx, idx, hashtype)[0]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Dfeature_taproot.py215 scriptcode = get(ctx, "scriptcode")
217 return SegwitV0SignatureHash(scriptcode, tx, idx, hashtype, utxos[idx].nValue)
220 scriptcode = get(ctx, "scriptcode")
221 return LegacySignatureHash(scriptcode, tx, idx, hashtype)[0]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_taproot.py211 scriptcode = get(ctx, "scriptcode")
213 return SegwitV0SignatureHash(scriptcode, tx, idx, hashtype, utxos[idx].nValue)
216 scriptcode = get(ctx, "scriptcode")
217 return LegacySignatureHash(scriptcode, tx, idx, hashtype)[0]

12