Home
last modified time | relevance | path

Searched refs:include_missing (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/h5p/h5p-core/
H A Dh5p-metadata.class.php71 * @param bool $include_missing For metadata fields not being set, skip 'em.
76 …public static function toDBArray($metadata, $include_title = true, $include_missing = true, &$type… argument
93 if (!$include_missing && !$exists) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/
H A Dtopics.rb18 topics = ::Projects::TopicsFinder.new(params: declared_params(include_missing: false)).execute
48 topic = ::Projects::Topic.new(declared_params(include_missing: false))
74 if topic.update(declared_params(include_missing: false))
H A Dbadges.rb58 badge = ::Badges::BuildService.new(declared_params(include_missing: false))
94 … badge = ::Badges::CreateService.new(declared_params(include_missing: false)).execute(source)
116 badge = ::Badges::UpdateService.new(declared_params(include_missing: false))
H A Dfeature_flags.rb32 .new(user_project, current_user, declared_params(include_missing: false))
63 attrs = declared_params(include_missing: false)
123 attrs = declared_params(include_missing: false)
149 .new(user_project, current_user, declared_params(include_missing: false))
H A Dremote_mirrors.rb38 create_params = declared_params(include_missing: false)
61 mirror_params = declared_params(include_missing: false)
H A Dusers.rb251 params = declared_params(include_missing: false)
296 user_params = declared_params(include_missing: false)
352 …key = ::Keys::CreateService.new(current_user, declared_params(include_missing: false).merge(user: …
416 key = ::GpgKeys::CreateService.new(user, declared_params(include_missing: false)).execute
799 …present paginate(finder(declared_params(include_missing: false)).execute), with: Entities::Imperso…
812 impersonation_token = finder.build(declared_params(include_missing: false))
868 …rrent_user: current_user, target_user: target_user, params: declared_params(include_missing: false)
940 … key = ::Keys::CreateService.new(current_user, declared_params(include_missing: false)).execute
1002 … key = ::GpgKeys::CreateService.new(current_user, declared_params(include_missing: false)).execute
1073 attrs = declared_params(include_missing: false)
[all …]
H A Dnotification_settings.rb45 notification_setting.update(declared_params(include_missing: false))
91 notification_setting.update(declared_params(include_missing: false))
H A Dreleases.rb98 .new(user_project, current_user, declared_params(include_missing: false))
127 .new(user_project, current_user, declared_params(include_missing: false))
153 .new(user_project, current_user, declared_params(include_missing: false))
H A Dbroadcast_messages.rb46 message = BroadcastMessage.create(declared_params(include_missing: false))
88 if message.update(declared_params(include_missing: false))
H A Dgroups.rb62 .new(current_user, declared_params(include_missing: false))
70 .new(group, current_user, declared_params(include_missing: false))
184 groups = find_groups(declared_params(include_missing: false), params[:id])
348 groups = find_groups(declared_params(include_missing: false), params[:id])
360 … finder_params = declared_params(include_missing: false).merge(include_parent_descendants: true)
H A Dgroup_variables.rb58 declared_params(include_missing: false)
89 declared_params(include_missing: false)
H A Dfiles.rb180 file_params = declared_params(include_missing: false)
198 file_params = declared_params(include_missing: false)
222 file_params = declared_params(include_missing: false)
H A Drepositories.rb109 …tree_finder = ::Repositories::TreeFinder.new(user_project, declared_params(include_missing: false))
247 **declared_params(include_missing: false)
284 **declared_params(include_missing: false)
H A Dproject_hooks.rb65 hook_params = declared_params(include_missing: false)
89 update_params = declared_params(include_missing: false)
/dports/www/moodle310/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p-metadata.class.php79 * @param bool $include_missing For metadata fields not being set, skip 'em.
84 …public static function toDBArray($metadata, $include_title = true, $include_missing = true, &$type… argument
101 if (!$include_missing && !$exists) {
/dports/www/moodle311/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p-metadata.class.php79 * @param bool $include_missing For metadata fields not being set, skip 'em.
84 …public static function toDBArray($metadata, $include_title = true, $include_missing = true, &$type… argument
101 if (!$include_missing && !$exists) {
/dports/www/moodle39/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p-metadata.class.php76 * @param bool $include_missing For metadata fields not being set, skip 'em.
81 …public static function toDBArray($metadata, $include_title = true, $include_missing = true, &$type… argument
98 if (!$include_missing && !$exists) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/ci/
H A Dpipeline_schedules.rb58 .new(user_project, current_user, declared_params(include_missing: false))
82 if pipeline_schedule.update(declared_params(include_missing: false))
148 variable_params = declared_params(include_missing: false)
169 if pipeline_schedule_variable.update(declared_params(include_missing: false))
H A Dvariables.rb61 params: { action: :create, variable_params: declared_params(include_missing: false) }
91 …ction: :update, variable: variable, variable_params: declared_params(include_missing: false).excep…
H A Dtriggers.rb92 declared_params(include_missing: false).merge(owner: current_user))
117 if trigger.update(declared_params(include_missing: false))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/admin/
H A Dplan_limits.rb26 params = declared_params(include_missing: false)
48 params = declared_params(include_missing: false)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/concerns/packages/
H A Ddebian_distribution_endpoints.rb75 distribution_params = declared_params(include_missing: false)
100 distribution_params = declared_params(include_missing: false)
153 distribution_params = declared_params(include_missing: false).except(:codename)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/admin/ci/
H A Dvariables.rb69 variable_params = declared_params(include_missing: false)
110 variable_params = declared_params(include_missing: false).except(:key)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/release/
H A Dlinks.rb50 new_link = release.links.create(declared_params(include_missing: false))
87 if link.update(declared_params(include_missing: false))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/helpers/
H A Dlabel_helpers.rb59 label_params = declared_params(include_missing: false)
85 label = ::Labels::UpdateService.new(declared_params(include_missing: false)).execute(label)

123