/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 | 41 … return new HtmlElement('blockquote', $attrs, $htmlRenderer->getOption('inner_separator', "\n")); 47 …$htmlRenderer->getOption('inner_separator', "\n") . $filling . $htmlRenderer->getOption('inner_sep…
|
H A D | ListBlockRenderer.php | 50 $htmlRenderer->getOption('inner_separator', "\n") . $htmlRenderer->renderBlocks( 53 ) . $htmlRenderer->getOption('inner_separator', "\n")
|
/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 | 41 return $result . $DWRenderer->getOption('inner_separator', "\n");;
|
/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/commonmark/vendor/league/commonmark/src/ |
H A D | HtmlRenderer.php | 46 public function getOption(string $option, $default = null) function in League\\CommonMark\\HtmlRenderer 122 $separator = $this->getOption('block_separator', "\n");
|
H A D | ElementRendererInterface.php | 31 public function getOption(string $option, $default = null); function
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/ |
H A D | DWRenderer.php | 49 public function getOption(string $option, $default = null) function in Dokuwiki\\Plugin\\Commonmark\\DWRenderer 125 $separator = $this->getOption('block_separator', "\n");
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/ |
H A D | Suffix.php | 55 public function getOption() function in Google\\Service\\FirebaseDynamicLinks\\Suffix
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/ |
H A D | Scroll.php | 176 $this->_options[0] = $this->_search->getOption(Search::OPTION_SCROLL); 180 $this->_options[1] = $this->_search->getOption(Search::OPTION_SCROLL_ID);
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/ |
H A D | NewlineRenderer.php | 40 return $htmlRenderer->getOption('soft_break', "\n");
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
H A D | NewlineRenderer.php | 41 return $DWRenderer->getOption('soft_break', "\n");
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | TableRowRenderer.php | 33 $separator = $htmlRenderer->getOption('inner_separator', "\n");
|
H A D | TableRenderer.php | 33 $separator = $htmlRenderer->getOption('inner_separator', "\n");
|
H A D | TableSectionRenderer.php | 37 $separator = $htmlRenderer->getOption('inner_separator', "\n");
|
/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/findologicxmlexport/vendor/hoa/protocol/Bin/ |
H A D | Resolve.php | 80 while (false !== $c = $this->getOption($v)) {
|
/plugin/findologicxmlexport/vendor/hoa/math/Bin/ |
H A D | Calc.php | 73 while (false !== $c = $this->getOption($v)) {
|
/plugin/indexmenu/syntax/ |
H A D | indexmenu.php | 138 } elseif($value = $this->getOption($defaultsstr, $optsstr, '/msort#(\S+)/u')) { 187 $gen_id = $this->getOption($defaultsstr, $optsstr, '/id#(\S+)/u'); 190 … if($maxmatches = $this->getOption($defaultsstr, $optsstr, '/max#(\d+)($|\s+|#(\d+))/u', true)) { 202 if($maxjsvalue = $this->getOption($defaultsstr, $optsstr, '/maxjs#(\d+)/u')) { 298 private function getOption($defaultsstr, $optsstr, $matchpattern, $multiplematches = false) { function in syntax_plugin_indexmenu_indexmenu
|