Blame view

build1/epsilon-master/apps/code/catalog.universal.i18n 3.66 KB
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
  PythonCommandLF = "\\n"
  PythonCommandTab = "\\t"
  PythonCommandAmpersand = "&"
  PythonCommandPound = "#"
  PythonCommandPercent = "%"
  PythonCommandSymbolExp = "^"
  PythonCommandVerticalBar = "|"
  PythonCommand1J = "1j"
  PythonCommandSingleQuote = "'x'"
  PythonCommandAbs = "abs(x)"
  PythonCommandAcos = "acos(x)"
  PythonCommandAcosh = "acosh(x)"
  PythonCommandAsin = "asin(x)"
  PythonCommandAsinh = "asinh(x)"
  PythonCommandAtan = "atan(x)"
  PythonCommandAtan2 = "atan2(y,x)"
  PythonCommandAtanh = "atanh(x)"
  PythonCommandBin = "bin(x)"
  PythonCommandCeil = "ceil(x)"
  PythonCommandChoice = "choice(list)"
  PythonCommandCmathFunction = "cmath.function"
  PythonCommandCmathFunctionWithoutArg = "cmath.ø"
  PythonCommandColor = "color(r,g,b)"
  PythonCommandComplex = "complex(a,b)"
  PythonCommandCopySign = "copysign(x,y)"
  PythonCommandCos = "cos(x)"
  PythonCommandCosComplex = "cos(z)"
  PythonCommandCosh = "cosh(x)"
  PythonCommandDegrees = "degrees(x)"
  PythonCommandDivMod = "divmod(a,b)"
  PythonCommandDrawString = "draw_string(\"text\",x,y)"
  PythonCommandConstantE = "e"
  PythonCommandErf = "erf(x)"
  PythonCommandErfc = "erfc(x)"
  PythonCommandExp = "exp(x)"
  PythonCommandExpComplex = "exp(z)"
  PythonCommandExpm1 = "expm1(x)"
  PythonCommandFabs = "fabs(x)"
  PythonCommandFloor = "floor(x)"
  PythonCommandFmod = "fmod(a,b)"
  PythonCommandFrExp = "frexp(x)"
  PythonCommandGamma = "gamma(x)"
  PythonCommandGetPixel = "get_pixel(x,y)"
  PythonCommandGetrandbits = "getrandbits(k)"
  PythonCommandImportFromCmath = "from cmath import *"
  PythonCommandImportFromMath = "from math import *"
  PythonCommandImportFromKandinsky = "from kandinsky import *"
  PythonCommandImportFromRandom = "from random import *"
  PythonCommandHex = "hex(x)"
  PythonCommandImportCmath = "import cmath"
  PythonCommandImportKandinsky = "import kandinsky"
  PythonCommandImportRandom = "import random"
  PythonCommandImportMath = "import math"
  PythonCommandInput = "input(\"text\")"
  PythonCommandInt = "int(x)"
  PythonCommandIsFinite = "isfinite(x)"
  PythonCommandIsInfinite = "isinf(x)"
  PythonCommandIsNaN = "isnan(x)"
  PythonCommandKandinskyFunction = "kandinsky.function"
  PythonCommandKandinskyFunctionWithoutArg = "kandinsky.ø"
  PythonCommandLdexp = "ldexp(x,i)"
  PythonCommandLgamma = "lgamma(x)"
  PythonCommandLength = "len(object)"
  PythonCommandLog = "log(x,a)"
  PythonCommandLog10 = "log10(x)"
  PythonCommandLog2 = "log2(x)"
  PythonCommandLogComplex = "log(z,a)"
  PythonCommandMathFunction = "math.function"
  PythonCommandMathFunctionWithoutArg = "math.ø"
  PythonCommandMax = "max(list)"
  PythonCommandMin = "min(list)"
  PythonCommandModf = "modf(x)"
  PythonCommandOct = "oct(x)"
  PythonCommandPhase = "phase(z)"
  PythonCommandConstantPi = "pi"
  PythonCommandPolar = "polar(z)"
  PythonCommandPower = "pow(x,y)"
  PythonCommandPrint = "print(object)"
  PythonCommandRadians = "radians(x)"
  PythonCommandRandom = "random()"
  PythonCommandRandint = "randint(a,b)"
  PythonCommandRandomFunction = "random.function"
  PythonCommandRandomFunctionWithoutArg = "random.ø"
  PythonCommandRandrange = "randrange(start, stop)"
  PythonCommandRangeStartStop = "range(start, stop)"
  PythonCommandRangeStop = "range(stop)"
  PythonCommandRect = "rect(r, arg)"
  PythonCommandRound = "round(x, n)"
  PythonCommandSeed = "seed(x)"
  PythonCommandSetPixel = "set_pixel(x,y,color)"
  PythonCommandSin = "sin(x)"
  PythonCommandSinComplex = "sin(z)"
  PythonCommandSinh = "sinh(x)"
  PythonCommandSorted = "sorted(list)"
  PythonCommandSqrt = "sqrt(x)"
  PythonCommandSqrtComplex = "sqrt(z)"
  PythonCommandSum = "sum(list)"
  PythonCommandTan = "tan(x)"
  PythonCommandTanh = "tanh(x)"
  PythonCommandTrunc = "trunc(x)"
  PythonCommandImag = "z.imag"
  PythonCommandReal = "z.real"
  PythonCommandImagWithoutArg = "ø.imag"
  PythonCommandRealWithoutArg = "ø.real"
  PythonCommandUniform = "uniform(a,b)"