Home
last modified time | relevance | path

Searched refs:closed (Results 101 – 125 of 181) sorted by last modified time

12345678

/plugin/issuelinks/
H A Dstyle.less138 &.closed,
/plugin/overlay/
H A DREADME.md2 Creates a window at the template level that can be opened and closed into which navigation plugins …
H A Dstyle.css55 #overlay ul.idx li.closed {
56 list-style-image: url(../../images/closed.png);
58 #overlay ul.idx li.closed {
59 list-style-image: url(../../images/closed-rtl.png);
/plugin/revealjs/
H A DREADME.md268 …e with the default transition in the default speed (open previous slides will be closed implicitly)
H A Dchangelog.md20 …new slide with default transition in default speed (open previous slides will be closed implicitly)
/plugin/revealjs/plugin/notes/
H A Dnotes.js18 if (notesPopup && !notesPopup.closed) {
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1closed') {\n return Promise.resolve(undefined);\n }\n if (state === 'errored') {\n return …
H A Dpdf.worker.js.map1closed') {\n return Promise.resolve(undefined);\n }\n if (state === 'errored') {\n return …
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1closed when Escape is pressed.\n if (evt.keyCode !== 27) { // 'Esc'\n return;\n }\n }\…
/plugin/numberedheadings/
H A Dsyntax.php116 $closed = strpos($text, '"', 1); // search closing "
117 if ($closed !== false) {
118 $number = substr($text, 1, $closed -1);
119 $title = trim(substr($text, $closed + 1));
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1closed|for document|exposed|(can )?hide|idle|keyboard (down|up)|event( (number|type))?|launch(ed)?…
/plugin/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown13 … case is the best way to get your issue addressed. Without a test case; your issue may be closed.
32 …des, slidesToShow & slidesToScroll. Failure to do so will result in your pull request being closed.
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …<div class='gantt_tree_icon gantt_folder_\" + (item.$open ? \"open\" : \"closed\") + \"'></div>\";…
/plugin/codeprettify/code-prettify/
H A DCHANGES.md21 script block or PHP tag that was not properly closed would not silently drop the content.
/plugin/icons/assets/typicons/
H A Dtypicons.css516 .typcn-lock-closed-outline:before {
519 .typcn-lock-closed:before {
H A Dtypicons.min.css1 …pcn-location:before{content:'\e0a0'}.typcn-lock-closed-outline:before{content:'\e0a1'}.typcn-lock-
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1closed-caption::before{content:"\F15E"}.mdi-closed-caption-outline::before{content:"\FD99"}.mdi-cl…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2465 if (window.closed)
10541 if (isOpera && Firebug.chrome.type == "popup" && Firebug.chrome.node.closed)
16468 return (win && win.location && !win.closed) ? getFileName(win.location.href) : "";
16509 if (win && !win.closed)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3 …gth?(l="function"==typeof n?a=n:(a=Tl.get(n)||xu).key,c=a.reverse||a,f=a.closed?"M":"L",t):l},t.te…
5 …ku,"cardinal-closed":Nu,monotone:Fu});Tl.forEach(function(n,t){t.key=n,t.closed=/-closed$/.test(n)…
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php496 $closed = 0;
501 ++$closed;
504 if (0 < $closed) {
509 --$closed;
511 if (0 === $closed) {
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md72 * Avoid closing a closed stream (Jeremy Benoist, 2016-11-08T13:46:47+01:00)
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG959 * added a more useful exception if an if tag is not closed properly
/plugin/metaeditor/
H A Dstyle.css70 .jstree .jstree-closed > .jstree-children,
419 .jstree-default .jstree-closed > .jstree-ocl {
435 .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
481 .jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
583 .jstree-default-small .jstree-closed > .jstree-ocl {
599 .jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
645 .jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
747 .jstree-default-large .jstree-closed > .jstree-ocl {
763 .jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
809 .jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc160 // Dialog may already closed. (#5505)
507 this.originalElement = false; // Dialog is closed.
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js647 (f(a.lang.notification.closed),c[c.length-1].hide(),b.cancel())}})}}),ka.prototype={show:function()…

12345678