Home
last modified time | relevance | path

Searched defs:level (Results 76 – 100 of 261) sorted by path

1234567891011

/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php124 public function log($level, $message, array $context = array());
H A DLoggerTrait.php141 abstract public function log($level, $message, array $context = array());
H A DNullLogger.php26 public function log($level, $message, array $context = array())
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php41 public function testLogsAtAllLevels($level, $message)
H A DTestLogger.php69 public function log($level, $message, array $context = [])
81 public function hasRecords($level)
86 public function hasRecord($record, $level)
102 public function hasRecordThatContains($message, $level)
109 public function hasRecordThatMatches($regex, $level)
116 public function hasRecordThatPasses(callable $predicate, $level)
/plugin/authucenter/lib/uc_client/
H A Dclient.php621 …uids, $emails, $subject, $message, $frommail = '', $charset = 'gbk', $htmlon = FALSE, $level = 1) {
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php17 function xml_serialize($arr, $htmlon = FALSE, $isnormal = FALSE, $level = 1) {
/plugin/backup/
H A Dadmin.php174 protected function logXHTML($msg, $level = 0)
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DQRcode.php16 $level = null,
35 $level = null,
55 $level = null,
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php267 protected $level = self::QR_ECLEVEL_L; variable in jucksearm\\barcode\\lib\\QRcode
899 protected function writeFormatInformation($width, &$frame, $mask, $level) {
1073 protected function makeMask($width, $frame, $maskNo, $level) {
1178 protected function mask($width, $frame, $level) {
2242 protected function getDataLength($version, $level) {
2252 protected function getECCLength($version, $level){
2280 protected function getMinimumVersion($size, $level) {
2343 protected function getEccSpec($version, $level, $spec) {
2450 protected function getFormatInfo($mask, $level) {
/plugin/bez/mdl/
H A DAcl.php37 public function revoke($columns, $level) { argument
H A DModel.php26 protected $level = BEZ_AUTH_NONE; variable in dokuwiki\\plugin\\bez\\mdl\\Model
71 protected function update_level($level) { argument
/plugin/bibtex/OSBib/create/
H A DMISC.php108 function h($data, $class = FALSE, $level = 4)
/plugin/blogtng/renderer/
H A Dcomment.php34 function header($text, $level, $pos, $returnonly = false) {
45 function section_open($level) {}
/plugin/bookmarkfile/
H A Dsyntax.php263 … private function renderBookmarks(Doku_Renderer $renderer, array $bookmarks, $separators, $level=1)
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js1151 … b=this.editor,c;a.bookmarks&&(b.focus(),c=b.getSelection());this.locked={level:999};this.editor.l… property in AnonymousFunctione4ea00386fe00.locked
1154 …age=b[b.length-1]=a,!0):!1},lock:function(a,b){if(this.locked)this.locked.level++;else if(a)this.l… property in AnonymousFunctione4ea003870e00.locked
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js47 c={id:"0",level:"1"};b&&(b+=" ",c.level=b.match(/level(.+?)\s+/)[1],c.id=b.match(/l(\d+?)\s+/)[1]);… property in c
/plugin/ckgdoku/
H A Drenderer.php68 function header($text, $level, $pos) {
/plugin/ckgedit/ckeditor/
H A Dckeditor.js1225 c;a.bookmarks&&(b.focus(),c=b.getSelection());this.locked={level:999};this.editor.loadSnapshot(a.co… property in locked
1228 !0);this.currentImage&&this.currentImage.equalsContent(d)&&(c=d)}this.locked={update:c,level:1}}},u… property in locked
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js48 …oid 0!==a.attributes["cke-list-id"])return{id:a.attributes["cke-list-id"],level:a.attributes["cke-… property in c
/plugin/ckgedit/
H A Drenderer.php68 function header($text, $level, $pos, $returnonly = false) {
/plugin/clipboardutils/
H A Dsyntax.php87 public function debugArrayString($data, $level =0) {
/plugin/codemirror/dist/
H A Dscripts.min.js2 ….hasOwnProperty(w)&&w!="style"&&w!="class"){v.setAttribute(w,i[w])}}}return a.content.appendChild(… argument
/plugin/combo/ComboStrap/
H A DHeadingTag.php540 getTagFromContext(string $context, int $level) global() argument
[all...]
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...]

1234567891011