Home
last modified time | relevance | path

Searched refs:e (Results 1226 – 1250 of 3328) sorted by relevance

1...<<41424344454647484950>>...134

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DExceptionTest.php9 $e = new Exception();
10 $this->assertEquals(500,$e->getHTTPCode());
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1e){handler.call(getElement(uid),e||fabric.window.event)}}function createDispatcher(uid,eventName){… argument
4 …se"toDataURLWithQuality":try{el.toDataURL("image/jpeg",0);return true}catch(e){}return false;defau…
5e){var t=this._currentTransform;t.target.set({scaleX:t.original.scaleX,scaleY:t.original.scaleY,le… argument
6e,true);groupSelector.left=pointer.x-groupSelector.ex;groupSelector.top=pointer.y-groupSelector.ey… argument
13e);if(newSelectionStart>=_this.__selectionStartOnMouseDown){_this.setSelectionStart(_this.__select… argument
15e){if(!this.isEditing){return}if(e.keyCode in this._keysMap){this[this._keysMap[e.keyCode]](e)}els… argument
H A Dfabric.js8936 object.fire('selected', { e: e });
8991 group.fire('selected', { e: e });
9465 this.fire('mouse:down', { e: e });
9484 this.fire('mouse:move', { e: e });
9502 this.fire('mouse:up', { e: e });
9521 var isLeftClick = 'which' in e ? e.which === 1 : e.button === 1;
9745 target.fire(eventName, { e: e });
22304 e.preventDefault && e.preventDefault();
22570 this[this._keysMap[e.keyCode]](e);
22572 else if ((e.keyCode in this._ctrlKeysMap) && (e.ctrlKey || e.metaKey)) {
[all …]
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19e={getElementById:true,createElementNS:function(ac,ab){var ad=g[ab]();if(ab==="mo"&&aa.config.useM… argument
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange_gecko.js60 catch ( e )
65 if ( e.toString().Contains( 'NS_ERROR_ILLEGAL_VALUE' ) )
71 throw( e ) ;
H A Dfcktoolbarbuttonui.js127 var e = this.MainElement ;
132 e.className = 'TB_Button_Off' ;
136 e.className = 'TB_Button_On' ;
140 e.className = 'TB_Button_Disabled' ;
/plugin/codemirror/dist/modes/
H A Dtroff.min.js1 …(/[a-z]/)){return"attribute"}}b.eatWhile(/[\w-]/);var e=b.current();return a.hasOwnProperty(e)?a[e
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DStatus.php112 } catch (ResponseException $e) {
114 if (404 === $e->getResponse()->getStatus()) {
118 throw $e;
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php99 } catch (ExceptionCompile $e) {
100 LogUtility::error($e->getMessage(), self::PROPERTY_NAME, $e);
H A DPageTemplateName.php106 } catch (ExceptionNotFound $e) {
107 LogUtility::error("No template could be found", self::CANONICAL, $e);
160 } catch (ExceptionNotFound $e) {
204 } catch (ExceptionNotFound $e) {
258 } catch (ExceptionNotFound $e) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DAnnotation.php87 $e = "\xbb\xa4\xactype=annot,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
89 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
92 $this->mpdf->textbuffer[] = [$e];
/plugin/telleveryone/
H A Dadmin.php50 } catch (Exception $e) {
51 msg($e->getMessage(), -1);
96 } catch (Exception $e) {
97 msg($e->getMessage(), -1);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPSS.php177 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, … argument
181 $key = PKCS1::savePrivateKey($n, $e, $d, $primes, $exponents, $coefficients);
196 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = []) argument
200 $key = PKCS1::savePublicKey($n, $e);
/plugin/achart/
H A Dsyntax.php119 } catch (\Exception $e) {
120 msg(hsc($e->getMessage()), -1);
131 } catch (\Exception $e) {
132 msg(hsc($e->getMessage()), -1);
/plugin/masciimath/
H A DREADME.txt6 This is an implementation of Peter Jipsen's ASCIIMathML.js, but in pure PHP, i.e. the translation i…
9 …* Install the plugin, i.e. create a folder called "masciimath" in the Dokuwiki plugin folder, and …
14 …* Does not recognize double dollars form, only backticks, i.e. does not recognize $$a=b+c$$, only …
16 * Does not recognize LaTeX-style syntax, i.e. \Alpha for Alpha
20 …* Recognizes all standard Greek letters (i.e. Alpha and gamma), uppercase and lowercase, whereas J…
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php216 } catch (InvalidArgumentException $e) {
218 $this->log('Error: '.$e->getMessage(), 'red');
256 } catch (EofException $e) {
258 } catch (\Exception $e) {
259 $this->log('Error: '.$e->getMessage(), 'red');
/plugin/combo/action/
H A Dlinkmove.php41 } catch (ExceptionNotFound $e) {
145 } catch (ExceptionNotFound $e) {
192 } catch (ExceptionNotFound $e) {
297 } catch (ExceptionCompile $e) {
298 LogUtility::error("Unable to rewrite the markup reference for a link move. The markup ref ($ref) could not be parsed. Error: {$e->getMessage()}");
/plugin/sync/
H A Dscript.js5 jQuery('a[class=sync_popup]').click(function(e){ argument
7 e.preventDefault();
/plugin/bez/scripts/
H A Dthread.js54 $tabs.on('click', 'a', function (e) { argument
55 e.preventDefault();
99 $show_comments.on('click', function(e) { e.preventDefault(); bez_show_comments() }); argument
100 $hide_comments.on('click', function(e) { e.preventDefault(); bez_hide_comments() }); argument
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php198 foreach ($entries as $e)
201 if ($e == '.' || $e == '..' || $e == '.svn') continue;
203 if ($dest !== $source . DIRECTORY_SEPARATOR . $e)
204 … copy_r($source . DIRECTORY_SEPARATOR . $e, $dest . DIRECTORY_SEPARATOR . $e, $modedir, $modefile);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php117 } catch (\Exception $e) {
156 } catch (\Exception $e) {
459 * @param BigInteger $e
463 public function powMod(BigInteger $e, BigInteger $n) argument
465 return new static($this->value->powMod($e->value, $n->value));
471 * @param BigInteger $e
475 public function modPow(BigInteger $e, BigInteger $n) argument
477 return new static($this->value->modPow($e->value, $n->value));
/plugin/diagramsnet/lib/math/extensions/
H A DMatchWebFonts.js19e=MathJax.OutputJax["HTML-CSS"];var f=e.postTranslate;e.Augment({postTranslate:function(h,g){if(!g…
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php122 } catch (ExceptionCompile $e) {
128 ->setBodyAsJsonMessage("The json payload could not decoded. Error: {$e->getMessage()}")
180 } catch (ExceptionNotFound $e) {
181 LogUtility::internalError("The boolean metadata name ($booleanMeta) was not found", self::CANONICAL, $e);
221 } catch (ExceptionCompile $e) {
222 $responseMessages[] = $e->getMessage();
348 } catch (ExceptionNotFound $e) {
394 } catch (ExceptionNotFound $e) {
/plugin/xlsx2dw/
H A Dscript.js16 input.onchange = (e) => parseTableFile(e);
20 function parseTableFile(e) { argument
21 var file = e.target.files?.[0];
27 reader.onload = async function(e) { argument
31 formattedTable = await getFormattedTableFromXLSX(e.target.result);
34 formattedTable = await getFormattedTableFromXLS(e.target.result);
37 formattedTable = await getFormattedTableFromODS(e.target.result);
/plugin/combo/ComboStrap/
H A DColorRgb.php285 } catch (ExceptionCompile $e) {
340 } catch (ExceptionCompile $e) {
630 } catch (ExceptionCompile $e) {
632 LogUtility::msg("Error while shading. Error: {$e->getMessage()}");
677 } catch (ExceptionCompile $e) {
679 LogUtility::msg("Error while tinting ($this) with a percentage ($percentage. Error: {$e->getMessage()}");
760 } catch (ExceptionCompile $e) {
761 LogUtility::msg("Error while getting the complementary color of ($this). Error: {$e->getMessage()}");
814 } catch (ExceptionCompile $e) {
815 throw new ExceptionCompile("The rgb color $color is not an integer. Error: {$e
[all...]

1...<<41424344454647484950>>...134