Home
last modified time | relevance | path

Searched refs:e (Results 26 – 50 of 3328) sorted by path

12345678910>>...134

/plugin/adfs/
H A Daction.php40 } catch (Exception $e) {
41 die(hsc($e->getMessage()));
H A Dauth.php124 } catch (Exception $e) {
126 msg('Invalid SAML response: ' . hsc($e->getMessage()), -1);
/plugin/adfs/phpsaml/
H A DREADME.md728 } catch (Exception $e) {
729 echo $e->getMessage();
1680 to identify the user or user origin (e.g. by `subdomain`, `ip_address` etc.).
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php1068 } catch (Exception $e) {
1625 } catch (Exception $e) {
/plugin/adfs/phpsaml/lib/Saml/
H A DXmlSec.php100 } catch (Exception $e) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php42 } catch (Exception $e) {
43 throw new Exception('Error on parseRemoteXML. '.$e->getMessage());
71 } catch (Exception $e) {
72 throw new Exception('Error on parseFileXML. '.$e->getMessage());
196 } catch (Exception $e) {
197 throw new Exception('Error parsing metadata. '.$e->getMessage());
H A DLogoutRequest.php421 } catch (Exception $e) {
422 $this->_error = $e->getMessage();
H A DLogoutResponse.php205 } catch (Exception $e) {
206 $this->_error = $e->getMessage();
H A DMetadata.php214 } catch (Exception $e) {
215 throw new Exception('Error parsing metadata. '.$e->getMessage());
H A DResponse.php415 } catch (Exception $e) {
416 $this->_error = $e->getMessage();
/plugin/adhoctags/
H A DREADME.md78 Note: This option is still included for compatibility, but it is generally not recommended because it can cause layout issues on smaller screens (e.g. smartphones).
82 Note: this will also set the HTML `dir` attribute: either by setting a language code that has a default RTL script, or by appending a script tag that refers to a RTL script (e.g. `Arab` or `Hebr`). The resulting text direction can still be overriden by the `[dir=…]` attribute (see below)
119 If needed, similar searches can also be used for other attributes (e.g. ` style="([^\"]*)"` -> ` [style=$1]` for style), but it is probably a good idea to manually update these, rather than relying on automatisms.
/plugin/adhoctags/images/
H A DREADME35 agreement as the rest of the code (i.e. GPL 2.0):
/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 …
H A Dhtaccess.txt11 La solution est d'activer la réécriture d'URL, qui est désactivée par défaut.
H A Dinterwiki.txt3 L'idée originale d'InterWiki était d'avoir un grand Wiki réparti sur tout internet. Aujourd'hui c'e…
11 … des balises réservées pour être plus flexible. Si aucune balise n'est donnée le nom [[phpfn>rawur…
13 | {URL} | Nom du wWiki encodé (la partie qui est ajoutée à l'URL dansinterwiki.local.conf) |
15 | {SCHEME} | Schéma si une URL a été donnée en tant que nom de Wiki …
16 | {HOST} | Hôte si une URL a été donnée en tant que nom de Wiki …
17 | {PORT} | Port si une URL a été donnée en tant que nom de Wiki …
18 | {PATH} | Chemin si une URL a été donnée en tant que nom de Wiki |
19 | {QUERY} | Requête si une URL a été donnée en tant que nom de Wiki |
H A Dintro.txt1 ====== Configuration avancée de DokuWiki ======
H A Dmime.txt17 **Note:** Du fait que la feuille de style utilisée pour assigner les icônes est mise en cache, vous…
/plugin/advanced/
H A Dscript.js17 $adv.find('.purge-cache').on('click', function (e) { argument
/plugin/advrack/
H A Djquery.qtip.js599 }, NULL, function(e) { argument
600 return self._update(e, element);
902 function scroll(e, i) { argument
903 pos.left += i * e.scrollLeft();
904 pos.top += i * e.scrollTop();
1330 } catch(e) {}
1679 try { html5 = typeof html5 === 'string' ? $.parseJSON(html5) : html5; } catch(e) {}
1885 catch( e ) {}
2815 try { event.preventDefault(); } catch(e) {}
2854 try { event.preventDefault(); } catch(e) {}
H A Draphael.js193 e = e.n;
194 e = e.hasOwnProperty(names[i]) && e[names[i]] || (e[names[i]] = {n: {}});
196 e.f = e.f || [];
326 for (key in e.n) if (e.n[has](key) && e.n[key].f) {
336 for (key in e.n) if (e.n[has](key) && e.n[key].f) {
340 e = e.n;
2810 this.e = +e;
4485 time = (e.initstatus * e.anim.top - e.prev) / (e.percent - e.prev) * ms;
4490 e.status = (e.prev + (e.percent - e.prev) * (time / ms)) / e.anim.top;
4578 … runAnimation(e.anim, e.el, e.anim.percents[0], null, e.totalOrigin, e.repeat - 1);
[all …]
H A Dstyle.css98 /* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
101 /* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/plugin/aichat/
H A DEmbeddings.php208 } catch (\Exception $e) {
212 ['page' => $page, 'msg' => $e->getMessage()]
H A Daction.php91 } catch (\Exception $e) {
92 ErrorHandler::logException($e);
95 'answer' => 'An error occurred. More info may be available in the error log. ' . $e->getMessage(),
/plugin/aichat/script/
H A DAIChatChat.js233 } catch (e) {
234 console.error(e);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe4 h e
6 r e
9 e r
14 e n
20 e s
22 e d
39 l e
49 v e
50 Ġ e
53 Ġb e
[all...]

12345678910>>...134