Home
last modified time | relevance | path

Searched refs:cookie (Results 26 – 50 of 183) sorted by relevance

12345678

/plugin/mantis/lib/
H A Dclass.soap_transport_http.php853 if ($cookie) {
855 $this->debug('found cookie: ' . $cookie['name'] . ' = ' . $cookie['value']);
1031 if ($cookie) {
1033 $this->debug('found cookie: ' . $cookie['name'] . ' = ' . $cookie['value']);
1251 return $cookie;
1271 $this->debug("check cookie for validity: ".$cookie['name'].'='.$cookie['value']);
1272 if ((isset($cookie['expires'])) && (! empty($cookie['expires']))) {
1278 if ((isset($cookie['domain'])) && (! empty($cookie['domain']))) {
1285 if ((isset($cookie['path'])) && (! empty($cookie['path']))) {
1292 if ((! $secure) && (isset($cookie['secure'])) && ($cookie['secure'])) {
[all …]
H A Dclass.soapclient.php887 $this->debug('Remove cookie that is not an array');
894 $this->debug('Remove expired cookie ' . $cookie['name']);
915 $this->debug('Setting new cookie(s)');
936 $cookie = $this->cookies[$i];
937 if (!is_array($cookie)) {
940 if (!isset($cookie['name'])) {
943 if ($newName != $cookie['name']) {
947 $domain = isset($cookie['domain']) ? $cookie['domain'] : 'NODOMAIN';
952 $path = isset($cookie['path']) ? $cookie['path'] : 'NOPATH';
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php53 * @param string $cookie
57 public static function dirSync(int $flags = DirSyncRequestControl::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647)
59 return new DirSyncRequestControl($flags, $cookie, $maxBytes);
89 * @param string $cookie
92 public static function paging(int $size, string $cookie = ''): PagingControl
94 return new PagingControl($size, $cookie);
56 dirSync(int $flags = DirSyncRequestControl FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647) global() argument
91 paging(int $size, string $cookie = '') global() argument
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php55 …function dfopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument
61 return $this->dfopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block, $encodetype);
64 …function dfopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE , $ip = '', $timeout… argument
83 $header .= "Cookie: $cookie\r\n\r\n";
92 $header .= "Cookie: $cookie\r\n\r\n";
/plugin/batchedit/
H A Dserver.js2 var cookie = '{7b4e584c-bf85-4f7b-953b-15e327df08ff}';
57 var match = data.match(new RegExp(cookie + '(.+?)' + cookie));
H A Dconfig.php85 $cookie = json_decode($_COOKIE[self::COOKIE], TRUE);
87 if (!is_array($cookie)) {
91 $this->load($cookie);
/plugin/siteexport/inc/
H A Dhttpproxy.php57 if ($this->settings->cookie == null) {
72 $this->cookies = $this->settings->cookie;
128 if ($this->settings->cookie == null) {
129 $this->settings->cookie = $this->cookies;
/plugin/confmanager/
H A Dscript.js13 let ARRcookies=document.cookie.split(";");
27 …document.cookie = encodeURIComponent(key) + '=' + encodeURIComponent(value) + '; expires=' + expir…
35 let cookie = readCookie(key);
36 if(cookie === null || cookie === undefined) {
39 return cookie === 'true';
/plugin/favoris/
H A Dfavoris.js22 document.cookie = curCookie;
30 var dc = document.cookie;
38 var end = document.cookie.indexOf(";", begin);
51 document.cookie = name + "=" +
/plugin/fedauth/classes/usr/
H A Dfa_logout.usr.class.php33 if ($this->manager->cookie) {
34 $this->manager->cookie->clean();
/plugin/xfortune/
H A Daction.php41 $cookie = helper_plugin_xfortune::getCookieHTML($this->getConf('claim'), 2, 130);
42 $conf['tagline'] = $cookie;
H A Dsyntax.php49 list($cookie, $params) = explode('?', $match, 2);
52 $data['cookie'] = cleanID($cookie);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php45 * @param SetCookie $cookie Cookie to set.
49 public function setCookie(SetCookie $cookie); argument
H A DSetCookie.php28 * @param string $cookie Set-Cookie header string
32 public static function fromString($cookie) argument
37 $pieces = array_filter(array_map('trim', explode(';', $cookie)));
/plugin/evesso/
H A Dauth.php100 $cookie = explode('|', $_COOKIE[DOKU_COOKIE]);
101 if (isset($cookie[2]) && isset($cookie[3])) {
102 $auth = base64_decode($cookie[2], true);
103 $servicename = base64_decode($cookie[3], true);
380 …$cookie = base64_encode($user).'|'.((int) $sticky).'|'.base64_encode('oauth').'|'.base64_encode($s…
383 … setcookie(DOKU_COOKIE,$cookie, $time, $cookieDir, '',($conf['securecookie'] && is_ssl()), true);
/plugin/jquotes/
H A Dhelper.php20 $cookie = self::getCookie($cookieID);
22 return nl2br(hsc($cookie));
H A Dsyntax.php50 list($cookie, $params) = explode('?', $match, 2);
53 $data['cookie'] = cleanID($cookie);
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js107 if (cookie != null)
110 cookie = getCookie('pfc_nickmarker');
112 if (cookie == '' || cookie == null)
115 cookie = getCookie('pfc_clock');
116 this.clock = (cookie == 'true');
117 if (cookie == '' || cookie == null)
122 if (cookie == '' || cookie == null)
127 if (cookie == '' || cookie == null)
133 if (cookie != null)
134 this.switch_text_color(cookie);
[all …]
/plugin/fedauth/
H A Daction.php35 var $cookie = null; variable in action_plugin_fedauth
89 * stays logged in as long as other fedauth cookie data is valid.
108 $this->cookie = new fa_cookie();
115 if ($cdata = $this->cookie->get()) {
167 $this->cookie->clean();
/plugin/goto/
H A Dscript.js25 var value = re.exec(document.cookie);
33 document.cookie = cname + "=" + cvalue + ";" + expires + ";path="+DOKU_BASE;
/plugin/vkeyboard/
H A Dchange_log21 is seen in action.php, a cookie named VKB is created with the name of the
22 language. When this cookie is seen by action.php on the next edit access,
31 the dokuwiki form (dw__editform') and the VKB cookie is re-set to a previous
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php179 * A specific DirSync cookie to use. For example, this could be a cookie from a previous DirSync request, assuming
182 * @param string $cookie argument
185 public function useCookie(string $cookie)
187 $this->dirSyncRequest->setCookie($cookie);
258 * Get the cookie currently in use.
/plugin/oauth/
H A DSession.php6 * Singleton to manage all oAuth related session and cookie data
115 * Set oAuth info to cookie
117 * We use the same cookie as standard DokuWiki, but write different info.
127 $cookie = "$servicename|oauth|$storageId";
132 $cookie,
144 * Get oAuth info from cookie
146 * @return array|false Either [servicename=>?, storageID=>?] or false if no oauth data in cookie
178 //FIXME clear cookie?
/plugin/fedauth/classes/
H A Dfa_cookie.class.php102 $cookie = base64_encode($user) . '|'
110 $this->_updateCookie($cookie, $time);
/plugin/workflow/
H A Dscript.js19 var str = jQuery.cookie(name);
27 jQuery.cookie(name, JSON.stringify(obj));

12345678