Home
last modified time | relevance | path

Searched refs:open (Results 176 – 200 of 1091) sorted by relevance

12345678910>>...44

/plugin/cellbg/
H A Dscript.js56 var open = "@" + value + ":";
59 + jsEscape(open) + "','"
/plugin/cellbg2/
H A Dscript.js56 var open = "@" + value + ":";
59 + jsEscape(open) + "','"
/plugin/diagrams/syntax/
H A Dembed.php27 [$open, $rest] = sexplode('>', $match, 2);
28 $params = substr($open, 9);
/plugin/odt/ODT/styles/
H A DODTTextOutlineStyle.php111 $open = XMLUtil::getElementOpenTag('text:outline-style', $xmlCode);
112 if (!empty($open)) {
114 $attrs += $style->importODTStyleInternal(self::$outline_fields, $open);
/plugin/googleads/
H A DCHANGELOG.md31 [GA-2]: http://192.168.1.150/open-source/dokuwiki/googleads/-/issues/2
32 [GA-1]: http://192.168.1.150/open-source/dokuwiki/googleads/-/issues/1
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DMakefile7 open docs/_build/html/index.html
28 open build/artifacts/coverage/index.html
/plugin/odt/ODT/
H A DODTImport.php139 $htmlStack->open('blockquote');
232 $htmlStack->open('ol');
244 $htmlStack->open('li');
374 $htmlStack->open('ul');
386 $htmlStack->open('li');
512 $htmlStack->open($element, $attributes);
619 $htmlStack->open($element, $attributes, $pseudo_class, NULL);
651 $htmlStack->open($element, $attributes);
830 $htmlStack->open('p');
881 $ZIPextract->open($template);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DMultiLineFunctionDeclarationSniff.php68 $open = $phpcsFile->findNext(T_OPEN_PARENTHESIS, ($use + 1));
69 if ($open !== false) {
70 $bracketsToCheck[$use] = $open;
/plugin/bbcodeextensions/
H A Dcommon.php26 function settextwraps ($open, $close) { argument
27 $this->textwrap= [ $open, $close ];
/plugin/diagramsnet/lib/math/extensions/
H A Dtex2jax.js19open;e=a.opos+a.olen+(a.blen||0);this.search={start:true};this.pattern=this.start}}}return c},star… property in search
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionDeclarationSniff.php205 $open = $phpcsFile->findNext(T_OPEN_PARENTHESIS, ($use + 1));
206 $close = $tokens[$open]['parenthesis_closer'];
207 if ($tokens[$open]['line'] !== $tokens[$close]['line']) {
307 $open = $phpcsFile->findNext(T_OPEN_PARENTHESIS, ($use + 1));
308 $closeBracket = $tokens[$open]['parenthesis_closer'];
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D27.27.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D1.1.js.map1open: '[', close: ']' },\n { open: '{', close: '}' },\n { open: '(', close: ')' },\n…
/plugin/cite/
H A DCHANGELOG.md35 [CITE-4]: http://192.168.1.150/open-source/dokuwiki/cite/-/issues/4
36 [CITE-3]: http://192.168.1.150/open-source/dokuwiki/cite/-/issues/3
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/sys/
H A DFile.php67 $success = $this->open($this->filename, $this->fileOpenMode);
126 function open($filename, $mode = "r") { function in File
/plugin/quickstats/lang/en/
H A Dgeneral_intro.txt7 These are toggles and will both open and close their respective windows. The **Query Info** button…
/plugin/ckgedit/ckeditor/skins/kama/
H A Dreadme.md19 until the first panel open up,
22 it's not loaded until the first menu open up,
23 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/outliner/
H A Dstyle.css26 dl.outliner-js.outliner-open > dt {
28 background: __background_alt__ url(open.gif) 5px center no-repeat;
/plugin/refnotes/
H A Dscope.php158 $open = $this->getRenderer()->renderNotesSeparator() . '<div class="notes">' . DOKU_LF;
160 $doc = $open . $doc . $close;
/plugin/bookmark2wiki/
H A DREADME.md16 …// Change the window.open statement to reflect the location of the bookmark2wiki.p…
19 …ocument.selection.createRange().text:document.getSelection(); void(window.open('https://myserver/b…
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Dreadme.md27 until the first panel open up,
30 it's not loaded until the first menu open up,
31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md29 until the first panel open up,
32 it's not loaded until the first menu open up,
33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md29 until the first panel open up,
32 it's not loaded until the first menu open up,
33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md27 until the first panel open up,
30 it's not loaded until the first menu open up,
31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.asciidoc38 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,none,all) (Default = open)

12345678910>>...44