Home
last modified time | relevance | path

Searched defs:pUri (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav/
H A DSerfUri.cxx91 void SerfUri::init( const apr_uri_t * pUri ) in init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav/
H A DSerfUri.cxx91 void SerfUri::init( const apr_uri_t * pUri ) in init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav-neon/
H A DNeonUri.cxx114 void NeonUri::init( const OString & rUri, const ne_uri * pUri ) in init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav-neon/
H A DNeonUri.cxx114 void NeonUri::init( const OString & rUri, const ne_uri * pUri ) in init()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cheapskate-0.1.1.2/Cheapskate/
H A DInlines.hs242 pUri scheme = do function
/dports/devel/elm-format/elm-format-0.8.3/markdown/Cheapskate/
H A DInlines.hs240 pUri scheme = do function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cheapskate-0.1.1.2/Cheapskate/
H A DInlines.hs242 pUri scheme = do function
/dports/biology/py-biopython/biopython-1.79/Bio/Phylo/
H A DCDAOIO.py347 def pUri(s): function
/dports/textproc/xerces-c3/xerces-c-3.2.3/samples/src/PSVIWriter/
H A DPSVIWriterHandlers.hpp67 AttrInfo(const XMLCh* pUri, const XMLCh* pName, const XMLCh* pType, const XMLCh* pValue) { in AttrInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DnsImportAddressBooks.cpp297 already_AddRefed<nsIAbDirectory> GetAddressBookFromUri(const char* pUri) { in GetAddressBookFromUri()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DInlines.hs477 pUri = try $ do function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-0.2.1/src/Commonmark/
H A DInlines.hs479 pUri = try $ do function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DInlines.hs477 pUri = try $ do function
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dwcm-config.cpp1836 std::string* pUri; member
2032 std::string* pUri = pList->get( fontList.GetCurrentInt() ).pUri; in Command() local
2071 std::string* pUri = pList->get( fontList.GetCurrentInt() ).pUri; in Command() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/source/dom/
H A Ddocument.cxx544 xmlChar const *pUri = reinterpret_cast<xmlChar const *>(o3.getStr()); in createElementNS() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/source/dom/
H A Ddocument.cxx540 xmlChar const *pUri = reinterpret_cast<xmlChar const *>(o3.getStr()); in createElementNS() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dstubhelpers.cs675 static internal extern string GetRawUriFromNative(IntPtr pUri); in GetRawUriFromNative()
/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.c48084 SyhttpUri *pUri, /* OUT: Parse of the URI */ in VmHttpProcessFirstLine()