Skip to content

Commit

Permalink
optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Nov 21, 2024
1 parent 0510862 commit 594282f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Project/Sources/Classes/_modernize.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@ Function C_2var() : Boolean

This:C1470.rgx.setTarget($code)

If (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(604))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(305))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(1488))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(307))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(283))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(1216))).match())\
If (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(283))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(284))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(285))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(286))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(301))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(285))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(284))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(305))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(306))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(307))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(604))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(1216))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(1488))).match())\
|| (This:C1470.rgx.setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(1683))).match())

$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(604))).substitute("var \\1 : Blob")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(305))).substitute("var \\1 : Boolean")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(1488))).substitute("var \\1 : Collection")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(307))).substitute("var \\1 : Date")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(283))).substitute("var \\1 : Integer")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(1216))).substitute("var \\1 : Object")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(284))).substitute("var \\1 : Text")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(285))).substitute("var \\1 : Real")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(286))).substitute("var \\1 : Picture")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(301))).substitute("var \\1 : Pointer")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(285))).substitute("var \\1 : Real")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(284))).substitute("var \\1 : Text")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(305))).substitute("var \\1 : Boolean")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(306))).substitute("var \\1 : Time")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(307))).substitute("var \\1 : Date")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(604))).substitute("var \\1 : Blob")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(1216))).substitute("var \\1 : Object")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(1488))).substitute("var \\1 : Collection")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(1683))).substitute("var \\1")

This:C1470.fullMethodText:=This:C1470.cursorOnFirstLine($code)
Expand Down

0 comments on commit 594282f

Please sign in to comment.