Home
last modified time | relevance | path

Searched refs:level (Results 401 – 425 of 630) sorted by relevance

1...<<11121314151617181920>>...26

/plugin/odt/ODT/
H A DODTTable.php48 $level = $params->document->state->countClass('list');
55 $style_name = 'Table'.$count.'_Indentation_Level'.$level;
61 … $indent = 0 + ODTUnits::getDigits($list_style->getPropertyFromLevel($level, 'margin-left'));
/plugin/backlinks2/_test/data/meta/
H A Dbob_ross_says.meta1 …"bob_ross_says";s:5:"title";s:13:"Bob Ross says";s:4:"type";s:2:"ul";s:5:"level";i:1;}}s:8:"abstra…
/plugin/xtern/
H A Dadmin.php292 $level = ob_get_level();
296 if (ob_get_level() == $level) break;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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/upgrade/
H A Dhelper.php412 * @param string ...$level , $msg
417 $level = array_shift($args);
420 if ($this->logger) $this->logger->log($level, $msg);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md90 The only restrictions are that block-level HTML elements -- e.g. `<div>`,
94 to add extra (unwanted) `<p>` tags around HTML block-level tags.
108 Note that Markdown formatting syntax is not processed within block-level
112 Span-level HTML tags -- e.g. `<span>`, `<cite>`, or `<del>` -- can be
118 Unlike block-level HTML tags, Markdown syntax *is* processed within
119 span-level tags.
215 headers) and dashes (for second-level headers). For example:
238 determines the header level.) :
274 > This is the first level of quoting.
278 > Back to the first level.
[all …]
/plugin/tbt/
H A Dscript.js94 case 127: // other low level BACKSPACE codes
/plugin/dokutexit/help/
H A Dtexit.txt28 ^title |Add to PDF properties & Latex document title | string | first level one header |
/plugin/fckg/fckeditor/
H A DInstall_README10 panel is for quick uploads, in which the file will be sent to the top level of data/media.
/plugin/advanced/lang/en/config/
H A Dacl.txt11 * A permission level (see below).
/plugin/combo/ComboStrap/
H A DSiteConfig.php11 const LOG_EXCEPTION_LEVEL = 'log-exception-level';
229 public function setLogExceptionLevel(int $level): SiteConfig argument
231 $this->setConf(self::LOG_EXCEPTION_LEVEL, $level);
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js473 level : compressionOptions.level || -1 // default compression
2921 level: Z_DEFAULT_COMPRESSION,
2950 opt.level,
5258 level = 6;
5273 windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||
5315 s.level = level;
5322 function deflateInit(strm, level) { argument
5362 put_byte(s, s.level === 9 ? 2 :
5401 } else if (s.level < 6) {
5403 } else if (s.level === 6) {
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js152 var level = 40;
859 var dx = cell.geometry.width + level;
860 var dy = cell.geometry.height + level;
974 clones[1].geometry.y += clones[1].geometry.height - pgeo.y + level;
981 clones[1].geometry.y -= clones[1].geometry.height + pgeo.y + level;
985 clones[1].geometry.x -= clones[1].geometry.width + pgeo.x + level;
992 clones[1].geometry.x += clones[1].geometry.width - pgeo.x + level;
/plugin/highlightjs/highlight/
H A Dhighlight.js54 var level = endOfMode(mode_index - 1, lexem);
55 return level ? level + 1 : 0;
/plugin/nsiconinsearch/
H A DREADME6 manager instead) in one of your first-level-namespaces, for example
/plugin/botbouncer/
H A DREADME.md36 …vice for sites with little activity, and as you to upgrade once you reach a certain activity level.
/plugin/cli/
H A Dsyntax.php139 $level=count($this->stack) - 1;
146 …if( $level && !empty($style) && ! $type && ! $params['prompt'] && ! $params['continue'] && ! $pa…
/plugin/webcode/
H A DREADME.md73 …* Webcode has been restructured (with the use of addPattern) and can now wrap headers (level, sect…
107 * Object of one level are now supported in the javascript console.log function.
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md12 race, age, religion, level of experience, education, socioeconomic status, or
30 body size, ethnicity, nationality, race, age, religion, level of experience, education,
/plugin/odp/
H A Drenderer.php506 function toc_additem($id, $text, $level) { argument
589 function header($text, $level, $pos){ argument
591 if($level <3){
811 function listitem_open($level) { argument
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dslf4j-api-1.7.25.jar ... lang.Throwable) org.slf4j.event.Level level String msg Object[] args Throwable throwable private ...
/plugin/diagramsnet/lib/js/deflate/
H A Dpako.min.js2level>0?(2===t.strm.data_type&&(t.strm.data_type=function(t){var e,i=4093624447;for(e=0;e<=31;e++,…
/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)
/plugin/combo/renderer/
H A Danalytics.php374 $ruleInfo[self::RULE_OUTLINE_STRUCTURE] = "The " . $i . " header (h" . $currentHeaderLevel . ") has a level bigger than its precedent (" . $previousHeaderLevel . ")";
554 * The rule that if broken will set the quality level to low
570 * Low level Computation
596 LogUtility::msg("An error has occurred while saving the low quality level. Error: {$e->getMessage()}");
681 public function header($text, $level, $pos) argument
686 $heading = 'h' . $level;
698 * Store the level of each heading
705 $this->stats[self::HEADER_STRUCT][] = $level;
/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.

1...<<11121314151617181920>>...26