Home
last modified time | relevance | path

Searched refs:e (Results 326 – 350 of 357) sorted by relevance

1...<<1112131415

/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A Dlessc.inc.php
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php55 } catch (PDOException $e) {
56 $this->debugMsg($e);
696 } catch (Exception $e) {
701 $this->debugMsg($e, -1, $line);
/dokuwiki/inc/
H A DPassHash.php812 * @param string $algo Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4",
861 } catch (\Exception $e) {
864 throw new \RuntimeException($e->getMessage(), $e->getCode(), $e);
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...]
H A Dtemplate.php121 } catch (FatalException $e) {
123 msg(hsc($e->getMessage()), -1);
1916 * @param string $view e.g. 'main', 'detail', ...
/dokuwiki/lib/styles/
H A Dscreen.css82 (e.g. for screen readers or to keep access keys working) */
/dokuwiki/
H A Dinstall.php160 } catch (Exception $e) {
161 echo 'Caught exception: ', $e->getMessage(), "\n";
/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/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php209 * Exponent (ie. e or d)
343 static $e;
344 if (!isset($e)) {
345 $e = new BigInteger(self::$defaultExponent);
387 $gcd = $temp->gcd($e);
393 $d = $e->modInverse($temp);
397 $exponents[$i] = $e->modInverse($temp);
404 // publicExponent INTEGER, -- e
416 $privatekey->publicExponent = $e;
426 $publickey->exponent = $e;
727 _convertPrivateKey($n, $e, $d, $primes, $exponents, $coefficients) global() argument
1009 _convertPublicKey($n, $e) global() argument
[all...]
/dokuwiki/data/media/wiki/
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/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/lib/scripts/
H A Dmedia.js496 handles: (jQuery('html[dir=rtl]').length ? 'w' : 'e'),
756 confirmattach: function (e) {
758 e.preventDefault();
839 setOpt: function (opt, e) {
841 if (typeof e !== 'undefined') {
/dokuwiki/lib/exe/
H A Dcss.php222 } catch (Exception $e) {
224 $msg = str_replace(["\n", "\r", "'"], [], $e->getMessage());
/dokuwiki/lib/plugins/config/
H A Dadmin.php62 } catch (Exception $e) {
/dokuwiki/inc/HTTP/
H A DHTTPClient.php272 } catch (HTTPClientException $e) {
273 $this->status = $e->getCode();
274 $this->error = $e->getMessage();
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php948 * Return the filename (i.e. hash, without path and without extension) of the file to cache a given URL.
951 * @return string A filename (i.e. hash, without path and without extension).
1522 // Then check the xml extension is sane (i.e., libxml 2.7.x issue on PHP < 5.2.9 and libxml 2.7.0 to 2.7.2 on any version) if we don't have xmlreader.
1878 } catch (\SimplePie\Exception $e) {
1882 $this->error = $e->getMessage();
1883 $this->registry->call(Misc::class, 'error', [$this->error, E_USER_NOTICE, $e->getFile(), $e->getLine()]);
2308 } catch (\SimplePie\Exception $e) {
2310 $this->error = $e->getMessage();
2311 $this->registry->call(Misc::class, 'error', [$this->error, E_USER_WARNING, $e
[all...]
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md16 Note that this class is still **un-namespaced** - i.e. it's still declared in the global namespace. The `composer.json`
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md38 } catch (Exception $e) {
/dokuwiki/lib/images/interwiki/
H A Ddoku.svg1 <svg width="128.171" height="128.039" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="k"><stop style="stop-color:#3a9030;stop-opacity:.83673471" offset="0"/><stop style="stop-color:#3d9c32;stop-opacity:.79591835" offset="1"/></linearGradient><linearGradient id="j"><stop style="stop-color:#25901b;stop-opacity:.83673471" offset="0"/><stop style="stop-color:#25901b;stop-opacity:.37755102" offset="1"/></linearGradient><linearGradient id="i"><stop style="stop-color:#e32525;stop-opacity:.81632656" offset="0"/><stop style="stop-color:#e32525;stop-opacity:.5714286" offset="1"/></linearGradient><linearGradient id="h"><stop offset="0" style="stop-color:#000;stop-opacity:.17346939"/><stop offset="1" style="stop-color:#c7cec2;stop-opacity:0"/></linearGradient><linearGradient id="g"><stop style="stop-color:#000;stop-opacity:.17346939" offset="0"/><stop style="stop-color:#c7cec2;stop-opacity:0" offset="1"/></linearGradient><linearGradient id="f"><stop style="stop-color:#fbfaf9;stop-opacity:1" offset="0"/><stop style="stop-color:#e9dac7;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="e"><stop style="stop-color:#fbf6f0;stop-opacity:1" offset="0"/><stop style="stop-color:#e9dac7;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="d"><stop style="stop-color:#ede1ae;stop-opacity:1" offset="0"/><stop style="stop-color:#fefdfa;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="a"><stop style="stop-color:#00a423;stop-opacity:1" offset="0"/><stop style="stop-color:#00b427;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="b"><stop offset="0" style="stop-color:#00b62b;stop-opacity:1"/><stop offset="1" style="stop-color:#a1d784;stop-opacity:1"/></linearGradient><linearGradient id="c"><stop style="stop-color:#d69c00;stop-opacity:1" offset="0"/><stop style="stop-color:#ffe658;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="l"><stop offset="0" style="stop-color:#ce411e;stop-opacity:1"/><stop offset="1" style="stop-color:#ecad8d;stop-opacity:1"/></linearGradient><linearGradient id="m"><stop style="stop-color:#8f2a15;stop-opacity:1" offset="0"/><stop style="stop-color:#c8381b;stop-opacity:1" offset="1"/></linearGradient><linearGradient xlink:href="#a" id="z" x1="192.039" y1="262.258" x2="263.671" y2="262.258" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="B" x1="191.751" y1="258.916" x2="255.656" y2="258.916" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#c" id="y" x1="184.071" y1="246.359" x2="201.406" y2="246.359" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#d" id="p" x1="162.764" y1="184.993" x2="240.849" y2="289.503" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#e" id="n" x1="140.158" y1="303.79" x2="136.142" y2="195.872" gradientUnits="userSpaceOnUse"/><linear (…)
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php112 } catch (\PDOException $e) {
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md38 // get your news items from somewhere, e.g. your database:
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_fullscreen.css84 #mediamanager__page .ui-resizable-e {
89 #mediamanager__page .ui-resizable-e:hover {
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
420 The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic//
450 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG376 the language file as "any whitespace" in the source (i.e. "CREATE TABLE"
447 i.e. the dest was highlighted as variable declaration (milian)
463 * Fixed highlighting in LaTeX for \begin{} and \end{}, i.e. the stuff inside
519 - Fixed broken use with Suhosin Patch when /e modifier was disabled (SF#2021800, BenBE)
530 * Properly handle escapes in strings, i.e. '\\' was not working properly before (milian)
744 - Fixed up my e-mail address everywhere

1...<<1112131415