Home
last modified time | relevance | path

Searched refs:visibility (Results 151 – 175 of 468) sorted by relevance

12345678910>>...19

/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css182 * display: none and visibility: hidden are not the alternatives, as they cause the whole
328 visibility: hidden;
H A Dbox.generic.formatted.php931 $visibility = $this->get_css_property(CSS_VISIBILITY);
935 $visibility === VISIBILITY_VISIBLE &&
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css201 visibility:hidden;
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A DimageFonts.js19 …ction(h){var g=c.addElement(document.body,"div",{style:{display:"none",visibility:"hidden",overflo…
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css201 visibility:hidden;
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js83 styleObject.visibility = newVisibility;
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js1107 this.table.style.visibility = "hidden";
1205 this.table.style.visibility = "visible";
1484 var value = obj.style.visibility;
1493 value = obj.currentStyle.visibility;
1526 cc.style.visibility = cc.__msh_save_visibility;
1531 cc.style.visibility = "hidden";
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php1300 public $visibility; variable in Google_Audience
1319 public function setVisibility( $visibility) { argument
1320 $this->visibility = $visibility;
1323 return $this->visibility;
H A DGoogle_OrkutService.php2520 public $visibility; variable in Google_Visibility
2534 public function setVisibility( $visibility) { argument
2535 $this->visibility = $visibility;
2538 return $this->visibility;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js337 oDivStyle.visibility = oDivStyle.overflow = 'hidden' ;
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js767 buttons.style.visibility = 'visible';
774 buttons.style.visibility = 'hidden';
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js767 buttons.style.visibility = 'visible';
774 buttons.style.visibility = 'hidden';
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dgrid_12-825-55-15.css12 .section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/plugin/subjectindex/
H A Dstyle.css27 visibility: hidden;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTextCircle.php70 $objattr['visibility'] = 'visible';
73 if (($v === 'hidden' || $v === 'printonly' || $v === 'screenonly') && $this->mpdf->visibility === 'visible') {
74 $objattr['visibility'] = $v;
/plugin/csstimeline/
H A Dstyle.css42 visibility: hidden;
/plugin/code2/
H A Dsyntax_plugin_code.css213 /* Classes to toggle visibility.
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js55 div.style.visibility = 'hidden';
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}div.jsoneditor{color:#1A1A1A;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;overflow:hidden;position:relative;padding:0;line-height:100%}div.jsoneditor,div.jsoneditor-outer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%;margin:0}div.jsoneditor-outer{width:100%;height:100%;margin:-35px 0 0;padding:35px 0 0;box-sizing:border-box}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}div.jsoneditor-menu,textarea.jsoneditor-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#e6e6e6}tr.jsoneditor-selected button.jsoneditor-contextmenu,tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(img/jsoneditor-icons.svg)-72 (…)
/plugin/datepicker/
H A Dstyle.css138 visibility: hidden;
/plugin/advrack/
H A Dstyle.css576 visibility: hidden;
594 visibility: visible;
/plugin/dokucrypt/
H A Dscript.js158 if(elem.style.visibility=="visible") {
159 elem.style.visibility="hidden";
162 elem.style.visibility="visible";
192 elem.style.visibility="visible";
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js1763 visibility = false;
1767 visibility = style["visibility"];
1770 visibility = node.currentStyle["visibility"];
1772 return (display != "none" && visibility != "hidden");
/plugin/dokucrypt2/
H A Dscript.js214 if(elem.style.visibility=="visible") {
215 elem.style.visibility="hidden";
218 elem.style.visibility="visible";
248 elem.style.visibility="visible";
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc83 labelStyle: 'visibility:hidden',

12345678910>>...19