Home
last modified time | relevance | path

Searched refs:HardWrap (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dhardwrap.cwl8 \HardWrap{function}{width}{setup code}{newline}{text}
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLTextAreaElement.cpp137 wrap = HardWrap; in parseMappedAttribute()
182 …const String& text = (m_wrap == HardWrap && control) ? control->textWithHardLineBreaks() : value(); in appendFormData()
H A DHTMLTextAreaElement.h66 enum WrapMethod { NoWrap, SoftWrap, HardWrap }; enumerator