Home
last modified time | relevance | path

Searched defs:id (Results 201 – 225 of 57114) sorted by relevance

12345678910>>...2285

/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/json/requirements/
H A Dbutchery.json3 "id": "full_butchery_large", string
15 "id": "butchery_large", string
17 "qualities": [ { "id": "SURFACE", "level": 3 }, { "id": "CUT", "level": 1 } ] string
20 "id": "dissect_large", string
27 "qualities": [ { "id": "SURFACE", "level": 2 }, { "id": "CUT", "level": 1 } ] string
30 "id": "dissect_small", string
35 "id": "field_dress", string
37 "qualities": [ { "id": "SURFACE", "level": 2 }, { "id": "CUT", "level": 1 } ] string
76 "id": "bleed_large", string
78 …"qualities": [ { "id": "ROPE", "level": 2 }, { "id": "SUSPENDING", "level": 2 }, { "id": "CUT", "l… string
[all …]
/dports/multimedia/dvbsnoop/dvbsnoop-1.4.50/src/strings/
H A Ddsmcc_str.c296 char *dsmccStrMHPOrg (u_int id) in dsmccStrMHPOrg()
347 char *dsmccStrAction_Type (u_int id) in dsmccStrAction_Type()
476 char *dsmccStrPlatform_ID (u_int id) in dsmccStrPlatform_ID()
679 char *dsmccStr_AccessMode (u_int id) in dsmccStr_AccessMode()
701 char *dsmccStr_UpdateFlag (u_int id) in dsmccStr_UpdateFlag()
746 char *dsmccStr_TimeUnits (u_int id) in dsmccStr_TimeUnits()
803 char *dsmccStr_streamMode (u_int id) in dsmccStr_streamMode()
853 char *dsmccStrOUI (u_int id) in dsmccStrOUI()
1076 char *dsmccStr_dsmccType (u_int id) in dsmccStr_dsmccType()
1100 char *dsmccStr_messageID (u_int id) in dsmccStr_messageID()
[all …]
/dports/graphics/pixen/Pixen-0.1/
H A DPXCanvasController.m306 - (IBAction)newLayer:(id) sender argument
322 - (void)setMainBackground:(id) aBackground argument
381 - (id) canvas argument
451 - (IBAction)resizeCanvas:(id) sender argument
569 - (IBAction) shouldTileToggled: (id) sender argument
581 [[view grid] setUnitSize:aSize]; argument
613 - (void)mouseUp:event forTool:aTool argument
622 - (void)mouseDown:(NSEvent *)event argument
741 if (gridSettingsPrompter) argument
812 - (IBAction)zoomStepperStepped:(id) sender argument
[all …]
/dports/devel/sope/SOPE/sope-xml/DOM/
H A DDOMPYXOutputter.m28 - (void)outputNode:(id)_node to:(id)_target; argument
29 - (void)outputNodeList:(id)_nodeList to:(id)_target; argument
34 - (void)write:(NSString *)s to:(id)_target { argument
56 - (void)outputAttributeNodes:(id<DOMNamedNodeMap>)_nodes argument
72 - (void)outputTextNode:(id<DOMText>)_node to:(id)_target { argument
89 - (void)outputCommentNode:(id<DOMComment>)_node to:(id)_target { argument
98 - (void)outputElementNode:(id<DOMElement>)_node to:(id)_target { argument
134 - (void)outputCDATA:(id<DOMCharacterData>)_node to:(id)_target { argument
158 - (void)outputNode:(id)_node to:(id)_target { argument
181 - (void)outputNodeList:(id)_nodeList to:(id)_target { argument
[all …]
/dports/devel/sope2/SOPE/sope-xml/DOM/
H A DDOMPYXOutputter.m28 - (void)outputNode:(id)_node to:(id)_target; argument
29 - (void)outputNodeList:(id)_nodeList to:(id)_target; argument
34 - (void)write:(NSString *)s to:(id)_target { argument
56 - (void)outputAttributeNodes:(id<DOMNamedNodeMap>)_nodes argument
72 - (void)outputTextNode:(id<DOMText>)_node to:(id)_target { argument
89 - (void)outputCommentNode:(id<DOMComment>)_node to:(id)_target { argument
98 - (void)outputElementNode:(id<DOMElement>)_node to:(id)_target { argument
134 - (void)outputCDATA:(id<DOMCharacterData>)_node to:(id)_target { argument
158 - (void)outputNode:(id)_node to:(id)_target { argument
181 - (void)outputNodeList:(id)_nodeList to:(id)_target { argument
[all …]
/dports/databases/libiodbc/iODBC-3.52.15/iodbcadm/mac/
H A DIODBCadm_DSNmanageController.m500 - (IBAction)call_Ok:(id)sender { argument
526 - (IBAction)call_Cancel:(id)sender { argument
533 - (IBAction)call_UserDSN_Add:(id)sender { argument
578 - (IBAction)call_UserDSN_Test:(id)sender { argument
588 - (IBAction)call_SysDSN_Add:(id)sender { argument
632 - (IBAction)call_SysDSN_Test:(id)sender { argument
673 - (IBAction)call_FileDSN_Add:(id)sender { argument
743 - (IBAction)call_Drv_Add:(id)sender { argument
768 - (IBAction)call_Drv_Remove:(id)sender { argument
827 - (IBAction)call_Drv_Config:(id)sender { argument
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/cocoa-0.18.4/src/
H A Dfoundation.rs236 impl NSArray for id { implementation
271 …dictionaryWithObjects_forKeys_count_(_: Self, objects: *const id, keys: *const id, count: NSUInteg… in dictionaryWithObjects_forKeys_count_()
284 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id; in initWithObjects_forKeys_()
285 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id; in initWithObjects_forKeys_count_()
314 … unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesPassingTest_() argument
316predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesWithOptions_PassingTest_() argument
367 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id { in initWithObjects_forKeys_count_()
441 …unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesPassingTest_() argument
446predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesWithOptions_PassingTest_() argument
597 impl NSDate for id { implementation
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/cocoa-0.18.4/src/
H A Dfoundation.rs236 impl NSArray for id { implementation
271 …dictionaryWithObjects_forKeys_count_(_: Self, objects: *const id, keys: *const id, count: NSUInteg… in dictionaryWithObjects_forKeys_count_()
284 unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id; in initWithObjects_forKeys_()
285 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id; in initWithObjects_forKeys_count_()
314 … unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesPassingTest_() argument
316predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id; in keysOfEntriesWithOptions_PassingTest_() argument
367 unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, count: NSUInteger) -> id { in initWithObjects_forKeys_count_()
441 …unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesPassingTest_() argument
446predicate: *mut Block<(id, id, *mut BOOL), BOOL>) -> id { in keysOfEntriesWithOptions_PassingTest_() argument
597 impl NSDate for id { implementation
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/objc.dg/
H A Dunnamed-parms.m5 - (id) :(id)arg0 :(id)arg1; argument
6 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3; argument
14 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3 argument
20 id f1 (A *x) argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/objc.dg/
H A Dunnamed-parms.m5 - (id) :(id)arg0 :(id)arg1; argument
6 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3; argument
14 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3 argument
20 id f1 (A *x) argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/objc.dg/
H A Dunnamed-parms.m7 - (id) :(id)arg0 :(id)arg1; argument
8 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3; argument
16 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3 argument
22 id f1 (A *x) argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/objc.dg/
H A Dunnamed-parms.m5 - (id) :(id)arg0 :(id)arg1; argument
6 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3; argument
14 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3 argument
20 id f1 (A *x) argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/objc.dg/
H A Dunnamed-parms.m5 - (id) :(id)arg0 :(id)arg1; argument
6 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3; argument
14 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3 argument
20 id f1 (A *x) argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/objc.dg/
H A Dunnamed-parms.m7 - (id) :(id)arg0 :(id)arg1; argument
8 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3; argument
16 - (id) m:(id)arg0 :(id)arg1 :(id)arg2 :(id)arg3 argument
22 id f1 (A *x) argument
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/hostvirtual/
H A Dlist_locations.json4 "id": "3" string
8 "id": "13" string
12 "id": "21" string
16 "id": "31" string
20 "id": "41" string
24 "id": "61" string
28 "id": "71" string
32 "id": "72" string
36 "id": "82" string
40 "id": "83" string
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/doc/
H A D17-language-reference.md54 ### Numeric Literals <a id="numeric-literals"></a>
81 ### String Literals <a id="string-literals"></a>
127 ### Boolean Literals <a id="boolean-literals"></a>
131 ### Null Value <a id="null-value"></a>
135 ### Dictionary <a id="dictionary"></a>
157 ### Array <a id="array"></a>
173 ### Operators <a id="expression-operators"></a>
213 ### References <a id="references"></a>
225 ### Namespaces <a id="namespaces"></a>
266 ### Function Calls <a id="function-calls"></a>
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/html/semantics/embedded-content/media-elements/
H A Dcontains.json3 "id": "error-codes", string
11 "id": "mime-types", string
15 "id": "network-states", string
27 "id": "ready-states", string
35 "id": "seeking", string
71 "id": "timed-text-tracks", string
99 "id": "cue-events", string
105 "id": "user-interface", string
109 "id": "time-ranges", string
113 "id": "event-definitions", string
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/html/semantics/embedded-content/media-elements/
H A Dcontains.json3 "id": "error-codes", string
11 "id": "mime-types", string
15 "id": "network-states", string
27 "id": "ready-states", string
35 "id": "seeking", string
71 "id": "timed-text-tracks", string
99 "id": "cue-events", string
105 "id": "user-interface", string
109 "id": "time-ranges", string
113 "id": "event-definitions", string
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/doc/
H A D06-Security.md21 ### <a id="security-basics-actions"></a>Actions
31 ### Objects <a id="security-basics-objects"></a>
40 ### <a id="security-basics-users"></a>Users
58 #### <a id="security-basics-users-managing"></a>Managing Users
64 ### <a id="security-basics-groups"></a>Groups
94 ### <a id="security-roles-configuration"></a>Configuration
123 #### Syntax <a id="syntax"></a>
158 ### Global Permissions <a id="permissions-global"></a>
187 ### <a id="restrictions-filter"></a>Filter Expressions
217 #### Username placeholder <a id="username-placeholder"></a>
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/rmi/
H A DRMIImageImpl.java105 private static synchronized void addSource(Long id, in addSource()
198 public void setSource(Long id, RenderedImage source) in setSource()
213 public void setSource(Long id, in setSource()
224 public void setSource(Long id, in setSource()
239 public void dispose(Long id) throws RemoteException { in dispose()
269 public int getMinX(Long id) throws RemoteException { in getMinX()
274 public int getMaxX(Long id) throws RemoteException { in getMaxX()
279 public int getMinY(Long id) throws RemoteException { in getMinY()
284 public int getMaxY(Long id) throws RemoteException { in getMaxY()
289 public int getWidth(Long id) throws RemoteException { in getWidth()
[all …]
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A DprefBoss.m535 -(IBAction)tweedleScanInit: (id) sender argument
542 -(IBAction)tweedleZapUniv: (id) sender argument
606 -(IBAction)tweedlePrompt: (id) sender argument
622 -(IBAction)tweedleUseCoder: (id) sender argument
651 -(IBAction)tweedleEOFIsEnd: (id) sender argument
656 -(IBAction)tweedleUnichar: (id) sender argument
682 -(IBAction) tweedleCodeAV: (id) sender argument
694 -(IBAction)tweedleUseGV: (id) sender argument
702 -(IBAction)tweedleGVDir: (id) sender argument
710 -(IBAction)tweedleDotDir: (id) sender argument
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/json/
H A Dconstruction_group.json14 "id": "board_up_window", string
24 "id": "build_a_bellow", string
49 "id": "build_armchair", string
54 "id": "build_bar_door", string
79 "id": "build_bench", string
129 "id": "build_chair", string
194 "id": "build_crate", string
214 "id": "build_desk", string
224 "id": "build_door", string
804 "id": "cut_grass", string
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/json/
H A Dconstruction_group.json14 "id": "board_up_window", string
24 "id": "build_a_bellow", string
49 "id": "build_armchair", string
54 "id": "build_bar_door", string
79 "id": "build_bench", string
129 "id": "build_chair", string
194 "id": "build_crate", string
214 "id": "build_desk", string
224 "id": "build_door", string
804 "id": "cut_grass", string
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/mods/Dark-Skies-Above/snippets/
H A Dnewspaper.json7 "id": "dks_many_years_old_news_1", string
11 "id": "dks_many_years_old_news_2", string
44 "id": "dks_years_old_news_1", string
48 "id": "dks_years_old_news_2", string
204 "id": "dks_newest_news_1", string
208 "id": "dks_newest_news_2", string
212 "id": "dks_newest_news_3", string
216 "id": "dks_newest_news_4", string
220 "id": "dks_newest_news_5", string
224 "id": "dks_newest_news_6", string
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/mods/Dark-Skies-Above/snippets/
H A Dnewspaper.json7 "id": "dks_many_years_old_news_1", string
11 "id": "dks_many_years_old_news_2", string
44 "id": "dks_years_old_news_1", string
48 "id": "dks_years_old_news_2", string
204 "id": "dks_newest_news_1", string
208 "id": "dks_newest_news_2", string
212 "id": "dks_newest_news_3", string
216 "id": "dks_newest_news_4", string
220 "id": "dks_newest_news_5", string
224 "id": "dks_newest_news_6", string
[all …]

12345678910>>...2285