Home
last modified time | relevance | path

Searched refs:with_fragment (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/Core/
H A DNptUri.cpp839 NPT_Url::ToRequestString(bool with_fragment) const in ToRequestString()
844 if (with_fragment) length += 1+m_Fragment.GetLength(); in ToRequestString()
865 if (with_fragment && m_HasFragment) { in ToRequestString()
876 NPT_Url::ToStringWithDefaultPort(NPT_UInt16 default_port, bool with_fragment) const in ToStringWithDefaultPort()
879 NPT_String request = ToRequestString(with_fragment); in ToStringWithDefaultPort()
909 NPT_Url::ToString(bool with_fragment) const in ToString()
911 return ToStringWithDefaultPort(0, with_fragment); in ToString()
H A DNptUri.h289 virtual NPT_String ToRequestString(bool with_fragment = false) const;
300 …virtual NPT_String ToStringWithDefaultPort(NPT_UInt16 default_port, bool with_fragment = true) con…
308 virtual NPT_String ToString(bool with_fragment = true) const;
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Core/
H A DNptUri.cpp839 NPT_Url::ToRequestString(bool with_fragment) const in ToRequestString()
844 if (with_fragment) length += 1+m_Fragment.GetLength(); in ToRequestString()
865 if (with_fragment && m_HasFragment) { in ToRequestString()
876 NPT_Url::ToStringWithDefaultPort(NPT_UInt16 default_port, bool with_fragment) const in ToStringWithDefaultPort()
879 NPT_String request = ToRequestString(with_fragment); in ToStringWithDefaultPort()
909 NPT_Url::ToString(bool with_fragment) const in ToString()
911 return ToStringWithDefaultPort(0, with_fragment); in ToString()
H A DNptUri.h289 virtual NPT_String ToRequestString(bool with_fragment = false) const;
300 …virtual NPT_String ToStringWithDefaultPort(NPT_UInt16 default_port, bool with_fragment = true) con…
308 virtual NPT_String ToString(bool with_fragment = true) const;
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/platinum/
H A DNptUri.h288 virtual NPT_String ToRequestString(bool with_fragment = false) const;
299 …virtual NPT_String ToStringWithDefaultPort(NPT_UInt16 default_port, bool with_fragment = true) con…
307 virtual NPT_String ToString(bool with_fragment = true) const;
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/platinum/
H A DNptUri.h288 virtual NPT_String ToRequestString(bool with_fragment = false) const;
299 …virtual NPT_String ToStringWithDefaultPort(NPT_UInt16 default_port, bool with_fragment = true) con…
307 virtual NPT_String ToString(bool with_fragment = true) const;
/dports/www/py-yarl/yarl-1.7.2/tests/
H A Dtest_url.py735 url2 = url.with_fragment("frag")
743 u2 = url.with_fragment("a:b?c@d/e")
749 url2 = url.with_fragment("фрагм")
756 url2 = url.with_fragment("%cf%80")
764 url2 = url.with_fragment(None)
770 url2 = url.with_fragment(None)
776 url2 = url.with_fragment("frag")
783 url.with_fragment(123)
/dports/www/py-urlobject/URLObject-2.4.3/test/
H A Durlobject_test.py74 assert self.url.relative('#foobar') == self.url.with_fragment('foobar')
329 assert (self.url.with_fragment('part') ==
333 assert (self.url.with_fragment('foo bar#baz') ==
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/eetcd/src/
H A Deetcd_watch.erl21 with_fragment/1,
50 -spec with_fragment(context()) -> context().
51 with_fragment(Context) -> function
/dports/www/py-urlobject/URLObject-2.4.3/doc/
H A Dapi.rst23 fragment, with_fragment, without_fragment,
H A Dquickstart.rst53 >>> print(url.with_fragment('example'))
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-session.c530 gchar *with_fragment; in anjuta_session_get_relative_uri_from_file() local
532 with_fragment = g_strconcat (uri, "#", fragment, NULL); in anjuta_session_get_relative_uri_from_file()
534 uri = with_fragment; in anjuta_session_get_relative_uri_from_file()
/dports/www/py-yarl/yarl-1.7.2/yarl/
H A D__init__.pyi90 def with_fragment(self, fragment: Optional[str]) -> URL: ...
/dports/www/firefox/firefox-99.0/third_party/python/yarl/yarl/
H A D__init__.pyi89 def with_fragment(self, fragment: Optional[str]) -> URL: ...
/dports/www/py-urlobject/URLObject-2.4.3/urlobject/
H A Durlobject.py527 def with_fragment(self, fragment): member in URLObject
/dports/www/firefox/firefox-99.0/third_party/python/yarl/
H A DCHANGES.rst549 * Document ``with_query()``, ``with_fragment()`` and ``origin()``
551 * Allow ``None`` for ``with_query()`` and ``with_fragment()``
H A DPKG-INFO761 * Document ``with_query()``, ``with_fragment()`` and ``origin()``
763 * Allow ``None`` for ``with_query()`` and ``with_fragment()``
/dports/www/py-yarl/yarl-1.7.2/
H A DCHANGES.rst578 * Document ``with_query()``, ``with_fragment()`` and ``origin()``
580 * Allow ``None`` for ``with_query()`` and ``with_fragment()``
H A DPKG-INFO805 * Document ``with_query()``, ``with_fragment()`` and ``origin()``
807 * Allow ``None`` for ``with_query()`` and ``with_fragment()``
/dports/www/py-yarl/yarl-1.7.2/docs/
H A Dapi.rst684 .. method:: URL.with_fragment(fragment)
692 >>> URL('http://example.com/path#frag').with_fragment('anchor')
694 >>> URL('http://example.com/path#frag').with_fragment('якорь')
696 >>> URL('http://example.com/path#frag').with_fragment(None)
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dclient_reqrep.py287 self.url = url.with_fragment(None)
742 self._url = url.with_fragment(None)
/dports/www/py-yarl/yarl-1.7.2/yarl.egg-info/
H A DPKG-INFO805 * Document ``with_query()``, ``with_fragment()`` and ``origin()``
807 * Allow ``None`` for ``with_query()`` and ``with_fragment()``
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dclient_reqrep.py287 self.url = url.with_fragment(None)
742 self._url = url.with_fragment(None)
/dports/www/firefox/firefox-99.0/third_party/python/yarl/yarl.egg-info/
H A DPKG-INFO761 * Document ``with_query()``, ``with_fragment()`` and ``origin()``
763 * Allow ``None`` for ``with_query()`` and ``with_fragment()``
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dclient_reqrep.py287 self.url = url.with_fragment(None)
742 self._url = url.with_fragment(None)

12