Home
last modified time | relevance | path

Searched refs:Log (Results 1 – 25 of 227) sorted by last modified time

12345678910

/plugin/dokuprism/
H A DREADME.md7 1. Log in as admin in your instance of DokuWiki
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock1423 "Psr\\Log\\": "src"
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe47536 Log in
/plugin/copycode/
H A DREADME.md6 ## Change Log
7 2023-05-28Dokuwiki-Copycode-plugin""Change Log global() argument
10 2022-09-12Dokuwiki-Copycode-plugin""Change Log global() argument
13 2022-03-02Dokuwiki-Copycode-plugin""Change Log global() argument
20 2021-05-09Dokuwiki-Copycode-plugin""Change Log global() argument
23 2021-04-22Dokuwiki-Copycode-plugin""Change Log global() argument
26 2021-04-21Dokuwiki-Copycode-plugin""Change Log global() argument
29 2021-02-18Dokuwiki-Copycode-plugin""Change Log global() argument
33 2020-09-21Dokuwiki-Copycode-plugin""Change Log global() argument
37 2020-09-08Dokuwiki-Copycode-plugin""Change Log global() argument
39 2020-08-30Dokuwiki-Copycode-plugin""Change Log global() argument
41 2020-07-01Dokuwiki-Copycode-plugin""Change Log global() argument
43 2020-06-25Dokuwiki-Copycode-plugin""Change Log global() argument
45 2020-06-24Dokuwiki-Copycode-plugin""Change Log global() argument
48 2020-06-15Dokuwiki-Copycode-plugin""Change Log global() argument
/plugin/tgnotify/
H A DCHANGELOG.rst1 Change Log
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php3 namespace Psr\Log;
H A DInvalidArgumentException.php3 namespace Psr\Log;
H A DLoggerAwareInterface.php3 namespace Psr\Log;
H A DLoggerTrait.php3 namespace Psr\Log;
139 * @throws \Psr\Log\InvalidArgumentException
H A DNullLogger.php3 namespace Psr\Log;
24 * @throws \Psr\Log\InvalidArgumentException
H A DLogLevel.php3 namespace Psr\Log;
H A DLoggerAwareTrait.php3 namespace Psr\Log;
H A DLoggerInterface.php3 namespace Psr\Log;
122 * @throws \Psr\Log\InvalidArgumentException
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md1 PSR Log
25 use Psr\Log\LoggerInterface;
56 implement `Psr\Log\LoggerInterface` in your code. Please read the
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php13 use Mpdf\Log\Context as LogContext;
18 use Psr\Log\LoggerInterface;
20 class ImageProcessor implements \Psr\Log\LoggerAwareInterface
94 * @var \Psr\Log\LoggerInterface
131 * @param \Psr\Log\LoggerInterface
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Log/
H A DContext.php3 namespace Mpdf\Log;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php10 use Mpdf\Log\Context as LogContext;
17 use Psr\Log\LoggerInterface;
18 use Psr\Log\NullLogger;
28 class Mpdf implements \Psr\Log\LoggerAwareInterface
960 * @var \Psr\Log\LoggerInterface
1565 * @param \Psr\Log\LoggerInterface
1574 if ($this->$name && $this->$name instanceof \Psr\Log\LoggerAwareInterface) {
H A DRemoteContentFetcher.php6 use Psr\Log\LoggerInterface;
7 use Mpdf\Log\Context as LogContext;
9 class RemoteContentFetcher implements \Psr\Log\LoggerAwareInterface
18 * @var \Psr\Log\LoggerInterface
H A DServiceFactory.php25 use Psr\Log\LoggerInterface;
H A DSizeConverter.php5 use Psr\Log\LoggerInterface;
6 use Mpdf\Log\Context as LogContext;
8 class SizeConverter implements \Psr\Log\LoggerAwareInterface
21 * @var \Psr\Log\LoggerInterface
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php11 use Psr\Log\LoggerInterface;
13 class MetadataWriter implements \Psr\Log\LoggerAwareInterface
39 * @var \Psr\Log\LoggerInterface
H A DResourceWriter.php7 use Psr\Log\LoggerInterface;
9 final class ResourceWriter implements \Psr\Log\LoggerAwareInterface
70 * @var \Psr\Log\LoggerInterface
248 * @param \Psr\Log\LoggerInterface $logger
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DDummyTest.php3 namespace Psr\Log\Test;
H A DLoggerInterfaceTest.php3 namespace Psr\Log\Test;
5 use Psr\Log\LoggerInterface;
6 use Psr\Log\LogLevel;
35 $this->assertInstanceOf('Psr\Log\LoggerInterface', $this->getLogger());
69 * @expectedException \Psr\Log\InvalidArgumentException
89 $dummy = $this->createPartialMock('Psr\Log\Test\DummyTest', array('__toString'));
91 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
H A DTestLogger.php3 namespace Psr\Log\Test;
5 use Psr\Log\AbstractLogger;

12345678910