Home
last modified time | relevance | path

Searched refs:blank (Results 251 – 275 of 34021) sorted by relevance

1...<<11121314151617181920>>...1361

/dports/devel/go-bindata/go-bindata-3.1.3/vendor/github.com/kisielk/errcheck/
H A Dmain_test.go68 blank bool member
80 blank: false,
89 blank: true,
98 blank: false,
107 blank: false,
116 blank: false,
125 blank: false,
134 blank: false,
143 blank: false,
152 blank: false,
[all …]
/dports/www/py-django-post_office/django-post_office-3.5.3/post_office/migrations/
H A D0002_add_i18n_and_backend_alias.py20 field=models.CharField(default='', max_length=64, blank=True),
30 …t='', help_text='Render template in alternative language', max_length=12, blank=True, choices=[('a…
35 field=post_office.fields.CommaSeparatedEmailField(verbose_name='Bcc', blank=True),
40 field=post_office.fields.CommaSeparatedEmailField(verbose_name='Cc', blank=True),
50 field=models.TextField(verbose_name='HTML Message', blank=True),
55 field=models.TextField(verbose_name='Message', blank=True),
60 field=models.CharField(max_length=255, verbose_name='Subject', blank=True),
65 field=post_office.fields.CommaSeparatedEmailField(verbose_name='Email To', blank=True),
70 …field=models.TextField(blank=True, verbose_name='Content', validators=[post_office.validators.vali…
75 …field=models.TextField(blank=True, verbose_name='HTML content', validators=[post_office.validators…
[all …]
/dports/www/firefox/firefox-99.0/layout/reftests/invalidation/
H A Dreftest.list47 != scroll-inactive-layers.html about:blank
63 != masklayer-1.html about:blank
64 != masklayer-2.html about:blank
65 != layer-splitting-1.html about:blank
66 != layer-splitting-2.html about:blank
67 != layer-splitting-3.html about:blank
68 != layer-splitting-4.html about:blank
69 != layer-splitting-5.html about:blank
70 != layer-splitting-6.html about:blank
71 != layer-splitting-7.html about:blank
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/reftests/invalidation/
H A Dreftest.list63 != masklayer-1.html about:blank
64 != masklayer-2.html about:blank
65 != layer-splitting-1.html about:blank
66 != layer-splitting-2.html about:blank
67 != layer-splitting-3.html about:blank
68 != layer-splitting-4.html about:blank
69 != layer-splitting-5.html about:blank
70 != layer-splitting-6.html about:blank
71 != layer-splitting-7.html about:blank
82 == zero-opacity-animation.html about:blank
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/cineon.imageio/libcineon/
H A DWriter.cpp232 char *blank = 0; in WriteElement() local
236 blank = new char[bsize]; in WriteElement()
237 memset(blank, bsize, sizeof(char)); in WriteElement()
245 status = this->WriteThrough(data, width, height, noc, bytes, eolnPad, eoimPad, blank); in WriteElement()
246 delete [] blank; in WriteElement()
255 …r<U8, 8, true>(this->fd, size, data, width, height, noc, packing, reverse, eolnPad, blank, status); in WriteElement()
286 delete [] blank; in WriteElement()
296 status = (this->fd->Write(blank, eoimPad) > 0); in WriteElement()
300 delete [] blank; in WriteElement()
332 if (this->fd->Write(blank, eoimPad) == false) in WriteThrough()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/cineon.imageio/libcineon/
H A DWriter.cpp232 char *blank = 0; in WriteElement() local
236 blank = new char[bsize]; in WriteElement()
237 memset(blank, bsize, sizeof(char)); in WriteElement()
245 status = this->WriteThrough(data, width, height, noc, bytes, eolnPad, eoimPad, blank); in WriteElement()
246 delete [] blank; in WriteElement()
255 …r<U8, 8, true>(this->fd, size, data, width, height, noc, packing, reverse, eolnPad, blank, status); in WriteElement()
286 delete [] blank; in WriteElement()
296 status = (this->fd->Write(blank, eoimPad) > 0); in WriteElement()
300 delete [] blank; in WriteElement()
332 if (this->fd->Write(blank, eoimPad) == false) in WriteThrough()
[all …]
/dports/textproc/raptor2/raptor2-2.0.15/utils/
H A Drdfdiff.c236 rdfdiff_blank *blank = RAPTOR_CALLOC(rdfdiff_blank*, 1, sizeof(*blank)); in rdfdiff_new_blank() local
238 if(blank) { in rdfdiff_new_blank()
244 return blank; in rdfdiff_new_blank()
253 if(blank->blank_id) in rdfdiff_free_blank()
256 if(blank->owner) in rdfdiff_free_blank()
544 if(!blank) in rdfdiff_add_blank_statement()
582 if(!blank) in rdfdiff_add_blank_statement_owner()
585 if(blank->owner) in rdfdiff_add_blank_statement_owner()
589 if(!blank->owner) in rdfdiff_add_blank_statement_owner()
996 while(blank) { in main()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/libdpx/
H A DWriter.cpp282 char *blank = 0; in WriteElement() local
286 blank = new char[bsize]; in WriteElement()
287 memset(blank, 0, bsize * sizeof(char)); in WriteElement()
298 status = this->WriteThrough(data, width, height, noc, bytes, eolnPad, eoimPad, blank); in WriteElement()
299 if (blank) in WriteElement()
300 delete [] blank; in WriteElement()
360 status = this->fd->WriteCheck(blank, eoimPad); in WriteElement()
364 if (blank) in WriteElement()
365 delete [] blank; in WriteElement()
397 if (!this->fd->WriteCheck(blank, eoimPad)) in WriteThrough()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/dpx.imageio/libdpx/
H A DWriter.cpp282 char *blank = 0; in WriteElement() local
286 blank = new char[bsize]; in WriteElement()
287 memset(blank, 0, bsize * sizeof(char)); in WriteElement()
298 status = this->WriteThrough(data, width, height, noc, bytes, eolnPad, eoimPad, blank); in WriteElement()
299 if (blank) in WriteElement()
300 delete [] blank; in WriteElement()
360 status = this->fd->WriteCheck(blank, eoimPad); in WriteElement()
364 if (blank) in WriteElement()
365 delete [] blank; in WriteElement()
397 if (!this->fd->WriteCheck(blank, eoimPad)) in WriteThrough()
[all …]
/dports/net-mgmt/observium/observium/html/pages/
H A Ddashboard.inc.php46 $blank = '{}'; variable
64 'widget_config' => $blank,
72 'widget_config' => $blank,
83 'widget_config' => $blank,
94 'widget_config' => $blank,
102 'widget_config' => $blank,
136 'widget_config' => $blank,
149 'widget_config' => $blank,
162 'widget_config' => $blank,
175 'widget_config' => $blank,
[all …]
/dports/misc/cloc/cloc-1.90/tests/outputs/issues/521/
H A Dskip_uniq.yaml15 blank : 0
21 blank : 0
27 blank : 0
33 blank : 0
38 blank : 0
43 blank : 0
48 blank : 0
53 blank : 0
H A Duniq.yaml16 blank : 0
22 blank : 0
28 blank : 0
34 blank : 0
39 blank : 0
44 blank : 0
49 blank : 0
54 blank : 0
/dports/misc/cloc/cloc-1.90/tests/outputs/issues/476/
H A Dno_cpp.yaml14 blank : 0
20 blank : 0
26 blank : 0
32 blank : 0
39 blank : 0
44 blank : 0
49 blank : 0
54 blank : 0
H A Dno_fortran.yaml15 blank : 0
21 blank : 0
27 blank : 0
33 blank : 0
40 blank : 0
45 blank : 0
50 blank : 0
55 blank : 0
/dports/misc/cloc/cloc-1.90/tests/outputs/issues/396/
H A Dexcl_diff.yaml14 blank : 0
20 blank : 0
26 blank : 0
32 blank : 0
40 blank : 0
45 blank : 0
50 blank : 0
55 blank : 0
/dports/misc/cloc/cloc-1.90/tests/outputs/issues/482/
H A Dresults.yaml14 blank : 0
20 blank : 0
26 blank : 0
32 blank : 4
41 blank : 0
46 blank : 0
51 blank : 0
56 blank : 4
/dports/misc/cloc/cloc-1.90/tests/outputs/git_tests/
H A D04179b6_ae0d26e.yaml16 blank : 0
22 blank : 0
28 blank : 0
34 blank : 76
39 blank : 0
44 blank : 0
49 blank : 0
54 blank : 76
H A Df15bf04_d9b6726.yaml15 blank : 0
21 blank : 0
27 blank : 0
33 blank : 0
39 blank : 0
44 blank : 0
49 blank : 0
54 blank : 0
H A Dcount_and_diff.yaml.diff.HEAD~1.HEAD14 blank : 0
20 blank : 0
26 blank : 0
32 blank : 1
41 blank : 0
46 blank : 0
51 blank : 0
56 blank : 1
/dports/misc/cloc/cloc-1.90/tests/outputs/issues/577/
H A Ddiff_list.yaml16 blank : 0
22 blank : 23
28 blank : 0
34 blank : 0
38 blank : 0
43 blank : 23
48 blank : 0
53 blank : 0
/dports/www/wwwoffle/wwwoffle-2.9j/doc/scripts/
H A DREADME.CONF-conf.pl27 $blank=0;
86 $blank=0;
96 $blank=0;
106 $blank=0;
114 print "#\n" if(!$blank);
115 $blank=1 if(!$first);
128 $blank=0;
147 $blank=0;
H A DREADME.CONF-html.pl27 $blank=0;
82 $blank=0;
100 $blank=0;
118 $blank=0;
128 $blank=1 if(!$first);
141 $blank=0;
155 print "<p>\n" if($blank);
158 $blank=0;
/dports/devel/z88dk/z88dk/examples/
H A Dwallg.h11 char blank[] = { 2, 3, 0xC0 , 0xC0 , 0xC0}; variable
19 char blank[] = { 2, 2, 0xC0 , 0xC0 }; variable
29 char blank[] = { 3, 3, 0xE0 , 0xE0 , 0xE0 }; variable
38 char blank[] = { 4, 4, 0xF0 , 0xF0 , 0xF0 , 0xF0 }; variable
58 char blank[] = { 16, 8, 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF variable
74 char blank[] = { 10, 8, 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF variable
86 char blank[] = { 8, 8, 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF , 0xFF }; variable
96 char blank[] = { 7, 7, 0xFE , 0xFE , 0xFE , 0xFE , 0xFE , 0xFE , 0xFE }; variable
/dports/misc/cloc/cloc-1.90/tests/outputs/issues/463/
H A Ddiff.yaml15 blank : 0
21 blank : 0
27 blank : 0
33 blank : 0
39 blank : 0
44 blank : 0
49 blank : 0
54 blank : 0
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/dcim/models/
H A Ddevice_components.py54 blank=True
58 blank=True,
63 blank=True
103 blank=True,
110 blank=True,
114 blank=True,
176 blank=True
229 blank=True,
234 blank=True,
454 blank=True
[all …]

1...<<11121314151617181920>>...1361