Home
last modified time | relevance | path

Searched defs:nil (Results 176 – 200 of 3858) sorted by relevance

12345678910>>...155

/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dkaz_tree.c325 dnode_t *nil = dict_nil(dict), *current = dict_root(dict); in safe_traverse() local
523 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_verify() local
589 dnode_t *nil = dict_nil(dict); in fc_solve_kaz_tree_lookup() local
646 dnode_t *nil = dict_nil(dict); in dict_lower_bound() local
691 dnode_t *nil = dict_nil(dict); in dict_upper_bound() local
735 dnode_t *nil = dict_nil(dict); in dict_strict_lower_bound() local
763 dnode_t *nil = dict_nil(dict); in dict_strict_upper_bound() local
801 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); in fc_solve_kaz_tree_insert() local
1249 dnode_t *nil = dict_nil(dict), *parent, *left; in fc_solve_kaz_tree_next() local
1279 dnode_t *nil = dict_nil(dict), *parent, *right; in dict_prev() local
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Drepository.rb133 def local_branches(sort_by: nil)
208 def update_branch(branch_name, user:, newrev:, oldrev:, push_options: nil, transaction: nil)
213 …it:, branch_name:, message:, start_branch_name:, start_repository:, dry_run: false, timestamp: nil)
248 …, branch_sha:, remote_repository:, remote_branch:, push_options: nil, timestamp: nil, transaction:…
429 def add_remote(remote_name, url, mirror_refmap: nil)
484 …def run_git(args, chdir: path, env: {}, nice: false, include_stderr: false, lazy_block: nil, &bloc…
494 …def run_git!(args, chdir: path, env: {}, nice: false, include_stderr: false, lazy_block: nil, &blo…
515 def branches_filter(filter: nil, sort_by: nil)
552 def with_worktree(worktree, branch, sparse_checkout_files: nil, env:)
/dports/security/vault/vault-1.8.2/vault/
H A Dlogical_system_helpers.go75 handleGlobalPluginReload = func(context.Context, *Core, string, string, []string) error {
78 handleSetupPluginReload = func(*Core) error {
86 checkRaw = func(b *SystemBackend, path string) error { return nil }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/graphql/resolvers/design_management/
H A Dversions_resolver.rb29 def resolve(parent: nil, id: nil, sha: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/tags/
H A Ddeveloper_creates_tag_spec.rb89 def create_tag_in_form(tag:, ref:, message: nil, desc: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/graphql/resolvers/projects/
H A Dservices_resolver.rb23 def resolve(active: nil, type: nil)
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/
H A DXMLObject.h145 bool nil() const { in nil() function
176 void nil(bool value) { in nil() function
/dports/sysutils/vector/vector-0.10.0/scripts/generate/templates/
H A Dintegration_guide.rb5 def initialize(strategy, platform: nil, source: nil, sink: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/packages/maven/metadata/
H A Dappend_package_file_service.rb50 …ta_file(content:, file_name:, content_type: DEFAULT_CONTENT_TYPE, sha1: nil, md5: nil, sha256: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Dlabels_helper.rb6 def show_label_issuables_link?(label, issuables_type, current_user: nil)
39 def link_to_label(label, type: :issue, tooltip: true, small: false, css_class: nil, &block)
49 def render_label(label, link: nil, tooltip: true, dataset: nil, small: false)
266 def render_label_text(name, suffix: '', css_class: nil, bg_color: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dobject_hierarchy.rb47 def ancestors(upto: nil, hierarchy_order: nil)
67 def base_and_ancestors(upto: nil, hierarchy_order: nil)
H A Dproject_search_results.rb7 …def initialize(current_user, query, project:, repository_ref: nil, order_by: nil, sort: nil, filte…
15 def objects(scope, page: nil, per_page: DEFAULT_PER_PAGE, preload_method: nil)
H A Dsearch_results.rb27 …def initialize(current_user, query, limit_projects = nil, order_by: nil, sort: nil, default_projec…
37 …def objects(scope, page: nil, per_page: DEFAULT_PER_PAGE, without_count: true, preload_method: nil)
141 def apply_sort(results, scope: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/tracking/
H A Dstandard_context.rb9 def initialize(namespace: nil, project: nil, user: nil, **extra)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/helpers/
H A Dgraphql_helpers.rb9 def run_graphql!(query:, context: {}, variables: nil, transform: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/snippets/
H A Dcount_service.rb37 def initialize(current_user, author: nil, project: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/banzai/filter/
H A Dtable_of_contents_filter.rb78 def initialize(node: nil, href: nil, previous_header: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/packages/go/
H A Dmodule_version.rb19 def initialize(mod, type, commit, name: nil, semver: nil, ref: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/graphql/resolvers/design_management/version/
H A Ddesign_at_version_resolver.rb34 def resolve(design_id: nil, filename: nil, design_at_version_id: nil)
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/semialign-1.1.0.1/src/Data/Semialign/
H A DInternal.hs371 nil = Nothing function
380 nil = [] function
398 nil = ZipList [] function
462 nil = Seq.empty function
509 nil = Map.empty function
533 nil = IntMap.empty function
570 nil = Pair nil nil function
592 nil = Compose nil function
616 nil = Stream.empty function
681 nil = HM.empty function
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/reflection/
H A Dfatal_merge.thrift36 4: Basic nil; member
61 4: BasicList nil; member
79 4: BasicSet nil; member
97 4: BasicMap nil; member
115 4: NestedMap nil; member
136 4: Nested nil; member
157 4: NestedRefUnique nil; member
235 4: NestedBox nil; member
256 4: Indirection nil; member
275 4: BasicUnion nil; member
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/test/utils/
H A Dnamed_params.hpp63 struct nil { struct
65 operator T() const in operator T()
69 nil operator()( Arg1 const& ) in operator ()()
73 nil operator()( Arg1 const&, Arg2 const& ) in operator ()()
77 nil operator()( Arg1 const&, Arg2 const&, Arg3 const& ) in operator ()()
82 void apply_to( Visitor& V ) const {} in apply_to()
277 optionally_assign( T&, nfp_detail::nil ) in optionally_assign()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dgroup.rb236 def notification_settings(hierarchy_order: nil)
248 def notification_settings_for(user, hierarchy_order: nil)
266 def to_reference(_from = nil, target_project: nil, full: nil)
270 def web_url(only_path: nil)
318 …def add_users(users, access_level, current_user: nil, expires_at: nil, tasks_to_be_done: [], tasks…
330 def add_user(user, access_level, current_user: nil, expires_at: nil, ldap: false)
614 def ci_variables_for(ref, project, environment: nil)
897 def uncached_ci_variables_for(ref, project, environment: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/markdown_cache/redis/
H A Dextension_spec.rb9 def initialize(title: nil, description: nil)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Ddeployment_platform.rb5 def deployment_platform(environment: nil)
32 def find_instance_cluster_platform_kubernetes(environment: nil)

12345678910>>...155