Home
last modified time | relevance | path

Searched refs:out (Results 51 – 75 of 898) sorted by path

12345678910>>...36

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1377 $out = '';
1460 $out .= strrev($v);
1462 return $out;
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php575 $out = 0;
589 $output[$out++] = $input[$j];
596 for ($in = $b; $in < $inputLength; ++$out) {
638 $outPlusOne = $out + 1;
664 $out = 0;
675 ++$out;
679 $h = $out;
680 $b = $out;
684 ++$out;
727 ++$out;
[all …]
/plugin/authhttp/
H A DREADME25 This all works out as long as
/plugin/authimap2/
H A Dauth.php295 $out = array();
301 $out[$user] = $info;
309 return $out;
/plugin/authldaplocal/
H A Dauth.php513 $out = array();
519 $out[$user] = $info;
527 return $out;
/plugin/authopenldapkerberos/
H A Dauth.php161 $out = Array();
173 $out[$uid] = $users[$uid];
174 if(count($out) == $limit)
180 return $out;
/plugin/authplaincas/
H A Dauth.php638 $out = array();
644 $out[$user] = $info;
652 return $out;
/plugin/authremoteuser/
H A Dauth.php301 $out = array();
307 $out[$user] = $info;
315 return $out;
/plugin/authshibboleth/
H A DREADME.md47 Now, in most cases, the Shibboleth authentication should work out-of-the-box. But if that is not th…
55 …ntains all available directives, set to their default values and commented out. If you need to cha…
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php273 $out = array();
278 $out[$user] = $info;
285 return $out;
/plugin/authsplit/
H A DREADME204 effect, just try things out and give me feedback on working combinations and
/plugin/authsqlite/
H A Dauth.php149 $out = array();
161 $out[$user['user']] = $info;
168 return $out;
/plugin/authucenter/
H A Dauth.php425 * @param bool $out 1: doku convert to other char, 0: other char convert to doku
428 private function _convert_charset($str, $out = 1){ argument
430 …$str = $out ? iconv('utf-8', $this->getConf('uccharset'), $str) : iconv($this->getConf('uccharset'…
435 private function _convert_charset_all($arr, $out = 1){ argument
439 $arr[$k] = $this->_convert_charset_all($v, $out);
442 $arr = $this->_convert_charset($arr, $out);
/plugin/authucenter/lib/uc_client/
H A Dclient.php238 $out = "POST $path HTTP/1.0\r\n";
248 $out .= $header.$post;
250 $out = "GET $path HTTP/1.0\r\n";
257 $out .= $header;
280 @fwrite($fp, $out);
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php73 $out = "POST $path HTTP/1.0\r\n";
84 $out .= $header.$post;
86 $out = "GET $path HTTP/1.0\r\n";
93 $out .= $header;
116 @fwrite($fp, $out);
/plugin/authvk/
H A Dauth.php304 $out = array();
310 $out[$user] = $info;
318 return $out;
/plugin/authyubikey/
H A Dauth.php.org26 * Carry out sanity checks to ensure the object is
278 $out = array();
284 $out[$user] = $info;
292 return $out;
/plugin/authyubikey/lib/
H A DYubico.php256 if(!preg_match("/" . $param . "=([0-9]+)/", $this->_response, $out)) {
259 $param_array[$param]=$out[1];
367 if (preg_match("/status=([a-zA-Z0-9_]+)/", $str, $out)) {
368 $status = $out[1];
/plugin/autogroup/
H A Daction.php114 $out = array();
131 $out[] = $group;
144 $msg = sprintf($this->getLang('update_ok'), $user, implode(',',$in), implode(',',$out));
/plugin/autologoff/
H A DREADME3 Automatically log out users after a defined period of inactivity
H A Dplugin.info.txt6 desc Automatically log out users after a defined period of inactivity
/plugin/autologoff/lang/en/
H A Dintro.txt3 Here you can specify users and groups that should be logged out after the configured time of inactivity. Be sure to prefix groups with ''@''. A user that is membe (…)
/plugin/autotabber/
H A DLICENSE159 result of this License or out of the use or inability to use the
/plugin/autotooltip/
H A Dscreen.less6 transition: opacity .3s ease-in-out;
/plugin/autotranslation/
H A Dhelper.php217 $out = '';
218 $out .= '<sup>';
220 $out .= '</sup>';
222 return $out;
297 $out .= '<ul>';
311 $out .= '</ul>';
320 $out .= '</div>';
322 return $out;
389 $out = '';
401 $out .= '</a>';
[all …]

12345678910>>...36