Home
last modified time | relevance | path

Searched defs:level (Results 26 – 50 of 261) sorted by last modified time

1234567891011

/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php41 public function testLogsAtAllLevels($level, $message) argument
[all...]
H A DTestLogger.php69 public function log($level, $message, array $context = []) argument
81 public function hasRecords($level) argument
86 public function hasRecord($record, $level) argument
102 public function hasRecordThatContains($message, $level) argument
109 hasRecordThatMatches($regex, $level) global() argument
116 hasRecordThatPasses(callable $predicate, $level) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php25 private $level; variable in Mpdf\\QrCode\\QrCode
201 public function __construct($value, $level = 'L') argument
707 private function isAllowedErrorCorrectionLevel($level) argument
[all...]
/plugin/combo/ComboStrap/
H A DLogUtility.php79 public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = "support", \Exception $e = null) argument
177 log2FrontEnd($message, $level, $canonical = 'support', bool $publicMessage = false) global() argument
274 throwErrorIfTest($level, $message, \\Exception $e = null) global() argument
358 setTestExceptionLevel(int $level) global() argument
[all...]
H A DMetadataFrontmatterStore.php329 private static function jsonFlatRecursiveEncoding(array $jsonProperty, &$jsonString, $level = 0, $endOfFieldCharacter = DOKU_LF, $type = Json::TYPE_OBJECT, $parentType = Json::TYPE_OBJECT) argument
H A DOutlineSection.php261 public function setLevel(int $level): OutlineSection argument
H A DHeadingTag.php540 getTagFromContext(string $context, int $level) global() argument
[all...]
H A DTreeVisit.php9 public static function visit(TreeNode $tree, Callable $function, int $level = 0) argument
H A DSiteConfig.php229 public function setLogExceptionLevel(int $level): SiteConfig argument
/plugin/combo/renderer/
H A Danalytics.php681 public function header($text, $level, $pos) argument
H A Dxml.php45 function header($text, $level, $pos, $returnonly = false) argument
56 public function section_open($level) argument
H A Drenderer.php96 function header($text, $level, $pos, $returnonly = false) argument
[all...]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js7786 var DirTablePlate=domplate(Firebug.Rep,{tag:TABLE({"class":domTableClass,cellpadding:0,cellspacing:0,onclick:"$onClick",role:"tree"},TBODY({role:"presentation"},SizerRow,FOR("member","$object|memberIterator",RowTag))),watchTag:TABLE({"class":domTableClass,cellpadding:0,cellspacing:0,_toggles:"$toggles",_domPanel:"$domPanel",onclick:"$onClick",role:"tree"},TBODY({role:"presentation"},SizerRow,WatchRowTag)),tableTag:TABLE({"class":domTableClass,cellpadding:0,cellspacing:0,_toggles:"$toggles",_domPanel:"$domPanel",onclick:"$onClick",role:"tree"},TBODY({role:"presentation"},SizerRow)),rowTag:FOR("member","$members",RowTag),memberIterator:function(object,level){return getMembers(object,level) argument
8028 getMembers(object,level) global() argument
8071 expandMembers(members,toggles,offset,level) global() argument
8088 addMember(type,props,name,value,level,order) global() argument
[all...]
/plugin/subpages/
H A Dsyntax.php194 function _searchCallback(&$data, $base, $file, $type, $level, $opts) {
/plugin/upgrade/
H A Dadmin.php183 log($level, $message) global() argument
H A Dcli.php65 log($level, $message, array $context = array()) global() argument
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php34 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO) argument
H A DZip.php40 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO) argument
H A DArchive.php23 abstract public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO); argument
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php223 protected function logMessage($level, $message, array $context = array()) argument
[all...]
H A DCLI.php123 public function log($level, $message, array $context = array()) argument
H A DPSR3CLIv3.php20 public function log($level, string|\Stringable $message, array $context = []): void argument
/plugin/smtp/classes/
H A DLogger.php151 public function log($level, $message, array $context = array())
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLoggerInterface.php122 public function log($level, $message, array $context = array());
H A DLoggerTrait.php139 abstract public function log($level, $message, array $context = array());

1234567891011