Home
last modified time | relevance | path

Searched defs:id (Results 101 – 125 of 42266) sorted by relevance

12345678910>>...1691

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/json/snippets/
H A Dsurvivor_notes.json8 "id": "note_2", string
13 "id": "note_4", string
18 "id": "note_6", string
22 "id": "note_7", string
27 "id": "note_9", string
31 "id": "note_10", string
35 "id": "note_11", string
39 "id": "note_12", string
44 "id": "note_14", string
48 "id": "note_15", string
[all …]
H A Depilogue_npc.json7 "id": "epilogue_npc_male_1", string
11 "id": "epilogue_npc_male_2", string
15 "id": "epilogue_npc_male_3", string
19 "id": "epilogue_npc_male_4", string
23 "id": "epilogue_npc_male_5", string
27 "id": "epilogue_npc_male_6", string
31 "id": "epilogue_npc_male_7", string
35 "id": "epilogue_npc_male_9", string
39 "id": "epilogue_npc_male_10", string
43 "id": "epilogue_npc_male_11", string
[all …]
H A Dnewspapers.json7 "id": "many_years_old_news_1", string
11 "id": "many_years_old_news_2", string
384 "id": "newest_news_1", string
388 "id": "newest_news_2", string
392 "id": "newest_news_3", string
396 "id": "newest_news_4", string
400 "id": "newest_news_5", string
404 "id": "newest_news_6", string
408 "id": "newest_news_7", string
412 "id": "newest_news_8", string
[all …]
H A Dgraffiti.json18 "id": "general_graffiti_11", string
29 "id": "general_graffiti_19", string
36 "id": "general_graffiti_23", string
43 "id": "general_graffiti_27", string
52 "id": "general_graffiti_33", string
65 "id": "shelter_graffiti_4", string
78 "id": "shelter_graffiti_14", string
82 "id": "shelter_graffiti_15", string
89 "id": "shelter_graffiti_19", string
97 "id": "shelter_graffiti_24", string
[all …]
/dports/devel/sope/SOPE/sope-core/NGExtensions/EOExt.subproj/
H A DEOQualifier+CtxEval.m59 - (BOOL)evaluateWithObject:(id)_object context:(id)_context { argument
75 id o; argument
91 - (BOOL)evaluateWithObject:(id)_object context:(id)_context { argument
114 - (BOOL)evaluateWithObject:(id)_object context:(id)_context { argument
137 - (BOOL)evaluateWithObject:(id)_object context:(id)_context { argument
147 - (BOOL)evaluateWithObject:(id)_object context:(id)_context { argument
235 - (BOOL)isEqualTo:(id)_object inContext:(id)_context { argument
238 - (BOOL)isNotEqualTo:(id)_object inContext:(id)_context { argument
242 - (BOOL)isLessThan:(id)_object inContext:(id)_context { argument
245 - (BOOL)isGreaterThan:(id)_object inContext:(id)_context { argument
[all …]
/dports/devel/sope2/SOPE/sope-core/NGExtensions/EOExt.subproj/
H A DEOQualifier+CtxEval.m59 - (BOOL)evaluateWithObject:(id)_object context:(id)_context { argument
75 id o; argument
91 - (BOOL)evaluateWithObject:(id)_object context:(id)_context { argument
114 - (BOOL)evaluateWithObject:(id)_object context:(id)_context { argument
137 - (BOOL)evaluateWithObject:(id)_object context:(id)_context { argument
147 - (BOOL)evaluateWithObject:(id)_object context:(id)_context { argument
235 - (BOOL)isEqualTo:(id)_object inContext:(id)_context { argument
238 - (BOOL)isNotEqualTo:(id)_object inContext:(id)_context { argument
242 - (BOOL)isLessThan:(id)_object inContext:(id)_context { argument
245 - (BOOL)isGreaterThan:(id)_object inContext:(id)_context { argument
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCVideoEffectsWindowController.m410 {
778 - (void)addProfile:(id)sender argument
779 {
847 {
1005 - (IBAction)enableGrain:(id)sender argument
1025 {
1065 - (IBAction)enableZoom:(id)sender argument
1091 - (IBAction)enableClone:(id)sender argument
1111 - (IBAction)enableWall:(id)sender argument
1168 - (IBAction)enableSepia:(id)sender argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/html/syntax/parsing/
H A Dcontains.json3 "id": "overview-of-the-parsing-model", string
7 "id": "the-input-byte-stream", string
29 "id": "parse-state", string
55 "id": "tokenization", string
59 "id": "data-state", string
67 "id": "rcdata-state", string
75 "id": "rawtext-state", string
87 "id": "tag-open-state", string
95 "id": "tag-name-state", string
337 "id": "tree-construction", string
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/html/syntax/parsing/
H A Dcontains.json3 "id": "overview-of-the-parsing-model", string
7 "id": "the-input-byte-stream", string
29 "id": "parse-state", string
55 "id": "tokenization", string
59 "id": "data-state", string
67 "id": "rcdata-state", string
75 "id": "rawtext-state", string
87 "id": "tag-open-state", string
95 "id": "tag-name-state", string
337 "id": "tree-construction", string
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cocoa-foundation/src/
H A Dfoundation.rs276 impl NSArray for id { implementation
323 …dictionaryWithObjects_forKeys_count_(_: Self, objects: *const id, keys: *const id, count: NSUInteg… in dictionaryWithObjects_forKeys_count_()
336 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id; in initWithObjects_forKeys_()
337 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id; in initWithObjects_forKeys_count_()
366 … unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesPassingTest_() argument
368predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesWithOptions_PassingTest_() argument
419 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id { in initWithObjects_forKeys_count_()
493 …unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesPassingTest_() argument
498predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesWithOptions_PassingTest_() argument
654 impl NSDate for id { implementation
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/cocoa-0.20.1/src/
H A Dfoundation.rs276 impl NSArray for id { implementation
323 …dictionaryWithObjects_forKeys_count_(_: Self, objects: *const id, keys: *const id, count: NSUInteg… in dictionaryWithObjects_forKeys_count_()
336 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id; in initWithObjects_forKeys_()
337 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id; in initWithObjects_forKeys_count_()
366 … unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesPassingTest_() argument
368predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesWithOptions_PassingTest_() argument
419 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id { in initWithObjects_forKeys_count_()
493 …unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesPassingTest_() argument
498predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesWithOptions_PassingTest_() argument
654 impl NSDate for id { implementation
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/cocoa-foundation-0.1.0/src/
H A Dfoundation.rs276 impl NSArray for id { implementation
323 …dictionaryWithObjects_forKeys_count_(_: Self, objects: *const id, keys: *const id, count: NSUInteg… in dictionaryWithObjects_forKeys_count_()
336 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id; in initWithObjects_forKeys_()
337 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id; in initWithObjects_forKeys_count_()
366 … unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesPassingTest_() argument
368predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesWithOptions_PassingTest_() argument
419 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id { in initWithObjects_forKeys_count_()
493 …unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesPassingTest_() argument
498predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesWithOptions_PassingTest_() argument
654 impl NSDate for id { implementation
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cocoa-foundation/src/
H A Dfoundation.rs276 impl NSArray for id { implementation
323 …dictionaryWithObjects_forKeys_count_(_: Self, objects: *const id, keys: *const id, count: NSUInteg… in dictionaryWithObjects_forKeys_count_()
336 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id; in initWithObjects_forKeys_()
337 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id; in initWithObjects_forKeys_count_()
366 … unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesPassingTest_() argument
368predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesWithOptions_PassingTest_() argument
419 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id { in initWithObjects_forKeys_count_()
493 …unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesPassingTest_() argument
498predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesWithOptions_PassingTest_() argument
654 impl NSDate for id { implementation
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cocoa/src/
H A Dfoundation.rs245 impl NSArray for id { implementation
292 …dictionaryWithObjects_forKeys_count_(_: Self, objects: *const id, keys: *const id, count: NSUInteg… in dictionaryWithObjects_forKeys_count_()
305 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id; in initWithObjects_forKeys_()
306 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id; in initWithObjects_forKeys_count_()
335 … unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesPassingTest_() argument
337predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesWithOptions_PassingTest_() argument
388 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id { in initWithObjects_forKeys_count_()
462 …unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesPassingTest_() argument
467predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesWithOptions_PassingTest_() argument
623 impl NSDate for id { implementation
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/cocoa-0.19.1/src/
H A Dfoundation.rs245 impl NSArray for id { implementation
292 …dictionaryWithObjects_forKeys_count_(_: Self, objects: *const id, keys: *const id, count: NSUInteg… in dictionaryWithObjects_forKeys_count_()
305 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id; in initWithObjects_forKeys_()
306 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id; in initWithObjects_forKeys_count_()
335 … unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesPassingTest_() argument
337predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesWithOptions_PassingTest_() argument
388 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id { in initWithObjects_forKeys_count_()
462 …unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesPassingTest_() argument
467predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesWithOptions_PassingTest_() argument
623 impl NSDate for id { implementation
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/json/snippets/
H A Depilogue_npc.json7 "id": "epilogue_npc_male_1", string
11 "id": "epilogue_npc_male_2", string
15 "id": "epilogue_npc_male_3", string
19 "id": "epilogue_npc_male_4", string
23 "id": "epilogue_npc_male_5", string
27 "id": "epilogue_npc_male_6", string
31 "id": "epilogue_npc_male_7", string
35 "id": "epilogue_npc_male_9", string
39 "id": "epilogue_npc_male_10", string
43 "id": "epilogue_npc_male_11", string
[all …]
H A Dnewspapers.json7 "id": "many_years_old_news_1", string
11 "id": "many_years_old_news_2", string
384 "id": "newest_news_1", string
388 "id": "newest_news_2", string
392 "id": "newest_news_3", string
396 "id": "newest_news_4", string
400 "id": "newest_news_5", string
404 "id": "newest_news_6", string
408 "id": "newest_news_7", string
412 "id": "newest_news_8", string
[all …]
H A Dgraffiti.json18 "id": "general_graffiti_11", string
29 "id": "general_graffiti_19", string
36 "id": "general_graffiti_23", string
43 "id": "general_graffiti_27", string
52 "id": "general_graffiti_33", string
65 "id": "shelter_graffiti_4", string
78 "id": "shelter_graffiti_14", string
82 "id": "shelter_graffiti_15", string
89 "id": "shelter_graffiti_19", string
97 "id": "shelter_graffiti_24", string
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/cocoa/
H A Dtooltip.mm55 - (int)_addTrackingRect:(struct _NSRect)fp12 andStartToolTipIfNecessary:(BOOL)fp28 view:(id)fp32 ow… argument
59 - (int)_setToolTip:(id)fp12 forView:(id)fp16 cell:(id)fp20 rect:(struct _NSRect)fp20 owner:(id)fp36… argument
64 - (void)displayToolTip:(id)fp12; argument
65 - (void)fadeToolTip:(id)fp12; argument
67 - (void)mouseEntered:(id)fp12; argument
68 - (void)mouseEnteredToolTip:(id)fp12 inWindow:(id)fp16 withEvent:(id)fp20; argument
69 - (void)mouseExited:(id)fp12; argument
76 - (void)setToolTip:(id)fp12 forView:(id)fp16 cell:(id)fp20; argument
79 - (void)setToolTipWithOwner:(id)fp12 forView:(id)fp16 cell:(id)fp20; argument
82 - (id)toolTipForView:(id)fp12 cell:(id)fp16; argument
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/cocoa/
H A Dtooltip.mm55 - (int)_addTrackingRect:(struct _NSRect)fp12 andStartToolTipIfNecessary:(BOOL)fp28 view:(id)fp32 ow… argument
59 - (int)_setToolTip:(id)fp12 forView:(id)fp16 cell:(id)fp20 rect:(struct _NSRect)fp20 owner:(id)fp36… argument
64 - (void)displayToolTip:(id)fp12; argument
65 - (void)fadeToolTip:(id)fp12; argument
67 - (void)mouseEntered:(id)fp12; argument
68 - (void)mouseEnteredToolTip:(id)fp12 inWindow:(id)fp16 withEvent:(id)fp20; argument
69 - (void)mouseExited:(id)fp12; argument
76 - (void)setToolTip:(id)fp12 forView:(id)fp16 cell:(id)fp20; argument
79 - (void)setToolTipWithOwner:(id)fp12 forView:(id)fp16 cell:(id)fp20; argument
82 - (id)toolTipForView:(id)fp12 cell:(id)fp16; argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/fixtures/api/schemas/
H A Dpipeline.json4 "id": "http://example.com/example.json", string
7 "id": "/properties/commit", string
53 "id": { object
85 "id": "/properties/details", string
259 "id": "/properties/flags", string
288 "id": { object
289 "id": "/properties/id", string
293 "id": "/properties/path", string
297 "id": "/properties/ref", string
335 "id": "/properties/user", string
[all …]
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/vpsnet/
H A D_available_clouds_api10json_templates.json1 [{"cloud":{"system_templates":[{"id":9,"label":"Ubuntu 8.04 x64"},{"id":10,"label":"CentOS 5.2 x64"… number
/dports/net-mgmt/icinga2/icinga2-2.13.2/
H A DRELEASE.md176 #### Raspbian Packages
182 ### Windows Packages
189 ### Branch Workflow
196 ### Switch Build Type
251 ### Release Commit
262 ### Package Tests
275 ### Release Packages
320 ### CentOS
331 ### Ubuntu
398 #### Testing
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/mods/Dark-Skies-Above/snippets/
H A Dfliers.json7 "id": "dks_flier_1", string
13 "id": "dks_flier_4", string
17 "id": "dks_flier_5", string
21 "id": "dks_flier_6", string
25 "id": "dks_flier_7", string
29 "id": "dks_flier_8", string
33 "id": "dks_flier_9", string
37 "id": "dks_flier_10", string
41 "id": "dks_flier_11", string
45 "id": "dks_flier_12", string
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/mods/Dark-Skies-Above/snippets/
H A Dfliers.json7 "id": "dks_flier_1", string
13 "id": "dks_flier_4", string
17 "id": "dks_flier_5", string
21 "id": "dks_flier_6", string
25 "id": "dks_flier_7", string
29 "id": "dks_flier_8", string
33 "id": "dks_flier_9", string
37 "id": "dks_flier_10", string
41 "id": "dks_flier_11", string
45 "id": "dks_flier_12", string
[all …]

12345678910>>...1691