Searched refs:resizable (Results 1 – 25 of 35) sorted by relevance
12
/external/epid-sdk/doc/html/ |
D | navtree.css | 92 .ui-resizable .ui-resizable-handle { 96 .ui-resizable-e { 108 .ui-resizable-handle { 144 div.ui-resizable-handle { display: none; position: relative; }
|
D | resize.js | 114 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } }); 115 $(sidenav).resizable({ minWidth: 0 });
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.css | 35 #side-nav.not-resizable { 1078 .ui-resizable { position: relative; } 1079 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } 1080 .ui-resizable .ui-resizable-handle { display: block; } 1081 body .ui-resizable-disabled .ui-resizable-handle { display: none; } 1082 body .ui-resizable-autohide .ui-resizable-handle { display: none; } 1083 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; 1084 background: transparent url("images/resizable-s2.gif") repeat scroll center top; } 1085 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; 1086 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
|
D | doclava-developer-docs.js | 155 …$("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(… 156 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
|
/external/libaom/libaom/third_party/vector/ |
D | README.libaom | 8 A feature-complete, generic and customizable resizable
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | htest.py | 339 root.resizable(0, 0)
|
/external/doclava/res/assets/templates-sdk/assets/ |
D | android-developer-docs.css | 2690 .ui-resizable { position: relative; } 2691 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } 2692 .ui-resizable .ui-resizable-handle { display: block; } 2693 body .ui-resizable-disabled .ui-resizable-handle { display: none; } 2694 body .ui-resizable-autohide .ui-resizable-handle { display: none; } 2695 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; 2696 background: transparent url("images/resizable-s2.gif") repeat scroll center top; } 2697 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; 2698 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | htest.py | 344 root.resizable(0, 0)
|
/external/python/cpython2/Lib/idlelib/ |
D | configSectionNameDialog.py | 18 self.resizable(height=FALSE, width=FALSE)
|
D | configHelpSourceEdit.py | 22 self.resizable(height=FALSE, width=FALSE)
|
D | aboutDialog.py | 26 self.resizable(height=FALSE, width=FALSE)
|
D | keybindingDialog.py | 20 self.resizable(height=FALSE,width=FALSE)
|
D | configDialog.py | 63 self.resizable(height=FALSE, width=FALSE)
|
/external/python/cpython3/Doc/c-api/ |
D | slice.rst | 57 This function is considered not safe for resizable sequences.
|
/external/python/cpython3/Lib/idlelib/ |
D | query.py | 71 self.resizable(height=False, width=False)
|
D | help_about.py | 43 self.resizable(height=False, width=False)
|
D | config_key.py | 63 self.resizable(height=False, width=False)
|
/external/v8/tools/ |
D | stats-viewer.py | 262 self.root.resizable(width=False, height=False)
|
/external/flatbuffers/docs/source/ |
D | style.css | 153 .ui-resizable-e {
|
/external/libxml2/result/HTML/ |
D | utf8bug.html.sax | 449 …','toolbar=no,directories=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=n…
|
/external/eigen/doc/ |
D | FunctionsTakingEigenTypes.dox | 215 …bjects, and potentially need to resize them (in the case where they are resizable), must call resi…
|
/external/doclava/res/assets/templates-sdk/assets/css/ |
D | default.css | 2057 .ui-resizable { position: relative; } 2058 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } 2059 .ui-resizable .ui-resizable-handle { display: block; border-bottom: 1px solid #e4e4e4; } 2060 /*body .ui-resizable-disabled .ui-resizable-handle { display: none; } 2061 body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/ 2062 .ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0; 2064 background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; } 2066 .ui-resizable-e { 2068 1px #ededed;background: #f7f7f7 url("../images/resizable-e2.png") no-repeat scroll center center; }
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2670 …s.originalSize,originalPosition:this.originalPosition}}}),a.extend(a.ui.resizable,{version:"1.8.23… 2694 …resizable:!0,show:null,stack:!0,title:"",width:300,zIndex:1e3},_create:function(){this.originalTit… property
|
/external/u-boot/scripts/ |
D | spelling.txt | 977 resizeable||resizable
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | README.md | 21 Tensors of this class are resizable. For example, if you assign a tensor of a 52 dimensions are known by the compiler. FixedSize tensors are not resizable. 67 A TensorMap is not resizable because it does not own the memory where its data
|
12