Home
last modified time | relevance | path

Searched refs:endswith (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/testgraphical/source/
H A Dfilehelper.pm147 if (! endswith($sPath, "/") &&
148 ! endswith($sPath, "\\"))
166 if (! endswith($sPath, $sSeparator))
H A Dstringhelper.pm36 @EXPORT = qw(&endswith &startswith);
44 sub endswith($$) subroutine
H A Dfill_documents_loop.pl126 if (! endswith($startdir, $fs))
279 if (! endswith($sCurrentDocumentPool, $fs))
/aoo4110/main/scripting/source/pyprov/
H A Dpythonscript.py241 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" )
/aoo4110/main/pyuno/source/loader/
H A Dpythonloader.py96 if not src.endswith( "\n" ):
/aoo4110/main/pyuno/source/module/
H A Dunohelper.py208 if not isWin and componentUrl.endswith( ".uno" ): # still allow platform independent naming

Completed in 68 milliseconds