Home
last modified time | relevance | path

Searched defs:url (Results 1 – 8 of 8) sorted by relevance

/petsc/config/BuildSystem/
H A Dretrieval.py28 def isGitURL(self, url): argument
73 def getDownloadFailureMessage(package, url, filename=None): argument
87 def removePrefix(url,prefix): argument
111 def genericRetrieve(self,proto,url,root): argument
124 def dirRetrieve(self, url, root): argument
132 def linkRetrieve(self, url, root): argument
140 def gitRetrieve(self, url, root): argument
160 def hgRetrieve(self, url, root): argument
174 def tarballRetrieve(self, url, root): argument
/petsc/src/sys/tests/
H A Dex51.c8 const char url[] = "https://web.cels.anl.gov/projects/petsc/download/datafiles/matrices/tiny"; in main() local
/petsc/lib/petsc/bin/saws/
H A DSAWs.py19 url = 'http://'+host+':'+port+'/SAWs' variable
/petsc/src/sys/webclient/
H A Dclient.c104 static PetscErrorCode PetscHTTPBuildRequest(const char type[], const char url[], const char header[… in PetscHTTPBuildRequest()
176 PetscErrorCode PetscHTTPSRequest(const char type[], const char url[], const char header[], const ch… in PetscHTTPSRequest()
264 PetscErrorCode PetscHTTPRequest(const char type[], const char url[], const char header[], const cha… in PetscHTTPRequest()
/petsc/src/binding/petsc4py/
H A Dsetup.py67 url = F('https://gitlab.com/{name}/{name}') variable
/petsc/src/sys/fileio/
H A Dfretrieve.c336 PetscErrorCode PetscFileRetrieve(MPI_Comm comm, const char url[], char localname[], size_t llen, Pe… in PetscFileRetrieve()
/petsc/src/sys/python/
H A Dpythonsys.c291 PetscErrorCode PetscPythonMonitorSet(PetscObject obj, const char url[]) in PetscPythonMonitorSet()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx145 cdef object parse_url(object url):