Home
last modified time | relevance | path

Searched refs:ex (Results 26 – 50 of 223) sorted by relevance

123456789

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DPaymentRequiredTest.php9 $ex = new PaymentRequired();
10 $this->assertEquals(402, $ex->getHTTPCode());
H A DServiceUnavailableTest.php9 $ex = new ServiceUnavailable();
10 $this->assertEquals(503, $ex->getHTTPCode());
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jar ... .util.logging.Level level String msg Throwable ex private void getClassAndMethod () Throwable throwable java.io ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jar ... .util.logging.Level level String msg Throwable ex private void getClassAndMethod () Throwable throwable java.io ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jar ... String x0 static void <clinit> () Exception ex org.apache.log4j.Priority _traceLevel } org ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/html2pdf/html2pdf/html2ps/help/css/
H A Dhelp.css106 margin-top: 2ex;
107 margin-bottom: 1ex;
111 margin-top: 1ex;
112 margin-bottom: 2ex;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php370 $ex = null;
371 set_error_handler(function () use ($filename, $mode, &$ex) {
372 $ex = new \RuntimeException(sprintf(
385 $ex = new \RuntimeException(sprintf(
395 if ($ex) {
397 throw $ex;
/plugin/lists/
H A Dsyntax_plugin_lists.css27 margin: 0 0 0.6ex 0;
28 padding: 0 0 0 1ex;
39 margin: 0 0 0 3.5ex; /* room enough for three digits plus dot */
42 margin: 0 0 0 2ex; /* just wide enough for a circle/square etc. */
/plugin/caption/
H A Dstyle.css11 margin: 2ex 0ex;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNotRecognizedPrincipalTest.php11 $ex = new NotRecognizedPrincipal('message');
18 $ex->serialize($server, $root);
H A DAceConflictTest.php11 $ex = new AceConflict('message');
18 $ex->serialize($server, $root);
H A DNoAbstractTest.php11 $ex = new NoAbstract('message');
18 $ex->serialize($server, $root);
H A DNotSupportedPrivilegeTest.php11 $ex = new NotSupportedPrivilege('message');
18 $ex->serialize($server, $root);
H A DNeedPrivilegesExceptionTest.php16 $ex = new NeedPrivileges($uri, $privileges);
23 $ex->serialize($server, $root);
/plugin/godiag/
H A Dstyle.css24 padding: 0.5ex;
29 padding-top: 0.5ex;
/plugin/nstoc/
H A Dstyle.css6 ul.nstoc li{margin:0;padding:0 0 0 0.5ex;list-style-type:none;}
7 ul.nstoc li.level1{margin-top:0.3ex;padding:0;font-size:111.1%;font-weight:500;font-variant:small-c…
10 …evel5,ul.nstoc li.level6,ul.nstoc li.level7,ul.nstoc li.level8{font-size:96.6%;padding-left:1.3ex;}
H A Dsyntax_plugin_nstoc.css28 padding: 0 0 0 0.5ex;
32 margin-top: 0.3ex;
55 padding-left: 1.3ex;
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt259 - "gray" (Grayscale) [ex: &fltr[]=gray]
261 - "th" (Threshold) [ex: &fltr[]=th|<value>]
285 - "blur" (Blur) [ex: &fltr[]=blur|<radius>]
343 [ex: &fltr[]=over|<i>|<u>|<m>|<o>]
421 - "ric" [ex: &fltr[]=ric|<x>|<y>]
425 - "elip" [ex: &fltr[]=elip]
449 [ex: &fltr[]=drop|<d>|<w>|<clr>|<a>|<o>]
456 [ex: &fltr[]=crop|<l>|<r>|<t>|<b>]
465 [ex: &fltr[]=rot|<a>|<b>]
471 [ex: &fltr[]=size|<x>|<y>|<s>]
[all …]
/plugin/diagramsnet/lib/math/extensions/
H A DMatchWebFonts.js19ex||j!==h.HTMLCSS.em){var n=q/this.TeX.x_height/j;n=Math.floor(Math.max(this.config.minScaleAdjust…
/plugin/passwordgrey/
H A Dscript.js67 } catch (ex) {
68 console.warn("Copy to clipboard failed.", ex);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php78 } catch (TransferException $ex) {
79 throw new GuzzleException($ex, $request, new Response($ex->getMessage()));
/plugin/bootswrapper/exe/help/
H A Dpage-header.txt7 …ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat…
13 …ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat…
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php507 foreach($expected as $index=>$ex) {
511 foreach($ex as $key=>$val) {
H A DBrokerTester.php23 foreach($expected as $index=>$ex) {
27 foreach($ex as $key=>$val) {

123456789