Home
last modified time | relevance | path

Searched refs:e (Results 251 – 275 of 357) sorted by last modified time

1...<<1112131415

/dokuwiki/inc/lang/ia/
H A Dedit.txt1 Modifica le pagina e preme "Salveguardar". Vide [[wiki:syntax]] pro le syntaxe wiki. Per favor modifica le paginas solmente si tu pote **meliorar** lo. Si tu vole testar alcun cosas, apprende facer tu prime passos in le [[playground:playground|parco de jocos]].
H A Drevisions.txt3 Ecce le versiones ancian del documento presente. Pro reverter lo a un version ancian, selige un version del lista in basso, clicca "Modificar iste pagina" e salveguarda lo.
H A Dstopwords.txt12 e
/dokuwiki/inc/lang/pt-br/
H A Dregister.txt3 Preencha todas as informações abaixo para criar uma nova conta nesse Wiki. Certifique-se de que você forneceu um **endereço de e-mail válido** - se não for pedido que você entre com uma senha aqui, ela será enviada para esse endereço. O nome de usuário deve ser um [[doku>pt-br:pagename|nome de página]] válido.
H A Drevisions.txt3 Essas são as revisões anteriores desse documento. Para reverter a uma revisão antiga, selecione-a abaixo, clique em ''Editar esta página'' e salve-a.
H A Dsubscr_digest.txt15 e cancele o monitoramento da página e/ou do espaço de
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1377 $e = clone $hash[4];
1401 $e->bitwise_rightRotate(14),
1402 $e->bitwise_rightRotate(18),
1403 $e->bitwise_rightRotate(41)
1408 $e->bitwise_and($f),
1409 $g->bitwise_and($e->bitwise_not())
1419 $f = clone $e;
1420 $e = $d->add($t1);
1433 $hash[4]->add($e),
/dokuwiki/inc/
H A DJpegMeta.php1482 } catch(Exception $e) {
1483 $this->_handleMarkerParsingException($e);
1546 } catch(Exception $e) {
1547 $this->_handleMarkerParsingException($e);
1608 } catch (Exception $e) {
1609 $this->_handleMarkerParsingException($e);
1725 } catch(Exception $e) {
1726 $this->_handleMarkerParsingException($e);
2400 function _handleMarkerParsingException($e) {
2401 \dokuwiki\ErrorHandler::logException($e,
2397 _handleMarkerParsingException($e) global() argument
[all...]
/dokuwiki/lib/tpl/dokuwiki/images/
H A Ddokuwiki.svg36 <linearGradient id="e" x1="202.42" x2="206.06" y1="222.05" y2="210.36" gradientUnits="userSpaceOnUse">
66 <path d="M174.76 201.6c-6.046 2.467-10.168 4.42-12.885 6.35s-3.193 4.6-3.246 6.267c-.027.832.08 1.777.632 2.44.55.662 1.807 1.874 2.757 2.385 1.901 1.023 7.542 2.43 10.52 3.073 11.908 2.577 26.805 1.682 26.805 1.682 1.694 1.245 2.833 2.824 3.27 4.269 4.576-1.887 11.81-6.585 13.156-8.578-5.45-4.2-10.797-6.333-16.513-8.308-1.598-.72-2.88-1.227-.717 2.556.985 2.473.858 5.052.572 7.419 0 0-16.527.406-28.238-2.127-2.928-.633-5.467-.955-7.22-1.898-.876-.472-1.482-.821-1.915-1.341s-.22-1.291-.201-1.86c.036-1.135.253-1.67 2.861-3.524s5.655-3.362 11.66-5.812c-.088-1.291-.29-2.506-1.298-2.993z" fill="url(#e)" transform="matrix(.99993 0 0 .99598 -158.095 -157.774)"/>
/dokuwiki/inc/lang/ro/
H A Ddiff.txt
H A Dindex.txt3 Acesta e un index al tuturor paginilor ordonat după [[doku>namespaces|spații de nume]].
H A Dlogin.txt
H A Dpreview.txt3 Acesta este modul în care va arăta textul. **Ai în vedere: Nu e încă salvat**!
H A Dpwconfirm.txt5 Dacă nu ai solicitat o parolă nouă, ignoră acest e-mail.
H A Dregister.txt4 că ai introdus o adresă de e-mail **validă** unde va fi trimisă noua parolă. Numele de utilizator trebuie de asemenea să fie valid [[doku>pagename|pagename]].
H A Dshowrev.txt1 **Aceasta e o versiune anterioară a paginii.**
H A Dstopwords.txt4 # Nu e nevoie să incluzi cuvinte mai scurte de 3 caractere - acestea sunt,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php109 } catch (\Exception $e) {
151 } catch (\Exception $e) {
457 * @param BigInteger $e
461 public function powMod(BigInteger $e, BigInteger $n)
463 return new static($this->value->powMod($e->value, $n->value));
469 * @param BigInteger $e
473 public function modPow(BigInteger $e, BigInteger $n)
475 return new static($this->value->modPow($e->value, $n->value));
1659 modPow($e, $n) global() argument
1810 powMod($e, $n) global() argument
1829 _slidingWindow($e, $n, $mode) global() argument
/dokuwiki/lib/plugins/styling/
H A Dscript.js62 $btn.on('click', function (e) { argument
65 e.preventDefault();
66 e.stopPropagation();
74 window.onunload = function(e) { argument
83 jQuery(':button').click(function(e){ argument
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md88 - All global constants are deprecated, use the constants from the class `SimplePie\SimplePie` instead (e.g. replace `SIMPLEPIE_VERSION` with `SimplePie\SimplePie::VERSION`)
/dokuwiki/lib/scripts/
H A Dbehaviour.js109 function(e){ argument
110 jQuery(e.target).removeClass('search_hit', 1000);
129 .change(function(e){ HTMLFormElement.prototype.submit.call(e.target.form); }) argument
H A Dfileuploader.js68 qq.preventDefault = function(e){ argument
69 if (e.preventDefault){
70 e.preventDefault();
72 e.returnValue = false;
348 qq.attach(window, 'beforeunload', function(e){ argument
351 var e = e || window.event;
353 e.returnValue = self._options.messages.onLeave;
558 onEnter: function(e){ argument
560 e
562 AnonymousFunctionc6e2ab790b00(e) global() argument
565 AnonymousFunctionc6e2ab790c00(e) global() argument
568 AnonymousFunctionc6e2ab790d00(e) global() argument
577 AnonymousFunctionc6e2ab790e00(e) global() argument
582 AnonymousFunctionc6e2ab790f00(e) global() argument
653 AnonymousFunctionc6e2ab791600(e) global() argument
671 onEnter(e) global() argument
672 onLeave(e) global() argument
674 onLeaveNotDescendants(e) global() argument
675 onDrop(e) global() argument
686 _disableDropOutside(e) global() argument
690 AnonymousFunctionc6e2ab791700(e) global() argument
703 AnonymousFunctionc6e2ab791800(e) global() argument
717 AnonymousFunctionc6e2ab791900(e) global() argument
723 AnonymousFunctionc6e2ab791a00(e) global() argument
735 AnonymousFunctionc6e2ab791b00(e) global() argument
742 _isValidFileDrag(e) global() argument
1184 xhr(e) global() argument
[all...]
H A Dhelpers.js56 * @param e The error object
59 function logError(e, file) { argument
64 e.name, e.message, file);
65 if(e.stack) {
66 console.error(e.stack);
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php112 } catch (\PDOException $e) {
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE315 e) Verify that the user has already received a copy of these

1...<<1112131415