Home
last modified time | relevance | path

Searched refs:getOption (Results 1 – 25 of 56) sorted by relevance

123

/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js65 var advisor = getOption('advisor', false),
68 compatMode = getOption('compatMode', null),
71 framework = getOption('framework', 'qunit'),
72 idleTimeout = getOption('idleTimeout', 60),
73 jobName = getOption('name', 'unit tests'),
74 maxDuration = getOption('maxDuration', 180),
76 publicAccess = getOption('public', true),
83 tags = getOption('tags', []),
84 throttled = getOption('throttled', 10),
85 tunneled = getOption('tunneled', true),
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DBlockQuoteRenderer.php
H A DListBlockRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DBlockQuoteRenderer.php44 return '>' . $DWRenderer->getOption('inner_separator', "\n");
47 return '>' . $filling . $DWRenderer->getOption('inner_separator', "\n");
H A DParagraphRenderer.php40 return $result . $DWRenderer->getOption('inner_separator', "\n");;
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dexplorer.js34 getOption: function(e) {
111 h.getOption("speech") && n.Update(this.inner, e);
157 …h.getOption("speech") && (n.announced = !0, MathJax.Ajax.Styles(n.styles), e = n.Create("polite"),
217 }), h.getOption("speech") && u.AddSpeech(t)));
283 color: h.getOption("background"),
286 color: h.getOption("foreground"),
304 …"none" !== h.getOption("highlight") && ("hover" === h.getOption("highlight") && (t = e.currentTarg…
311 …if ("flame" === h.getOption("highlight")) return u.GetHighlighter(.05), u.highlighter.highlightAll…
328 …var a = h.getOption("speech"), i = h.getOption("walker") ? u.Walkers[MathJax.Hub.config.explorer.w…
335 …ribute("hasspeech") && u.AddSpeechLazy(e), u.walker.activate(), a && (h.getOption("subtitle") && u…
/plugin/zip/pear/File/Archive/Writer/
H A DGzip.php71 $compressionLevel = File_Archive::getOption('gzCompressionLevel', 9);
99 $this->tmpName = tempnam(File_Archive::getOption('tmpDirectory'), 'far');
H A DZip.php71 $this->compressionLevel = File_Archive::getOption('zipCompressionLevel', 9);
191 $cache = File_Archive::getOption('cache', null);
H A DBzip2.php97 $this->tmpName = tempnam(File_Archive::getOption('tmpDirectory'), 'far');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DScroll.php195 $this->_options[0] = $this->_search->getOption(Search::OPTION_SCROLL);
199 $this->_options[1] = $this->_search->getOption(Search::OPTION_SCROLL_ID);
204 $this->_options[2] = $this->_search->getOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE);
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlRenderer.php
H A DElementRendererInterface.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php60 public function getOption(string $option, $default = null)
49 public function getOption(string $option, $default = null) global() function in Dokuwiki\\Plugin\\Commonmark\\DWRenderer
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DSuffix.php55 public function getOption() function in Google\\Service\\FirebaseDynamicLinks\\Suffix
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php95 $excludes = $input->getOption('exclude');
96 $this->format = $input->getOption('format');
97 $flags = $input->getOption('parse-tags');
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DNewlineRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DNewlineRenderer.php39 return $DWRenderer->getOption('soft_break', "\n");
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableRowRenderer.php
H A DTableRenderer.php
H A DTableSectionRenderer.php
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/
H A DTocode.php74 while (false !== $c = $this->getOption($v)) {
H A DFromcode.php74 while (false !== $c = $this->getOption($v)) {
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php61 $bufferSize = File_Archive::getOption('blockSize');
152 $blockSize = File_Archive::getOption('blockSize');
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php86 $this->format = $input->getOption('format');
88 $flags = $input->getOption('parse-tags') ? Yaml::PARSE_CUSTOM_TAGS : 0;
/plugin/indexmenu/syntax/
H A Dindexmenu.php168 } elseif ($value = $this->getOption($defaultsStr, $optsStr, '/msort#(\S+)/u')) {
220 $gen_id = $this->getOption($defaultsStr, $optsStr, '/id#(\S+)/u');
224 if ($matched_lvl_sublvl = $this->getOption($defaultsStr, $optsStr, $matchPattern, true)) {
237 if ($maxjs_lvl = $this->getOption($defaultsStr, $optsStr, '/maxjs#(\d+)/u')) {
376 private function getOption($defaultsString, $optsString, $matchPattern, $multipleMatches = false)
298 private function getOption($defaultsstr, $optsstr, $matchpattern, $multiplematches = false) { global() function in syntax_plugin_indexmenu_indexmenu

123