Home
last modified time | relevance | path

Searched refs:empty_format (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A Dpygi-resulttuple.c194 PyObject *class_dict, *format_string, *empty_format, *named_format, in pygi_resulttuple_new_type() local
211 empty_format = PyUnicode_FromString ("%r"); in pygi_resulttuple_new_type()
218 PyList_Append (format_list, empty_format); in pygi_resulttuple_new_type()
230 Py_DECREF (empty_format); in pygi_resulttuple_new_type()
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A Dpygi-resulttuple.c194 PyObject *class_dict, *format_string, *empty_format, *named_format, in pygi_resulttuple_new_type() local
211 empty_format = PyUnicode_FromString ("%r"); in pygi_resulttuple_new_type()
218 PyList_Append (format_list, empty_format); in pygi_resulttuple_new_type()
230 Py_DECREF (empty_format); in pygi_resulttuple_new_type()
/dports/graphics/aseprite/aseprite-1.2.9/src/clip/tests/
H A Duser_format_tests.cpp21 EXPECT_TRUE(intF != empty_format()); in main()
22 EXPECT_TRUE(doubleF != empty_format()); in main()
/dports/finance/beancount/beancount-2.3.3/beancount/reports/
H A Djournal_text.py138 empty_format = '{{date:10}} {{dirtype:5}} {{description}} {}'.format(
141 empty_format += ' {}'.format(balance_sizer.get_generic_format(precision))
142 empty_line = empty_format.format(date='', dirtype='', description='',
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/parsetexi/
H A Dclose.c211 int empty_format = 1; in close_command_cleanup() local
226 empty_format = 0; in close_command_cleanup()
231 if (empty_format) in close_command_cleanup()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scripter/python/sceditor/
H A Dhighlighter.py59 self.setFormat(0, len(text), self.empty_format)
102 self.empty_format = QtGui.QTextCharFormat(self.base_format)
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/plugin/krita/sceditor/
H A Dhighlighter.py57 self.setFormat(0, len(text), self.empty_format)
100 self.empty_format = QtGui.QTextCharFormat(self.base_format)
/dports/graphics/aseprite/aseprite-1.2.9/src/clip/
H A Dclip.h66 format empty_format();
H A Dclip.cpp73 format empty_format() { return 0; } in empty_format() function
H A Dclip_win.cpp233 else if (f != empty_format()) { in get_data_length()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/flag/includes/
H A Dflag.views_default.inc216 $handler->override_option('empty_format', FILTER_FORMAT_DEFAULT);
270 $handler->override_option('empty_format', FILTER_FORMAT_DEFAULT);
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Dadd.py346 empty_format = gprefs.get('create_empty_format_file', '')
349 elif empty_format:
351 pt = PersistentTemporaryFile(suffix='.' + empty_format)
354 create_book(mi, pt.name, fmt=empty_format)
/dports/misc/vifm/vifm-0.11/tests/misc/
H A Dexpand_status_line_macros.c94 TEST(empty_format) in TEST() argument
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/modules/
H A Dsearch.views_default.inc77 $handler->override_option('empty_format', '1');
H A Dnode.views_default.inc70 $handler->override_option('empty_format', '1');
/dports/www/elinks/elinks-0.11.7/src/document/html/
H A Drenderer.c119 unsigned int empty_format:1; member
1867 int ef = renderer_context.empty_format; in format_html_part()
1926 renderer_context.empty_format = !document; in format_html_part()
1963 renderer_context.empty_format = ef; in format_html_part()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/includes/
H A Dconvert.inc197 $handler->set_option('empty_format', $imported->page_empty_format);
287 $handler->set_option('empty_format', $imported->block_empty_format);
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/plugins/
H A Dviews_plugin_display.inc182 'empty' => array('empty', 'empty_format'),
253 'empty_format' => TRUE,
342 'empty_format' => array(
1128 …$form['empty_format'] = filter_form($this->get_option('empty_format'), NULL, array('empty_format')…
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/htslib/
H A Dhts.h205 empty_format, // File is empty (or empty after decompression) enumerator
/dports/biology/py-pysam/pysam-0.18.0/htslib/htslib/
H A Dhts.h205 empty_format, // File is empty (or empty after decompression) enumerator
/dports/biology/htslib/htslib-1.14/htslib/
H A Dhts.h205 empty_format, // File is empty (or empty after decompression) enumerator
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dhts.c298 case empty_format: in format_category()
567 fmt->format = empty_format; in hts_detect_format()
732 case empty_format: kputs("empty", &str); break; in hts_format_description()
792 case empty_format: in hts_format_description()
1449 case empty_format: in hts_hopen()
1518 case empty_format: in hts_close()
1567 case empty_format: in hts_flush()
/dports/biology/htslib/htslib-1.14/
H A Dhts.c298 case empty_format: in format_category()
567 fmt->format = empty_format; in hts_detect_format()
732 case empty_format: kputs("empty", &str); break; in hts_format_description()
792 case empty_format: in hts_format_description()
1449 case empty_format: in hts_hopen()
1518 case empty_format: in hts_close()
1567 case empty_format: in hts_flush()
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dhts.c138 case empty_format: in format_category()
356 fmt->format = empty_format; in hts_detect_format()
512 case empty_format: kputs("empty", &str); break; in hts_format_description()
569 case empty_format: in hts_format_description()
1142 case empty_format: in hts_hopen()
1211 case empty_format: in hts_close()
/dports/www/links1/links-1.04/
H A Dhtml_r.c793 int ef = empty_format; in format_html_part()
824 empty_format = !data; in format_html_part()
881 empty_format = ef; in format_html_part()

12345