Home
last modified time | relevance | path

Searched refs:morsel (Results 126 – 150 of 675) sorted by relevance

12345678910>>...27

/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/requests/
H A Dcookies.py477 def morsel_to_cookie(morsel): argument
481 if morsel['max-age']:
486 elif morsel['expires']:
492 comment=morsel['comment'],
493 comment_url=bool(morsel['comment']),
495 domain=morsel['domain'],
497 name=morsel.key,
498 path=morsel['path'],
502 secure=bool(morsel['secure']),
503 value=morsel.value,
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/requests/requests/
H A Dcookies.py477 def morsel_to_cookie(morsel): argument
481 if morsel['max-age']:
486 elif morsel['expires']:
492 comment=morsel['comment'],
493 comment_url=bool(morsel['comment']),
495 domain=morsel['domain'],
497 name=morsel.key,
498 path=morsel['path'],
502 secure=bool(morsel['secure']),
503 value=morsel.value,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/requests/requests/
H A Dcookies.py477 def morsel_to_cookie(morsel): argument
481 if morsel['max-age']:
486 elif morsel['expires']:
492 comment=morsel['comment'],
493 comment_url=bool(morsel['comment']),
495 domain=morsel['domain'],
497 name=morsel.key,
498 path=morsel['path'],
502 secure=bool(morsel['secure']),
503 value=morsel.value,
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/py/sys/requests/
H A Dcookies.py477 def morsel_to_cookie(morsel): argument
481 if morsel['max-age']:
486 elif morsel['expires']:
492 comment=morsel['comment'],
493 comment_url=bool(morsel['comment']),
495 domain=morsel['domain'],
497 name=morsel.key,
498 path=morsel['path'],
502 secure=bool(morsel['secure']),
503 value=morsel.value,
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/sys/requests/
H A Dcookies.py477 def morsel_to_cookie(morsel): argument
481 if morsel['max-age']:
486 elif morsel['expires']:
492 comment=morsel['comment'],
493 comment_url=bool(morsel['comment']),
495 domain=morsel['domain'],
497 name=morsel.key,
498 path=morsel['path'],
502 secure=bool(morsel['secure']),
503 value=morsel.value,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/requests/
H A Dcookies.py472 def morsel_to_cookie(morsel): argument
476 if morsel['max-age']:
481 elif morsel['expires']:
487 comment=morsel['comment'],
488 comment_url=bool(morsel['comment']),
490 domain=morsel['domain'],
492 name=morsel.key,
493 path=morsel['path'],
497 secure=bool(morsel['secure']),
498 value=morsel.value,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/requests/requests/
H A Dcookies.py477 def morsel_to_cookie(morsel): argument
481 if morsel['max-age']:
486 elif morsel['expires']:
492 comment=morsel['comment'],
493 comment_url=bool(morsel['comment']),
495 domain=morsel['domain'],
497 name=morsel.key,
498 path=morsel['path'],
502 secure=bool(morsel['secure']),
503 value=morsel.value,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/python/requests/requests/
H A Dcookies.py417 def morsel_to_cookie(morsel): argument
421 if morsel['max-age']:
426 elif morsel['expires']:
432 comment=morsel['comment'],
433 comment_url=bool(morsel['comment']),
435 domain=morsel['domain'],
437 name=morsel.key,
438 path=morsel['path'],
442 secure=bool(morsel['secure']),
443 value=morsel.value,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/requests/requests/
H A Dcookies.py477 def morsel_to_cookie(morsel): argument
481 if morsel['max-age']:
486 elif morsel['expires']:
492 comment=morsel['comment'],
493 comment_url=bool(morsel['comment']),
495 domain=morsel['domain'],
497 name=morsel.key,
498 path=morsel['path'],
502 secure=bool(morsel['secure']),
503 value=morsel.value,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/requests/
H A Dcookies.py472 def morsel_to_cookie(morsel): argument
476 if morsel['max-age']:
481 elif morsel['expires']:
487 comment=morsel['comment'],
488 comment_url=bool(morsel['comment']),
490 domain=morsel['domain'],
492 name=morsel.key,
493 path=morsel['path'],
497 secure=bool(morsel['secure']),
498 value=morsel.value,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/requests/requests/
H A Dcookies.py417 def morsel_to_cookie(morsel): argument
421 if morsel['max-age']:
426 elif morsel['expires']:
432 comment=morsel['comment'],
433 comment_url=bool(morsel['comment']),
435 domain=morsel['domain'],
437 name=morsel.key,
438 path=morsel['path'],
442 secure=bool(morsel['secure']),
443 value=morsel.value,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/_vendor/requests/
H A Dcookies.py472 def morsel_to_cookie(morsel): argument
476 if morsel['max-age']:
481 elif morsel['expires']:
487 comment=morsel['comment'],
488 comment_url=bool(morsel['comment']),
490 domain=morsel['domain'],
492 name=morsel.key,
493 path=morsel['path'],
497 secure=bool(morsel['secure']),
498 value=morsel.value,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/requests/
H A Dcookies.py477 def morsel_to_cookie(morsel): argument
481 if morsel['max-age']:
486 elif morsel['expires']:
492 comment=morsel['comment'],
493 comment_url=bool(morsel['comment']),
495 domain=morsel['domain'],
497 name=morsel.key,
498 path=morsel['path'],
502 secure=bool(morsel['secure']),
503 value=morsel.value,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/requests/requests/
H A Dcookies.py417 def morsel_to_cookie(morsel): argument
421 if morsel['max-age']:
426 elif morsel['expires']:
432 comment=morsel['comment'],
433 comment_url=bool(morsel['comment']),
435 domain=morsel['domain'],
437 name=morsel.key,
438 path=morsel['path'],
442 secure=bool(morsel['secure']),
443 value=morsel.value,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/_vendor/requests/
H A Dcookies.py472 def morsel_to_cookie(morsel): argument
476 if morsel['max-age']:
481 elif morsel['expires']:
487 comment=morsel['comment'],
488 comment_url=bool(morsel['comment']),
490 domain=morsel['domain'],
492 name=morsel.key,
493 path=morsel['path'],
497 secure=bool(morsel['secure']),
498 value=morsel.value,
[all …]
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/requests/
H A Dcookies.py477 def morsel_to_cookie(morsel): argument
481 if morsel['max-age']:
486 elif morsel['expires']:
492 comment=morsel['comment'],
493 comment_url=bool(morsel['comment']),
495 domain=morsel['domain'],
497 name=morsel.key,
498 path=morsel['path'],
502 secure=bool(morsel['secure']),
503 value=morsel.value,
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/requests/
H A Dcookies.py477 def morsel_to_cookie(morsel): argument
481 if morsel['max-age']:
486 elif morsel['expires']:
492 comment=morsel['comment'],
493 comment_url=bool(morsel['comment']),
495 domain=morsel['domain'],
497 name=morsel.key,
498 path=morsel['path'],
502 secure=bool(morsel['secure']),
503 value=morsel.value,
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/requests/
H A Dcookies.py477 def morsel_to_cookie(morsel): argument
481 if morsel['max-age']:
486 elif morsel['expires']:
492 comment=morsel['comment'],
493 comment_url=bool(morsel['comment']),
495 domain=morsel['domain'],
497 name=morsel.key,
498 path=morsel['path'],
502 secure=bool(morsel['secure']),
503 value=morsel.value,
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/_vendor/requests/
H A Dcookies.py482 def morsel_to_cookie(morsel): argument
486 if morsel['max-age']:
491 elif morsel['expires']:
497 comment=morsel['comment'],
498 comment_url=bool(morsel['comment']),
500 domain=morsel['domain'],
502 name=morsel.key,
503 path=morsel['path'],
507 secure=bool(morsel['secure']),
508 value=morsel.value,
[all …]
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dhttpbase.py160 for cookie_name, morsel in kaka.items():
163 _tmp = morsel.coded_value
171 for attr in morsel.keys():
173 if morsel[attr]:
175 std_attr[attr] = _since_epoch(morsel[attr])
177 if morsel[attr].endswith(","):
178 std_attr[attr] = morsel[attr][:-1]
180 std_attr[attr] = morsel[attr]
182 std_attr[attr] = morsel[attr]
184 if morsel["max-age"]:
[all …]
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dhttpbase.py160 for cookie_name, morsel in kaka.items():
163 _tmp = morsel.coded_value
171 for attr in morsel.keys():
173 if morsel[attr]:
175 std_attr[attr] = _since_epoch(morsel[attr])
177 if morsel[attr].endswith(","):
178 std_attr[attr] = morsel[attr][:-1]
180 std_attr[attr] = morsel[attr]
182 std_attr[attr] = morsel[attr]
184 if morsel["max-age"]:
[all …]
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dhttpbase.py161 for cookie_name, morsel in kaka.items():
164 _tmp = morsel.coded_value
172 for attr in morsel.keys():
174 if morsel[attr]:
176 std_attr[attr] = _since_epoch(morsel[attr])
178 if morsel[attr].endswith(","):
179 std_attr[attr] = morsel[attr][:-1]
181 std_attr[attr] = morsel[attr]
183 std_attr[attr] = morsel[attr]
185 if morsel["max-age"]:
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/http/
H A Dcookies.py320 def __eq__(self, morsel): argument
321 if not isinstance(morsel, Morsel):
323 return (dict.__eq__(self, morsel) and
324 self._value == morsel._value and
325 self._key == morsel._key and
326 self._coded_value == morsel._coded_value)
331 morsel = Morsel()
332 dict.update(morsel, self)
333 morsel.__dict__.update(self.__dict__)
334 return morsel
/dports/lang/python310/Python-3.10.1/Lib/http/
H A Dcookies.py321 def __eq__(self, morsel): argument
322 if not isinstance(morsel, Morsel):
324 return (dict.__eq__(self, morsel) and
325 self._value == morsel._value and
326 self._key == morsel._key and
327 self._coded_value == morsel._coded_value)
332 morsel = Morsel()
333 dict.update(morsel, self)
334 morsel.__dict__.update(self.__dict__)
335 return morsel
/dports/lang/python37/Python-3.7.12/Lib/http/
H A Dcookies.py320 def __eq__(self, morsel): argument
321 if not isinstance(morsel, Morsel):
323 return (dict.__eq__(self, morsel) and
324 self._value == morsel._value and
325 self._key == morsel._key and
326 self._coded_value == morsel._coded_value)
331 morsel = Morsel()
332 dict.update(morsel, self)
333 morsel.__dict__.update(self.__dict__)
334 return morsel

12345678910>>...27