Home
last modified time | relevance | path

Searched refs:e (Results 1476 – 1500 of 3328) sorted by relevance

1...<<51525354555657585960>>...134

/plugin/feedback/
H A Dscript.js4 .click(function (e) { argument
5 e.preventDefault();
/plugin/stale/
H A Dstale.js10 .click(function (e) { argument
11 e.preventDefault();
/plugin/upgrade/lang/it/
H A Dstep0.txt1 Questo plugin aggiornerà automaticamente la wiki alla versione più recente disponibile di DokuWiki. Prima di continuare è consigliabile leggere il [[doku>changes|Changelog]] e controllare che non ci siano operazioni aggiuntive da eseguire prima o dopo l'aggiornamento.
5 Questo procedimento non aggiornerà nessun plugin installato e nessun template.
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js1e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)re… argument
278 newCTM.e = (newCTM.e - this._viewBox.x) * newScale; //x-transform
294 this._pan.x = this.initialCTM.e
508 this.getPublicInstance().pan({x: this.initialCTM.e, y: this.initialCTM.f})
514 this._pan.x = this.initialCTM.e
546 this._pan.x = viewportCTM.e
696 viewportCTM.e = point.x
701 this._pan.x = viewportCTM.e
720 viewportCTM.e += point.x
725 this._pan.x = viewportCTM.e
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js717 (options.handle ? $(e).select('.' + options.handle)[0] : e);
720 Droppables.add(e, options_for_droppable);
721 if(options.tree) e.treeNode = element;
722 options.droppables.push(e);
727 Droppables.add(e, options_for_tree);
728 e.treeNode = element;
729 options.droppables.push(e);
959 $A(element.childNodes).each( function(e) { argument
960 if(e.tagName && e.tagName.toUpperCase()==tagName &&
962 elements.push(e);
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/pl/
H A Dpl.txt
/plugin/diagramsnet/lib/resources/
H A Ddia_cs.txt32 ensureDataSaved=Před uzavřením se ujistěte, že vaše data jsou uložena.
78 browser=Prohlížeč
666 selectAll=Vybrat vše
776 viewerSettings=Nastavení prohlížeče
787 yourEmailAddress=Vaše e-mailová adresa
855 resolve=Vyřešit
863 comments=Komentáře
1058 curViewState=Stav stávajícího prohlížeče
1071 widthOfViewer=Šířka prohlížeče (pixely)
1072 heightOfViewer=Výška prohlížeče (pixely)
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc56 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
76 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
97 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
115 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
133 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
167 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
192 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
214 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
235 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
257 $params['format'] = (string) a short version of the Accept header, e
[all...]
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js38 catch( e )
51 catch (e)
/plugin/webdav/vendor/sabre/event/lib/
H A Dcoroutine.php114 } catch (Exception $e) {
115 $promise->reject($e);
/plugin/csv/syntax/
H A Dvalue.php66 } catch (\Exception $e) {
67 return $e->getMessage();
/plugin/move/script/
H A Drename.js110 .click(function (e) {
111 e.preventDefault();
118 bindFirst($mobileMenuOption.closest('select[name=do]'), 'change', function (e) {
121 e.preventDefault();
122 e.stopPropagation();
123 e.stopImmediatePropagation();
9 AnonymousFunction70bfe16a0100(e) global() argument
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js38 catch( e )
51 catch (e)
/plugin/advanced/lang/fr/config/
H A Dacronyms.txt3 …ur obtenir une explication, qui sera affichée en tant qu'infobulle. Par exemple, si la souris est …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php87 } catch (\JsonException $e) {
89 throw new JsonErrorException($e->getCode(), $data, $result);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/
H A DConnectionPool.php89 public function onFail(Connection $connection, Exception $e, Client $client): void argument
94 ($this->_callback)($connection, $e, $client);
/plugin/combo/ComboStrap/
H A DCacheExpirationFrequency.php53 } catch (ExceptionBadSyntax $e) {
54 throw new ExceptionBadSyntax("The cache frequency expression ($value) is not a valid cron expression. <a href=\"https://crontab.guru/\">Validate it on this website</a>", CacheExpirationFrequency::PROPERTY_NAME, 0, $e);
H A DSearch.php58 } catch (ExceptionSqliteNotAvailable $e) {
74 } catch (ExceptionCompile $e) {
/plugin/struct/action/
H A Dtitle.php85 } catch (StructException $e) {
86 msg($e->getMessage(), -1);
/plugin/mediathumbnails/
H A Dthumbnail.php49 } catch (ImagickException $e) {
50 if (strpos($e,"PDFDelegateFailed") !== false) {
53 if (strpos($e,"security policy") !== false) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php22 } catch (\Exception $e) {
23 if (strpos($e->getMessage(), "Unknown or bad timezone") !== false) {
26 throw $e;
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkProcessor.php48 public function __invoke(DocumentParsedEvent $e): void
61 foreach ($e->getDocument()->iterator(NodeIterator::FLAG_BLOCKS_ONLY) as $node) {
57 __invoke(DocumentParsedEvent $e) global() argument
/plugin/fastwiki/
H A Dhistory.js49 window.addEventListener('popstate', function(e) { argument
50 document.title = e.state.title;
52 self.switchBasePath(e.state.url);
/plugin/combo/syntax/
H A Dfragment.php180 } catch (ExceptionNotFound $e) {
226 } catch (ExceptionCompile $e) {
227 $renderer->doc .= LogUtility::wrapInRedForHtml("Error while rendering the instruction. Error: {$e->getMessage()}");
/plugin/batchedit/
H A Djs.cookie.js55 expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5);
67 } catch (e) {}
125 } catch (e) {}
136 } catch (e) {}

1...<<51525354555657585960>>...134