Home
last modified time | relevance | path

Searched refs:ST_SIZE (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/editors/vim/vim-8.2.3745/runtime/spell/en/
H A Dmain.aap159 @if os.stat('d')[stat.ST_SIZE] > 0:
162 @if os.stat('d')[stat.ST_SIZE] > 0:
178 @if os.stat('d')[stat.ST_SIZE] > 0:
181 @if os.stat('d')[stat.ST_SIZE] > 0:
197 @if os.stat('d')[stat.ST_SIZE] > 0:
200 @if os.stat('d')[stat.ST_SIZE] > 0:
216 @if os.stat('d')[stat.ST_SIZE] > 0:
219 @if os.stat('d')[stat.ST_SIZE] > 0:
235 @if os.stat('d')[stat.ST_SIZE] > 0:
238 @if os.stat('d')[stat.ST_SIZE] > 0:
/dports/www/mod_webkit/w4py-1.2.3/CGIWrapper/Examples/
H A DDirectory.py3 from stat import ST_SIZE
17 shortname=filename[:-3], size=os.stat(filename)[ST_SIZE])
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_largefile.py27 current_size = os.fstat(f.fileno())[stat.ST_SIZE]
38 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
44 if not os.stat(TESTFN)[stat.ST_SIZE] == 0:
58 self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_largefile.py27 current_size = os.fstat(f.fileno())[stat.ST_SIZE]
38 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
44 if not os.stat(TESTFN)[stat.ST_SIZE] == 0:
58 self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_largefile.py27 current_size = os.fstat(f.fileno())[stat.ST_SIZE]
38 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
44 if not os.stat(TESTFN)[stat.ST_SIZE] == 0:
58 self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_largefile.py27 current_size = os.fstat(f.fileno())[stat.ST_SIZE]
38 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
44 if not os.stat(TESTFN)[stat.ST_SIZE] == 0:
58 self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_largefile.py27 current_size = os.fstat(f.fileno())[stat.ST_SIZE]
38 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
44 if not os.stat(TESTFN)[stat.ST_SIZE] == 0:
58 self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_largefile.py27 current_size = os.fstat(f.fileno())[stat.ST_SIZE]
38 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
44 if not os.stat(TESTFN)[stat.ST_SIZE] == 0:
58 self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/
H A DDigester.py21 from stat import ST_SIZE
58 if os.stat(digestmbox)[ST_SIZE] > 0:
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/
H A DDigester.py21 from stat import ST_SIZE
58 if os.stat(digestmbox)[ST_SIZE] > 0:
/dports/mail/mailman/mailman-2.1.39/Mailman/
H A DDigester.py21 from stat import ST_SIZE
58 if os.stat(digestmbox)[ST_SIZE] > 0:
/dports/shells/jailkit/jailkit-2.22/py/
H A Djk_check.in128 if (sb1[stat.ST_SIZE] != sb2[stat.ST_SIZE]):
139 if (sb1[stat.ST_SIZE] > 1024):
140 startAt = random.randint(0,sb1[stat.ST_SIZE]-1024)
/dports/biology/checkm/CheckM-1.0.18/checkm/
H A Dprodigal.py118 return os.path.exists(aaGeneFile) and os.stat(aaGeneFile)[stat.ST_SIZE] != 0
123 return os.path.exists(self.ntGeneFile) and os.stat(self.ntGeneFile)[stat.ST_SIZE] != 0
126 return os.path.exists(self.aaGeneFile) and os.stat(self.aaGeneFile)[stat.ST_SIZE] != 0
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_largefile.py31 current_size = os.fstat(f.fileno())[stat.ST_SIZE]
42 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
48 if not os.stat(TESTFN)[stat.ST_SIZE] == 0:
69 self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_largefile.py32 current_size = os.fstat(f.fileno())[stat.ST_SIZE]
43 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
49 if not os.stat(TESTFN)[stat.ST_SIZE] == 0:
70 self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_largefile.py32 current_size = os.fstat(f.fileno())[stat.ST_SIZE]
43 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
49 if not os.stat(TESTFN)[stat.ST_SIZE] == 0:
70 self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/update-packaging/
H A Dgeneratesnippet.py13 from stat import ST_SIZE
143 size = os.stat(filepath)[ST_SIZE]
/dports/editors/vim/vim-8.2.3745/runtime/spell/pt/
H A Dmain.aap139 @if os.stat('d')[stat.ST_SIZE] > 0:
142 @if os.stat('d')[stat.ST_SIZE] > 0:
158 @if os.stat('d')[stat.ST_SIZE] > 0:
161 @if os.stat('d')[stat.ST_SIZE] > 0:
/dports/lang/snobol4/snobol4-2.2.2/modules/stat/
H A Dstat.c38 ST_SIZE, enumerator
85 SETINT(dp,ST_SIZE,st->st_size); in st2sno()
/dports/audio/picard-plugins/picard-plugins-d859757/plugins/videotools/enzyme/
H A Dogm.py83 if (os.stat(file.name)[stat.ST_SIZE] > 50000):
84 file.seek(os.stat(file.name)[stat.ST_SIZE] - 49000)
94 file.seek(os.stat(file.name)[stat.ST_SIZE] + pos)
/dports/editors/vim/vim-8.2.3745/runtime/spell/tr/
H A Dmain.aap53 @if os.stat('d')[stat.ST_SIZE] > 0:
56 @if os.stat('d')[stat.ST_SIZE] > 0:
/dports/security/cops/cops_104+/perl/
H A Dstat.pl14 $ST_SIZE = 7 + $[;
/dports/devel/p5-Perl4-CoreLibs/Perl4-CoreLibs-0.004/lib/
H A Dstat.pl13 $ST_SIZE = 7;
/dports/editors/vim/vim-8.2.3745/runtime/spell/nn/
H A Dmain.aap67 @if os.stat('d')[stat.ST_SIZE] > 0:
70 @if os.stat('d')[stat.ST_SIZE] > 0:
/dports/editors/vim/vim-8.2.3745/runtime/spell/el/
H A Dmain.aap67 @if os.stat('d')[stat.ST_SIZE] > 0:
70 @if os.stat('d')[stat.ST_SIZE] > 0:

12345678910>>...13