Home
last modified time | relevance | path

Searched refs:target_details (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/factories/
H A Daudit_events.rb12 target_details { target_user.name }
23 target_details: target_user.name,
35 target_details { target_project.name }
45 target_details: target_project.name,
61 target_details: target_project.name,
74 target_details { target_group.name }
84 target_details: target_group.name,
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/columns/tag/
H A DColumnTagXCode.java50 String[] target_details = xcode.getTagTranscodeTarget(); in refresh() local
54 if ( target_details == null || target_details.length < 2 ){ in refresh()
57 target = target_details[1]; in refresh()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/api/
H A Daudit_events.md54 "target_details": "flightjs/flight",
70 "target_details": "flightjs",
88 "target_details": "Andreas",
124 "target_details": "flightjs/flight",
177 "target_details": "flightjs",
193 "target_details": "flightjs",
232 "target_details": "flightjs",
286 "target_details": "twitter/typeahead-js",
304 "target_details": "twitter/typeahead-js",
345 "target_details": "twitter/typeahead-js",
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/backup/
H A Dcustom_afs.py179 target_details = None
196 target_details = TargetAFSRestoreInfo()
197 target_details.name = target_file_share_name
198 target_details.target_resource_id = target_resource_id
199 afs_restore_request.target_details = target_details
/dports/devel/py-fixtures/fixtures-3.0.0/fixtures/
H A Dfixture.py43 def combine_details(source_details, target_details): argument
48 while new_name in target_details:
51 target_details[name] = content_object
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dmap-updater.cc459 PropertyDetails target_details = target_descriptors->GetDetails(i); in BuildDescriptorArray() local
463 DCHECK_EQ(next_kind, target_details.kind()); in BuildDescriptorArray()
464 DCHECK_EQ(next_attributes, target_details.attributes()); in BuildDescriptorArray()
467 old_details.constness(), target_details.constness()); in BuildDescriptorArray()
473 target_details.location() == kField || in BuildDescriptorArray()
487 target_details.representation()); in BuildDescriptorArray()
495 target_details.location(), next_representation); in BuildDescriptorArray()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dmap-updater.cc551 PropertyDetails target_details = target_descriptors->GetDetails(i); in BuildDescriptorArray() local
555 DCHECK_EQ(next_kind, target_details.kind()); in BuildDescriptorArray()
556 DCHECK_EQ(next_attributes, target_details.attributes()); in BuildDescriptorArray()
559 old_details.constness(), target_details.constness()); in BuildDescriptorArray()
565 target_details.location() == kField || in BuildDescriptorArray()
577 target_details.representation()); in BuildDescriptorArray()
585 target_details.location(), next_representation); in BuildDescriptorArray()
H A Dtransitions.cc536 PropertyDetails target_details = in SearchDetails() local
539 int cmp = CompareDetails(kind, attributes, target_details.kind(), in SearchDetails()
540 target_details.attributes()); in SearchDetails()
560 PropertyDetails target_details = in SearchDetailsAndGetTarget() local
563 int cmp = CompareDetails(kind, attributes, target_details.kind(), in SearchDetailsAndGetTarget()
564 target_details.attributes()); in SearchDetailsAndGetTarget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dmap-updater.cc546 PropertyDetails target_details = target_descriptors->GetDetails(i); in BuildDescriptorArray() local
550 DCHECK_EQ(next_kind, target_details.kind()); in BuildDescriptorArray()
551 DCHECK_EQ(next_attributes, target_details.attributes()); in BuildDescriptorArray()
554 old_details.constness(), target_details.constness()); in BuildDescriptorArray()
560 target_details.location() == kField || in BuildDescriptorArray()
572 target_details.representation()); in BuildDescriptorArray()
580 target_details.location(), next_representation); in BuildDescriptorArray()
H A Dtransitions.cc562 PropertyDetails target_details = in SearchDetails() local
565 int cmp = CompareDetails(kind, attributes, target_details.kind(), in SearchDetails()
566 target_details.attributes()); in SearchDetails()
586 PropertyDetails target_details = in SearchDetailsAndGetTarget() local
589 int cmp = CompareDetails(kind, attributes, target_details.kind(), in SearchDetailsAndGetTarget()
590 target_details.attributes()); in SearchDetailsAndGetTarget()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/purestorage/
H A Dpurefa_pg.py166 target_details = array.list_offload()
170 for targetcnt in range(0, len(target_details)):
171 if target_details[targetcnt]['status'] == "connected":
172 targets.append(target_details[targetcnt]['name'])
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dtransitions.cc614 PropertyDetails target_details = in SearchDetails() local
617 int cmp = CompareDetails(kind, attributes, target_details.kind(), in SearchDetails()
618 target_details.attributes()); in SearchDetails()
638 PropertyDetails target_details = in SearchDetailsAndGetTarget() local
641 int cmp = CompareDetails(kind, attributes, target_details.kind(), in SearchDetailsAndGetTarget()
642 target_details.attributes()); in SearchDetailsAndGetTarget()
H A Dmap-updater.cc783 PropertyDetails target_details = target_descriptors->GetDetails(i); in BuildDescriptorArray() local
787 DCHECK_EQ(next_kind, target_details.kind()); in BuildDescriptorArray()
788 DCHECK_EQ(next_attributes, target_details.attributes()); in BuildDescriptorArray()
791 old_details.constness(), target_details.constness()); in BuildDescriptorArray()
797 target_details.location() == PropertyLocation::kField || in BuildDescriptorArray()
809 target_details.representation()); in BuildDescriptorArray()
817 target_details.location(), next_representation); in BuildDescriptorArray()
/dports/devel/py-oci/oci-2.53.1/src/oci/sch/models/
H A Dfunctions_target_details.py5 from .target_details import TargetDetails
H A Dlogging_analytics_target_details.py5 from .target_details import TargetDetails
H A Dstreaming_target_details.py5 from .target_details import TargetDetails
H A Dnotifications_target_details.py5 from .target_details import TargetDetails
H A Dmonitoring_target_details.py5 from .target_details import TargetDetails
H A D__init__.py30 from .target_details import TargetDetails
H A Dobject_storage_target_details.py5 from .target_details import TargetDetails
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dwindow_event_dispatcher.cc927 DispatchDetails target_details = details; in PreDispatchMouseEvent() local
928 target_details.target_destroyed = !live_window.Contains(target); in PreDispatchMouseEvent()
931 return target_details; in PreDispatchMouseEvent()
937 return target_details; in PreDispatchMouseEvent()
939 if (details.target_destroyed || target_details.target_destroyed) { in PreDispatchMouseEvent()
942 return target_details; in PreDispatchMouseEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/
H A Dwindow_event_dispatcher.cc938 DispatchDetails target_details = details; in PreDispatchMouseEvent() local
939 target_details.target_destroyed = !live_window.Contains(target); in PreDispatchMouseEvent()
942 return target_details; in PreDispatchMouseEvent()
948 return target_details; in PreDispatchMouseEvent()
950 if (details.target_destroyed || target_details.target_destroyed) { in PreDispatchMouseEvent()
953 return target_details; in PreDispatchMouseEvent()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/purestorage/flasharray/plugins/modules/
H A Dpurefa_pg.py212 target_details = array.list_offload()
216 for targetcnt in range(0, len(target_details)):
217 if target_details[targetcnt]["status"] == "connected":
218 targets.append(target_details[targetcnt]["name"])
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/feature_flags/
H A Dbase_service.rb28 target_details: feature_flag.name
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/
H A Daudit_event_service.rb39 target_details: @author.name

12