Home
last modified time | relevance | path

Searched refs:close (Results 176 – 200 of 1082) sorted by relevance

12345678910>>...44

/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupMisc.js99 c.close();
103 c.close();
110 c.close();
114 c.close();
121 c.close();
129 c.close();
133 c.close();
140 c.close();
147 c.close();
151 c.close();
[all …]
H A DmxMockupGraphics.js415 c.close();
697 c.close();
706 c.close();
715 c.close();
747 c.close();
756 c.close();
867 c.close();
877 c.close();
887 c.close();
897 c.close();
[all …]
/plugin/sectiontoggle/
H A Dsyntax.php57 $close = $this->getLang('close_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/html2pdf/html2pdf/html2ps/
H A Dxhtml.utils.inc.php18 $close = mk_close_tag_regexp("html");
32 if (!preg_match("#{$close}#is", $html)) {
54 $close = mk_close_tag_regexp("head");
61 } elseif (!preg_match("#{$close}#is",$html)) {
73 $close = mk_close_tag_regexp("body");
85 if (!preg_match("#{$close}#is",$html)) {
92 $html = preg_replace("#({$close})(.+)({$chtml})#is","\\2\\1\\3",$html);
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php89 $this->source->close();
210 function close() function in File_Archive_Reader_Cache
218 $this->close();
224 $this->source->close();
H A DChangeName.php108 function select($filename, $close = true) argument
114 return $this->source->select($name, $close);
205 function select($filename, $close = true) argument
/plugin/farm/
H A Dscript.js61 this.close();
81 items[i].close = function() { class in items
88 if(d[i].className.match(/animal_dir/)) d[i].close();
97 if(items[i].getAttribute('pref') == '') items[i].close();
/plugin/overlay/
H A Dstyle.css20 #overlay div.close{
37 #overlay div.close a {
40 #overlay div.close span.oltools-left { float: left; padding-left: 5px;} /*tool left*/
41 #overlay div.close span.oltools-right { float: left; padding-left: 14px;} /*tool middle*/
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D23.23.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
H A D8.8.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
H A D24.24.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
H A D51.51.js.map1close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { o…
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java57 cit.next().close(); in stop()
159 configStream.close(); in loadConfig()
172 out.close(); in storeConfig()
235 out.close(); in post()
236 content.close(); in post()
H A DMovie.java49 public void close() throws IOException { in close() method in Movie
51 imagesFileCloseable.close(); in close()
/plugin/refnotes/syntax/
H A Dnotes.php213 $close = '</div>' . DOKU_LF;
217 $close = '';
222 $renderer->doc .= $close;
/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 }
311 if(charSettings.keyMap[j].close == 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;
539 if (toOverwrite == _char.close) {
[all …]
/plugin/advrack/
H A Dstyle.css51 /* Default close button class */
52 .qtip-close{
64 .qtip-titlebar .qtip-close{
124 .qtip-default .qtip-titlebar .qtip-close{
174 .qtip-cream .qtip-close .qtip-icon{
190 .qtip-red .qtip-close .qtip-icon{
214 .qtip-green .qtip-close .qtip-icon{
230 .qtip-blue .qtip-close .qtip-icon{
495 * .qtip-titlebar .qtip-close{
536 /* Taken from Bootstrap .close */
[all …]
/plugin/feedback/
H A Dscript.js47 text: LANG.plugins.feedback.close,
73 close: function () {
/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php77 $this->close();
101 public function close() function in Facebook\\FileUpload\\FacebookFile
/plugin/codemirror/dist/modes/
H A Dhtmlembedded.min.js.map1close","delimStyle","mode","token","stream","skipTo","skipToEnd","scriptStartRegex","scriptEndRege…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DAjaxNullComparisonSniff.php70 $close = $tokens[$stackPtr]['parenthesis_closer'];
71 for ($i = ($open + 1); $i < $close; $i++) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php47 public function close() function in GuzzleHttp\\Psr7\\BufferStream
54 $this->close();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DHandlerWrapper.php73 public function close(): void function in Monolog\\Handler\\HandlerWrapper
75 $this->handler->close();
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DBufferStream.php46 public function close() function in GuzzleHttp\\Stream\\BufferStream
53 $this->close();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DColumns.php38 $t->close($ahtml, $ihtml);
64 public function close(&$ahtml, &$ihtml) function in Mpdf\\Tag\\Columns

12345678910>>...44