/dports/lang/python-legacy/Python-2.7.18/Modules/ |
H A D | datetimemodule.c | 70 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 3109 return PyInt_FromLong(TIME_GET_MINUTE(self)); in time_minute() 3253 int m = TIME_GET_MINUTE(self); in time_repr() 3328 TIME_GET_MINUTE(self), in time_strftime() 3384 (TIME_GET_MINUTE(self) - offset1) * 60 + in time_richcompare() 3387 (TIME_GET_MINUTE(other) - offset2) * 60 + in time_richcompare() 3427 TIME_GET_MINUTE(self) - offset, in time_hash() 3455 int mm = TIME_GET_MINUTE(self); in time_replace() 3490 return (TIME_GET_MINUTE(self) - offset + TIME_GET_HOUR(self)*60) != 0; in time_nonzero() 4025 TIME_GET_MINUTE(time), in datetime_combine()
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
H A D | datetimemodule.c | 70 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 3101 return PyInt_FromLong(TIME_GET_MINUTE(self)); in time_minute() 3245 int m = TIME_GET_MINUTE(self); in time_repr() 3320 TIME_GET_MINUTE(self), in time_strftime() 3376 (TIME_GET_MINUTE(self) - offset1) * 60 + in time_richcompare() 3379 (TIME_GET_MINUTE(other) - offset2) * 60 + in time_richcompare() 3419 TIME_GET_MINUTE(self) - offset, in time_hash() 3447 int mm = TIME_GET_MINUTE(self); in time_replace() 3482 return (TIME_GET_MINUTE(self) - offset + TIME_GET_HOUR(self)*60) != 0; in time_nonzero() 4018 TIME_GET_MINUTE(time), in datetime_combine()
|
/dports/lang/python27/Python-2.7.18/Modules/ |
H A D | datetimemodule.c | 70 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 3109 return PyInt_FromLong(TIME_GET_MINUTE(self)); in time_minute() 3253 int m = TIME_GET_MINUTE(self); in time_repr() 3328 TIME_GET_MINUTE(self), in time_strftime() 3384 (TIME_GET_MINUTE(self) - offset1) * 60 + in time_richcompare() 3387 (TIME_GET_MINUTE(other) - offset2) * 60 + in time_richcompare() 3427 TIME_GET_MINUTE(self) - offset, in time_hash() 3455 int mm = TIME_GET_MINUTE(self); in time_replace() 3490 return (TIME_GET_MINUTE(self) - offset + TIME_GET_HOUR(self)*60) != 0; in time_nonzero() 4025 TIME_GET_MINUTE(time), in datetime_combine()
|
/dports/databases/py-gdbm/Python-3.8.12/Modules/ |
H A D | _datetimemodule.c | 94 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 3974 return PyLong_FromLong(TIME_GET_MINUTE(self)); in time_minute() 4155 int m = TIME_GET_MINUTE(self); in time_repr() 4230 TIME_GET_HOUR(self), TIME_GET_MINUTE(self), in time_isoformat() 4266 TIME_GET_MINUTE(self), in time_strftime() 4321 TIME_GET_MINUTE(self) * 60 + in time_richcompare() 4326 TIME_GET_MINUTE(other) * 60 + in time_richcompare() 4362 TIME_GET_MINUTE(self), in time_hash() 4389 TIME_GET_MINUTE(self) * 60 + in time_hash() 4417 int mm = TIME_GET_MINUTE(self); in time_replace() [all …]
|
/dports/lang/python310/Python-3.10.1/Modules/ |
H A D | _datetimemodule.c | 97 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 4099 return PyLong_FromLong(TIME_GET_MINUTE(self)); in time_minute() 4280 int m = TIME_GET_MINUTE(self); in time_repr() 4355 TIME_GET_HOUR(self), TIME_GET_MINUTE(self), in time_isoformat() 4391 TIME_GET_MINUTE(self), in time_strftime() 4446 TIME_GET_MINUTE(self) * 60 + in time_richcompare() 4451 TIME_GET_MINUTE(other) * 60 + in time_richcompare() 4487 TIME_GET_MINUTE(self), in time_hash() 4514 TIME_GET_MINUTE(self) * 60 + in time_hash() 4542 int mm = TIME_GET_MINUTE(self); in time_replace() [all …]
|
/dports/lang/python37/Python-3.7.12/Modules/ |
H A D | _datetimemodule.c | 81 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 3876 return PyLong_FromLong(TIME_GET_MINUTE(self)); in time_minute() 4057 int m = TIME_GET_MINUTE(self); in time_repr() 4132 TIME_GET_HOUR(self), TIME_GET_MINUTE(self), in time_isoformat() 4168 TIME_GET_MINUTE(self), in time_strftime() 4223 TIME_GET_MINUTE(self) * 60 + in time_richcompare() 4228 TIME_GET_MINUTE(other) * 60 + in time_richcompare() 4264 TIME_GET_MINUTE(self), in time_hash() 4291 TIME_GET_MINUTE(self) * 60 + in time_hash() 4319 int mm = TIME_GET_MINUTE(self); in time_replace() [all …]
|
/dports/lang/python-tools/Python-3.8.12/Modules/ |
H A D | _datetimemodule.c | 94 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 3974 return PyLong_FromLong(TIME_GET_MINUTE(self)); in time_minute() 4155 int m = TIME_GET_MINUTE(self); in time_repr() 4230 TIME_GET_HOUR(self), TIME_GET_MINUTE(self), in time_isoformat() 4266 TIME_GET_MINUTE(self), in time_strftime() 4321 TIME_GET_MINUTE(self) * 60 + in time_richcompare() 4326 TIME_GET_MINUTE(other) * 60 + in time_richcompare() 4362 TIME_GET_MINUTE(self), in time_hash() 4389 TIME_GET_MINUTE(self) * 60 + in time_hash() 4417 int mm = TIME_GET_MINUTE(self); in time_replace() [all …]
|
/dports/lang/python38/Python-3.8.12/Modules/ |
H A D | _datetimemodule.c | 94 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 3974 return PyLong_FromLong(TIME_GET_MINUTE(self)); in time_minute() 4155 int m = TIME_GET_MINUTE(self); in time_repr() 4230 TIME_GET_HOUR(self), TIME_GET_MINUTE(self), in time_isoformat() 4266 TIME_GET_MINUTE(self), in time_strftime() 4321 TIME_GET_MINUTE(self) * 60 + in time_richcompare() 4326 TIME_GET_MINUTE(other) * 60 + in time_richcompare() 4362 TIME_GET_MINUTE(self), in time_hash() 4389 TIME_GET_MINUTE(self) * 60 + in time_hash() 4417 int mm = TIME_GET_MINUTE(self); in time_replace() [all …]
|
/dports/databases/py-sqlite3/Python-3.8.12/Modules/ |
H A D | _datetimemodule.c | 94 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 3974 return PyLong_FromLong(TIME_GET_MINUTE(self)); in time_minute() 4155 int m = TIME_GET_MINUTE(self); in time_repr() 4230 TIME_GET_HOUR(self), TIME_GET_MINUTE(self), in time_isoformat() 4266 TIME_GET_MINUTE(self), in time_strftime() 4321 TIME_GET_MINUTE(self) * 60 + in time_richcompare() 4326 TIME_GET_MINUTE(other) * 60 + in time_richcompare() 4362 TIME_GET_MINUTE(self), in time_hash() 4389 TIME_GET_MINUTE(self) * 60 + in time_hash() 4417 int mm = TIME_GET_MINUTE(self); in time_replace() [all …]
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/ |
H A D | _datetimemodule.c | 94 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 3974 return PyLong_FromLong(TIME_GET_MINUTE(self)); in time_minute() 4155 int m = TIME_GET_MINUTE(self); in time_repr() 4230 TIME_GET_HOUR(self), TIME_GET_MINUTE(self), in time_isoformat() 4266 TIME_GET_MINUTE(self), in time_strftime() 4321 TIME_GET_MINUTE(self) * 60 + in time_richcompare() 4326 TIME_GET_MINUTE(other) * 60 + in time_richcompare() 4362 TIME_GET_MINUTE(self), in time_hash() 4389 TIME_GET_MINUTE(self) * 60 + in time_hash() 4417 int mm = TIME_GET_MINUTE(self); in time_replace() [all …]
|
/dports/lang/python311/Python-3.11.0a3/Modules/ |
H A D | _datetimemodule.c | 101 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 4103 return PyLong_FromLong(TIME_GET_MINUTE(self)); in time_minute() 4284 int m = TIME_GET_MINUTE(self); in time_repr() 4359 TIME_GET_HOUR(self), TIME_GET_MINUTE(self), in time_isoformat() 4395 TIME_GET_MINUTE(self), in time_strftime() 4450 TIME_GET_MINUTE(self) * 60 + in time_richcompare() 4455 TIME_GET_MINUTE(other) * 60 + in time_richcompare() 4491 TIME_GET_MINUTE(self), in time_hash() 4518 TIME_GET_MINUTE(self) * 60 + in time_hash() 4546 int mm = TIME_GET_MINUTE(self); in time_replace() [all …]
|
/dports/lang/python39/Python-3.9.9/Modules/ |
H A D | _datetimemodule.c | 95 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE macro 4108 return PyLong_FromLong(TIME_GET_MINUTE(self)); in time_minute() 4289 int m = TIME_GET_MINUTE(self); in time_repr() 4364 TIME_GET_HOUR(self), TIME_GET_MINUTE(self), in time_isoformat() 4400 TIME_GET_MINUTE(self), in time_strftime() 4455 TIME_GET_MINUTE(self) * 60 + in time_richcompare() 4460 TIME_GET_MINUTE(other) * 60 + in time_richcompare() 4496 TIME_GET_MINUTE(self), in time_hash() 4523 TIME_GET_MINUTE(self) * 60 + in time_hash() 4551 int mm = TIME_GET_MINUTE(self); in time_replace() [all …]
|