Home
last modified time | relevance | path

Searched defs:SimpleConfig (Results 1 – 25 of 43) sorted by relevance

12

/dports/databases/db5/db-5.3.28/examples/java/src/db/repquote_gsg/
H A DSimpleConfig.java11 public class SimpleConfig class
21 public SimpleConfig() in SimpleConfig() method in SimpleConfig
/dports/databases/db18/db-18.1.40/examples/java/src/db/repquote_gsg/
H A DSimpleConfig.java10 public class SimpleConfig class
20 public SimpleConfig() in SimpleConfig() method in SimpleConfig
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/qrreader/
H A D__init__.py46 config: 'SimpleConfig',
74 config: 'SimpleConfig',
101 config: 'SimpleConfig',
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/
H A Dexception_window.py49 def __init__(self, config: 'SimpleConfig', exctype, value, tb):
166 def __init__(self, *, config: 'SimpleConfig'):
177 def maybe_setup(cls, *, config: 'SimpleConfig', wallet: 'Abstract_Wallet' = None) -> None:
H A Dqrtextedit.py15 def __init__(self, text=None, *, config: SimpleConfig):
44 def __init__(self, text="", allow_multi=False, *, config: SimpleConfig):
H A Dseed_dialog.py135 config: 'SimpleConfig',
341 config: 'SimpleConfig',
370 def __init__(self, parent, seed, passphrase, *, config: 'SimpleConfig'):
H A Dqrcodewidget.py106 config: SimpleConfig,
H A Dnetwork_dialog.py57 def __init__(self, *, network: Network, config: 'SimpleConfig', network_updated_signal_obj):
207 def __init__(self, network: Network, config: 'SimpleConfig', wizard=False):
H A Dsettings_dialog.py52 def __init__(self, parent: 'ElectrumWindow', config: 'SimpleConfig'):
H A D__init__.py97 def __init__(self, config: 'SimpleConfig', daemon: 'Daemon', plugins: 'Plugins'):
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dlnsweep.py476 cltv_expiry: int, config: SimpleConfig) -> Optional[PartialTransaction]:
506 config: SimpleConfig) -> Optional[PartialTransaction]:
531 privkey: bytes, is_revocation: bool, config: SimpleConfig,
565 config: SimpleConfig) -> Optional[PartialTransaction]:
H A Ddaemon.py64 def get_lockfile(config: SimpleConfig):
72 def get_file_descriptor(config: SimpleConfig):
93 def request(config: SimpleConfig, endpoint, args=(), timeout=60):
121 def get_rpc_credentials(config: SimpleConfig) -> Tuple[str, str]:
414 def __init__(self, config: SimpleConfig, fd=None, *, listen_jsonrpc=True):
H A Dplugin.py61 def __init__(self, config: SimpleConfig, gui_name):
241 def __init__(self, parent, config: 'SimpleConfig', name):
402 def __init__(self, config: SimpleConfig):
H A Dblockchain.py92 def read_blockchains(config: 'SimpleConfig'):
182 def __init__(self, config: SimpleConfig, forkpoint: int, parent: Optional['Blockchain'],
H A Dpaymentrequest.py468 def make_request(config: 'SimpleConfig', req: 'OnchainInvoice'):
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/tests/System/Configuration/
H A DTestData.cs21 public static string SimpleConfig = field in System.ConfigurationTests.TestData
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/context/annotation/
H A DComponentScanAnnotationTests.java61 class SimpleConfig { } class
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/
H A D__init__.py58 def __init__(self, config: 'SimpleConfig', daemon: 'Daemon', plugins: 'Plugins'):
/dports/devel/kf5-kconfig/kconfig-5.89.0/src/core/
H A Dkconfig.h86 SimpleConfig = 0x00, ///< Just a single config file. enumerator
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_autotvm_dispatch_context.py25 SimpleConfig = namedtuple('SimpleConfig', ('template_key', 'is_fallback')) variable
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_autotvm_dispatch_context.py25 SimpleConfig = namedtuple('SimpleConfig', ('template_key', 'is_fallback')) variable
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DConfigManager.h35 using SimpleConfig = tl_object_ptr<telegram_api::help_configSimple>; variable
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/qrreader/qtmultimedia/
H A Dcamera_dialog.py75 def __init__(self, parent, *, config: SimpleConfig):
/dports/finance/electrum/Electrum-4.1.5/electrum/plugins/bitbox02/
H A Dbitbox02.py50 … def __init__(self, handler: Any, device: Device, config: SimpleConfig, *, plugin: HW_PluginBase):
637 def __init__(self, parent: HW_PluginBase, config: SimpleConfig, name: str):
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/dialogs/
H A Dlightning_channels.py673 def __init__(self, app: 'ElectrumWindow', config: 'SimpleConfig'):

12