Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
emacs /
24.3 /
lisp /
calendar /
Delete
Unzip
Name
Size
Permission
Date
Action
appt.elc
18.4
KB
-rw-r--r--
2023-06-07 04:13
cal-bahai.elc
14.26
KB
-rw-r--r--
2023-06-07 04:13
cal-china.elc
26.82
KB
-rw-r--r--
2023-06-07 04:13
cal-coptic.elc
10.29
KB
-rw-r--r--
2023-06-07 04:13
cal-dst.elc
18.42
KB
-rw-r--r--
2023-06-07 04:14
cal-french.elc
9.75
KB
-rw-r--r--
2023-06-07 04:14
cal-hebrew.elc
51.03
KB
-rw-r--r--
2023-06-07 04:14
cal-html.elc
16.65
KB
-rw-r--r--
2023-06-07 04:14
cal-islam.elc
14.47
KB
-rw-r--r--
2023-06-07 04:14
cal-iso.elc
7.46
KB
-rw-r--r--
2023-06-07 04:14
cal-julian.elc
8.26
KB
-rw-r--r--
2023-06-07 04:14
cal-loaddefs.el
34.33
KB
-rw-r--r--
2023-06-07 03:59
cal-mayan.elc
19.89
KB
-rw-r--r--
2023-06-07 04:14
cal-menu.elc
9.91
KB
-rw-r--r--
2023-06-07 04:14
cal-move.elc
14.97
KB
-rw-r--r--
2023-06-07 04:14
cal-persia.elc
7.33
KB
-rw-r--r--
2023-06-07 04:14
cal-tex.elc
73.37
KB
-rw-r--r--
2023-06-07 04:14
cal-x.elc
6.07
KB
-rw-r--r--
2023-06-07 04:14
calendar.elc
102.18
KB
-rw-r--r--
2023-06-07 04:14
diary-lib.elc
107.28
KB
-rw-r--r--
2023-06-07 04:14
diary-loaddefs.el
12.64
KB
-rw-r--r--
2023-06-07 03:59
hol-loaddefs.el
5.99
KB
-rw-r--r--
2023-06-07 03:59
holidays.elc
37.56
KB
-rw-r--r--
2023-06-07 04:14
icalendar.elc
59.27
KB
-rw-r--r--
2023-06-07 04:14
lunar.elc
12.98
KB
-rw-r--r--
2023-06-07 04:14
parse-time.elc
9.01
KB
-rw-r--r--
2023-06-07 04:14
solar.elc
39.26
KB
-rw-r--r--
2023-06-07 04:14
time-date.elc
10.15
KB
-rw-r--r--
2023-06-07 04:14
timeclock.elc
46.02
KB
-rw-r--r--
2023-06-07 04:14
todo-mode.elc
24.15
KB
-rw-r--r--
2023-06-07 04:14
Save
Rename
;ELC ;;; Compiled by mockbuild@buildfarm06.corp.cloudlinux.com on Wed Jun 7 08:14:11 2023 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/calendar/timeclock.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301\302\303\304\305%\210\306\307\310\311\312\313\304\301&\210\306\314\315\316\312\317\304\301&\210\306\320\321\322\312\323\304\301&\210\306\324\325\326\312\327\304\301&\210\306\330\331\332\312\327\304\301&\210\306\333\302\334\312\335\304\301&\210\306\336\321\337\340\341\312\323\304\301& \207" [custom-declare-group timeclock nil "Keeping track of the time that gets spent." :group data custom-declare-variable timeclock-file (convert-standard-filename "~/.timelog") "The file used to store timeclock data in." :type file timeclock-workday (* 8 60 60) "The length of a work period in seconds." integer timeclock-relative t "Whether to make reported time relative to `timeclock-workday'.\nFor example, if the length of a normal workday is eight hours, and you\nwork four hours on Monday, then the amount of time \"remaining\" on\nTuesday is twelve hours -- relative to an averaged work period of\neight hours -- or eight hours, non-relative. So relative time takes\ninto account any discrepancy of time under-worked or over-worked on\nprevious days. This only affects the timeclock mode line display." boolean timeclock-get-project-function 'timeclock-ask-for-project "The function used to determine the name of the current project.\nWhen clocking in, and no project is specified, this function will be\ncalled to determine what is the current project to be worked on.\nIf this variable is nil, no questions will be asked." function timeclock-get-reason-function 'timeclock-ask-for-reason "A function used to determine the reason for clocking out.\nWhen clocking out, and no reason is specified, this function will be\ncalled to determine what is the reason.\nIf this variable is nil, no questions will be asked." timeclock-get-workday-function "A function used to determine the length of today's workday.\nThe first time that a user clocks in each day, this function will be\ncalled to determine what is the length of the current workday. If\nthe return value is nil, or equal to `timeclock-workday', nothing special\nwill be done. If it is a quantity different from `timeclock-workday',\nhowever, a record will be output to the timelog file to note the fact that\nthat day has a length that is different from the norm." (choice (const nil) function) timeclock-ask-before-exiting "If non-nil, ask if the user wants to clock out before exiting Emacs.\nThis variable only has effect if set with \\[customize]." :set #[(symbol value) "\203\f \302\303\304\"\210\202 \305\303\304\"\210\211\207" [value timeclock-ask-before-exiting add-hook kill-emacs-query-functions timeclock-query-out remove-hook] 3]] 10) #@51 The timer used to update `timeclock-mode-string'. (defvar timeclock-update-timer nil (#$ . 3191)) (byte-code "\300\301\302\303\304\305\306\307\310\311\312\313&\210\300\314\315\316\306\317\310\311&\210\300\320\315\321\306\317\310\311&\210\300\322\315\323\306\317\310\311&\210\300\324\315\325\306\317\310\311&\210\300\326\315\327\306\317\310\311&\210\300\330\315\331\306\317\310\311&\210\300\332\315\333\306\317\310\311&\207" [custom-declare-variable timeclock-use-display-time t "If non-nil, use `display-time-hook' for doing mode line updates.\nThe advantage of this is that one less timer has to be set running\namok in Emacs's process space. The disadvantage is that it requires\nyou to have `display-time' running. If you don't want to use\n`display-time', but still want the mode line to show how much time is\nleft, set this variable to nil. Changing the value of this variable\nwhile timeclock information is being displayed in the mode line has no\neffect. You should call the function `timeclock-mode-line-display' with\na positive argument to force an update." :set #[(symbol value) "\306\300!\205 \211\203&