Home
last modified time | relevance | path

Searched defs:id (Results 11226 – 11250 of 344986) sorted by relevance

1...<<441442443444445446447448449450>>...13800

/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/mods/Aftershock/items/crafting_scrap/
H A Denergy_storage_scrap.json4 "id": "afs_energy_storage_1", string
12 "id": "afs_energy_storage_2", string
20 "id": "afs_energy_storage_3", string
28 "id": "afs_energy_storage_4", string
36 "id": "afs_energy_storage_5", string
H A Dmaterial_scrap.json4 "id": "afs_material_1", string
12 "id": "afs_material_2", string
20 "id": "afs_material_3", string
28 "id": "afs_material_4", string
36 "id": "afs_material_5", string
H A Dneural_io_scrap.json4 "id": "afs_neural_io_1", string
12 "id": "afs_neural_io_2", string
20 "id": "afs_neural_io_3", string
28 "id": "afs_neural_io_4", string
36 "id": "afs_neural_io_5", string
H A Dbiomaterial_scrap.json4 "id": "afs_biomaterial_1", string
12 "id": "afs_biomaterial_2", string
20 "id": "afs_biomaterial_3", string
28 "id": "afs_biomaterial_4", string
36 "id": "afs_biomaterial_5", string
H A Dcircuity_scrap.json4 "id": "afs_circuitry_1", string
12 "id": "afs_circuitry_2", string
20 "id": "afs_circuitry_3", string
28 "id": "afs_circuitry_4", string
36 "id": "afs_circuitry_5", string
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/mods/Aftershock/items/crafting_scrap/
H A Dbiomaterial_scrap.json4 "id": "afs_biomaterial_1", string
12 "id": "afs_biomaterial_2", string
20 "id": "afs_biomaterial_3", string
28 "id": "afs_biomaterial_4", string
36 "id": "afs_biomaterial_5", string
H A Dcircuity_scrap.json4 "id": "afs_circuitry_1", string
12 "id": "afs_circuitry_2", string
20 "id": "afs_circuitry_3", string
28 "id": "afs_circuitry_4", string
36 "id": "afs_circuitry_5", string
H A Denergy_storage_scrap.json4 "id": "afs_energy_storage_1", string
12 "id": "afs_energy_storage_2", string
20 "id": "afs_energy_storage_3", string
28 "id": "afs_energy_storage_4", string
36 "id": "afs_energy_storage_5", string
H A Dmaterial_scrap.json4 "id": "afs_material_1", string
12 "id": "afs_material_2", string
20 "id": "afs_material_3", string
28 "id": "afs_material_4", string
36 "id": "afs_material_5", string
H A Dneural_io_scrap.json4 "id": "afs_neural_io_1", string
12 "id": "afs_neural_io_2", string
20 "id": "afs_neural_io_3", string
28 "id": "afs_neural_io_4", string
36 "id": "afs_neural_io_5", string
/dports/java/jxgrabkey/jxgrabkey-0.3.2/JXGrabKey/Java/src/jxgrabkey/
H A DJXGrabKey.java119 … public void registerX11Hotkey(int id, int x11Mask, int x11Keysym) throws HotkeyConflictException{ in registerX11Hotkey()
131 public void registerAwtHotkey(int id, int awtMask, int awtKey) throws HotkeyConflictException{ in registerAwtHotkey()
170 public static void fireKeyEvent(int id){ in fireKeyEvent()
217 public native void unregisterHotKey(int id); in unregisterHotKey()
225 private native void registerHotkey(int id, int mask, int key) throws HotkeyConflictException; in registerHotkey()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/xulstore/
H A DXULStore.cpp68 nsresult SetValue(const nsAString& doc, const nsAString& id, in SetValue()
72 nsresult HasValue(const nsAString& doc, const nsAString& id, in HasValue()
76 nsresult GetValue(const nsAString& doc, const nsAString& id, in GetValue()
80 nsresult RemoveValue(const nsAString& doc, const nsAString& id, in RemoveValue()
94 nsresult GetAttrs(const nsAString& doc, const nsAString& id, in GetAttrs()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Ddll.cpp53 template<> const byte EMSA2HashId<SHA1>::id = 0x33; member in EMSA2HashId<SHA1>
54 template<> const byte EMSA2HashId<SHA224>::id = 0x38; member in EMSA2HashId<SHA224>
55 template<> const byte EMSA2HashId<SHA256>::id = 0x34; member in EMSA2HashId<SHA256>
56 template<> const byte EMSA2HashId<SHA384>::id = 0x36; member in EMSA2HashId<SHA384>
57 template<> const byte EMSA2HashId<SHA512>::id = 0x35; member in EMSA2HashId<SHA512>
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/manager/
H A Ddp_activepackages.cxx56 OString newKey(OUString const & id) { in newKey()
128 OUString const & id, OUString const & fileName) const in has()
134 Data * data, OUString const & id, OUString const & fileName) in get()
187 void ActivePackages::put(OUString const & id, Data const & data) { in put()
208 OUString const & id, OUString const & fileName) in erase()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dreservedid.cxx33 auto const id = decl->getIdentifier(); in isJniFunction() local
71 auto id = m.first->getName(); in postRun() local
152 auto const id = decl->getIdentifier(); in VisitNamedDecl() local
254 ReservedId::Kind ReservedId::determineKind(llvm::StringRef const & id) { in determineKind()
306 auto const id = dyn_cast<NamespaceDecl>(ctx)->getIdentifier(); in isApi() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelSource.java68 public ModelSource(ModelIdentifier id) { in ModelSource()
73 public ModelSource(ModelIdentifier id, boolean direction) { in ModelSource()
78 public ModelSource(ModelIdentifier id, boolean direction, boolean polarity) { in ModelSource()
83 public ModelSource(ModelIdentifier id, boolean direction, boolean polarity, in ModelSource()
90 public ModelSource(ModelIdentifier id, ModelTransform transform) { in ModelSource()
/dports/www/sogo/SOGo-5.4.0/SoObjects/SOGo/
H A DNSArray+Utilities.m42 - (id *) asPointersOfObjects argument
102 id value; argument
193 id result; argument
297 {
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/SOGo/
H A DNSArray+Utilities.m42 - (id *) asPointersOfObjects argument
102 id value; argument
193 id result; argument
297 {
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/widgets/
H A Dunit_selector.cpp29 UNIT_SELECTOR_LEN::UNIT_SELECTOR_LEN( wxWindow *parent, wxWindowID id, in UNIT_SELECTOR_LEN()
61 UNIT_SELECTOR_THICKNESS::UNIT_SELECTOR_THICKNESS( wxWindow *parent, wxWindowID id, in UNIT_SELECTOR_THICKNESS()
95 UNIT_SELECTOR_FREQUENCY::UNIT_SELECTOR_FREQUENCY( wxWindow *parent, wxWindowID id, in UNIT_SELECTOR_FREQUENCY()
124 UNIT_SELECTOR_ANGLE::UNIT_SELECTOR_ANGLE( wxWindow *parent, wxWindowID id, in UNIT_SELECTOR_ANGLE()
149 UNIT_SELECTOR_RESISTOR::UNIT_SELECTOR_RESISTOR( wxWindow *parent, wxWindowID id, in UNIT_SELECTOR_RESISTOR()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/pngj/chunks/
H A DChunksListForWrite.java31 public List<? extends PngChunk> getQueuedById(final String id) { in getQueuedById()
38 public List<? extends PngChunk> getQueuedById(final String id, final String innerid) { in getQueuedById()
45 …public PngChunk getQueuedById1(final String id, final String innerid, final boolean failIfMultiple… in getQueuedById1()
57 public PngChunk getQueuedById1(final String id, final boolean failIfMultiple) { in getQueuedById1()
64 public PngChunk getQueuedById1(final String id) { in getQueuedById1()
/dports/audio/gervill/gervill/src/com/sun/media/sound/
H A DModelSource.java67 public ModelSource(ModelIdentifier id) { in ModelSource()
72 public ModelSource(ModelIdentifier id, boolean direction) { in ModelSource()
77 public ModelSource(ModelIdentifier id, boolean direction, boolean polarity) { in ModelSource()
82 public ModelSource(ModelIdentifier id, boolean direction, boolean polarity, in ModelSource()
89 public ModelSource(ModelIdentifier id, ModelTransform transform) { in ModelSource()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Http.Integration.Test/ApiExplorer/Controllers/
H A DOverloadsController.cs9 public Person Get(int id) { return null; } in Get()
12 public Person GetPersonByNameAndId(string name, int id) { return null; } in GetPersonByNameAndId()
15 public Person GetPersonByNameIdAndSsn(string name, int id, int ssn) { return null; } in GetPersonByNameIdAndSsn()
19 public void Delete(int id, string name = "Default Name") { } in Delete()
20 public void Delete(int id, string name, int age) { } in Delete()
/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/
H A DZoomGameInfoController.m41 - (void) setInfoOwner: (id) newOwner { argument
52 - (IBAction)selectGenre:(id)sender { argument
80 - (IBAction)showGenreMenu:(id)sender { argument
86 - (IBAction)activateRating:(id)sender { argument
269 - (IBAction)chooseResourceFile:(id)sender { argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/imageio/jpeg/
H A DJPEGScan.java83 public void addComponent(byte id, byte factorHorizontal, byte factorVertical, in addComponent()
93 public JPEGComponent getComponentByID(byte id) in getComponentByID()
105 public JPEGComponent get(int id) in get()
110 public int getX(byte id) in getX()
116 public int getY(byte id) in getY()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelSource.java68 public ModelSource(ModelIdentifier id) { in ModelSource()
73 public ModelSource(ModelIdentifier id, boolean direction) { in ModelSource()
78 public ModelSource(ModelIdentifier id, boolean direction, boolean polarity) { in ModelSource()
83 public ModelSource(ModelIdentifier id, boolean direction, boolean polarity, in ModelSource()
90 public ModelSource(ModelIdentifier id, ModelTransform transform) { in ModelSource()

1...<<441442443444445446447448449450>>...13800