Home
last modified time | relevance | path

Searched refs:e (Results 201 – 225 of 3328) sorted by path

12345678910>>...134

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php274 * @param PHP32 $e
278 public function modPow(PHP32 $e, PHP32 $n) argument
280 return $this->powModOuter($e, $n);
288 * @param PHP32 $e
292 public function powMod(PHP32 $e, PHP32 $n) argument
294 return $this->powModOuter($e, $n);
H A DPHP64.php278 * @param PHP64 $e
282 public function modPow(PHP64 $e, PHP64 $n) argument
284 return $this->powModOuter($e, $n);
292 * @param PHP64 $e
296 public function powMod(PHP64 $e, PHP64 $n) argument
298 return $this->powModOuter($e, $n);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2233 } catch (\Exception $e) {
2237 throw $e;
2422 } catch (\Exception $e) {
2426 throw $e;
H A DSSH2.php2378 } catch (\Exception $e) {
3346 } catch (\RuntimeException $e) {
3776 } catch (\RuntimeException $e) {
3828 } catch (\RuntimeException $e) {
4474 } catch (\Exception $e) {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php170 } catch (Exception $e) {
353 } catch (Exception $e) {
/plugin/authlinotp/
H A Dauth.php73 catch (Exception $e)
75 die("Something went wrong: " + $e);
/plugin/authloginapi/
H A DREADME.md3 **authloginapi** is a simple authentication backend to login with other credentials (e.g. from a fo…
/plugin/authmantis/
H A DLICENSE.md287 - e) Convey the object code using peer-to-peer transmission,
376 - e) Declining to grant rights under trademark law for use of some
/plugin/authnc/lang/en/
H A Dsettings.php9 $lang['port'] = 'Nextcloud port (e.g. 443)';
10 $lang['ocs-path'] = 'Path to the OCS API (e.g. /ocs/v1.php/cloud)';
/plugin/authopenldapkerberos/
H A Dauth.php38 catch(Exception $e) {
53 $e = ldap_get_entries($c, $r);
70 $e = ldap_get_entries($c, $r);
108 $e = ldap_get_entries($c, $r);
112 return $e['count'];
126 $e = ldap_get_entries($c, $r);
130 for($i = 0; $i < $e['count']; $i++)
144 $e = ldap_get_entries($c, $r);
150 for($i = 0; $i < $e['count']; $i++) {
192 $e = ldap_get_entries($c, $r);
[all …]
/plugin/authphpbb3/
H A Dauth.php640 } catch (PDOException $e) {
641 $this->dbglog('cannot connect to database server (' . $e->getMessage() .')');
/plugin/authradius/
H A Ddes.php199 $e .= $data[$bit - 1];
201 $ek = des_xor($e, $key);
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php630 } catch (Exception $e) {
631 …("Error retrieving groups from source '%s' (%s): %s", $sourceName, $sourceType, $e->getMessage()));
/plugin/authsmartcard/
H A DREADME.md36 Redirect requests to the authentication plugin, so that requests to the first page of the wiki, e.g…
/plugin/authwordpress/
H A DREADME.md46 - 2017-02-19e “Frusterick Manners”
47 - 2016-06-26e “Elenor of Tsort”
H A Dauth.php100 } catch (Exception $e) {
101 msg(sprintf($this->getLang('error_connect_failed'), $e->getMessage()));
/plugin/authyubikey/
H A DREADME.md8 You have to ensure, that your PHP installation supports PEAR and curl (i.e. php-pear and php5-curl …
14 (i.e. /usr/share/dokuwiki/lib/plugins).
/plugin/autlogin/
H A Dadmin.php1551 if($countr>0) for($e=0; $e<$countr; $e++)
1552 $pages[]=$datas[$e]['id'];
H A Dscript.js84 treehandler: function(e){ argument
85 if(e.target.src){ // is it an image?
86 acl.treetoggle(e.target);
87 } else if(e.target.href){ // is it a link?
95 e.target.className += ' cur';
99 if(e.target.className.search(/wikilink1/) > -1){
102 }else if(e.target.className.search(/idx_dir/) > -1){
107 if(e.target.className.search(/wikilink1/) > -1){
115 if(e.target.className.search(/wikilink1/) > -1){
126 e.stopPropagation();
[all …]
/plugin/autogroup/
H A DLICENSE288 e) Convey the object code using peer-to-peer transmission, provided
379 e) Declining to grant rights under trademark law for use of some
/plugin/autologoff/lang/cs/
H A Dintro.txt
/plugin/autotabber/
H A Dtaboverride.escape.js35 handler: function (e) { argument
36 e = e || event;
37 if (escape && e.keyCode === 27) {
38 tabOverride.utils.removeListeners(e.target || e.srcElement);
44 handler: function (e) { argument
45 e = e || event;
46 tabOverride.utils.addListeners(e.target || e.srcElement);
H A Dtaboverride.js75 if (!e[modifierKeys[i]]) {
189 function overrideKeyDown(e) { argument
190 e = e || event;
452 if (e.preventDefault) {
453 e.preventDefault();
455 e.returnValue = false;
470 function overrideKeyPress(e) { argument
471 e = e || event;
473 var key = e.keyCode;
475 if (tabKeyComboPressed(key, e) || untabKeyComboPressed(key, e) ||
[all …]
/plugin/autotooltip/
H A Dscript.js43 * @param {MouseEvent} e
46 var _move = function(e) {
50 var top = Math.max(e.pageY - window.scrollY - m_tt.outerHeight() - 4, 8);
51 var left = Math.max(e.pageX + 4, 8);
58 right = winWidth - e.pageX - 4;
59 width = Math.min(e.pageX - 4, MAX_WIDTH);
63 width = Math.min(winWidth - e.pageX - 4, MAX_WIDTH);
72 * @param {MouseEvent} e
75 var _moveDebounced = function(e) {
82 _move(e);
45 _move(e) global() argument
71 _moveThrottled(e) global() argument
[all...]
/plugin/autotranslation/lang/fr/
H A Dtotranslate.txt1 …. Merci de terminer la traduction**\\ //(supprimez ce paragraphe une fois la traduction terminée)//

12345678910>>...134