Home
last modified time | relevance | path

Searched defs:use (Results 76 – 100 of 11891) sorted by relevance

12345678910>>...476

/dports/www/gitea/gitea-1.16.5/docs/content/doc/help/
H A Dfaq.en-us.md125 ### Preventing spammers
134 ### Only allow/block certain email domains
138 ### Only allow/block certain OpenID providers
143 ### Issue only users
147 ### Restricted users
155 ### Enable Fail2ban
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp61 inline traceid JfrTraceId::use(const Klass* klass) { in use() function in JfrTraceId
66 inline traceid JfrTraceId::use(const Method* method) { in use() function in JfrTraceId
71 inline traceid JfrTraceId::use(const Klass* klass, const Method* method) { in use() function in JfrTraceId
81 inline traceid JfrTraceId::use(const ModuleEntry* module) { in use() function in JfrTraceId
86 inline traceid JfrTraceId::use(const PackageEntry* package) { in use() function in JfrTraceId
91 inline traceid JfrTraceId::use(const ClassLoaderData* cld) { in use() function in JfrTraceId
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp61 inline traceid JfrTraceId::use(const Klass* klass) { in use() function in JfrTraceId
66 inline traceid JfrTraceId::use(const Method* method) { in use() function in JfrTraceId
71 inline traceid JfrTraceId::use(const Klass* klass, const Method* method) { in use() function in JfrTraceId
81 inline traceid JfrTraceId::use(const ModuleEntry* module) { in use() function in JfrTraceId
86 inline traceid JfrTraceId::use(const PackageEntry* package) { in use() function in JfrTraceId
91 inline traceid JfrTraceId::use(const ClassLoaderData* cld) { in use() function in JfrTraceId
/dports/devel/upp/upp/bazaar/plugin/assimp/code/X3D/
H A DX3DImporter_Rendering.cpp62 std::string use, def; in ParseNode_Rendering_Color() local
100 std::string use, def; in ParseNode_Rendering_ColorRGBA() local
138 std::string use, def; in ParseNode_Rendering_Coordinate() local
183 std::string use, def; in ParseNode_Rendering_IndexedLineSet() local
257 std::string use, def; in ParseNode_Rendering_IndexedTriangleFanSet() local
375 std::string use, def; in ParseNode_Rendering_IndexedTriangleSet() local
481 std::string use, def; in ParseNode_Rendering_IndexedTriangleStripSet() local
590 std::string use, def; in ParseNode_Rendering_LineSet() local
664 std::string use, def; in ParseNode_Rendering_PointSet() local
723 std::string use, def; in ParseNode_Rendering_TriangleFanSet() local
[all …]
H A DX3DImporter_Geometry2D.cpp69 std::string def, use; in ParseNode_Geometry2D_Arc2D() local
130 std::string def, use; in ParseNode_Geometry2D_ArcClose2D() local
192 std::string def, use; in ParseNode_Geometry2D_Circle2D() local
243 std::string def, use; in ParseNode_Geometry2D_Disk2D() local
333 std::string def, use; in ParseNode_Geometry2D_Polyline2D() local
381 std::string def, use; in ParseNode_Geometry2D_Polypoint2D() local
426 std::string def, use; in ParseNode_Geometry2D_Rectangle2D() local
478 std::string def, use; in ParseNode_Geometry2D_TriangleSet2D() local
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DX3DImporter_Rendering.cpp61 std::string use, def; in ParseNode_Rendering_Color() local
99 std::string use, def; in ParseNode_Rendering_ColorRGBA() local
137 std::string use, def; in ParseNode_Rendering_Coordinate() local
182 std::string use, def; in ParseNode_Rendering_IndexedLineSet() local
256 std::string use, def; in ParseNode_Rendering_IndexedTriangleFanSet() local
374 std::string use, def; in ParseNode_Rendering_IndexedTriangleSet() local
480 std::string use, def; in ParseNode_Rendering_IndexedTriangleStripSet() local
589 std::string use, def; in ParseNode_Rendering_LineSet() local
663 std::string use, def; in ParseNode_Rendering_PointSet() local
722 std::string use, def; in ParseNode_Rendering_TriangleFanSet() local
[all …]
H A DX3DImporter_Geometry2D.cpp68 std::string def, use; in ParseNode_Geometry2D_Arc2D() local
129 std::string def, use; in ParseNode_Geometry2D_ArcClose2D() local
191 std::string def, use; in ParseNode_Geometry2D_Circle2D() local
242 std::string def, use; in ParseNode_Geometry2D_Disk2D() local
332 std::string def, use; in ParseNode_Geometry2D_Polyline2D() local
380 std::string def, use; in ParseNode_Geometry2D_Polypoint2D() local
425 std::string def, use; in ParseNode_Geometry2D_Rectangle2D() local
477 std::string def, use; in ParseNode_Geometry2D_TriangleSet2D() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DZoneAllocator.h76 void addCellMemory(js::gc::Cell* cell, size_t nbytes, js::MemoryUse use) { in addCellMemory()
102 void swapCellMemory(js::gc::Cell* a, js::gc::Cell* b, js::MemoryUse use) { in swapCellMemory()
108 void registerNonGCMemory(void* mem, MemoryUse use) { in registerNonGCMemory()
113 void unregisterNonGCMemory(void* mem, MemoryUse use) { in unregisterNonGCMemory()
118 void moveOtherMemory(void* dst, void* src, MemoryUse use) { in moveOtherMemory()
124 void incNonGCMemory(void* mem, size_t nbytes, MemoryUse use) { in incNonGCMemory()
134 void decNonGCMemory(void* mem, size_t nbytes, MemoryUse use, bool wasSwept) { in decNonGCMemory()
303 inline void AddCellMemory(gc::TenuredCell* cell, size_t nbytes, MemoryUse use) { in AddCellMemory()
308 inline void AddCellMemory(gc::Cell* cell, size_t nbytes, MemoryUse use) { in AddCellMemory()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DZoneAllocator.h76 void addCellMemory(js::gc::Cell* cell, size_t nbytes, js::MemoryUse use) { in addCellMemory()
102 void swapCellMemory(js::gc::Cell* a, js::gc::Cell* b, js::MemoryUse use) { in swapCellMemory()
108 void registerNonGCMemory(void* mem, MemoryUse use) { in registerNonGCMemory()
113 void unregisterNonGCMemory(void* mem, MemoryUse use) { in unregisterNonGCMemory()
118 void moveOtherMemory(void* dst, void* src, MemoryUse use) { in moveOtherMemory()
124 void incNonGCMemory(void* mem, size_t nbytes, MemoryUse use) { in incNonGCMemory()
134 void decNonGCMemory(void* mem, size_t nbytes, MemoryUse use, bool wasSwept) { in decNonGCMemory()
303 inline void AddCellMemory(gc::TenuredCell* cell, size_t nbytes, MemoryUse use) { in AddCellMemory()
308 inline void AddCellMemory(gc::Cell* cell, size_t nbytes, MemoryUse use) { in AddCellMemory()
H A DFreeOp-inl.h15 inline void JSFreeOp::free_(Cell* cell, void* p, size_t nbytes, MemoryUse use) { in free_()
23 MemoryUse use) { in freeLater()
44 inline void JSFreeOp::release(Cell* cell, T* p, size_t nbytes, MemoryUse use) { in release()
52 MemoryUse use) { in removeCellMemory()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DZoneAllocator.h76 void addCellMemory(js::gc::Cell* cell, size_t nbytes, js::MemoryUse use) { in addCellMemory()
102 void swapCellMemory(js::gc::Cell* a, js::gc::Cell* b, js::MemoryUse use) { in swapCellMemory()
108 void registerNonGCMemory(void* mem, MemoryUse use) { in registerNonGCMemory()
113 void unregisterNonGCMemory(void* mem, MemoryUse use) { in unregisterNonGCMemory()
118 void moveOtherMemory(void* dst, void* src, MemoryUse use) { in moveOtherMemory()
124 void incNonGCMemory(void* mem, size_t nbytes, MemoryUse use) { in incNonGCMemory()
134 void decNonGCMemory(void* mem, size_t nbytes, MemoryUse use, bool wasSwept) { in decNonGCMemory()
303 inline void AddCellMemory(gc::TenuredCell* cell, size_t nbytes, MemoryUse use) { in AddCellMemory()
308 inline void AddCellMemory(gc::Cell* cell, size_t nbytes, MemoryUse use) { in AddCellMemory()
/dports/biology/gatk/gatk-4.2.0.0/scripts/cnv_wdl/somatic/
H A DREADME.md8 #### Setting up parameter json file for a run
14 #### Required parameters in the somatic panel workflow
35 #### Required parameters in the somatic pair workflow
/dports/www/privatebin/PrivateBin-1.3.5/
H A DLICENSE.md381 #### 1. Definitions
435 #### 2. Grant of Copyright License
443 #### 3. Grant of Patent License
458 #### 4. Redistribution
492 #### 5. Submission of Contributions
501 #### 6. Trademarks
508 #### 7. Disclaimer of Warranty
519 #### 8. Limitation of Liability
531 #### 9. Accepting Warranty or Additional Liability
/dports/emulators/aqemu/aqemu-0.9.2/src/
H A DVM_Devices.cpp2669 void VM_Net_Card_Nativ::Use_VLAN( bool use ) in Use_VLAN()
2689 void VM_Net_Card_Nativ::Use_Name( bool use ) in Use_Name()
2979 void VM_Net_Card_Nativ::Use_Len( bool use ) in Use_Len()
3040 void VM_Net_Card_Nativ::Use_Net( bool use ) in Use_Net()
3120 void VM_Net_Card_Nativ::Use_DNS( bool use ) in Use_DNS()
3220 void VM_Net_Card_Nativ::Use_SMB( bool use ) in Use_SMB()
4146 void VM_SPICE::Use_SPICE( bool use ) in Use_SPICE()
4191 void VM_SPICE::Use_SPort( bool use ) in Use_SPort()
4211 void VM_SPICE::Use_Hostname( bool use ) in Use_Hostname()
4261 void VM_SPICE::Use_Renderer( bool use ) in Use_Renderer()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/recorder/checkpoint/types/traceid/
H A DjfrTraceId.inline.hpp80 inline traceid JfrTraceId::use(const Klass* klass) { in use() function in JfrTraceId
90 inline traceid JfrTraceId::use(const Method* method) { in use() function in JfrTraceId
94 inline traceid JfrTraceId::use(const Klass* klass, const Method* method) { in use() function in JfrTraceId
107 inline traceid JfrTraceId::use(const ModuleEntry* module) { in use() function in JfrTraceId
111 inline traceid JfrTraceId::use(const PackageEntry* package) { in use() function in JfrTraceId
115 inline traceid JfrTraceId::use(const ClassLoaderData* cld) { in use() function in JfrTraceId
/dports/devel/py-diazo/diazo-1.2.11/examples/wsgi/
H A Dserver.ini2 use = egg:gearbox#wsgiref key
10 use = egg:rutter#urlmap key
19 use = egg:diazo key
28 use = egg:webobentrypoints#staticdir key
32 use = egg:webobentrypoints#staticdir key
/dports/devel/py-msgpack/msgpack-1.0.3/
H A DREADME.md89 ### One-shot pack & unpack
119 ### Streaming unpacking
140 ### Packing/unpacking of custom data type
174 ### Extended types
201 ### Advanced unpacking control
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/cli-table3/
H A DREADME.md55 ### Horizontal Tables
74 ### Vertical Tables
86 ### Cross Tables
104 ### Custom styles
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/cli-table3/
H A DREADME.md55 ### Horizontal Tables
74 ### Vertical Tables
86 ### Cross Tables
104 ### Custom styles
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/cli-table3/
H A DREADME.md55 ### Horizontal Tables
74 ### Vertical Tables
86 ### Cross Tables
104 ### Custom styles
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/cli-table3/
H A DREADME.md55 ### Horizontal Tables
74 ### Vertical Tables
86 ### Cross Tables
104 ### Custom styles
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/cli-table3/
H A DREADME.md55 ### Horizontal Tables
74 ### Vertical Tables
86 ### Cross Tables
104 ### Custom styles
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/src/plugins/index_pattern_editor/
H A DREADME.md11 ### `userPermissions.editIndexPattern(): boolean`
15 ### `openEditor(options: IndexPatternEditorProps): CloseEditor`
37 ### IndexPatternEditorComponent
/dports/www/py-paste/Paste-3.4.6/docs/
H A Dtest_server.ini5 use = egg:PasteScript#test key
8 use = egg:Paste#http key
22 use = egg:PasteScript#cherrypy key
26 use = egg:Paste#error_catcher key
31 use = egg:Paste#urlmap key
36 use = egg:Paste#watch_threads key
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/docs/
H A Dtest_server.ini5 use = egg:PasteScript#test key
8 use = egg:Paste#http key
22 use = egg:PasteScript#cherrypy key
26 use = egg:Paste#error_catcher key
31 use = egg:Paste#urlmap key
36 use = egg:Paste#watch_threads key

12345678910>>...476