Home
last modified time | relevance | path

Searched refs:visible (Results 201 – 225 of 638) sorted by relevance

12345678910>>...26

/plugin/pdfjs/pdfjs/web/locale/mk/
H A Dviewer.properties25 # will be replaced by a number representing the currently visible page,
/plugin/pdfjs/pdfjs/web/locale/ml/
H A Dviewer.properties27 # will be replaced by a number representing the currently visible page,
/plugin/virtualkeyboard/vk/keyboard/
H A Dkeyboard.css57 overflow: visible;
/plugin/pdfjs/pdfjs/web/locale/as/
H A Dviewer.properties25 # will be replaced by a number representing the currently visible page,
/plugin/pdfjs/pdfjs/web/locale/kok/
H A Dviewer.properties25 # will be replaced by a number representing the currently visible page,
/plugin/pdfjs/pdfjs/web/locale/ks/
H A Dviewer.properties25 # will be replaced by a number representing the currently visible page,
/plugin/progrecss/
H A Dstyle.css195 visibility: visible;
/plugin/pdfjs/pdfjs/web/locale/km/
H A Dviewer.properties27 # will be replaced by a number representing the currently visible page,
/plugin/pdfjs/pdfjs/web/locale/or/
H A Dviewer.properties25 # will be replaced by a number representing the currently visible page,
/plugin/pdfjs/pdfjs/web/locale/sah/
H A Dviewer.properties25 # will be replaced by a number representing the currently visible page,
/plugin/pdfjs/pdfjs/web/locale/brx/
H A Dviewer.properties25 # will be replaced by a number representing the currently visible page,
/plugin/pdfjs/pdfjs/web/locale/lg/
H A Dviewer.properties24 # will be replaced by a number representing the currently visible page,
/plugin/s5/ui/yatil/
H A Dpretty.css84 div#controls div:hover select {visibility: visible;}
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js72 renameAction.visible = true;
1218 var visible = isEntryVisibleOld.apply(this, arguments);
1240 return visible || cVisible;
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCore.css17 …eight:1.1em !important;margin:0 !important;outline:0 !important;overflow:visible !important;paddin…
/plugin/pdfjs/pdfjs/web/locale/ne-NP/
H A Dviewer.properties27 # will be replaced by a number representing the currently visible page,
/plugin/pdfjs/pdfjs/web/locale/kn/
H A Dviewer.properties27 # will be replaced by a number representing the currently visible page,
/plugin/pdfjs/pdfjs/web/locale/lo/
H A Dviewer.properties27 # will be replaced by a number representing the currently visible page,
/plugin/pdfjs/pdfjs/web/locale/sw/
H A Dviewer.properties25 # will be replaced by a number representing the currently visible page,
/plugin/animation/styles/
H A DshCore.css38 overflow: visible !important;
/plugin/combo/grammar/
H A DPageSql.g4147 * Fragment rules does not result in tokens visible to the parser.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css139 0% { opacity: 0; visibility: visible;}
356 .monaco-editor .find-widget.visible {
787 .monaco-scrollable-element > .visible {
1096 overflow: visible;
1361 /* END cover the case that slider is visible on mouseover */
1367 .monaco-editor .minimap-shadow-visible {
2388 .monaco-editor .parameter-hints-widget.visible {
2800 visibility: visible;
2943 visibility: visible;
3580 .quick-input-visible-count {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css139 0% { opacity: 0; visibility: visible;}
356 .monaco-editor .find-widget.visible {
787 .monaco-scrollable-element > .visible {
1096 overflow: visible;
1361 /* END cover the case that slider is visible on mouseover */
1367 .monaco-editor .minimap-shadow-visible {
2388 .monaco-editor .parameter-hints-widget.visible {
2800 visibility: visible;
2943 visibility: visible;
3580 .quick-input-visible-count {
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js6007 var visible = [];
6013 visible.push(cells[i]);
6017 graph.setSelectionCells(visible);
6020 function setAllVisible(visible) argument
6022 if (visible)
6127 mxUtils.setOpacity(img, visible ? 75 : 25);
6179 mxUtils.setOpacity(a, visible ? 100 : 40);
6191 if (visible && graph.hiddenTags.length > 0)
6221 mxUtils.setOpacity(img, visible ? 75 : 25);
6923 if (action.tags.visible != null)
[all …]
H A DApp.js6961 var visible = this.fullscreenMode;
6965 this.toggleCompactMode(visible);
6968 if (!visible)
6973 this.hsplitPosition = (visible) ? initialPosition : 0;
6974 this.toggleFormatPanel(visible);
6975 this.fullscreenMode = !visible;
7041 App.prototype.toggleCompactMode = function(visible) argument
7043 visible = (visible != null) ? visible : this.compactMode;
7045 if (visible)
7078 this.compactMode = !visible;

12345678910>>...26