Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
DClient.php194 } catch (\MaxMind\Exception\IpAddressNotFoundException $ex) {
196 $ex->getMessage(),
197 $ex->getStatusCode(),
198 $ex
200 } catch (\MaxMind\Exception\AuthenticationException $ex) {
202 $ex->getMessage(),
203 $ex->getStatusCode(),
204 $ex
206 } catch (\MaxMind\Exception\InsufficientFundsException $ex) {
208 $ex->getMessage(),
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DTimeZoneUtilTest.php82 $ex = new \DateTimeZone('Europe/Lisbon');
84 $this->assertEquals($ex->getName(), $tz->getName());
108 $ex = new \DateTimeZone('Europe/Sarajevo');
110 $this->assertEquals($ex->getName(), $tz->getName());
150 $ex = new \DateTimeZone(date_default_timezone_get());
151 $this->assertEquals($ex->getName(), $tz->getName());
158 $ex = new \DateTimeZone('America/New_York');
159 $this->assertEquals($ex->getName(), $tz->getName());
169 $ex = new \DateTimeZone($tzid);
171 $this->assertEquals($ex->getName(), $tz->getName());
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DTimeZoneUtilTest.php82 $ex = new \DateTimeZone('Europe/Lisbon');
84 $this->assertEquals($ex->getName(), $tz->getName());
108 $ex = new \DateTimeZone('Europe/Sarajevo');
110 $this->assertEquals($ex->getName(), $tz->getName());
150 $ex = new \DateTimeZone(date_default_timezone_get());
151 $this->assertEquals($ex->getName(), $tz->getName());
158 $ex = new \DateTimeZone('America/New_York');
159 $this->assertEquals($ex->getName(), $tz->getName());
169 $ex = new \DateTimeZone($tzid);
171 $this->assertEquals($ex->getName(), $tz->getName());
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DTimeZoneUtilTest.php82 $ex = new \DateTimeZone('Europe/Lisbon');
84 $this->assertEquals($ex->getName(), $tz->getName());
108 $ex = new \DateTimeZone('Europe/Sarajevo');
110 $this->assertEquals($ex->getName(), $tz->getName());
150 $ex = new \DateTimeZone(date_default_timezone_get());
151 $this->assertEquals($ex->getName(), $tz->getName());
158 $ex = new \DateTimeZone('America/New_York');
159 $this->assertEquals($ex->getName(), $tz->getName());
169 $ex = new \DateTimeZone($tzid);
171 $this->assertEquals($ex->getName(), $tz->getName());
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php82 $ex = new \DateTimeZone('Europe/Lisbon');
84 $this->assertEquals($ex->getName(), $tz->getName());
108 $ex = new \DateTimeZone('Europe/Sarajevo');
110 $this->assertEquals($ex->getName(), $tz->getName());
150 $ex = new \DateTimeZone(date_default_timezone_get());
151 $this->assertEquals($ex->getName(), $tz->getName());
158 $ex = new \DateTimeZone('America/New_York');
159 $this->assertEquals($ex->getName(), $tz->getName());
169 $ex = new \DateTimeZone($tzid);
171 $this->assertEquals($ex->getName(), $tz->getName());
[all …]
/plugin/deflist/
Dstyle.css4 dl{font-size:1em;margin:0.5ex 0 0.5ex 1ex;padding:0.5ex 0 0.5ex 1ex;}
5 dl dt{font:105% "Book Antiqua","Bitstream Vera Serif",Times,serif;font-weight:bolder;margin:0.5ex 0…
7 dl dd{margin:0 0 0 2ex;text-align:justify;}
Dsyntax_plugin_deflist.css14 margin: 0.5ex 0 0.5ex 1ex;
15 padding: 0.5ex 0 0.5ex 1ex;
20 margin: 0.5ex 0 0 0;
28 margin: 0 0 0 2ex;
/plugin/bez/action/
H A Ddefault.php125 $ex = explode(':', $id);
128 if ($ex[0] !== 'bez' && $ex[1] !== 'bez') {
143 $ex = explode(':', $ID);
146 if ($ex[0] !== 'bez' && $ex[1] !== 'bez') {
150 if ($ex[1] === 'bez') {
152 if ($ex[0] == 'pl') {
154 array_shift($ex);
155 array_shift($ex);
157 $url = call_user_func_array(array($this, 'url'), $ex);
160 $conf['lang'] = array_shift($ex);
[all …]
/plugin/rdplink/RdpEncrypt/
DRdpEncrypt.vb149 Catch ex As Exception
150 Throw New Exception("Cannot initialize plaintext BLOB.", ex)
155 Catch ex As Exception
156 Throw New Exception("Cannot initialize entropy BLOB.", ex)
187 Catch ex As Exception
188 Throw New Exception("DPAPI was unable to encrypt data.", ex)
215 Catch ex As Exception
216 While Not (ex Is Nothing)
217 Console.WriteLine(ex.Message)
218 ex = ex.InnerException
/plugin/asciidocjs/node_modules/pug-filters/lib/
Dhandle-filters.js45 } catch (ex) {
46 if (ex.code === 'UNKNOWN_FILTER') {
47 throw error(ex.code, ex.message, filter);
49 throw ex;
98 } catch (ex) {
99 if (/not constant/.test(ex.message)) {
100 …throw error('FILTER_OPTION_NOT_CONSTANT', ex.message + ' All filters are rendered compile-time so …
102 throw ex;
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUtils.php359 $ex = null;
360 …set_error_handler(static function (int $errno, string $errstr) use ($filename, $mode, &$ex): bool {
361 $ex = new \RuntimeException(sprintf(
375 $ex = new \RuntimeException(sprintf(
385 if ($ex) {
387 throw $ex;
406 $ex = null;
407 set_error_handler(static function (int $errno, string $errstr) use (&$ex): bool {
408 $ex = new \RuntimeException(sprintf(
421 $ex = new \RuntimeException('Unable to read stream contents');
[all …]
/plugin/code2/
Dstyle.css4 ….code,div.dokuwiki pre.console,pre.console{border:thin dotted #ccc;margin:1ex 0;line-height:1.33;o…
5 div.dokuwiki pre.code,pre.code{background:#fcfdfe none;color:#000;padding:0.4ex;}
34 …nsole,pre.console{background:#333 none;color:#fff;font-weight:900;padding:0.4ex 0.3ex 0.6ex 0.6ex;}
36 div.code{margin:0.4ex 0;padding:0.4ex 0;}
38 ….code p.codefoot{color:#030;background:inherit;line-height:1.33;text-align:left;padding:0 0 0 1ex;}
39 div.code p.codehead{margin:0.6ex 0 0 0;text-decoration:underline;}
40 div.code p.codefoot{margin:0 0 0.6ex 0;text-decoration:underline;}
Dsyntax_plugin_code.css23 margin: 1ex 0;
34 padding: 0.4ex;
177 padding: 0.4ex 0.3ex 0.6ex 0.6ex;
190 margin: 0.4ex 0; /* We use both to support even ... */
191 padding: 0.4ex 0; /* ... broken browsers like M$IE. */
202 padding: 0 0 0 1ex;
205 margin: 0.6ex 0 0 0;
209 margin: 0 0 0.6ex 0;
/plugin/emoji/assets/css/
Demojione.min.css1 …ione{font-size:inherit;height:3ex;width:3.1ex;min-height:20px;min-width:20px;display:inline-block;…
Demojione.css4 height: 3ex;
5 width: 3.1ex;
11 margin: -.2ex .15em .2ex;
/plugin/emoji/
Dall.css4 height: 3ex;
5 width: 3.1ex;
11 margin: -.2ex .15em .2ex;
/plugin/intoc/
Dexample.txt3 …ctetur adipiscing elit. Sed eu arcu porta, posuere lacus nec, sollicitudin ex. Ut feugiat ipsum ma…
9 …ctetur adipiscing elit. Sed eu arcu porta, posuere lacus nec, sollicitudin ex. Ut feugiat ipsum ma…
11 …ctetur adipiscing elit. Sed eu arcu porta, posuere lacus nec, sollicitudin ex. Ut feugiat ipsum ma…
13 …ctetur adipiscing elit. Sed eu arcu porta, posuere lacus nec, sollicitudin ex. Ut feugiat ipsum ma…
15 …ctetur adipiscing elit. Sed eu arcu porta, posuere lacus nec, sollicitudin ex. Ut feugiat ipsum ma…
17 …ctetur adipiscing elit. Sed eu arcu porta, posuere lacus nec, sollicitudin ex. Ut feugiat ipsum ma…
19 …ctetur adipiscing elit. Sed eu arcu porta, posuere lacus nec, sollicitudin ex. Ut feugiat ipsum ma…
21 …ctetur adipiscing elit. Sed eu arcu porta, posuere lacus nec, sollicitudin ex. Ut feugiat ipsum ma…
/plugin/tip/
Dstyle.css4 …ra Sans",Helvetica,sans-serif;font-size:94.4%;margin:0.6ex 0 0.4ex 0;padding:0 0.6ex 0.2ex 0.6ex;l…
7 …uh,.tipcui,.tipcun,.tipcuw{margin-left:auto;margin-right:auto;padding-top:1ex;text-align:center;wi…
9 …plen,.tiplew,.tiplu,.tipluh,.tiplui,.tiplun,.tipluw{float:left;text-align:left;margin-right:1.5ex;}
10 …,.tipruh,.tiprui,.tiprun,.tipruw{float:right;text-align:right;margin-left:1.5ex;padding-right:1ex;}
12 …cuw,.tiplu,.tipluh,.tiplui,.tiplun,.tipluw,.tipru,.tipruh,.tiprui,.tiprun,.tipruw{margin-top:-1ex;}
/plugin/asciidocjs/node_modules/uglify-js/bin/
Duglifyjs368 } catch (ex) {
369 fatal(ex);
384 var ex = result.error;
385 if (ex.name == "SyntaxError") {
386 print_error("Parse error at " + ex.filename + ":" + ex.line + "," + ex.col);
387 var file = files[ex.filename];
389 var col = ex.col;
391 var line = lines[ex.line - 1];
393 line = lines[ex.line - 2];
406 } else if (ex.defs) {
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DInit.js331 var ex = urlParams['export'];
333 if (ex != null)
335 ex = decodeURIComponent(ex);
337 if (ex.substring(0, 7) != 'http://' && ex.substring(0, 8) != 'https://')
339 ex = 'http://' + ex;
342 EXPORT_URL = ex;
/plugin/linkmanager/
Dscript.js174 var ex = $('ex_'+id);
175 if(ex.style.display == ''){
176 ex.style.display = 'none';
178 ex.style.display = '';
213 var ex = $('ex_'+id);
214 if(ex.style.display == ''){
215 ex.style.display = 'none';
217 ex.style.display = '';
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DUtils.php26 $ex = null;
27 set_error_handler(function () use ($filename, $mode, &$ex) {
28 $ex = new \RuntimeException(sprintf(
39 if ($ex) {
41 throw $ex;
/plugin/lists/
Dstyle.css4 …{list-style-position:outside;list-style-image:none;margin:0 0 0.6ex 0;padding:0 0 0 1ex;background…
6 ol li{margin:0 0 0 3.5ex;}
7 ul li{margin:0 0 0 2ex;}
/plugin/asciidocjs/node_modules/promise/lib/
Dcore.js29 } catch (ex) {
30 LAST_ERROR = ex;
38 } catch (ex) {
39 LAST_ERROR = ex;
46 } catch (ex) {
47 LAST_ERROR = ex;
/plugin/asciidocjs/node_modules/promise/domains/
Dcore.js29 } catch (ex) {
30 LAST_ERROR = ex;
38 } catch (ex) {
39 LAST_ERROR = ex;
46 } catch (ex) {
47 LAST_ERROR = ex;

12345678910>>...12