Home
last modified time | relevance | path

Searched refs:sticky (Results 126 – 137 of 137) sorted by path

123456

/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock555 babel-plugin-transform-es2015-sticky-regex@^6.3.13:
557 …registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-st…
648 babel-plugin-transform-es2015-sticky-regex "^6.3.13"
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php112 * @param bool $sticky Cookie should not expire
115 function trustExternal($user,$pass,$sticky=false){ argument
121 $sticky ? $sticky = true : $sticky = false; //sanity check
/plugin/siteexport/inc/
H A Dhttpproxy.php90 list($this->user, $sticky, $this->pass) = auth_getCookie();
99 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
/plugin/strata/
H A Dmanual.txt79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
247 Types are 'sticky'. This means that the first mentioned type for a certain variable will stick to the variable for the whole query. You can override a specific use, but without an explicit type a variable will be of the type first attached to it.
/plugin/structsection/
H A Dyarn.lock866 babel-plugin-transform-es2015-sticky-regex@^6.22.0:
868 …registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-st…
948 babel-plugin-transform-es2015-sticky-regex "^6.22.0"
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js95 hasNativeY = RegExp.prototype.sticky !== undef,
139 (regex.sticky ? "y" : ""); // Proposed for ES6, included in Firefox 3+
516 self.exec = function (str, regex, pos, sticky) { argument
517 … var r2 = copy(regex, "g" + (sticky && hasNativeY ? "y" : ""), (sticky === false ? "y" : "")),
521 if (sticky && match && match.index !== pos) {
801 self.test = function (str, regex, pos, sticky) { argument
803 return !!self.exec(str, regex, pos, sticky);
H A DshCore.min.js17sticky?"y":"")}function r(e,r,i){if(!c.isRegExp(e))throw new TypeError("type RegExp expected");var…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js1322 XRegExp.exec = function (str, regex, pos, sticky) {
1328 addY = hasNativeY && !!(sticky || regex.sticky && sticky !== false);
1339 removeY: sticky === false,
1348 if (sticky && match && match.index !== pos) {
1513 cacheKey = (global ? 'g' : '') + (regex.sticky ? 'y' : '') || 'noGY',
1522 addY: !!regex.sticky,
1647 cacheKey = (global ? 'g' : '') + (search.sticky ? 'y' : '') || 'noGY',
1658 addY: !!search.sticky,
1765 XRegExp.test = function (str, regex, pos, sticky) {
1767 return !!XRegExp.exec(str, regex, pos, sticky);
H A Dsyntaxhighlighter.js.map1sticky","cacheKey","r2","lastIndex","global","callback","globalize","install","feature","matchChai…
/plugin/twofactor/action/
H A Dlogin.php182 * Get sticky value from standard cookie
191 list(, $sticky,) = explode('|', $_COOKIE[DOKU_COOKIE], 3);
192 return (bool)$sticky;
215 protected function verify($code, $providerID, $sticky)
228 $time = $sticky ? (time() + 60 * 60 * 24 * 30 * 3) : 0; //three months on sticky login
208 verify($code, $providerID, $sticky) global() argument
/plugin/vbsso/includes/
H A Dapi.php260 * @param integer $sticky glue
265 function vbsso_auth_setCookie($user, $pass, $sticky, $session_timeout) { argument
274 $cookie = base64_encode($user) . '|' . ((int)$sticky) . '|' . base64_encode($pass);
276 $time = $sticky ? (time() + 60 * 60 * 24 * 365) : (time() + $session_timeout); //one year
/plugin/zenlogin/
H A Daction.php86 function zenphoto_login($user, $password, $sticky=true) { argument
102 if($sticky)

123456