-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gabriel Inzirillo
committed
Feb 3, 2020
0 parents
commit ed0fcc5
Showing
61 changed files
with
67,966 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/HDI* | ||
/*.docx | ||
*.4darchive | ||
userPreferences.* | ||
*BuildApp* | ||
*.4DD | ||
*.4DIndx | ||
*.journal | ||
*/Preferences/* | ||
Cache.xml | ||
Conversion*.json | ||
LogStyleSheet.xsl | ||
**/DerivedData/** | ||
!**/DerivedData/*.json | ||
data.match | ||
.DS_STORE |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><DataTableMatching/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+257 KB
AJ_Tools_RegexLab.4dbase/Components/AJ_Tools_Regex.4dbase/AJ_Tools_Regex.4DC
Binary file not shown.
Binary file added
BIN
+193 KB
AJ_Tools_RegexLab.4dbase/Components/AJ_Tools_Regex.4dbase/AJ_Tools_Regex.4DIndy
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
AJ_Tools_RegexLab.4dbase/Resources/Common/Localisation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
|
||
<style type="text/css"> | ||
<!-- | ||
.languageLink { | ||
border-top-width: 0px; | ||
border-right-width: 0px; | ||
border-bottom-width: 0px; | ||
border-left-width: 0px; | ||
height: 40px; | ||
} | ||
--> | ||
</style> | ||
</head> | ||
<body leftmargin="0" marginheight="0" marginwidth="0" topmargin="0"> | ||
<table border="0" cellspacing="2" cellpadding="4"> | ||
<tr> | ||
<td><a href="../French.lproj/Help/Help.html" target="_top"><img class="languageLink" src="fr.png"></a></td> | ||
<td><a href="../English.lproj/Help/Help.html" target="_top"><img class="languageLink" src="us.png"></a></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- | ||
|
||
// Display the localized help file according to the browser lang | ||
// Uncomment or add a "else if" clause | ||
|
||
if (navigator.browserLanguage) | ||
var language = navigator.browserLanguage; | ||
else | ||
var language = navigator.language; | ||
|
||
if (language.indexOf('fr') > -1) document.location.href = 'Resources/French.lproj/Help/Help.html'; | ||
|
||
else if (language.indexOf('en') > -1) document.location.href = 'Resources/English.lproj/Help/Help.html'; | ||
|
||
// else if (language.indexOf('it') > -1) document.location.href = 'Resources/Italian.lproj/Help/Help.html'; | ||
|
||
else | ||
|
||
document.location.href = 'Resources/English.lproj/Help/Help.html'; | ||
|
||
// --> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
@charset "UTF-8"; | ||
body, td, th { | ||
font-family: Verdana, Arial, Helvetica, sans-serif; | ||
font-size: 12px; | ||
color: #333333; | ||
} | ||
H1, H2, H3, H4 { | ||
color: #000000 | ||
} | ||
.Command4D { | ||
font-size: 14px; | ||
font-family: Geneva, Arial, Helvetica, sans-serif; | ||
} | ||
.fileAndFolder { | ||
font-size: 12px; | ||
font-style: italic; | ||
letter-spacing: 2px; | ||
} | ||
.macro { | ||
font-size: 12px; | ||
font-weight: bold; | ||
font-family: Geneva, Arial, Helvetica, sans-serif; | ||
} | ||
.note { | ||
font-size: 10px | ||
} | ||
.Code4D { | ||
font-family: Geneva, Arial, Helvetica, sans-serif; | ||
font-size: 12px; | ||
color: #666666; | ||
background-color: #FFFFCC; | ||
border: thin solid #CCCCCC; | ||
letter-spacing: 2px; | ||
padding-top: 0px; | ||
padding-right: 1px; | ||
padding-bottom: 0px; | ||
padding-left: 1px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
200 changes: 200 additions & 0 deletions
200
AJ_Tools_RegexLab.4dbase/Resources/English.lproj/Common.xlf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.