2024-10-14 10:50:57 -07:00
|
|
|
# typed: true
|
|
|
|
|
|
|
|
# DO NOT EDIT MANUALLY
|
|
|
|
# This is an autogenerated file for dynamic methods in `Formula`.
|
|
|
|
# Please instead update this file by running `bin/tapioca dsl Formula`.
|
|
|
|
|
|
|
|
|
|
|
|
class Formula
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def allow_network_access!(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def bottle_defined?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def bottle_specification(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def bottle_tag?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def bottled?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def cached_download(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def clear_cache(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def compiler_failures(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def declared_deps(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def deny_network_access!(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def deprecated?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def deprecated_flags(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def deprecated_options(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def deprecation_date(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def deprecation_reason(*args, &block); end
|
|
|
|
|
2025-04-02 13:19:49 +02:00
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
2025-04-22 19:23:10 +01:00
|
|
|
def deprecation_replacement_cask(*args, &block); end
|
2025-04-02 13:19:49 +02:00
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
2025-04-22 19:23:10 +01:00
|
|
|
def deprecation_replacement_formula(*args, &block); end
|
2025-04-02 13:19:49 +02:00
|
|
|
|
2024-10-14 10:50:57 -07:00
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def deps(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def desc(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def disable_date(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def disable_reason(*args, &block); end
|
2024-11-07 15:50:03 -05:00
|
|
|
|
2025-04-02 13:19:49 +02:00
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
2025-04-22 19:23:10 +01:00
|
|
|
def disable_replacement_cask(*args, &block); end
|
2025-04-02 13:19:49 +02:00
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
2025-04-22 19:23:10 +01:00
|
|
|
def disable_replacement_formula(*args, &block); end
|
2025-04-02 13:19:49 +02:00
|
|
|
|
2024-10-14 10:50:57 -07:00
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def disabled?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def downloader(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def env(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def homepage(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def keg_only_reason(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def license(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def livecheck(*args, &block); end
|
|
|
|
|
livecheck: clarify livecheckable language
Formulae, casks, and resources have a `#livecheckable?` method that
indicates whether they contain a `livecheck` block. This is intended
to be read as "has a livecheckable?", not "is livecheckable?" (as
livecheck can find versions for some packages/resources without a
`livecheck` block). Unfortunately, correct understanding of this
method's behavior [outside of documentation] relies on historical
knowledge that few people possess, so this is often confusing to
anyone who hasn't been working on livecheck since 2020.
In the olden days, a "livecheckable" was a Ruby file containing a
`livecheck` block (originally a hash) with a filename that
corresponded to a related formula. The `livecheck` blocks in
livecheckable files were integrated into their respective formulae in
August 2020, so [first-party] livecheckables ceased to exist at that
time. From that point forward, we simply referred to these as
`livecheck` blocks.
With that in mind, this clarifies the situation by replacing
"livecheckable" language. This includes renaming `#livecheckable?` to
`#livecheck_defined?`, replacing usage of "livecheckable" as a noun
with "`livecheck` block", replacing "livecheckable" as a boolean with
"livecheck_defined", and replacing incorrect usage of "livecheckable"
as an adjective with "checkable".
2024-11-27 18:20:56 -05:00
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def livecheck_defined?(*args, &block); end
|
|
|
|
|
2024-10-14 10:50:57 -07:00
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def livecheckable?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def loaded_from_api?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def network_access_allowed?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def option_defined?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def options(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def patchlist(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def pin(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def pinnable?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def pinned?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def pinned_version(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def pour_bottle_check_unsatisfied_reason(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def requirements(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def resources(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
|
|
|
|
def service?(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def unpin(*args, &block); end
|
|
|
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
def version(*args, &block); end
|
|
|
|
end
|