Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 1233) sorted by relevance

12345678910>>...50

/trunk/main/solenv/bin/
H A Dbuildalyzer85 compile_targets = [target for target in CxxTargets.by_name.values() if target.nolink]
86 link_targets = [target for target in CxxTargets.by_name.values() if not target.nolink]
89 if sum((flag in target.cxxflags for target in compile_targets)) == len(compile_targets):
93 if sum((flag in target.cxxflags for target in compile_targets)) == len(compile_targets):
97 target.cxxflags = [flag for flag in target.cxxflags if flag not in common_compile_flags]
98 target.cxxflags.sort()
99 for target in link_targets:
100 target.cxxflags = [flag for flag in target.cxxflags if flag not in common_link_flags]
101 target.cxxflags.sort()
122 print '%s' % (target)
[all …]
/trunk/main/sal/qa/osl/file/
H A Dosl_old_test_file.cxx105 OUString target; in TEST_F() local
113 OString o = OUStringToOString( target , RTL_TEXTENCODING_ASCII_US ); in TEST_F()
119 OUString target; in TEST_F() local
134 OUString target; in TEST_F() local
140 ASSERT_TRUE(target.equalsAscii( aSource2[i+1] )) << "failure #2.1"; in TEST_F()
178 OUString target; in TEST_F() local
185 if( target.getLength() >= dir.getLength() ) in TEST_F()
189 j < target.getLength() && in TEST_F()
190 aSource3[i+1][j-dir.getLength()] == target[j] ; j++ ); in TEST_F()
191 ASSERT_TRUE(j == target.getLength()) << "failure #5"; in TEST_F()
[all …]
/trunk/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch211 + </target>
382 + </target>
389 + target="${build.compiler.target}">
410 + </target>
417 + target="${build.compiler.target}">
426 + </target>
436 + target="${build.s9api.compiler.target}">
443 + </target>
450 + target="${build.compiler.target}">
465 + target="${build.compiler.target}">
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java123 public Object get(Object target) in get() argument
156 public void set(Object value, Object target) in set() argument
183 public Object get(Object target) in get() argument
187 int i = field.getInt(target); in get()
243 public Object get(Object target) in get() argument
247 double d = field.getDouble(target); in get()
303 public Object get(Object target) in get() argument
371 public Object get(Object target) in get() argument
375 if (target == null) in get()
400 return field.get(target); in get()
[all …]
/trunk/main/extensions/source/oooimprovement/
H A Dsoaprequest.cxx109 target->writeBytes(*seq); in writeString()
125 if(bytes_read) target->writeBytes(base64_encode(buf)); in writeFile()
183 writeString(target, SOAP_START); in writeTo()
185 target, in writeTo()
187 writeString(target, SOAP_ITEMS_START); in writeTo()
190 writeString(target, SOAP_ITEM_END); in writeTo()
191 writeString(target, getSoapItemStart("data.zip")); in writeTo()
192 writeFile(m_ServiceFactory, target, m_Logfile); in writeTo()
193 writeString(target, SOAP_ITEM_END); in writeTo()
194 writeString(target, SOAP_ITEMS_END); in writeTo()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dproptypehlp.h39 template < class target >
40 inline void SAL_CALL convertPropertyValue( target &value , const ::com::sun::star::uno::Any & a);
42 template < class target >
43 inline void SAL_CALL convertPropertyValue( target &value , ::com::sun::star::uno::Any & a);
50 inline void SAL_CALL convertPropertyValue( sal_uInt64 & target, const ::com::sun::star::uno::Any & …
52 inline void SAL_CALL convertPropertyValue( sal_Int32 & target , const ::com::sun::star::uno::Any & …
56 inline void SAL_CALL convertPropertyValue( sal_Int16 & target , const ::com::sun::star::uno::Any & …
58 inline void SAL_CALL convertPropertyValue( sal_uInt16 & target, const ::com::sun::star::uno::Any & …
60 inline void SAL_CALL convertPropertyValue( sal_Int8 & target , const ::com::sun::star::uno::Any & …
62 inline void SAL_CALL convertPropertyValue( float & target , const ::com::sun::star::uno::Any & …
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DWebDAVHTTPMethod.idl35 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.3">RFC 2616: Hypertext Trans…
40 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.4">RFC 2616: Hypertext Trans…
45 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.5">RFC 2616: Hypertext Trans…
50 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.6">RFC 2616: Hypertext Trans…
55 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.7">RFC 2616: Hypertext Trans…
60 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.8">RFC 2616: Hypertext Trans…
65 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.2">RFC 2616: Hypertext Trans…
70 …<a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.9">RFC 2616: Hypertext Trans…
75 … <a target="_blank" href="http://tools.ietf.org/html/rfc5789">RFC 5789: PATCH Method for HTTP</a>
80 …<a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.1">HTTP Extensions for Web D…
[all …]
H A DXContentIdentifierMapping.idl39 another (target) set of XContentIdentifiers.
42 representations of source/target XContentIdentifiers, as well as mapping
43 between <type>XContent</type>s identified by source/target
64 @returns The string representation of the target set's
67 there's no applicable target to map to.
76 @returns The target set's XContentIdentifier corresponding to the
78 either Source was null already, or if there's no applicable target to
90 @returns The XContent identified by the target set's
93 there's no applicable target to map to.
/trunk/main/solenv/gbuild/
H A DModule.mk126 $(call gb_Module__read_targetfile,$(1),$(2),target)
134 $(call gb_Module__read_targetfile,$(1),$(2),check target)
142 $(call gb_Module__read_targetfile,$(1),$(2),subsequentcheck target)
163 $(foreach target,$(2),$(call gb_Module_add_target,$(1),$(target)))
168 $(foreach target,$(2),$(call gb_Module_add_check_target,$(1),$(target)))
173 $(foreach target,$(2),$(call gb_Module_add_subsequentcheck_target,$(1),$(target)))
178 $(foreach target,$(2),$(call gb_Module_add_moduledir,$(1),$(target)))
183 $$(eval $$(call gb_Output_error,Corrupted module target stack!1))
194 $$(eval $$(call gb_Output_error,Corrupted module target stack! $(gb_Module_TARGETSTACK)))
203 $$(eval $$(call gb_Output_error,Corrupted module target stack!3))
H A DHelper.mk143 $(foreach target,$(2),\
144 $(if $(filter $(target),$(gb_Executable_$(group))),\
145 $(call gb_Output_error,gb_Helper_register_executables: already registered: $(target)))))
158 $(foreach target,$(2),\
159 $(if $(filter $(target),$(gb_Library_$(group))),\
160 $(call gb_Output_error,gb_Helper_register_libraries: already registered: $(target)))))
173 $(foreach target,$(2),\
174 $(if $(filter $(target),$(gb_StaticLibrary_$(group))),\
175 $(call gb_Output_error,gb_Helper_register_static_libraries: already registered: $(target)))))
/trunk/main/offapi/com/sun/star/plugin/
H A DXPluginContext.idl81 @param target
82 target frame
88 [in] string target,
98 @param target
103 [in] string target )
113 @param target
124 [in] string target,
136 @param target
145 [in] string target,
157 @param target
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dshortcut.pm191 my $target = "";
215 $target = $onefile->{'Name'};
218 $target = "\[\#" . $target . "\]"; # format for Non-Advertised shortcuts
220 return $target;
395 my $target = "";
434 $shortcut->{'target'} = $target;
435 return $target;
445 if ( $target =~ /^\s*(.*?)\,/ ) { $target = $1; }
448 installer::windows::idtglobal::shorten_feature_gid(\$target);
452 $shortcut->{'target'} = $target;
[all …]
/trunk/main/solenv/bin/modules/packager/
H A Dwork.pm92 my $target = $4;
97 $target =~ s/\s//g;
116 my $target = $target . "_" . $languagestring;
117 push(@targets, $target);
119 my $insertline = $target . "\n";
196 my $target = ${$targets}[$i];
197 my $tempdir = $miscpath . $packager::globals::separator . $target;
200 push( @targetlines, "\ngenerated_target : $target\n\n"); # to be included into the makefile.mk
203 …push( @targetlines, "\n$target : ".'$$@{$(PKGFORMAT:^".")}'."\n\n"); # to be included into the mak…
206 generate_makefile($tempdir, $makefilepath, $prjroot, $target, \@targetlines);
[all …]
/trunk/main/icu/
H A Dcreatemak.pl189 $target =~ /.+\\(.+)\\.+$/;
277 my $target = shift;
281 if ( $target !~ /\\include/ && $target !~ /\\bin/) {
287 my $t = $target;
299 $line =~ s/<TARGET>/$target/g;
559 if ( $target =~ /\.exe/ ) {
560 my $out = $target;
564 $target = $out;
566 print MAKFILE "\"$target\" ";
571 my @target = ();
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DDeployParcelAction.java86 File target = new File(oi.getPath(File.separator + label + in getPopupPresenter()
98 deploy(target); in getPopupPresenter()
117 File target = getTargetFile(); in getPopupPresenter()
118 if (target == null) in getPopupPresenter()
120 deploy(target); in getPopupPresenter()
140 private void deploy(final File target) { in deploy() argument
147 boolean result = parcelCookie.deploy(target); in deploy()
149 if (result == true && target.isDirectory()) { in deploy()
211 File target = null; in getTargetFile() local
236 target = chooser.getSelectedFile(); in getTargetFile()
[all …]
H A DParcelSupport.java95 public boolean deploy(File target) { in deploy() argument
98 if (!target.isDirectory()) { in deploy()
122 if (zipper.isOverwriteNeeded(source, target) == true) in deploy()
123 if (promptForOverwrite(source, target) == false) in deploy()
134 "\nTo: " + target.getAbsolutePath(), null); in deploy()
136 zipper.deployParcel(source, target); in deploy()
140 FileObject[] fileobjs = FileUtil.fromFile(target); in deploy()
174 private boolean promptForOverwrite(File source, File target) { in promptForOverwrite() argument
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dtypes.mk38 /// A target to be build.
42 /// The absolute filesystem path representing the target.
73 /// A target that can be cleaned.
77 /// The (phony) absolute filesystem path to clean the target.
82 /// A target that has generated dependencies.
91 /// A target that has a source file from which it is generated.
98 /// A target that links objects and libraries.
126 /// A target that delivers headers of some kind.
145 /// A target where settings for the compilation can be set.
170 /// A target using the resource compiler
[all …]
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDropTarget.idl66 /** Remove a drop target listener.
75 /** Indicates either a drop target object is active or not.
78 A boolean indicating whether or not this drop target object is
85 /** Sets the drop target object active or inactive.
88 A value of <TRUE/> sets the drop target object active.
89 <p>A value of <FALSE/> sets the drop target object inactive.
95 /** Determine the actions supported by a drop target.
98 The current action or actions supported by this drop target.
108 /** Sets the default acceptable actions for this drop target.
111 by blocking events for actions not supported by this target.</p>
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DOfficeDocumentDataNode.java67 File target = FileUtil.toFile(getDataObject().getPrimaryFile()); in createPasteTypes() local
70 target.exists() && target.canWrite()) { in createPasteTypes()
71 … ls.add(new ParcelDataNode.ParcelPasteType((ParcelDataNode)copies[i], target, false)); in createPasteTypes()
82 File target = FileUtil.toFile(getDataObject().getPrimaryFile()); in createPasteTypes() local
85 target.exists() && target.canWrite()) { in createPasteTypes()
86 … ls.add(new ParcelDataNode.ParcelPasteType((ParcelDataNode)moves[i], target, true)); in createPasteTypes()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccRelation.cpp96 STDMETHODIMP CAccRelation::get_target(long targetIndex, IUnknown * * target) in get_target() argument
103 if (target == NULL) in get_target()
117 *target = /*(IAccessible2 *)*/(IUnknown*)pRet; in get_target()
134 STDMETHODIMP CAccRelation::get_targets(long, IUnknown * * target, long * nTargets) in get_targets() argument
142 if(target == NULL) in get_targets()
150 *target = (IUnknown*)::CoTaskMemAlloc(nCount*sizeof(IUnknown)); in get_targets()
153 if(*target == NULL) in get_targets()
163 target[i] = pAcc; in get_targets()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConverter.java265 File target; field in Converter.GSITarget
275 target = FileMaker.newFile(targetString, overwrite); in GSITarget()
277 new FileOutputStream(target)), CHARSET); in GSITarget()
341 File target = FileMaker.newFile(targetString, overwrite); in SDFTarget() local
343 new FileOutputStream(target)), CHARSET); in SDFTarget()
370 abstract void convertTo(Target target) throws IOException; in convertTo() argument
495 File target; field in Converter.XLIFFTarget
504 target = FileMaker.newFile(targetString, overwrite); in XLIFFTarget()
506 new FileOutputStream(target)), CHARSET); in XLIFFTarget()
/trunk/main/offapi/com/sun/star/mozilla/
H A DXPluginInstancePeer.idl104 @param target [in]: the name of the target window or frame (supports _blank, _self)
110 [in] string target,
118 /** Fetches an URL into the target window. The parameters and their meaning map to the
122 @param target [in]: the name of the target window or frame (supports _blank, _self)
130 [in] string target,
145 @param target [in]: the name of the target window or frame (supports _blank, _self)
155 [in] string target,
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complexlib/
H A DShowTargets.java72 String target = "run_" + bareClassName; in main() local
73 targets.add( target ); in main()
76 if ( maxTargetLength < target.length() ) in main()
77 maxTargetLength = target.length(); in main()
88 String target = (String)targets.get(i); in main() local
90 System.out.print( " " + target ); in main()
91 for ( int s = maxTargetLength - target.length(); s>0; --s ) in main()
/trunk/main/slideshow/test/
H A Dtestshape.cxx36 namespace target = slideshow::internal;
45 typedef std::vector<std::pair<target::ViewLayerSharedPtr,bool> > ViewVector;
68 virtual std::vector<std::pair<target::ViewLayerSharedPtr,bool> > getViewLayers() const in getViewLayers()
124 virtual void addViewLayer( const target::ViewLayerSharedPtr& rNewLayer, in addViewLayer()
129 virtual bool removeViewLayer( const target::ViewLayerSharedPtr& rNewLayer ) in removeViewLayer()
134 boost::bind( std::equal_to< target::ViewLayerSharedPtr >(), in removeViewLayer()
144 boost::bind( std::equal_to< target::ViewLayerSharedPtr >(), in removeViewLayer()
/trunk/main/tomcat/
H A Dtomcat.patch7 + <target name="debuild"
11 + target="jar"
14 + </target>
16 + <target name="clean" description="Clean">
19 + target="clean"
23 + </target>

Completed in 106 milliseconds

12345678910>>...50