/dports/x11/workrave/workrave-1.10.44/frontend/gtkmm/src/ |
H A D | Hig.cc | 47 HigCategoryPanel::HigCategoryPanel(Gtk::Widget &lab, bool fill) in HigCategoryPanel() 52 HigCategoryPanel::HigCategoryPanel(const char *lab, bool fill) in HigCategoryPanel() 60 HigCategoryPanel::init(Gtk::Widget &lab, bool fill) in init() 77 HigCategoryPanel::add_label(const char *text, Gtk::Widget &widget, bool expand, bool fill) in add_label() 85 HigCategoryPanel::add_label(Gtk::Label &label, Gtk::Widget &widget, bool expand, bool fill) in add_label() 97 HigCategoryPanel::add_widget(Gtk::Widget &widget, bool expand, bool fill) in add_widget() 103 HigCategoryPanel::add_caption(const char *text) in add_caption()
|
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/styles/ |
H A D | conditional_format.cpp | 34 condition condition::text_starts_with(const std::string &text) in text_starts_with() 43 condition condition::text_ends_with(const std::string &text) in text_ends_with() 52 condition condition::text_contains(const std::string &text) in text_contains() 61 condition condition::text_does_not_contain(const std::string &text) in text_does_not_contain() 106 xlnt::fill conditional_format::fill() const in fill() function in xlnt::conditional_format 111 conditional_format conditional_format::fill(const xlnt::fill &new_fill) in fill() function in xlnt::conditional_format
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/ |
H A D | SWTFactory.java | 133 public static Button createPushButton(Composite parent, String label, Image image, int fill) { in createPushButton() 176 public static Label createLabel(Composite parent, String text, int hspan) { in createLabel() 198 public static Label createLabel(Composite parent, String text, Font font, int hspan) { in createLabel() 219 public static Link createLink(Composite parent, String text, Font font, int hspan) { in createLink() 228 public static Link createLink(Composite parent, String text, Font font, int hspan, int fill) { in createLink() 248 public static Label createWrapLabel(Composite parent, String text, int hspan, int wrapwidth) { in createWrapLabel() 269 public static Label createWrapLabel(Composite parent, String text, int hspan) { in createWrapLabel() 353 public static Text createText(Composite parent, int style, int hspan, int fill) { in createText() 411 public static Group createGroup(Composite parent, String text, int columns, int hspan, int fill) { in createGroup() 431 public static Composite createComposite(Composite parent, int columns, int hspan, int fill) { in createComposite() [all …]
|
/dports/devel/py-cliapp/cliapp-1.20180812.1/cliapp/ |
H A D | fmt.py | 42 def fill(self, width): member in Paragraph 49 def fill(self, width): member in BulletPoint 60 def fill(self, width): member in EmptyLine 69 def format(self, text): argument 80 def _paragraphs(self, text): argument
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/ |
H A D | SWTFactory.java | 135 public static Button createPushButton(Composite parent, String label, Image image, int fill) { in createPushButton() 222 public static Label createLabel(Composite parent, String text, int hspan) { in createLabel() 242 public static Label createLabel(Composite parent, String text, Font font, int hspan) { in createLabel() 261 public static Label createWrapLabel(Composite parent, String text, int hspan, int wrapwidth) { in createWrapLabel() 282 …public static CLabel createWrapCLabel(Composite parent, String text, Image image, int hspan, int w… in createWrapCLabel() 306 public static Label createWrapLabel(Composite parent, String text, int hspan) { in createWrapLabel() 342 public static Text createText(Composite parent, int style, int hspan, int fill) { in createText() 421 public static Text createText(Composite parent, int style, int hspan, String text) { in createText() 442 public static Group createGroup(Composite parent, String text, int columns, int hspan, int fill) { in createGroup() 504 public static Composite createComposite(Composite parent, int columns, int hspan, int fill) { in createComposite() [all …]
|
/dports/devel/py-testoob/testoob-1.15/src/testoob/compatibility/ |
H A D | textwrap.py | 114 def _munge_whitespace(self, text): argument 131 def _split(self, text): argument 261 def wrap(self, text): argument 277 def fill(self, text): argument 289 def wrap(text, width=70, **kwargs): argument 302 def fill(text, width=70, **kwargs): argument 317 def dedent(text): argument
|
/dports/devel/py-optik/optik-1.5.3/lib/ |
H A D | textwrap.py | 115 def _munge_whitespace(self, text): argument 132 def _split(self, text): argument 266 def wrap(self, text): argument 281 def fill(self, text): argument 293 def wrap(text, width=70, **kwargs): argument 306 def fill(text, width=70, **kwargs): argument 321 def dedent(text): argument
|
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/compat/ |
H A D | _scons_textwrap.py | 124 def _munge_whitespace(self, text): argument 141 def _split(self, text): argument 271 def wrap(self, text): argument 287 def fill(self, text): argument 299 def wrap(text, width=70, **kwargs): argument 314 def fill(text, width=70, **kwargs): argument 331 def dedent(text): argument
|
/dports/lang/python-legacy/Python-2.7.18/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 163 def _split(self, text): argument 316 def wrap(self, text): argument 331 def fill(self, text): argument 343 def wrap(text, width=70, **kwargs): argument 356 def fill(text, width=70, **kwargs): argument 374 def dedent(text): argument
|
/dports/lang/python27/Python-2.7.18/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 163 def _split(self, text): argument 316 def wrap(self, text): argument 331 def fill(self, text): argument 343 def wrap(text, width=70, **kwargs): argument 356 def fill(text, width=70, **kwargs): argument 374 def dedent(text): argument
|
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 163 def _split(self, text): argument 316 def wrap(self, text): argument 331 def fill(self, text): argument 343 def wrap(text, width=70, **kwargs): argument 356 def fill(text, width=70, **kwargs): argument 374 def dedent(text): argument
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
H A D | textwrap.py | 138 def _munge_whitespace(self, text): argument 155 def _split(self, text): argument 308 def wrap(self, text): argument 323 def fill(self, text): argument 335 def wrap(text, width=70, **kwargs): argument 348 def fill(text, width=70, **kwargs): argument 366 def dedent(text): argument
|
/dports/www/R-cran-rvest/rvest/R/ |
H A D | table.R | 61 fill = deprecated(), argument 74 fill = deprecated(), argument 94 fill = deprecated(), argument 114 fill = deprecated(), argument 181 text <- html_text(row) functionVar 247 text = dw$text[match] nameattr 256 text = character() nameattr 260 dw_add <- function(dw, col, rowspan, colspan, text) { argument
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/ |
H A D | SWTFactory.java | 132 public static Button createPushButton(Composite parent, String label, Image image, int fill) { in createPushButton() 189 public static Label createLabel(Composite parent, String text, int hspan) { in createLabel() 209 public static Label createLabel(Composite parent, String text, Font font, int hspan) { in createLabel() 228 public static Label createWrapLabel(Composite parent, String text, int hspan, int wrapwidth) { in createWrapLabel() 247 public static Label createWrapLabel(Composite parent, String text, int hspan) { in createWrapLabel() 343 public static Text createText(Composite parent, int style, int hspan, int fill) { in createText() 380 …c static Text createText(Composite parent, int style, int hspan, int width, int height, int fill) { in createText() 401 public static Group createGroup(Composite parent, String text, int columns, int hspan, int fill) { in createGroup() 421 public static Composite createComposite(Composite parent, int columns, int hspan, int fill) { in createComposite() 442 …c static Composite createComposite(Composite parent, Font font, int columns, int hspan, int fill) { in createComposite() [all …]
|
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/ |
H A D | string-tree.h | 46 inline StringTree(String&& text): size_(text.size()), text(kj::mv(text)) {} in StringTree() 70 String text; variable 120 char* fill(char* __restrict__ target, const StringTree& first, Rest&&... rest) { in fill() function 175 inline void StringTree::fill(char* pos, size_t branchIndex) { in fill() function 181 void StringTree::fill(char* pos, size_t branchIndex, First&& first, Rest&&... rest) { in fill() function 187 void StringTree::fill(char* pos, size_t branchIndex, StringTree&& first, Rest&&... rest) { in fill() function 194 void StringTree::fill(char* pos, size_t branchIndex, String&& first, Rest&&... rest) { in fill() function
|
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/ |
H A D | string-tree.h | 46 inline StringTree(String&& text): size_(text.size()), text(kj::mv(text)) {} in StringTree() 70 String text; variable 120 char* fill(char* __restrict__ target, const StringTree& first, Rest&&... rest) { in fill() function 175 inline void StringTree::fill(char* pos, size_t branchIndex) { in fill() function 181 void StringTree::fill(char* pos, size_t branchIndex, First&& first, Rest&&... rest) { in fill() function 187 void StringTree::fill(char* pos, size_t branchIndex, StringTree&& first, Rest&&... rest) { in fill() function 194 void StringTree::fill(char* pos, size_t branchIndex, String&& first, Rest&&... rest) { in fill() function
|
/dports/databases/py-gdbm/Python-3.8.12/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 160 def _split(self, text): argument 336 def _split_chunks(self, text): argument 342 def wrap(self, text): argument 356 def fill(self, text): argument 368 def wrap(text, width=70, **kwargs): argument 381 def fill(text, width=70, **kwargs): argument 393 def shorten(text, width, **kwargs): argument 414 def dedent(text): argument 465 def indent(text, prefix, predicate=None): argument
|
/dports/lang/python310/Python-3.10.1/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 160 def _split(self, text): argument 344 def _split_chunks(self, text): argument 350 def wrap(self, text): argument 364 def fill(self, text): argument 376 def wrap(text, width=70, **kwargs): argument 389 def fill(text, width=70, **kwargs): argument 401 def shorten(text, width, **kwargs): argument 422 def dedent(text): argument 473 def indent(text, prefix, predicate=None): argument
|
/dports/lang/python37/Python-3.7.12/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 160 def _split(self, text): argument 336 def _split_chunks(self, text): argument 342 def wrap(self, text): argument 356 def fill(self, text): argument 368 def wrap(text, width=70, **kwargs): argument 381 def fill(text, width=70, **kwargs): argument 393 def shorten(text, width, **kwargs): argument 414 def dedent(text): argument 465 def indent(text, prefix, predicate=None): argument
|
/dports/lang/python311/Python-3.11.0a3/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 160 def _split(self, text): argument 344 def _split_chunks(self, text): argument 350 def wrap(self, text): argument 364 def fill(self, text): argument 376 def wrap(text, width=70, **kwargs): argument 389 def fill(text, width=70, **kwargs): argument 401 def shorten(text, width, **kwargs): argument 422 def dedent(text): argument 473 def indent(text, prefix, predicate=None): argument
|
/dports/lang/python-tools/Python-3.8.12/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 160 def _split(self, text): argument 336 def _split_chunks(self, text): argument 342 def wrap(self, text): argument 356 def fill(self, text): argument 368 def wrap(text, width=70, **kwargs): argument 381 def fill(text, width=70, **kwargs): argument 393 def shorten(text, width, **kwargs): argument 414 def dedent(text): argument 465 def indent(text, prefix, predicate=None): argument
|
/dports/lang/python38/Python-3.8.12/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 160 def _split(self, text): argument 336 def _split_chunks(self, text): argument 342 def wrap(self, text): argument 356 def fill(self, text): argument 368 def wrap(text, width=70, **kwargs): argument 381 def fill(text, width=70, **kwargs): argument 393 def shorten(text, width, **kwargs): argument 414 def dedent(text): argument 465 def indent(text, prefix, predicate=None): argument
|
/dports/lang/python39/Python-3.9.9/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 160 def _split(self, text): argument 336 def _split_chunks(self, text): argument 342 def wrap(self, text): argument 356 def fill(self, text): argument 368 def wrap(text, width=70, **kwargs): argument 381 def fill(text, width=70, **kwargs): argument 393 def shorten(text, width, **kwargs): argument 414 def dedent(text): argument 465 def indent(text, prefix, predicate=None): argument
|
/dports/databases/py-sqlite3/Python-3.8.12/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 160 def _split(self, text): argument 336 def _split_chunks(self, text): argument 342 def wrap(self, text): argument 356 def fill(self, text): argument 368 def wrap(text, width=70, **kwargs): argument 381 def fill(text, width=70, **kwargs): argument 393 def shorten(text, width, **kwargs): argument 414 def dedent(text): argument 465 def indent(text, prefix, predicate=None): argument
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/ |
H A D | textwrap.py | 146 def _munge_whitespace(self, text): argument 160 def _split(self, text): argument 336 def _split_chunks(self, text): argument 342 def wrap(self, text): argument 356 def fill(self, text): argument 368 def wrap(text, width=70, **kwargs): argument 381 def fill(text, width=70, **kwargs): argument 393 def shorten(text, width, **kwargs): argument 414 def dedent(text): argument 465 def indent(text, prefix, predicate=None): argument
|