Home
last modified time | relevance | path

Searched refs:oldformat (Results 1 – 25 of 122) sorted by relevance

12345

/dports/sysutils/munin-master/munin-2.0.67/plugins/node.d.netbsd/
H A Diostat.in41 oldformat=true
43 oldformat=false
51 if ! $oldformat; then
66 if $oldformat; then
74 if $oldformat; then
101 if $oldformat; then
H A Diostat_ops.in43 oldformat=true
45 oldformat=false
53 if ! $oldformat; then
68 if $oldformat; then
76 if $oldformat; then
103 if $oldformat; then
/dports/sysutils/munin-node/munin-2.0.67/plugins/node.d.netbsd/
H A Diostat.in41 oldformat=true
43 oldformat=false
51 if ! $oldformat; then
66 if $oldformat; then
74 if $oldformat; then
101 if $oldformat; then
H A Diostat_ops.in43 oldformat=true
45 oldformat=false
53 if ! $oldformat; then
68 if $oldformat; then
76 if $oldformat; then
103 if $oldformat; then
/dports/sysutils/munin-common/munin-2.0.67/plugins/node.d.netbsd/
H A Diostat.in41 oldformat=true
43 oldformat=false
51 if ! $oldformat; then
66 if $oldformat; then
74 if $oldformat; then
101 if $oldformat; then
H A Diostat_ops.in43 oldformat=true
45 oldformat=false
53 if ! $oldformat; then
68 if $oldformat; then
76 if $oldformat; then
103 if $oldformat; then
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Admin/
H A DSettings_ExtendedProfiles.pm173 $mytimeselected, $oldformat, $mytimeformat, $newday,
185 $oldformat = shift;
186 if ( $oldformat eq q{} || $oldformat eq "\n" ) { return $oldformat; }
188 $oldmonth = substr $oldformat, 0, 2;
189 $oldday = substr $oldformat, 3, 2;
190 $oldyear = substr $oldformat, 6, 4;
192 if ( $oldformat ne q{} ) {
250 ) = gmtime $oldformat;
/dports/science/quantum-espresso/q-e-qe-6.7.0/atomic/src/
H A Dld1_writeout.f9036 logical :: oldformat local
50 oldformat = .not. matches('.UPF',file_pseudopw) .and. &
55 if ( oldformat ) then
65 if (oldformat) then
/dports/science/qcl/qcl-0.6.4/
H A Ddump.cc177 const OutputFormat *oldformat=format; in dump_state() local
189 format=oldformat; in dump_state()
196 const OutputFormat *oldformat=format; in dump_spectrum() local
212 format=oldformat; in dump_spectrum()
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DDateTime.pm163 my ( $oldformat, $dontusetoday, $use_rfc, $forum_default, $lower ) = @_;
172 chomp $oldformat;
173 return if !$oldformat;
178 $toffs = toffs($oldformat, $forum_default);
180 my $mynewtime = $oldformat + $toffs;
/dports/math/ploticus/pl240src/src/
H A Dtimes.c212 char oldformat[30];
247 strcpy( oldformat, Curfmt ); /* scg 3/3/02 */
250 DT_settimefmt( oldformat ); /* scg 3/3/02 */
/dports/math/ploticus-nox11/pl240src/src/
H A Dtimes.c212 char oldformat[30];
247 strcpy( oldformat, Curfmt ); /* scg 3/3/02 */
250 DT_settimefmt( oldformat ); /* scg 3/3/02 */
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/
H A Dproject_file.c107 int oldformat; in read_project_file() local
186 oldformat = (ptr == NULL); in read_project_file()
190 if (oldformat) { in read_project_file()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkImgPhoto.c831 oldformat = 1; in ImgPhotoCmd()
847 oldformat = 0; in ImgPhotoCmd()
882 } else if (oldformat) { in ImgPhotoCmd()
1023 if (oldformat) { in ImgPhotoCmd()
1165 if (oldformat && format) { in ImgPhotoCmd()
1503 oldformat = 1; in ImgPhotoCmd()
1518 oldformat = 0; in ImgPhotoCmd()
1567 if (oldformat && format) { in ImgPhotoCmd()
2235 if (oldformat) { in ImgPhotoConfigureModel()
2818 *oldformat = useoldformat; in MatchFileFormat()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Di_main.cpp734 CHARFORMAT2 oldformat, newformat; in ShowErrorPane() local
742 oldformat.cbSize = sizeof(oldformat); in ShowErrorPane()
743 SendMessage (ConWindow, EM_GETCHARFORMAT, SCF_SELECTION, (LPARAM)&oldformat); in ShowErrorPane()
749 newformat.yHeight = oldformat.yHeight * 5 / 4; in ShowErrorPane()
768 oldformat.crTextColor = RGB(255,255,170); in ShowErrorPane()
769 SendMessage (ConWindow, EM_SETCHARFORMAT, SCF_SELECTION, (LPARAM)&oldformat); in ShowErrorPane()
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkImgPhoto.c731 oldformat = 1; in ImgPhotoCmd()
764 if (oldformat) { in ImgPhotoCmd()
851 &imageHeight, &oldformat) == TCL_OK) { in ImgPhotoCmd()
866 if (oldformat) { in ImgPhotoCmd()
1120 if (oldformat && format) { in ImgPhotoCmd()
1377 oldformat = 1; in ImgPhotoCmd()
1425 if (oldformat && format) { in ImgPhotoCmd()
1972 if (oldformat && tempformat) { in ImgPhotoConfigureModel()
2004 if (oldformat) { in ImgPhotoConfigureModel()
2527 *oldformat = useoldformat; in MatchFileFormat()
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/backup/drivers/
H A Dtest_backup_ceph.py220 oldformat, features = self.service._get_rbd_support()
221 self.assertTrue(oldformat)
226 oldformat, features = self.service._get_rbd_support()
227 self.assertFalse(oldformat)
232 oldformat, features = self.service._get_rbd_support()
233 self.assertFalse(oldformat)
240 oldformat, features = self.service._get_rbd_support()
241 self.assertFalse(oldformat)
246 oldformat, features = self.service._get_rbd_support()
247 self.assertFalse(oldformat)
[all …]
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dparser.c395 pptrS->oldformat = FALSE ; in addCell()
1475 if( padptr->oldformat ){ in cleanup_readcells()
1918 pptrS->oldformat = TRUE ; in add_padside()
1923 pptrS->oldformat = TRUE ; in add_padside()
1928 pptrS->oldformat = TRUE ; in add_padside()
1933 pptrS->oldformat = TRUE ; in add_padside()
1938 pptrS->oldformat = TRUE ; in add_padside()
1942 pptrS->oldformat = TRUE ; in add_padside()
1953 pptrS->oldformat = TRUE ; in add_padside()
1958 pptrS->oldformat = TRUE ; in add_padside()
[all …]
H A Dpads.h80 BOOL oldformat ; /* true if old format */ member
/dports/audio/kwave/kwave-21.12.3/plugins/playback/
H A DPlayBack-OSS.cpp184 int oldformat = format; in open() local
186 (format != oldformat)) { in open()
192 (format != oldformat)) { in open()
/dports/audio/kwave/kwave-21.12.3/plugins/record/
H A DRecord-OSS.cpp748 int oldformat = format; in setBitsPerSample() local
752 if (oldformat != format) return -1; in setBitsPerSample()
824 int oldformat = format; in setSampleFormat() local
828 if (oldformat != format) return -1; in setSampleFormat()
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkImgPhoto.c951 oldformat = 1; in ImgPhotoCmd()
981 if (oldformat) { in ImgPhotoCmd()
1062 &imageHeight, &oldformat) == TCL_OK) { in ImgPhotoCmd()
1077 if (oldformat) { in ImgPhotoCmd()
1310 if (oldformat && format) { in ImgPhotoCmd()
1547 oldformat = 1; in ImgPhotoCmd()
1582 if (oldformat && format) { in ImgPhotoCmd()
2072 if (oldformat && tempformat) { in ImgPhotoConfigureMaster()
2103 if (oldformat) { in ImgPhotoConfigureMaster()
4140 *oldformat = useoldformat; in MatchFileFormat()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkImgPhoto.c654 int oldformat = 0; local
1064 if (oldformat) {
1256 if (oldformat && format) {
1491 oldformat = 1;
1528 if (oldformat && format) {
1862 int oldformat; local
2019 if (oldformat && tempformat) {
2052 if (oldformat) {
4008 int *oldformat;
4101 *oldformat = useoldformat;
[all …]
/dports/misc/findutils/findutils-4.8.0/locate/
H A Dlocate.c1027 int oldformat; in search_one_database() local
1046 oldformat = 0; in search_one_database()
1159 oldformat = 1; in search_one_database()
1322 if (oldformat) in search_one_database()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/tsearch/
H A Dspell.c1451 bool oldformat = false; in NIImportAffixes() local
1488 oldformat = true; in NIImportAffixes()
1496 oldformat = true; in NIImportAffixes()
1503 oldformat = true; in NIImportAffixes()
1542 oldformat = true; in NIImportAffixes()
1570 if (oldformat) in NIImportAffixes()

12345