Home
last modified time | relevance | path

Searched refs:resizable (Results 1 – 25 of 35) sorted by relevance

12

/external/epid-sdk/doc/html/
Dnavtree.css92 .ui-resizable .ui-resizable-handle {
96 .ui-resizable-e {
108 .ui-resizable-handle {
144 div.ui-resizable-handle { display: none; position: relative; }
Dresize.js114 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } });
115 $(sidenav).resizable({ minWidth: 0 });
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css35 #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; }
Ddoclava-developer-docs.js155 …$("#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/
DREADME.libaom8 A feature-complete, generic and customizable resizable
/external/python/cpython2/Lib/idlelib/idle_test/
Dhtest.py339 root.resizable(0, 0)
/external/doclava/res/assets/templates-sdk/assets/
Dandroid-developer-docs.css2690 .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/
Dhtest.py344 root.resizable(0, 0)
/external/python/cpython2/Lib/idlelib/
DconfigSectionNameDialog.py18 self.resizable(height=FALSE, width=FALSE)
DconfigHelpSourceEdit.py22 self.resizable(height=FALSE, width=FALSE)
DaboutDialog.py26 self.resizable(height=FALSE, width=FALSE)
DkeybindingDialog.py20 self.resizable(height=FALSE,width=FALSE)
DconfigDialog.py63 self.resizable(height=FALSE, width=FALSE)
/external/python/cpython3/Doc/c-api/
Dslice.rst57 This function is considered not safe for resizable sequences.
/external/python/cpython3/Lib/idlelib/
Dquery.py71 self.resizable(height=False, width=False)
Dhelp_about.py43 self.resizable(height=False, width=False)
Dconfig_key.py63 self.resizable(height=False, width=False)
/external/v8/tools/
Dstats-viewer.py262 self.root.resizable(width=False, height=False)
/external/flatbuffers/docs/source/
Dstyle.css153 .ui-resizable-e {
/external/libxml2/result/HTML/
Dutf8bug.html.sax449 …','toolbar=no,directories=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=n…
/external/eigen/doc/
DFunctionsTakingEigenTypes.dox215 …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/
Ddefault.css2057 .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/
Dandroid_3p-bundle.js2670 …s.originalSize,originalPosition:this.originalPosition}}}),a.extend(a.ui.resizable,{version:"1.8.23…
2694resizable:!0,show:null,stack:!0,title:"",width:300,zIndex:1e3},_create:function(){this.originalTit… property
/external/u-boot/scripts/
Dspelling.txt977 resizeable||resizable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DREADME.md21 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