Home
last modified time | relevance | path

Searched refs:open (Results 151 – 175 of 1091) sorted by relevance

12345678910>>...44

/plugin/combo/resources/theme/default/components/css/
H A Drailbar-off-canvas.css7 #railbar-offcanvas-open-cs {
13 #railbar-offcanvas-open-cs:before {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D53.53.js.map1open: '[', close: ']' },\n { open: '{', close: '}' },\n { open: '(', close: ')' },\n…
H A D60.60.js.map1open: '\"', close: '\"', notIn: ['string', 'comment'] },\n { open: '{', close: '}', notIn: …
H A D23.23.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D8.8.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D24.24.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D52.52.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D51.51.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md30 // To list the contents of an existing TAR archive, open() it and use
33 $tar->open('myfile.tgz');
37 // To extract the contents of an existing TAR archive, open() it and use
40 $tar->open('myfile.tgz');
/plugin/behave/
H A Dbehave.js102 { open: "\"", close: "\"", canBreak: false },
103 { open: "'", close: "'", canBreak: false },
104 { open: "(", close: ")", canBreak: false },
105 { open: "[", close: "]", canBreak: true },
106 { open: "{", close: "}", canBreak: true }
307 if(charSettings.keyMap[j].open == left.charAt(i)){
467 … if (charSettings.keyMap[i].open == leftChar && charSettings.keyMap[i].close == rightChar){
499 … if (charSettings.keyMap[i].open == leftChar && charSettings.keyMap[i].close == rightChar) {
529 edited = left + _char.open + _char.close + right;
566 … if (!didClose && charSettings.keyMap[i].open == _char && defaults.autoOpen) {
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php1259 public $open; variable in Google_SeriesRulesSubmissions
1267 $this->open = $open;
1270 return $this->open;
1276 public $open; variable in Google_SeriesRulesVotes
1284 $this->open = $open;
1287 return $this->open;
1788 public $open; variable in Google_TopicRulesSubmissions
1796 $this->open = $open;
1799 return $this->open;
1805 public $open; variable in Google_TopicRulesVotes
[all …]
/plugin/odt/helper/
H A Dcssdocument.php27 public function open ($element, $attributes=NULL, $pseudo_classes=NULL, $pseudo_elements=NULL) { function in helper_plugin_odt_cssdocument
28 $this->internal->open ($element, $attributes, $pseudo_classes, $pseudo_elements);
/plugin/move/admin/
H A Dtree.php86 'open' => 'true', 'label' => $this->getLang('root')
100 * @param string $open The hierarchy to open FIXME not supported yet
104 public function tree($type = self::TYPE_PAGES, $open = '', $base = '') { argument
107 $opendir = utf8_encodeFN(str_replace(':', '/', $open));
181 if($item['type'] == 'd') $params['class'] .= ' ' . ($item['open'] ? 'open' : 'closed');
/plugin/sectiontoggle/
H A Dsyntax.php56 $open = $this->getLang('open_all');
58 $renderer->doc .= '<p class="sectoggle"><button onclick = "SectionToggle.open_all();" style="white-space:nowrap;" >' . $open . '</button>&nbsp;&nbsp;<button onclick = "SectionToggle.close_all();" style="white-space:nowrap;" >' . $close .'</button></p>'; // ptype = 'block'
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php475 $close = $open = '';
478 $open .= '<span style="color: ' . $cur_attr->foreground . '">';
486 $open .= '<span style="background: ' . $cur_attr->background . '">';
494 $open .= '<b>';
501 $open .= '<u>';
508 $open .= '<blink>';
513 $output .= $close . $open;
/plugin/new_page_dialog/
H A Dstyle.css52 div.npd li.open a.idx_dir,
58 div.npd li.open a.idx_dir {
69 div.npd li.open {
76 div.npd li.open {
/plugin/npd/
H A Dstyle.css52 div.npd li.open a.idx_dir,
58 div.npd li.open a.idx_dir {
69 div.npd li.open {
76 div.npd li.open {
/plugin/simplewikipagetree/
H A Dstyle.css18 .simplewiki-pagetree .open > .icon,
28 .simplewiki-pagetree .open > .icon,
/plugin/revealjs/plugin/print-pdf/
H A Dprint-pdf.js27 probePage.open( inputFile, function( status ) {
43 printPage.open( inputFile, function( status ) {
/plugin/refnotes/syntax/
H A Dnotes.php212 $open = '<div class="refnotes">' . DOKU_LF;
216 $open = '';
220 $renderer->doc .= $open;
/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php69 $this->open();
85 public function open() function in Facebook\\FileUpload\\FacebookFile
/plugin/acmenu/
H A Dstyle.css18 .acmenu ul.idx li.open {
19 list-style-image: url(../../images/open.png);
/plugin/codemirror/dist/modes/
H A Dhtmlembedded.min.js.map1open","openComment","close","delimStyle","mode","token","stream","skipTo","skipToEnd","scriptStart…
/plugin/navi/
H A Dsyntax.php220 $open = false;
256 if ($open) {
260 $open = true;
273 $open = true;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DAjaxNullComparisonSniff.php69 $open = $tokens[$stackPtr]['parenthesis_opener'];
71 for ($i = ($open + 1); $i < $close; $i++) {

12345678910>>...44