/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | saucelabs.js | 65 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 D | BlockQuoteRenderer.php |
|
H A D | ListBlockRenderer.php |
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/ |
H A D | BlockQuoteRenderer.php | 44 return '>' . $DWRenderer->getOption('inner_separator', "\n"); 47 return '>' . $filling . $DWRenderer->getOption('inner_separator', "\n");
|
H A D | ParagraphRenderer.php | 40 return $result . $DWRenderer->getOption('inner_separator', "\n");;
|
/plugin/diagramsnet/lib/math/extensions/a11y/ |
H A D | explorer.js | 34 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 D | Gzip.php | 71 $compressionLevel = File_Archive::getOption('gzCompressionLevel', 9); 99 $this->tmpName = tempnam(File_Archive::getOption('tmpDirectory'), 'far');
|
H A D | Zip.php | 71 $this->compressionLevel = File_Archive::getOption('zipCompressionLevel', 9); 191 $cache = File_Archive::getOption('cache', null);
|
H A D | Bzip2.php | 97 $this->tmpName = tempnam(File_Archive::getOption('tmpDirectory'), 'far');
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Scroll.php | 195 $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 D | HtmlRenderer.php |
|
H A D | ElementRendererInterface.php |
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/ |
H A D | DWRenderer.php | 60 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 D | Suffix.php | 55 public function getOption() function in Google\\Service\\FirebaseDynamicLinks\\Suffix
|
/plugin/combo/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 95 $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 D | NewlineRenderer.php |
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
H A D | NewlineRenderer.php | 39 return $DWRenderer->getOption('soft_break', "\n");
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | TableRowRenderer.php |
|
H A D | TableRenderer.php |
|
H A D | TableSectionRenderer.php |
|
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/ |
H A D | Tocode.php | 74 while (false !== $c = $this->getOption($v)) {
|
H A D | Fromcode.php | 74 while (false !== $c = $this->getOption($v)) {
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | Cache.php | 61 $bufferSize = File_Archive::getOption('blockSize'); 152 $blockSize = File_Archive::getOption('blockSize');
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 86 $this->format = $input->getOption('format'); 88 $flags = $input->getOption('parse-tags') ? Yaml::PARSE_CUSTOM_TAGS : 0;
|
/plugin/indexmenu/syntax/ |
H A D | indexmenu.php | 168 } 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
|