Home
last modified time | relevance | path

Searched refs:close (Results 326 – 350 of 1082) sorted by path

1...<<11121314151617181920>>...44

/plugin/commonmark/
H A Dscript.js25 close: "**",
34 close: "*",
43 close: "`",
52 close: "~~",
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
/plugin/components/lib/
H A Dcomponent_manager.php49 $dh->close();
/plugin/copycode/
H A Dstyle.css36 .alert.alert-copycode button.close{
/plugin/creole/syntax/
H A Demphasis.php73 $this->eventhandler->notifyEvent('close', 'emphasis', NULL, $pos, $match, $handler);
85 $this->eventhandler->notifyEvent('close', 'emphasis', NULL, $pos, $match, $handler);
H A Dstrong.php73 $this->eventhandler->notifyEvent('close', 'strong', NULL, $pos, $match, $handler);
85 $this->eventhandler->notifyEvent('close', 'strong', NULL, $pos, $match, $handler);
H A Dunderline.php73 … $this->eventhandler->notifyEvent('close', 'underline', NULL, $pos, $match, $handler);
85 $this->eventhandler->notifyEvent('close', 'underline', NULL, $pos, $match, $handler);
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php108 $db->close ();
/plugin/crypto/
H A Dstyle.css28 div.dokuwiki div.cryptodialog div.close {
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.print.min.js5 !function(n){var o,r;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(t){return n(t,window,document)}):"object"==typeof exports?(o=require("jquery"),r=function(t,e){e.fn.dataTable||require("datatables.net")(t,e),e.fn.dataTable.Buttons||require("datatables.net-buttons")(t,e)},"undefined"==typeof window?module.exports=function(t,e){return t=t||window,e=e||o(t),r(t,e),n(e,t,t.document)}:(r(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(m,b,t,p){"use strict";function h(t){return n.href=t,-1===(t=n.host).indexOf("/")&&0!==n.pathname.indexOf("/")&&(t+="/"),n.protocol+"//"+t+n.pathname+n.search}var e=m.fn.dataTable,n=t.createElement("a");return e.ext.buttons.print={className:"buttons-print",text:function(t){return t.i18n("buttons.print","Print")},action:function(t,e,n,o){function r(t,e){for(var n="<tr>",o=0,r=t.length;o<r;o++){var i=null===t[o]||t[o]===p?"":t[o];n+="<"+e+" "+(s[o]?'class="'+s[o]+'"':"")+">"+i+"</"+e+">"}return n+"</tr>"}var i=e.buttons.exportData(m.extend({decodeEntities:!1},o.exportOptions)),a=e.buttons.exportInfo(o),s=e.columns(o.exportOptions.columns).flatten().map(function(t){return e.settings()[0].aoColumns[e.column(t).index()].sClass}).toArray(),u='<table class="'+e.table().node().className+'">';o.header&&(u+="<thead>"+r(i.header,"th")+"</thead>"),u+="<tbody>";for(var d=0,c=i.body.length;d<c;d++)u+=r(i.body[d],"td");u+="</tbody>",o.footer&&i.footer&&(u+="<tfoot>"+r(i.footer,"th")+"</tfoot>"),u+="</table>";var l=b.open("","");if(l){l.document.close();var f="<title>"+a.title+"</title>";m("style, link").each(function(){f+=function(t){t=m(t).clone()[0];return"link"===t.nodeName.toLowerCase()&&(t.href=h(t.href)),t.outerHTML}(this)});try{l.document.head.innerHTML=f}catch(t){m(l.document.head).html(f)}l.document.body.innerHTML="<h1>"+a.title+"</h1><div>"+(a.messageTop||"")+"</div>"+u+"<div>"+(a.messageBottom||"")+"</div>",m(l.document.body).addClass("dt-print-view"),m("img",l.document.body).each(function(t,e){e.setAttribute("src",h(e.getAttribute("src")))}),o.customize&&o.customize(l,o,e);a=function(){o.autoPrint&&(l.print(),l.close())};navigator.userAgent.match(/Trident\/\d.\d/)?a():l.setTimeout(a,1e3)}else e.buttons.info(e.i18n (…)
/plugin/datatables/assets/datatables.net-responsive-bs/css/
H A Dresponsive.bootstrap.min.css
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js9211 close: 'fc-icon-x',
9261 close: 'ui-icon-closethick',
14979 close: 'glyphicon-remove',
15028 close: 'fa-times',
H A Dfullcalendar.less156 .fc-popover .fc-header .fc-close {
160 .fc-rtl .fc-popover .fc-header .fc-close {
164 .fc-ltr .fc-popover .fc-header .fc-close {
612 .fc-unthemed .fc-popover .fc-header .fc-close {
698 .fc-unthemed .fc-popover .fc-header .fc-close {
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py101 server.close()
137 f.close()
/plugin/definitionlist/
H A Dsyntax.php358 $stack->close('dd');
/plugin/deletepagebutton/
H A Dscript.js71 close: function () {
/plugin/dev/
H A DLangProcessor.php187 $close = '[\]\'"]*'; // closes brackets
193 $regex = '/\bLANG' . $sep . 'plugins' . $sep . $any . $close . '(?:' . $dotvalue . '|' . $bracketvalue . ')/';
/plugin/diagrams/script/
H A DDiagramsMediaManager.js92 close: function () {
H A Dembed-toolbar.js16 const close = '</diagram>';
25 const end = area.value.indexOf(close, selection.end);
28 const prev = area.value.lastIndexOf(close, selection.start - close.length);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jar ... .cache.CacheManager getCacheManager () public abstract void close () public abstract boolean isClosed () public abstract ...
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

1...<<11121314151617181920>>...44