Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Inzirillo committed Feb 3, 2020
0 parents commit ed0fcc5
Show file tree
Hide file tree
Showing 61 changed files with 67,966 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
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 added AJ_Tools_Regex.4dbase/AJ_Tools_Regex.4DB
Binary file not shown.
Binary file added AJ_Tools_Regex.4dbase/AJ_Tools_Regex.4DIndy
Binary file not shown.
1 change: 1 addition & 0 deletions AJ_Tools_Regex.4dbase/AJ_Tools_Regex.Match
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><DataTableMatching/>
1 change: 1 addition & 0 deletions AJ_Tools_Regex.4dbase/AJ_Tools_Regex_symbols.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
02/03/20 11:10Interprocess variables size : 12Process variables size : 216 (M) Regex_Licence$o Object $licence_t Text $refWin Long integer (M) New regex$regex Object $0 Object (M) Split$_length_l Long integer 1 dimension $isOk_b Boolean $_pos_l Long integer 1 dimension $pos_l Long integer $request_obj Object $result_obj Object $0 Object $1 Object (M) Substitute$regex Object $arraysize_l Long integer $replacement_t Text $request_obj Object $result_obj Object $vl_Element Long integer $0 Object $1 Object (M) Match$start_l Long integer $length_found_l Long integer $found_b Boolean $pos_found_l Long integer $request_obj Object $result_obj Object $0 Object $1 Object (M) Matches$start_l Long integer $startPrevious_l Long integer $col_group Collection $col_length Collection $item0_l Long integer $size_l Long integer $col_listbox Collection $col_string_extracted Collection $vfound_b Boolean $request_obj Object $result_obj Object $_pos_found_l Long integer 1 dimension $_length_found_l Long integer 1 dimension $col_pos Collection $0 Object $1 Object (M) Extract$regex Object $temp_col Collection $item_t Text $_4D_auto_iter_4 Object $request_obj Object $result_obj Object $0 Object $1 Object Procedure Regex_Licence, not called, Thread UnsafeFunction New regex:Object, called 1 times, Thread SafeFunction Split(Object):Object, called 1 times, Thread SafeFunction Substitute(Object):Object, called 1 times, Thread SafeFunction Match(Object):Object, called 1 times, Thread SafeFunction Matches(Object):Object, called 2 times, Thread SafeFunction Extract(Object):Object, called 1 times, Thread Safe
Expand Down
1 change: 1 addition & 0 deletions AJ_Tools_Regex.4dbase/regex_symbols.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12/20/18 14:17Interprocess variables size : 12Process variables size : 216 (M) Regex_Licence$o Object $licence_t Text $refWin Long integer (M) New regex$regex Object $0 Object (M) Split$_length_l Long integer 1 dimension $isOk_b Boolean $_pos_l Long integer 1 dimension $pos_l Long integer $request_obj Object $result_obj Object $0 Object $1 Object (M) Substitute$regex Object $arraysize_l Long integer $replacement_t Text $request_obj Object $result_obj Object $vl_Element Long integer $0 Object $1 Object (M) Match$start_l Long integer $length_found_l Long integer $found_b Boolean $pos_found_l Long integer $request_obj Object $result_obj Object $0 Object $1 Object (M) Matches$start_l Long integer $startPrevious_l Long integer $col_group Collection $col_length Collection $item0_l Long integer $size_l Long integer $col_listbox Collection $col_string_extracted Collection $vfound_b Boolean $request_obj Object $result_obj Object $_pos_found_l Long integer 1 dimension $_length_found_l Long integer 1 dimension $col_pos Collection $0 Object $1 Object (M) Extract$regex Object $temp_col Collection $item_t Text $_4D_auto_iter_12 Object $request_obj Object $result_obj Object $0 Object $1 Object Procedure Regex_Licence, not called, Thread UnsafeFunction New regex:Object, called 1 times, Thread SafeFunction Split(Object):Object, called 1 times, Thread SafeFunction Substitute(Object):Object, called 1 times, Thread SafeFunction Match(Object):Object, called 1 times, Thread SafeFunction Matches(Object):Object, called 2 times, Thread SafeFunction Extract(Object):Object, called 1 times, Thread Safe
Expand Down
Binary file added AJ_Tools_RegexLab.4dbase/AJ_Tools_RegexLab.4DB
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 AJ_Tools_RegexLab.4dbase/Resources/Common/Localisation.html
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.
Binary file added AJ_Tools_RegexLab.4dbase/Resources/Common/fr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions AJ_Tools_RegexLab.4dbase/Resources/Common/lang.js
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.
38 changes: 38 additions & 0 deletions AJ_Tools_RegexLab.4dbase/Resources/Common/style.css
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;
}
Binary file added AJ_Tools_RegexLab.4dbase/Resources/Common/us.png
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 AJ_Tools_RegexLab.4dbase/Resources/English.lproj/Common.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,200 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Translation file for 4D products. Copyright (C) 2007 4D SAS. This file is distributed under the same license as the 4D product package.-->
<!DOCTYPE xliff PUBLIC "-//XLIFF//DTD XLIFF//EN" "http://www.oasis-open.org/committees/xliff/documents/xliff.dtd">
<xliff version="1.0">
<file datatype="x-STR#" original="Undefined" product-version="2007" source-language="en-US" target-language="en">
<header>
<prop-group name="Xliff-Editor.4dbase">
<prop prop-type="version">1.0</prop>
</prop-group>
</header>
<body>
<group resname="Menu Titles">
<trans-unit id="1" resname="CommonMenuFile">
<source>File</source>
<target>File</target>
</trans-unit>
<trans-unit id="5" resname="CommonMenuEdit">
<source>Edit</source>
<target>Edit</target>
</trans-unit>
<trans-unit id="6" resname="CommonMenuMode">
<source>Mode</source>
<target>Mode</target>
</trans-unit>
</group>
<group resname="Character">
<trans-unit id="1" resname="CommonSize">
<source>Size</source>
<target>Size</target>
</trans-unit>
<trans-unit id="2" resname="CommonStyle">
<source>Style</source>
<target>Style</target>
</trans-unit>
<trans-unit id="3" resname="CommonUnderline">
<source>Underline</source>
<target>Underline</target>
</trans-unit>
<trans-unit id="4" resname="CommonItalic">
<source>Italic</source>
<target>Italic</target>
</trans-unit>
<trans-unit id="5" resname="CommonBold">
<source>Bold</source>
<target>Bold</target>
</trans-unit>
</group>
<group resname="Menus Items">
<trans-unit id="18" resname="CommonMenuItemUndo">
<source>Undo</source>
<target>Undo</target>
</trans-unit>
<trans-unit id="20" resname="CommonMenuItemCut">
<source>Cut</source>
<target>Cut</target>
</trans-unit>
<trans-unit id="21" resname="CommonMenuItemCopy">
<source>Copy</source>
<target>Copy</target>
</trans-unit>
<trans-unit id="22" resname="CommonMenuItemPaste">
<source>Paste</source>
<target>Paste</target>
</trans-unit>
<trans-unit id="23" resname="CommonMenuItemClear">
<source>Clear</source>
<target>Clear</target>
</trans-unit>
<trans-unit id="24" resname="CommonMenuItemSelectAll">
<source>Select All</source>
<target>Select All</target>
</trans-unit>
<trans-unit id="25" resname="CommonMenuItemShowClipboard">
<source>Show Clipboard</source>
<target>Show Clipboard</target>
</trans-unit>
<trans-unit id="27" resname="CommonMenuItemDesign">
<source>Design</source>
<target>Design</target>
</trans-unit>
<trans-unit id="30" resname="CommonMenuItemQuit">
<source>Quit</source>
<target>Quit</target>
</trans-unit>
</group>
<group resname="Button Labels">
<trans-unit id="1" resname="CommonOK">
<source>OK</source>
<target>OK</target>
</trans-unit>
<trans-unit id="2" resname="CommonCancel">
<source>Cancel</source>
<target>Cancel</target>
</trans-unit>
<trans-unit id="3" resname="CommonRetry">
<source>Retry</source>
<target>Retry</target>
</trans-unit>
<trans-unit id="4" resname="CommonQuit">
<source>Quit</source>
<target>Quit</target>
</trans-unit>
<trans-unit id="5" resname="CommonAdd">
<source>Add</source>
<target>Add</target>
</trans-unit>
<trans-unit id="6" resname="CommonDelete">
<source>Delete</source>
<target>Delete</target>
</trans-unit>
<trans-unit id="7" resname="CommonEdit">
<source>Edit</source>
<target>Edit</target>
</trans-unit>
<trans-unit id="9" resname="CommonDone">
<source>Done</source>
<target>Done</target>
</trans-unit>
<trans-unit id="10" resname="CommonApply">
<source>Apply</source>
<target>Apply</target>
</trans-unit>
<trans-unit id="11" resname="CommonLoadDial">
<source>Load...</source>
<target>Load...</target>
</trans-unit>
<trans-unit id="12" resname="CommonSaveDial">
<source>Save...</source>
<target>Save...</target>
</trans-unit>
<trans-unit id="13" resname="CommonOrderBy">
<source>Order by</source>
<target>Order by</target>
</trans-unit>
<trans-unit id="14" resname="CommonUse">
<source>Use</source>
<target>Use</target>
</trans-unit>
<trans-unit id="15" resname="CommonBack">
<source>&lt; Back</source>
<target>&lt; Back</target>
</trans-unit>
<trans-unit id="16" resname="CommonNext">
<source>Next &gt;</source>
<target>Next &gt;</target>
</trans-unit>
<trans-unit id="17" resname="CommonCreate">
<source>Create</source>
<target>Create</target>
</trans-unit>
<trans-unit id="18" resname="CommonExportDial">
<source>Export...</source>
<target>Export...</target>
</trans-unit>
<trans-unit id="19" resname="CommonPreview">
<source>Preview</source>
<target>Preview</target>
</trans-unit>
<trans-unit id="20" resname="CommonRemove">
<source>Remove</source>
<target>Remove</target>
</trans-unit>
<trans-unit id="22" resname="CommonOpen">
<source>Open</source>
<target>Open</target>
</trans-unit>
<trans-unit id="23" resname="CommonClose">
<source>Close</source>
<target>Close</target>
</trans-unit>
<trans-unit id="24" resname="CommonExpandAll">
<source>Expand all</source>
<target>Expand all</target>
</trans-unit>
<trans-unit id="25" resname="CommonCollapseAll">
<source>Collapse all</source>
<target>Collapse all</target>
</trans-unit>
<trans-unit id="45" resname="CommonDuplicate">
<source>Duplicate</source>
<target>Duplicate</target>
</trans-unit>
<trans-unit id="46" resname="CommonRename">
<source>Rename</source>
<target>Rename</target>
</trans-unit>
</group>
<group resname="Labels">
<trans-unit id="43" resname="FileInVolume">
<source>&quot;{file}&quot; in volume &quot;{volume}&quot;</source>
<target>&quot;{file}&quot; in volume &quot;{volume}&quot;</target>
</trans-unit>
<trans-unit id="44" resname="ShowOnDisk">
<source>Show on disk</source>
<target>Show on disk</target>
</trans-unit>
</group>
</body>
</file>
</xliff>
Expand Down
Loading

0 comments on commit ed0fcc5

Please sign in to comment.