Home
last modified time | relevance | path

Searched refs:level (Results 126 – 150 of 630) sorted by last modified time

12345678910>>...26

/plugin/edittable/lib/
H A Dhandsontable.full.js173 var level = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
179 if (iteration === level) {
27391 var TR = this.THEAD.childNodes[level];
27616 value: function getColumnHeaderHeight(level) {
28070 var level = this.columnHeaderCount;
28077 while (level) {
28078 level--;
28094 if (columnHeaderHeightSetting[level] != null) {
28095 this.wot.wtViewport.oversizedColumnHeaders[level] = columnHeaderHeightSetting[level];
28101 …if (this.wot.wtViewport.oversizedColumnHeaders[level] < (columnHeaderHeightSetting[level] || colum…
[all …]
/plugin/edittable/renderer/
H A Dinverse.php43 function header($text, $level, $pos) { argument
48 $markup = str_repeat('=', 7 - $level);
52 function section_open($level) { argument
240 function listitem_open($level, $node = false) { argument
242 $this->doc .= str_repeat(' ', $level * 2).end($this->_liststack).' ';
/plugin/advanced/lang/en/config/
H A Dacl.txt11 * A permission level (see below).
/plugin/s5/
H A Drenderer.php127 public function header($text, $level, $pos, $returnonly = false) { argument
128 if($level == 1){
131 $level = 2;
137 if($level == 2){
144 $this->doc .= '<h'.($level-1).'>';
146 $this->doc .= '</h'.($level-1).'>'.DOKU_LF;
152 function section_open($level) { argument
153 if($level < 3){
/plugin/archivegenerator/
H A Dadmin.php506 * @param string $level can be 'error', 'warning' or 'info'
509 protected function log($level, $message) argument
519 switch ($level) {
/plugin/elasticsearch/
H A Dcomposer.lock40 "monolog/monolog": "Allows for client-level logging and tracing"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc5 than at a connection- or client-level. These are specified as part of the
H A Dindex-operations.asciidoc134 <1> The top level `settings` contains config about the index (# of shards, etc)
H A Doverview.asciidoc4 This is the official PHP client for {es}. It is designed to be a low-level
H A Dcommunity.asciidoc55 integration with enterprise level Symfony 2 systems. This bundle is:
114 This is a Laravel (4+) Service Provider for the official {es} low-level client.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc35 $params['format'] = (enum) Optional parameter to specify the high level file format (Options = ndjson,xml,delimited,semi_structured_text)
H A DSearchableSnapshotsNamespace.asciidoc86 $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = cluster,indices,shards) (Default = indices)
H A DClusterNamespace.asciidoc136 $params['level'] = (enum) Specify the level of detail for returned information (Options = cluster,indices,shards) (Default = cluster)
H A DMlNamespace.asciidoc311 $params['format'] = (enum) Optional parameter to specify the high level file format (Options = ndjson,xml,delimited,semi_structured_text)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/
H A DEmptyLogger.php35 public function log($level, $message, array $context = []) argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md357 - Do not schedule connection pool checks on 4xx level errors [[fd75e99]](http://github.com/elasticsearch/elasticsearch-php/commit/fd75e99)
H A DREADME.md8 Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in PHP; because of this it tries to be opinion-free and very extendable.
10 To maintain consistency across all the low-level clients (Ruby, Python, etc.), clients accept simple associative arrays as parameters. All parameters, from the URI to the document body, are defined in the associative array.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/bi/
H A Dbi.txt21 Deklereisen blong ol Raet blong evri Man mo Woman Raon long Wol olsem wan impoten samting we evri pipol mo evri kaontri long wol oli mas kasem, blong mekem se wanwan man mo woman insaed long sosaeti oli tingting oltaem long Deklereisen ia, bambae oli wok had tru long tijing mo edukeisen blong leftemap resek long ol raet mo fridom ia mo tru ol step we oli tekem long nasonol mo intenasonol level, blong mekem se ol pipol blong ol Memba Kaontri mo ol pipol blong ol teritori we oli stap anda long olgeta blong oli luksave mo folem Deklereisen ia.
29 Andap long hemia, bambae wan man o woman i no save mekem eni difrens long level blong politik, eria we wok hem i kavremap o intenasonol level blong kaontri o teritori blong narafala man o woman ia, nomata we hemi indipenden, tras, non-self-gavening o anda eni narafala arenjmen blong soverenti.
129 1. Evriwan i gat raet blong kasem edukeisen. Bambae edukeisen hemi fri, sipos i no long ol narafala level be bambae hemi hapen long ol elementeri mo fes level blong skul. Bambae evri pikinini i mas go long wan elementeri skul. Bambae i mas gat teknikol mo profesonal edukeisen we pipol i save folem sipos oli wantem mo bambae evri man mo woman i gat raet blong kasem hae edukeisen folem merit.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md37 * Increased `PHPStan` level to `5` by @franmomu [#2108](https://github.com/ruflin/Elastica/pull/2108)
49 * Added `PHPStan` at level 3 by @franmomu [#2064](https://github.com/ruflin/Elastica/pull/2064)
58 * Increased `PHPStan` level to `4` [#2080](https://github.com/ruflin/Elastica/pull/2080)
379 * Add ```settings``` level on json to create an Index in all tests (it worked till 6.x but it shouldn't work)
983 you work with params on "low-level" or change your objects after you call setter with object
1230 - Top-level filter parameter in search has been renamed to post_filter [#669](https://github.com/ruflin/Elastica/issues/669/) [#670](https://github.com/ruflin/Elastica/issues/670/)
1467 - Changed logger default log level to debug from info
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php114 * Logs with an arbitrary level.
116 * @param mixed $level
124 public function log($level, $message, array $context = array()); argument
H A DLoggerTrait.php9 * It simply delegates all log-level-specific methods to the `log` method to
11 * messages regardless of the error level has to implement.
131 * Logs with an arbitrary level.
133 * @param mixed $level
141 abstract public function log($level, $message, array $context = array()); argument
H A DNullLogger.php16 * Logs with an arbitrary level.
18 * @param mixed $level
26 public function log($level, $message, array $context = array()) argument
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php41 public function testLogsAtAllLevels($level, $message) argument
44 $logger->{$level}($message, array('user' => 'Bob'));
45 $logger->log($level, $message, array('user' => 'Bob'));
48 $level.' message of level '.$level.' with context: Bob',
49 $level.' message of level '.$level.' with context: Bob',
57 LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergenc
[all...]
H A DTestLogger.php69 public function log($level, $message, array $context = []) argument
72 'level' => $level,
77 $this->recordsByLevel[$record['level']][] = $record;
81 public function hasRecords($level) argument
83 return isset($this->recordsByLevel[$level]);
86 public function hasRecord($record, $level) argument
99 }, $level);
102 public function hasRecordThatContains($message, $level) argument
106 }, $level);
109 hasRecordThatMatches($regex, $level) global() argument
116 hasRecordThatPasses(callable $predicate, $level) global() argument
[all...]
/plugin/folded/syntax/
H A Dheader.php35 // Copied from parser: get level and title
37 $level = 7 - strspn($title,'=');
38 if($level < 1) $level = 1;
41 return array($title,$level,$pos);
50 list($text,$level,$pos) = $data;
53 $renderer->doc .= DOKU_LF.'<h'.$level.'>';
55 $renderer->doc .= "</h$level>".DOKU_LF;

12345678910>>...26