Home
last modified time | relevance | path

Searched refs:homestead (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/dports/shells/zsh-completions/zsh-completions-0.33.0/src/
H A D_homestead1 #compdef homestead
31 # Completion script for homestead (http://laravel.com/docs/homestead).
43 homestead --no-ansi | sed "1,/Available commands/d" | awk '/ [a-z]+/ { print $1 }'
47 if [ -f homestead ]; then
52 compdef _homestead php homestead
53 compdef _homestead homestead
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/inlineAssembly/
H A Devm_byzantium_on_homestead.sol15 // EVMVersion: =homestead
17 …ction is only available for Byzantium-compatible VMs (you are currently compiling for "homestead").
19 …ction is only available for Byzantium-compatible VMs (you are currently compiling for "homestead").
20 …ction is only available for Byzantium-compatible VMs (you are currently compiling for "homestead").
H A Dreturndatasize_as_variable_pre_byzantium.sol3 // EVMVersion: =homestead
5 …ction is only available for Byzantium-compatible VMs (you are currently compiling for "homestead").
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/homestead/
H A DREADME.md3 This plugin provides completion for [Homestead](https://laravel.com/docs/homestead).
5 To use it add homestead to the plugins array in your zshrc file.
8 plugins=(... homestead)
H A Dhomestead.plugin.zsh3 homestead --no-ansi | sed -E "1,/(Available|Common) commands/d" | awk '/^ +[a-z]+/ { print $1 }'
10 compdef _homestead homestead
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/
H A Dstate_transition.go79 func IntrinsicGas(data []byte, contractCreation, homestead bool) (uint64, error) {
82 if contractCreation && homestead {
189 homestead := st.evm.ChainConfig().IsHomestead(st.evm.BlockNumber)
193 gas, err := IntrinsicGas(st.data, contractCreation, homestead)
/dports/lang/solidity/solidity_0.8.11/liblangutil/
H A DEVMVersion.h46 static EVMVersion homestead() { return {Version::Homestead}; } in homestead() function
58 …for (auto const& v: {homestead(), tangerineWhistle(), spuriousDragon(), byzantium(), constantinopl… in fromString()
/dports/lang/solidity/solidity_0.8.11/test/cmdlineTests/ast_json_import_wrong_evmVersion/
H A Dargs1 --evm-version=homestead --import-ast --combined-json ast --pretty-json
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/
H A Dbytecode_too_large_homestead.sol8 // EVMVersion: =homestead
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/abiEncoderV1/
H A Dreturn_dynamic_types_cross_call_simple.sol10 // EVMVersion: >homestead
H A Dreturn_dynamic_types_cross_call_out_of_range_1.sol16 // EVMVersion: =homestead
H A Dreturn_dynamic_types_cross_call_out_of_range_2.sol15 // EVMVersion: >homestead
H A Dreturn_dynamic_types_cross_call_advanced.sol15 // EVMVersion: >homestead
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/libraries/
H A Dlibrary_call_in_homestead.sol11 // EVMVersion: >=homestead
H A Dbound_returning_calldata_external.sol17 // EVMVersion: >homestead
H A Dbound_to_calldata_external.sol17 // EVMVersion: >homestead
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/crypto/
H A Dcrypto.go190 func ValidateSignatureValues(v byte, r, s *big.Int, homestead bool) bool {
196 if homestead && s.Cmp(secp256k1halfN) > 0 {
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/tryCatch/
H A Dlow_level_pre-byzantium.sol13 …06): This catch clause type cannot be used on the selected EVM version (homestead). You need at le…
H A Dstructured_pre_byzantium.sol13 …12): This catch clause type cannot be used on the selected EVM version (homestead). You need at le…
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/docs/intro/install/
H A Dhomestead.rst9 .. _Homestead: https://laravel.com/docs/5.4/homestead
15 …oviders, Vagrant and Homestead following the instructions at https://laravel.com/docs/5.4/homestead
21 vagrant box add laravel/homestead
25 git clone https://github.com/laravel/homestead.git Homestead
81 .. _shell config script: https://github.com/laravel/homestead/blob/master/scripts/serve-elgg.sh
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/abiEncoderV2/
H A Dcalldata_struct_simple.sol15 // EVMVersion: >homestead
H A Dcalldata_array_struct_dynamic.sol13 // EVMVersion: >homestead
H A Dcalldata_struct_dynamic.sol15 // EVMVersion: >homestead
/dports/lang/solidity/solidity_0.8.11/test/libyul/yulOptimizerTests/stackCompressor/
H A DinlineInBlock.yul7 // EVMVersion: =homestead
/dports/www/phpbb3/phpBB3/docs/
H A Dvagrant.md5 phpBB uses the [Laravel/Homestead](https://laravel.com/docs/5.1/homestead) Vagrant box. It runs a L…
112 - Username: homestead
120 - Username: homestead

12345678910>>...15