Home
last modified time | relevance | path

Searched defs:level (Results 26 – 50 of 261) sorted by relevance

1234567891011

/plugin/owncloud/
H A Dscript.js19 folderContent: function(data, $place, level){ argument
29 subfolder: function(dir, $row, level,fileid){ argument
39 folderEvent: function(folder,level){ argument
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
/plugin/s5/
H A Drenderer.php127 public function header($text, $level, $pos, $returnonly = false) {
152 function section_open($level) {
/plugin/odt/ODT/styles/
H A DODTTextOutlineStyle.php224 public function getPropertyFromLevel($level, $property) {
234 public function setPropertyForLevel($level, $property, $value) {
H A DODTTextListStyle.php289 public function getPropertyFromLevel($level, $property) {
330 public function setPropertyForLevel($level, $property, $value) {
/plugin/combo/renderer/
H A Dxml.php45 function header($text, $level, $pos, $returnonly = false) argument
56 public function section_open($level) argument
/plugin/siteexport/inc/
H A Ddebug.php43 public function setDebugLevel($level = 5)
78 public function message($info,$var=null,$level=4){
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php292 public function addRecord(int $level, string $message, array $context = []): bool
402 public static function getLevelName(int $level): string
420 public static function toMonologLevel($level): int
450 public function isHandling(int $level): bool
493 public function log($level, $message, array $context = []): void
/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 DTreeVisit.php9 public static function visit(TreeNode $tree, Callable $function, int $level = 0) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DLintResult.php33 public $level; variable in Google\\Service\\Iam\\LintResult
78 public function setLevel($level)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAccountPermission.php38 public $level; variable in Google\\Service\\Dfareporting\\AccountPermission
93 public function setLevel($level)
/plugin/s5reloaded/
H A Drenderer.php189 function header($text, $level, $pos) {
215 function section_open($level) {
/plugin/owncloud/ajax/
H A Dfilelist.php30 $level = 'level0'; variable
34 $level = ""; variable
/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/swiftmail/Swift/
H A DLog.php129 public function setLogLevel($level)
148 public function hasLevel($level)
/plugin/odt/ODT/
H A DODTList.php73 …static public function listItemOpen(ODTInternalParams $params, $level, $element=NULL, $attributes=…
129 …static public function listHeaderOpen(ODTInternalParams $params, $level, $element=NULL, $attribute…
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DNullLogger.php26 public function log($level, $message, array $context = array())
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/
H A DNormalizerStrategyInterface.php18 addItem(int $level, ListItem $listItemToAdd) global() argument
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DNullLogger.php26 public function log($level, $message, array $context = array())
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DNullLogger.php26 public function log($level, $message, array $context = array()) argument
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DNullLogger.php24 public function log($level, $message, array $context = array())
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DNullLogger.php26 public function log($level, $message, array $context = array()) argument
/plugin/blogtng/renderer/
H A Dcomment.php34 function header($text, $level, $pos, $returnonly = false) {
45 function section_open($level) {}
/plugin/qrcode2/
H A Dphpqrcode.php401 public static function getDataLength($version, $level)
407 public static function getECCLength($version, $level)
425 public static function getMinimumVersion($size, $level)
538 public static function getEccSpec($version, $level, array &$spec)
682 public static function getFormatInfo($mask, $level)
1292 private $level; variable in QRinput
1332 public function setErrorCorrectionLevel($level)
2651 public function makeMask($width, $frame, $maskNo, $level)
2757 public function mask($width, $frame, $level)
3052 public function encodeString8bit($string, $version, $level)
[all …]

1234567891011