Logo
Explore Help
Sign In
hummypkg/webif
5
3
Fork 4
You've already forked webif
Code Issues Pull Requests Releases1 Activity
15040206ab
BranchesTags
View all branches
webif/var/mongoose/lib/setup

21 lines
377 B
Plaintext
Raw Normal View History

restructure requires, add initial plugin class and hook into settings git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@220 2a923420-c742-0410-a762-8d5b09965624
2011-07-01 22:56:53 +00:00
if {![exists -proc require]} {
initial backup function git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@235 2a923420-c742-0410-a762-8d5b09965624
2011-07-05 18:38:42 +00:00
proc require {args} {{done {}}} {
restructure requires, add initial plugin class and hook into settings git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@220 2a923420-c742-0410-a762-8d5b09965624
2011-07-01 22:56:53 +00:00
foreach file $args {
initial backup function git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@235 2a923420-c742-0410-a762-8d5b09965624
2011-07-05 18:38:42 +00:00
if {[lsearch -exact $done $file] == -1} {
uplevel source "/mod/var/mongoose/lib/$file"
lappend $done $file
}
restructure requires, add initial plugin class and hook into settings git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@220 2a923420-c742-0410-a762-8d5b09965624
2011-07-01 22:56:53 +00:00
}
}
proc header {} {
uplevel source /mod/var/mongoose/html/lib/header.jim
}
proc footer {} {
uplevel source /mod/var/mongoose/html/lib/footer.jim
}
}
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API