Searched refs:endswith (Results 1 – 6 of 6) sorted by relevance
147 if (! endswith($sPath, "/") &&148 ! endswith($sPath, "\\"))166 if (! endswith($sPath, $sSeparator))
36 @EXPORT = qw(&endswith &startswith);44 sub endswith($$) subroutine
126 if (! endswith($startdir, $fs))279 if (! endswith($sCurrentDocumentPool, $fs))
241 if not code.endswith( "\n" ):633 if i.endswith( ".py" ):637 elif self.provCtx.sfa.isFolder( i ) and not i.endswith("/pythonpath"):693 if i.endswith(".py"):931 isPackage = storageType.endswith( ":uno_packages" )
96 if not src.endswith( "\n" ):
208 if not isWin and componentUrl.endswith( ".uno" ): # still allow platform independent naming
Completed in 42 milliseconds