Searched refs:AS_IS (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ |
D | htmllib.py | 14 from formatter import AS_IS 232 self.formatter.push_font((AS_IS, AS_IS, AS_IS, 1)) 256 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS)) 369 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS)) 374 self.formatter.push_font((AS_IS, AS_IS, 1, AS_IS)) 379 self.formatter.push_font((AS_IS, AS_IS, AS_IS, 1))
|
D | formatter.py | 24 AS_IS = None variable 239 if size is AS_IS: size = csize 240 if i is AS_IS: i = ci 241 if b is AS_IS: b = cb 242 if tt is AS_IS: tt = ctt
|
/external/python/cpython2/Doc/library/ |
D | formatter.rst | 45 .. data:: AS_IS 49 method. Pushing the ``AS_IS`` value allows the corresponding ``pop_property()`` 129 :const:`AS_IS` if no change is desired. If the alignment value is changed from 142 not set to :const:`AS_IS` are set to the values passed in while others are 157 :const:`AS_IS` are not sufficient to change the margin. 169 :const:`AS_IS` values, is passed to the writer's :meth:`new_styles` method. 175 representing the revised stack, including :const:`AS_IS` values, is passed to 268 value :const:`AS_IS` should be ignored. The *styles* tuple may be interpreted
|
/external/zlib/src/ |
D | make_vms.com | 108 $! Why /NAMES = AS_IS? Why not simply ".not. vax"? And why not on VAX?
|
/external/python/cpython2/Modules/zlib/ |
D | make_vms.com | 108 $! Why /NAMES = AS_IS? Why not simply ".not. vax"? And why not on VAX?
|