Home
last modified time | relevance | path

Searched defs:target (Results 15576 – 15600 of 142413) sorted by relevance

1...<<621622623624625626627628629630>>...5697

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/templates/wizards/projects/qtforpythonapplication/widget/
H A Dwizard.json89 "target": "%{PyProjectFile}", string
94 "target": "%{SrcFileName}", string
99 "target": "form.ui" string
103 "target": ".gitignore", string
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/src/
H A Dlib.rs18 target: Option<String>, field
27 target: String, field
44 pub fn target(&mut self, target: &str) -> &mut Build { in target() method
69 let target = &self.target.as_ref().expect("TARGET dir not set")[..]; in build() localVariable
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/nat/
H A DPeerNATTraverser.java303 InetSocketAddress target, in create()
403 InetSocketAddress target = request.getTarget(); in removeRequest() local
431 private InetSocketAddress target; field in PeerNATTraverser.PeerNATTraversal
513 InetSocketAddress target, in succeeded()
/dports/security/py-stem/stem-1.8.0/stem/descriptor/
H A Dreader.py272 …def __init__(self, target, validate = False, follow_links = False, buffer_size = 100, persistence_… argument
472 def _handle_file(self, target, new_processed_files): argument
509 def _handle_descriptor_file(self, target, mime_type): argument
527 def _handle_archive(self, target): argument
/dports/science/v_sim/v_sim-3.8.0/src/panelModules/
H A DpanelBrowser.c254 /* Use the COLUMN_ACTIVE as a flag to hide or not the rows that in gtk_spin_create_color_wheel()
260 /* gtk_tree_model_filter_set_visible_column(GTK_TREE_MODEL_FILTER(treeStoreFilesFilter), COLUMN_A… in gtk_spin_create_color_wheel()
278 dirDirty = FALSE; in gtk_spin_create_color_wheel()
284 G_CALLBACK(onNewDir), (gpointer)0); in gtk_spin_create_color_wheel()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/src/
H A Dlib.rs18 target: Option<String>, field
27 target: String, field
44 pub fn target(&mut self, target: &str) -> &mut Build { in target() method
116 let target = &self.target.as_ref().expect("TARGET dir not set")[..]; in build() localVariable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpuCommandBuffer.cpp55 GrVkRenderTarget* target, in GrVkGpuCommandBuffer()
139 void GrVkGpuCommandBuffer::discard(GrRenderTarget* target) { in discard()
168 void GrVkGpuCommandBuffer::onClearStencilClip(GrRenderTarget* target, in onClearStencilClip()
223 void GrVkGpuCommandBuffer::onClear(GrRenderTarget* target, const GrFixedClip& clip, GrColor color) { in onClear()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dparse-options-cb.c63 int *target = opt->value; in parse_opt_verbosity_cb() local
106 struct commit **target = opt->value; in parse_opt_commit() local
138 struct object_id *target = opt->value; in parse_opt_object_id() local
154 int *target = opt->value; in parse_opt_tertiary() local
/dports/games/scourge/scourge/src/
H A Dprojectile.cpp35 Projectile::Projectile( Creature *creature, Creature *target, Item *item, ProjectileRenderer *rende… in Projectile()
52 Projectile::Projectile( Creature *creature, Creature *target, Spell *spell, ProjectileRenderer *ren… in Projectile()
229 Projectile *Projectile::addProjectile( Creature *creature, Creature *target, in addProjectile()
238 Projectile *Projectile::addProjectile( Creature *creature, Creature *target, in addProjectile()
/dports/graphics/open3d/Open3D-0.2/src/Core/Registration/
H A DColoredICP.cpp75 InitializePointCloudForColoredICP(const PointCloud &target, in InitializePointCloudForColoredICP()
141 const PointCloud &target, in ComputeTransformation()
204 const PointCloud &source, const PointCloud &target, in ComputeRMSE()
237 const PointCloud &target, double max_distance, in RegistrationColoredICP()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java101 private final TypeAnnotationTarget target; field in TypeAnnotation.TypeAnnotationTargetInfo
106 public TypeAnnotationTargetInfo(TypeAnnotationTarget target) { in TypeAnnotationTargetInfo()
110 public TypeAnnotationTargetInfo(TypeAnnotationTarget target, in TypeAnnotationTargetInfo()
115 public TypeAnnotationTargetInfo(TypeAnnotationTarget target, in TypeAnnotationTargetInfo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/Nestmates/
H A DlibNestmatesJNI.c84 jobject target, in Java_NestmatesJNI_callVoidVoid()
107 jobject target, in Java_NestmatesJNI_callStringVoid()
171 jobject target, in Java_NestmatesJNI_getIntField()
190 jobject target, in Java_NestmatesJNI_setIntField()
/dports/devel/openocd/openocd-0.11.0/src/server/
H A Dtcl_server.c50 static int tcl_target_callback_event_handler(struct target *target, in tcl_target_callback_event_handler()
75 static int tcl_target_callback_reset_handler(struct target *target, in tcl_target_callback_reset_handler()
92 static int tcl_target_callback_trace_handler(struct target *target, in tcl_target_callback_trace_handler()
160 struct target *target = get_current_target_or_null(connection->cmd_ctx); in tcl_new_connection() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/MethodHandles/
H A DTestCatchException.java55 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "noThrow", M_TYPE); in testNoThrowPath() local
66 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "throwEx", M_TYPE); in testThrowPath() local
129 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "m1", t1) in testVarargsCollectorNoThrow() local
149 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "throwEx", t1) in testVarargsCollectorThrow() local
/dports/x11/alltray/alltray-0.70/src/
H A Dkde.c55 Window get_kwin_window (Window target) in get_kwin_window()
233 gint get_button_number (Window target, GList *buttons) in get_button_number()
466 Window target; in kde_show_configure_dialog() local
513 button kde_get_close_button (Window target, gboolean pos) in kde_get_close_button()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/security/security_connector/fake/
H A Dfake_security_connector.cc52 const char* target, const grpc_channel_args* args) in grpc_fake_channel_security_connector()
147 char* target() const { return target_; } in target() function in __anon9635aebf0111::grpc_fake_channel_security_connector
153 bool fake_check_target(const char* target, const char* set_str) const { in fake_check_target() argument
316 const char* target, const grpc_channel_args* args) { in grpc_fake_channel_security_connector_create()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/MethodHandles/
H A DTestCatchException.java55 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "noThrow", M_TYPE); in testNoThrowPath() local
66 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "throwEx", M_TYPE); in testThrowPath() local
129 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "m1", t1) in testVarargsCollectorNoThrow() local
149 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "throwEx", t1) in testVarargsCollectorThrow() local
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/src/
H A Dlib.rs18 target: Option<String>, field
27 target: String, field
44 pub fn target(&mut self, target: &str) -> &mut Build { in target() method
116 let target = &self.target.as_ref().expect("TARGET dir not set")[..]; in build() localVariable
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/Nestmates/
H A DlibNestmatesJNI.c84 jobject target, in Java_NestmatesJNI_callVoidVoid()
107 jobject target, in Java_NestmatesJNI_callStringVoid()
171 jobject target, in Java_NestmatesJNI_getIntField()
190 jobject target, in Java_NestmatesJNI_setIntField()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java101 private final TypeAnnotationTarget target; field in TypeAnnotation.TypeAnnotationTargetInfo
106 public TypeAnnotationTargetInfo(TypeAnnotationTarget target) { in TypeAnnotationTargetInfo()
110 public TypeAnnotationTargetInfo(TypeAnnotationTarget target, in TypeAnnotationTargetInfo()
115 public TypeAnnotationTargetInfo(TypeAnnotationTarget target, in TypeAnnotationTargetInfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/Nestmates/
H A DlibNestmatesJNI.c84 jobject target, in Java_NestmatesJNI_callVoidVoid()
107 jobject target, in Java_NestmatesJNI_callStringVoid()
171 jobject target, in Java_NestmatesJNI_getIntField()
190 jobject target, in Java_NestmatesJNI_setIntField()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/MethodHandles/
H A DTestCatchException.java55 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "noThrow", M_TYPE); in testNoThrowPath() local
66 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "throwEx", M_TYPE); in testThrowPath() local
129 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "m1", t1) in testVarargsCollectorNoThrow() local
149 MethodHandle target = LOOKUP.findStatic(TestCatchException.class, "throwEx", t1) in testVarargsCollectorThrow() local
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/Tool/
H A DGettextCommon.py188 def _execute(self, env, target, source, *args, **kw): argument
228 def _translate(env, target=[], source=SCons.Environment._null, *args, **kw): argument
340 def _init_po_files(target, source, env): argument
342 nop = lambda target, source, env : 0 argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/Nestmates/
H A DlibNestmatesJNI.c84 jobject target, in Java_NestmatesJNI_callVoidVoid()
107 jobject target, in Java_NestmatesJNI_callStringVoid()
171 jobject target, in Java_NestmatesJNI_getIntField()
190 jobject target, in Java_NestmatesJNI_setIntField()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotation.java97 private final TypeAnnotationTarget target; field in TypeAnnotation.TypeAnnotationTargetInfo
102 public TypeAnnotationTargetInfo(TypeAnnotationTarget target) { in TypeAnnotationTargetInfo()
106 public TypeAnnotationTargetInfo(TypeAnnotationTarget target, in TypeAnnotationTargetInfo()
111 public TypeAnnotationTargetInfo(TypeAnnotationTarget target, in TypeAnnotationTargetInfo()

1...<<621622623624625626627628629630>>...5697