/trunk/main/l10ntools/scripts/tool/ |
H A D | xhtex.py | 36 … if elem.childNodes[0].nodeType == elem.TEXT_NODE and len(elem.childNodes[0].data.strip()): 37 …topics.append(self.prepare_sdf_line(id=elem.getAttribute("id").strip(), text=elem.childNodes[0].da… 43 if len(elem.getAttribute("title").strip()): 44 …end(self.prepare_sdf_line(id=elem.getAttribute("id").strip(), text=elem.getAttribute("title").stri… 50 if elem.childNodes[0].nodeType == elem.TEXT_NODE and elem.getAttribute("id").strip(): 51 …obj = self.prepare_sdf_line(inputfile=inputfilename, lang=lang, id=elem.getAttribute("id").strip()) 58 …obj = self.prepare_sdf_line(inputfile=inputfilename, lang=lang, id=elem.getAttribute("id").strip()) 59 if elem.getAttribute("id").strip() and sdfdata[obj.get_id()]:
|
/trunk/main/solenv/gbuild/ |
H A D | gbuild.mk | 74 ifneq ($(strip $(PRODUCT)$(product)),) 77 ifneq ($(strip $(product)),) 84 ifneq ($(strip $(DEBUG)$(debug)),) 108 ifneq ($(strip $(ENABLE_PCH)),) 203 ifneq ($(strip $(ENABLE_GTK)),) 207 ifneq ($(strip $(ENABLE_KDE)),) 211 ifneq ($(strip $(ENABLE_KDE4)),) 215 ifeq ($(strip $(ENABLE_GRAPHITE)),TRUE)
|
H A D | Deliver.mk | 57 ifeq ($(strip $(gb_Deliver_GNUCOPY)),) 81 $$(eval $$(call gb_Output_announce,$$(strip $$(gb_Module_ALLMODULES)),$$(true),LOG,1)) 83 mkdir -p $$(OUTDIR)/inc/$$(strip $$(gb_Module_ALLMODULES)) \ 86 > $$(OUTDIR)/inc/$$(strip $(gb_Module_ALLMODULES))/gb_deliver.log \
|
H A D | Tempfile.mk | 26 $(strip $(1) 40 $(strip $(1) 41 $(foreach item,$(strip $(3)),$(eval gb_var2file_curblock += $(item)
|
H A D | WinResTarget.mk | 82 …esTarget_get_target,$(1)) : RCFILE=$(foreach file,$(gb_REPOS),$(realpath $(file)/$(strip $(2)).rc)) 83 $(call gb_WinResTarget_get_target,$(1)) : $(foreach file,$(gb_REPOS),$(realpath $(file)/$(strip $(2… 88 …arget,$(1)) : $(foreach file,$(2),$(foreach repo,$(gb_REPOS),$(realpath $(repo)/$(strip $(file)))))
|
H A D | Output.mk | 71 ifneq ($(strip $(gb_COLOR)),) 131 ifneq ($(strip $(gb_TITLES)),) 145 ifneq ($(strip $(gb_BELL)),)
|
H A D | Package.mk | 80 $(foreach header,$(3), $(call gb_Package_add_file,$(strip $(1)),$(strip $(2))/$(header),$(header)))
|
H A D | JavaClassSet.mk | 78 …call gb_JavaClassSet_get_target,$(1)) : CLASSPATH := $$(CLASSPATH)$$(gb_CLASSPATHSEP)$(strip $(2))) 84 …call gb_JavaClassSet_get_target,$(1)) : CLASSPATH := $$(CLASSPATH)$$(gb_CLASSPATHSEP)$(strip $(2)))
|
/trunk/main/canvas/ |
H A D | Module_canvas.mk | 35 ifeq ($(strip $(OS)),WNT) 36 ifneq ($(strip $(ENABLE_DIRECTX)),) 38 ifneq ($(strip $(USE_DIRECTX5)),) 52 ifeq ($(strip $(ENABLE_CAIRO_CANVAS)),TRUE)
|
H A D | Library_canvastools.mk | 45 ifneq ($(strip $(VERBOSE)$(verbose)),) 51 ifneq ($(strip $(PROFILER)$(profiler)),) 87 ifeq ($(strip $(ENABLE_AGG)),YES) 95 ifneq ($(strip $(AGG_VERSION)),)
|
H A D | Library_vclcanvas.mk | 39 ifneq ($(strip $(VERBOSE)$(verbose)),) 84 ifeq ($(strip($OS)),SOLARIS)
|
/trunk/main/solenv/gbuild/extensions/ |
H A D | post_PackModule.mk | 32 $$(eval $$(call gb_Output_announce,$$(strip $$(gb_Module_ALLMODULES)),$$(true),ZIP,5)) 33 packmodule : COMMAND := $$(SOLARENV)/bin/packmodule $$(OUTDIR) $$(strip $$(gb_Module_ALLMODULES)) 46 $$(eval $$(call gb_Output_announce,$$(strip $$(gb_Module_ALLMODULES)),$$(false),ZIP,5)) 47 cleanpackmodule : COMMAND := rm -f $$(OUTDIR)/zip/$$(strip $$(gb_Module_ALLMODULES)).zip
|
/trunk/main/solenv/bin/modules/installer/ |
H A D | strip.pm | 24 package installer::strip; 41 my $strip = 0; 49 if (( $fileoutput =~ /not stripped/i ) && ( $fileoutput =~ /\bELF\b/ )) { $strip = 1; } 51 return $strip
|
/trunk/main/solenv/bin/modules/installer/windows/ |
H A D | strip.pm | 24 package installer::windows::strip; 42 my $strip = 0; 52 …if ( $nmoutput && !( $nmoutput =~ /no symbols/i || $nmoutput =~ /not recognized/i )) { $strip = 1;… 54 return $strip
|
/trunk/main/solenv/bin/ |
H A D | deliver.pl | 67 $strip = ''; 739 $strip .= 'guw ' if ($^O eq 'cygwin'); 740 $strip .= $::CC_PATH if (-e $::CC_PATH.'/strip'); 741 $strip .= 'strip'; 742 $strip .= " -x" if ($ENV{OS} eq 'MACOSX'); 743 $strip .= " -R '.comment' -s" if ($ENV{OS} eq 'LINUX'); 769 execute_system("$strip $temp_file"); 817 if (($strip ne '') && (defined $ENV{PROEXT}) && (is_unstripped($from))) {
|
H A D | fix_dxp_file.cmd | 31 l = strip(l) 32 l = strip(l,,X2C(9)) 33 l = strip(l,,";")
|
H A D | fix_def_file.cmd | 33 l = strip(linein()) 34 l = strip(l,,X2C(9)) 35 l = strip(l,,";")
|
H A D | fix_exp_file.cmd | 32 l = strip(linein()) 35 l = strip(translate(l,'','"')) 36 l = strip(l,,X2C(9))
|
/trunk/main/testtools/source/bridgetest/ |
H A D | makefile.mk | 39 MY_URE_INTERNAL_JAVA_DIR=$(strip $(subst,\,/ file:///$(shell @$(WRAPCMD) echo $(SOLARBINDIR)))) 40 MY_LOCAL_CLASSDIR=$(strip $(subst,\,/ file:///$(shell $(WRAPCMD) echo $(PWD)/$(CLASSDIR)/))) 44 MY_URE_INTERNAL_JAVA_DIR=$(strip $(subst,\,/ file:///$(shell @$(WRAPCMD) echo $(SOLARBINDIR)))) 45 MY_LOCAL_CLASSDIR=$(strip $(subst,\,/ file:///$(shell $(WRAPCMD) echo $(PWD)/$(CLASSDIR)/)))
|
/trunk/main/xmlsecurity/tools/standalone/csfit/util/ |
H A D | makefile.mk | 108 REGCOMP_CLASSPATH=$(strip $(subst,!,$(PATH_SEPERATOR) $(MY_CLASSPATH_TMP:s/ /!/))) 128 MY_JAVA_COMPPATH=$(strip $(subst,\,/ file:///$(shell @guw.pl echo $(SOLARBINDIR)))) 134 MY_JAVA_COMPPATH=$(strip $(subst,\,/ file:///$(SOLARBINDIR)))
|
/trunk/main/xmlsecurity/tools/standalone/mscsfit/util/ |
H A D | makefile.mk | 108 REGCOMP_CLASSPATH=$(strip $(subst,!,$(PATH_SEPERATOR) $(MY_CLASSPATH_TMP:s/ /!/))) 128 MY_JAVA_COMPPATH=$(strip $(subst,\,/ file:///$(shell @guw.pl echo $(SOLARBINDIR)))) 134 MY_JAVA_COMPPATH=$(strip $(subst,\,/ file:///$(SOLARBINDIR)))
|
/trunk/main/filter/source/config/tools/merge/ |
H A D | pyAltFCFGMerge | 224 line = line.strip() 265 value = unescapestr(line[i:].strip()) 271 value += unescapestr(line.strip()) 416 sToken = sToken.strip()
|
/trunk/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 329 static std::_tstring strip( const std::_tstring& s, _TCHAR c ) in strip() function 576 sFileName1 = strip( sFileName1, '\"' ); in InstallPatchedFiles() 577 sExtension = strip( sExtension, '\"' ); in InstallPatchedFiles() 657 sFileName1 = strip( sFileName1, '\"' ); in UninstallPatchedFiles() 658 sExtension = strip( sExtension, '\"' ); in UninstallPatchedFiles()
|
/trunk/main/sdext/source/pdfimport/xpdftest/ |
H A D | makefile.mk | 47 diff --strip-trailing-cr $(MISC)$/binary_0_out binary_0_out.def 48 diff --strip-trailing-cr $(MISC)$/text_0_out text_0_out.def
|
/trunk/main/testtools/source/bridgetest/pyuno/ |
H A D | makefile.mk | 59 CWD_TMP=$(strip $(shell @echo "import os;print os.getcwd()" | $(PYTHON))) 60 TEST_ENV=export FOO=file:///$(strip $(subst,\,/ $(CWD_TMP)$/$(DLLDEST))) && \
|