Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
aaebdd6a
Kaydet (Commit)
aaebdd6a
authored
Agu 05, 2002
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Enable building of Carbon toolbox modules with unix-Python.
üst
ff8dec74
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
26 additions
and
58 deletions
+26
-58
aescan.py
Mac/Modules/ae/aescan.py
+1
-2
appscan.py
Mac/Modules/app/appscan.py
+1
-2
CarbonEvtscan.py
Mac/Modules/carbonevt/CarbonEvtscan.py
+1
-3
cfscan.py
Mac/Modules/cf/cfscan.py
+1
-2
cgscan.py
Mac/Modules/cg/cgscan.py
+1
-2
cmscan.py
Mac/Modules/cm/cmscan.py
+1
-2
ctlscan.py
Mac/Modules/ctl/ctlscan.py
+1
-2
dlgscan.py
Mac/Modules/dlg/dlgscan.py
+1
-2
dragscan.py
Mac/Modules/drag/dragscan.py
+1
-2
evtscan.py
Mac/Modules/evt/evtscan.py
+1
-2
fmscan.py
Mac/Modules/fm/fmscan.py
+1
-2
helpscan.py
Mac/Modules/help/helpscan.py
+1
-2
htmlscan.py
Mac/Modules/htmlrender/htmlscan.py
+1
-2
IBCarbonscan.py
Mac/Modules/ibcarbon/IBCarbonscan.py
+1
-4
icnscan.py
Mac/Modules/icn/icnscan.py
+1
-2
listscan.py
Mac/Modules/list/listscan.py
+1
-2
menuscan.py
Mac/Modules/menu/menuscan.py
+1
-2
mltescan.py
Mac/Modules/mlte/mltescan.py
+1
-2
qdscan.py
Mac/Modules/qd/qdscan.py
+1
-2
qdoffsscan.py
Mac/Modules/qdoffs/qdoffsscan.py
+1
-2
qtscan.py
Mac/Modules/qt/qtscan.py
+1
-2
resscan.py
Mac/Modules/res/resscan.py
+1
-2
scrapscan.py
Mac/Modules/scrap/scrapscan.py
+1
-5
sndscan.py
Mac/Modules/snd/sndscan.py
+1
-2
tescan.py
Mac/Modules/te/tescan.py
+1
-2
winscan.py
Mac/Modules/win/winscan.py
+1
-2
No files found.
Mac/Modules/ae/aescan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -7,9 +7,8 @@ import os
import
string
import
MacOS
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
bgenlocations
import
TOOLBOXDIR
from
scantools
import
Scanner
...
...
Mac/Modules/app/appscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"Appearance"
SHORT
=
"app"
...
...
Mac/Modules/carbonevt/CarbonEvtscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -6,11 +6,9 @@ import string
import
MacOS
import
sys
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen:'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
bgenlocations
import
TOOLBOXDIR
from
scantools
import
Scanner
,
Scanner_OSX
def
main
():
...
...
Mac/Modules/cf/cfscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner_OSX
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"CoreFoundation"
SHORT
=
"cf"
...
...
Mac/Modules/cg/cgscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner_OSX
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"CoreGraphics"
SHORT
=
"cg"
...
...
Mac/Modules/cm/cmscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"Components"
SHORT
=
"cm"
...
...
Mac/Modules/ctl/ctlscan.py
Dosyayı görüntüle @
aaebdd6a
# Scan <Controls.h>, generating ctlgen.py.
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
def
main
():
# input = "Controls.h" # Universal Headers < 3.3
...
...
Mac/Modules/dlg/dlgscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,11 +2,10 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"Dialogs"
SHORT
=
"dlg"
...
...
Mac/Modules/drag/dragscan.py
Dosyayı görüntüle @
aaebdd6a
# Scan <Drag.h>, generating draggen.py.
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
,
INCLUDEDIR
MISSING_DEFINES
=
"""
kDragHasLeftSenderWindow = (1 << 0)
...
...
Mac/Modules/evt/evtscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"Events"
SHORT
=
"evt"
...
...
Mac/Modules/fm/fmscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"Fonts"
SHORT
=
"fm"
...
...
Mac/Modules/help/helpscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"Balloons"
SHORT
=
"help"
...
...
Mac/Modules/htmlrender/htmlscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,11 +2,10 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"HtmlRendering"
SHORT
=
"html"
...
...
Mac/Modules/ibcarbon/IBCarbonscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -3,12 +3,9 @@
import
sys
import
os
import
string
import
MacOS
BGENDIR
=
'/Users/jack/src/python/Tools/bgen/bgen'
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
print
sys
.
path
,
sys
.
prefix
from
bgenlocations
import
TOOLBOXDIR
from
scantools
import
Scanner_OSX
...
...
Mac/Modules/icn/icnscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"Icons"
SHORT
=
"icn"
...
...
Mac/Modules/list/listscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"Lists"
SHORT
=
"list"
...
...
Mac/Modules/menu/menuscan.py
Dosyayı görüntüle @
aaebdd6a
# Scan <Menus.h>, generating menugen.py.
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
def
main
():
input
=
"Menus.h"
...
...
Mac/Modules/mlte/mltescan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner_OSX
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"MacTextEditor"
SHORT
=
"mlte"
...
...
Mac/Modules/qd/qdscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,11 +2,10 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
def
main
():
input
=
"QuickDraw.h"
...
...
Mac/Modules/qdoffs/qdoffsscan.py
Dosyayı görüntüle @
aaebdd6a
# Scan an Apple header file, generating a Python file of generator calls.
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
bgenlocations
import
TOOLBOXDIR
from
scantools
import
Scanner
...
...
Mac/Modules/qt/qtscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"QuickTime"
SHORT
=
"qt"
...
...
Mac/Modules/res/resscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -7,9 +7,8 @@ import os
import
string
import
MacOS
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
bgenlocations
import
TOOLBOXDIR
from
scantools
import
Scanner
...
...
Mac/Modules/scrap/scrapscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -5,13 +5,9 @@
import
sys
import
os
if
os
.
sep
==
':'
:
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
else
:
BGENDIR
=
"../../../Tools/bgen/bgen"
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"Scrap"
SHORT
=
"scrap"
...
...
Mac/Modules/snd/sndscan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -4,9 +4,8 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
bgenlocations
import
TOOLBOXDIR
from
scantools
import
Scanner
...
...
Mac/Modules/te/tescan.py
Dosyayı görüntüle @
aaebdd6a
...
...
@@ -2,10 +2,9 @@
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
scantools
import
Scanner
from
bgenlocations
import
TOOLBOXDIR
LONG
=
"TextEdit"
SHORT
=
"te"
...
...
Mac/Modules/win/winscan.py
Dosyayı görüntüle @
aaebdd6a
# Scan an Apple header file, generating a Python file of generator calls.
import
sys
import
os
BGENDIR
=
os
.
path
.
join
(
sys
.
prefix
,
':Tools:bgen:bgen'
)
from
bgenlocations
import
TOOLBOXDIR
,
BGENDIR
sys
.
path
.
append
(
BGENDIR
)
from
bgenlocations
import
TOOLBOXDIR
from
scantools
import
Scanner
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment