Home
last modified time | relevance | path

Searched defs:cookie_name (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/devel/py-oci/oci-2.53.1/src/oci/load_balancer/models/
H A Dsession_persistence_configuration_details.py65 def cookie_name(self): member in SessionPersistenceConfigurationDetails
80 def cookie_name(self, cookie_name): argument
H A Dlb_cookie_session_persistence_configuration_details.py104 def cookie_name(self): member in LBCookieSessionPersistenceConfigurationDetails
132 def cookie_name(self, cookie_name): member in LBCookieSessionPersistenceConfigurationDetails
/dports/www/py-paste/Paste-3.4.6/paste/
H A Dflup_session.py49 cookie_name=NoDefault, argument
98 cookie_name=NoDefault, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/
H A Dflup_session.py49 cookie_name=NoDefault, argument
98 cookie_name=NoDefault, argument
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/util/http/
H A DHTTPAuthHelperListener.java29 String cookie_name, in cookieFound()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/cowboy/src/
H A Dcowboy_req.erl477 cookie_name(<<$\s, Rest/binary>>) -> cookie_name(Rest); function
478 cookie_name(<<$\t, Rest/binary>>) -> cookie_name(Rest); function
479 cookie_name(Name) -> cookie_name(Name, <<>>). function
481 cookie_name(<<>>, Name) -> Name; function
482 cookie_name(<<$=, _/bits>>, Name) -> Name; function
483 cookie_name(<<C, Rest/bits>>, Acc) -> cookie_name(Rest, <<Acc/binary, C>>). function
/dports/www/py-paste/Paste-3.4.6/paste/auth/
H A Dcookie.py257 cookie_name = 'PASTE_AUTH_COOKIE' variable in AuthCookieHandler
261 def __init__(self, application, cookie_name=None, scanlist=None, argument
330 cookie_name='PASTE_AUTH_COOKIE', argument
H A Dauth_tkt.py101 time=None, cookie_name='auth_tkt', argument
291 def __init__(self, app, secret, cookie_name='auth_tkt', secure=False, argument
420 cookie_name='auth_tkt', argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/auth/
H A Dcookie.py250 cookie_name = 'PASTE_AUTH_COOKIE' variable in AuthCookieHandler
254 def __init__(self, application, cookie_name=None, scanlist=None, argument
323 cookie_name='PASTE_AUTH_COOKIE', argument
H A Dauth_tkt.py96 time=None, cookie_name='auth_tkt', argument
281 def __init__(self, app, secret, cookie_name='auth_tkt', secure=False, argument
410 cookie_name='auth_tkt', argument
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/cookie_remap/
H A Dcookiejar.cc222 CookieJar::get_full(const string &cookie_name, string &val) in get_full()
232 CookieJar::get_part(const string &cookie_name, const string &part_name, string &val) in get_part()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/chromeos/login/
H A Dcookie_waiter.cc18 const std::string& cookie_name, in CookieWaiter()
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/binding/impl/
H A DSAML2MessageEncoder.cpp62 string cookie_name = string("_opensaml_req_").append( in preserveCorrelationID() local
/dports/www/p5-CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.23/lib/CGI/Application/Plugin/Authentication/Store/
H A DCookie.pm178 sub cookie_name { subroutine
/dports/www/punbb/punbb-1.4.6/include/
H A Dcommon.php35 $cookie_name = 'forum_cookie'; variable
/dports/devel/py-repoze.who/repoze.who-2.4/repoze/who/plugins/
H A Dauth_tkt.py49 def __init__(self, secret, cookie_name='auth_tkt', argument
229 cookie_name='auth_tkt', argument
/dports/databases/phpliteadmin/
H A Dphpliteadmin.config.sample.php75 $cookie_name = 'pla3412'; variable
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/
H A DSessionHandlerCookie.php33 protected $cookie_name; variable in SimpleSAML\\SessionHandlerCookie
H A DSessionHandlerPHP.php24 protected $cookie_name; variable in SimpleSAML\\SessionHandlerPHP
/dports/www/p5-Jifty/Jifty-1.50430/lib/Jifty/Web/Session/
H A DNone.pm160 sub cookie_name { return undef} subroutine
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/
H A DSessionHandlerCookie.php35 protected $cookie_name; variable in SimpleSAML\\SessionHandlerCookie
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/lib/kohana/system/libraries/drivers/Session/
H A DCookie.php14 protected $cookie_name; variable in Session_Cookie_Driver
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/lib/kohana/system/libraries/drivers/Session/
H A DCookie.php14 protected $cookie_name; variable in Session_Cookie_Driver
/dports/www/p5-Jifty/Jifty-1.50430/lib/Jifty/Web/
H A DSession.pm238 sub cookie_name { subroutine
/dports/www/py-bottle-cork/bottle-cork-0.12.0/tests/
H A Dtest_scrypt.py21 cookie_name = None # global variable to track cookie status variable

123456789