Subversion Repositories oidplus

Rev

Rev 1157 | Rev 1166 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1116 daniel-mar 1
<?xml version="1.0" encoding="UTF-8"?>
2
<project version="4">
3
  <component name="AnalysisUIOptions">
4
    <option name="ANALYZE_INJECTED_CODE" value="false" />
5
  </component>
6
  <component name="AutoImportSettings">
7
    <option name="autoReloadType" value="SELECTIVE" />
8
  </component>
9
  <component name="ChangeListManager">
1140 daniel-mar 10
    <list default="true" id="df2a484b-bed2-4376-a9d2-11f38408a62e" name="Changes" comment="">
1162 daniel-mar 11
      <change beforePath="$PROJECT_DIR$/.idea/php.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/php.xml" afterDir="false" />
12
      <change beforePath="$PROJECT_DIR$/.idea/trunk.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/trunk.iml" afterDir="false" />
1140 daniel-mar 13
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
1162 daniel-mar 14
      <change beforePath="$PROJECT_DIR$/dev/generate_wellknown_country_access" beforeDir="false" afterPath="$PROJECT_DIR$/dev/generate_wellknown_country_access" afterDir="false" />
15
      <change beforePath="$PROJECT_DIR$/dev/generate_wellknown_country_mssql" beforeDir="false" afterPath="$PROJECT_DIR$/dev/generate_wellknown_country_mssql" afterDir="false" />
16
      <change beforePath="$PROJECT_DIR$/dev/generate_wellknown_country_mysql" beforeDir="false" afterPath="$PROJECT_DIR$/dev/generate_wellknown_country_mysql" afterDir="false" />
17
      <change beforePath="$PROJECT_DIR$/dev/generate_wellknown_country_oracle" beforeDir="false" afterPath="$PROJECT_DIR$/dev/generate_wellknown_country_oracle" afterDir="false" />
18
      <change beforePath="$PROJECT_DIR$/dev/generate_wellknown_country_pgsql" beforeDir="false" afterPath="$PROJECT_DIR$/dev/generate_wellknown_country_pgsql" afterDir="false" />
19
      <change beforePath="$PROJECT_DIR$/dev/generate_wellknown_country_sqlite" beforeDir="false" afterPath="$PROJECT_DIR$/dev/generate_wellknown_country_sqlite" afterDir="false" />
20
      <change beforePath="$PROJECT_DIR$/dev/oidinfo_add_missing" beforeDir="false" afterPath="$PROJECT_DIR$/dev/oidinfo_add_missing" afterDir="false" />
21
      <change beforePath="$PROJECT_DIR$/dev/oidinfo_compare" beforeDir="false" afterPath="$PROJECT_DIR$/dev/oidinfo_compare" afterDir="false" />
22
      <change beforePath="$PROJECT_DIR$/dev/oidinfo_compare_asn1_iri_identifiers" beforeDir="false" afterPath="$PROJECT_DIR$/dev/oidinfo_compare_asn1_iri_identifiers" afterDir="false" />
23
      <change beforePath="$PROJECT_DIR$/dev/oidplus_v1_compare" beforeDir="false" afterPath="$PROJECT_DIR$/dev/oidplus_v1_compare" afterDir="false" />
24
      <change beforePath="$PROJECT_DIR$/dev/test_logmasks" beforeDir="false" afterPath="$PROJECT_DIR$/dev/test_logmasks" afterDir="false" />
25
      <change beforePath="$PROJECT_DIR$/dev/translation/message_regenerate.phps" beforeDir="false" afterPath="$PROJECT_DIR$/dev/translation/message_regenerate.phps" afterDir="false" />
26
      <change beforePath="$PROJECT_DIR$/includes/classes/OIDplusPluginManifest.class.php" beforeDir="false" afterPath="$PROJECT_DIR$/includes/classes/OIDplusPluginManifest.class.php" afterDir="false" />
27
      <change beforePath="$PROJECT_DIR$/includes/functions.inc.php" beforeDir="false" afterPath="$PROJECT_DIR$/includes/functions.inc.php" afterDir="false" />
28
      <change beforePath="$PROJECT_DIR$/plugins/viathinksoft/captcha/hcaptcha/OIDplusCaptchaPluginHCaptcha.class.php" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/viathinksoft/captcha/hcaptcha/OIDplusCaptchaPluginHCaptcha.class.php" afterDir="false" />
29
      <change beforePath="$PROJECT_DIR$/plugins/viathinksoft/captcha/recaptcha/OIDplusCaptchaPluginRecaptcha.class.php" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/viathinksoft/captcha/recaptcha/OIDplusCaptchaPluginRecaptcha.class.php" afterDir="false" />
30
      <change beforePath="$PROJECT_DIR$/plugins/viathinksoft/objectTypes/oid/OIDplusOid.class.php" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/viathinksoft/objectTypes/oid/OIDplusOid.class.php" afterDir="false" />
31
      <change beforePath="$PROJECT_DIR$/plugins/viathinksoft/publicPages/100_whois/whois/json/security.inc.php" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/viathinksoft/publicPages/100_whois/whois/json/security.inc.php" afterDir="false" />
32
      <change beforePath="$PROJECT_DIR$/plugins/viathinksoft/publicPages/500_resources/OIDplusPagePublicResources.class.php" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/viathinksoft/publicPages/500_resources/OIDplusPagePublicResources.class.php" afterDir="false" />
1140 daniel-mar 33
    </list>
1116 daniel-mar 34
    <option name="SHOW_DIALOG" value="false" />
35
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
36
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
37
    <option name="LAST_RESOLUTION" value="IGNORE" />
38
  </component>
1162 daniel-mar 39
  <component name="ComposerConfigs">
40
    <option name="configs">
41
      <option value="$PROJECT_DIR$/plugins/viathinksoft/publicPages/100_whois/whois/xml/composer.json" />
42
      <option value="$PROJECT_DIR$/plugins/viathinksoft/publicPages/100_whois/whois/json/composer.json" />
43
    </option>
44
  </component>
1116 daniel-mar 45
  <component name="ComposerSettings" doNotAsk="true" synchronizationState="SYNCHRONIZE">
46
    <pharConfigPath>$PROJECT_DIR$/composer.json</pharConfigPath>
1140 daniel-mar 47
    <execution>
48
      <executable path="composer" />
49
    </execution>
1116 daniel-mar 50
  </component>
51
  <component name="MarkdownSettingsMigration">
52
    <option name="stateVersion" value="1" />
53
  </component>
1140 daniel-mar 54
  <component name="PhpStanProjectConfiguration">
55
    <option name="selectedConfigurationId" value="2e64b330-8649-4ce7-94bb-0389c61e7d73" />
56
  </component>
1139 daniel-mar 57
  <component name="PhpWorkspaceProjectConfiguration" interpreter_name="PHP">
1116 daniel-mar 58
    <include_path>
59
      <path value="$PROJECT_DIR$/vendor/tinymce/tinymce" />
60
      <path value="$PROJECT_DIR$/vendor/firebase/php-jwt" />
61
      <path value="$PROJECT_DIR$/vendor/gedmarc/layout" />
62
      <path value="$PROJECT_DIR$/vendor/composer" />
63
      <path value="$PROJECT_DIR$/vendor/phpseclib/phpseclib" />
64
      <path value="$PROJECT_DIR$/vendor/components/jqueryui" />
65
      <path value="$PROJECT_DIR$/vendor/script47/bs5-utils" />
66
      <path value="$PROJECT_DIR$/vendor/components/jquery" />
67
      <path value="$PROJECT_DIR$/vendor/matthiasmullie/path-converter" />
68
      <path value="$PROJECT_DIR$/vendor/matthiasmullie/minify" />
69
      <path value="$PROJECT_DIR$/vendor/emn178/js-sha3" />
70
      <path value="$PROJECT_DIR$/vendor/tweeb/tinymce-i18n" />
71
      <path value="$PROJECT_DIR$/vendor/dcodeio/bcrypt.js" />
72
      <path value="$PROJECT_DIR$/vendor/twbs/bootstrap" />
73
      <path value="$PROJECT_DIR$/vendor/vakata/jstree" />
74
      <path value="$PROJECT_DIR$/vendor/spamspan/spamspan" />
75
      <path value="$PROJECT_DIR$/vendor/danielmarschall/oidconverter" />
76
      <path value="$PROJECT_DIR$/vendor/danielmarschall/php-sha3" />
77
      <path value="$PROJECT_DIR$/vendor/danielmarschall/vnag" />
78
      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-mbstring" />
79
      <path value="$PROJECT_DIR$/vendor/danielmarschall/php_utils" />
80
      <path value="$PROJECT_DIR$/vendor/paragonie/constant_time_encoding" />
81
      <path value="$PROJECT_DIR$/vendor/danielmarschall/uuid_mac_utils" />
82
      <path value="$PROJECT_DIR$/vendor/paragonie/random_compat" />
83
      <path value="$PROJECT_DIR$/vendor/danielmarschall/fileformats" />
1162 daniel-mar 84
      <path value="$PROJECT_DIR$/plugins/viathinksoft/publicPages/100_whois/whois/xml/vendor/robrichards/xmlseclibs" />
85
      <path value="$PROJECT_DIR$/plugins/viathinksoft/publicPages/100_whois/whois/xml/vendor/composer" />
86
      <path value="$PROJECT_DIR$/plugins/viathinksoft/publicPages/100_whois/whois/json/vendor/sergeybrook/php-jws" />
87
      <path value="$PROJECT_DIR$/plugins/viathinksoft/publicPages/100_whois/whois/json/vendor/composer" />
88
      <path value="$PROJECT_DIR$/plugins/viathinksoft/publicPages/100_whois/whois/json/vendor/aywan/php-json-canonicalization" />
1116 daniel-mar 89
    </include_path>
90
  </component>
91
  <component name="ProblemsViewState">
92
    <option name="selectedTabId" value="CurrentFile" />
93
  </component>
94
  <component name="ProjectId" id="2N1iLsvnSxtAjQSwVh6njExUvVK" />
1140 daniel-mar 95
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
1116 daniel-mar 96
  <component name="ProjectViewState">
97
    <option name="hideEmptyMiddlePackages" value="true" />
98
    <option name="showLibraryContents" value="true" />
99
  </component>
1143 daniel-mar 100
  <component name="PropertiesComponent">{
101
  &quot;keyToString&quot;: {
102
    &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
103
    &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
104
    &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
105
    &quot;last_opened_file_path&quot;: &quot;D:/SVN/OIDplus/trunk/setup/sql/wellknown_other_access.sql&quot;,
106
    &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
107
    &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
108
    &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
109
    &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
110
    &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
111
    &quot;run.code.analysis.last.selected.profile&quot;: &quot;pProject Default&quot;,
1157 daniel-mar 112
    &quot;settings.editor.selected.configurable&quot;: &quot;settings.sync&quot;,
1143 daniel-mar 113
    &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
1140 daniel-mar 114
  },
1143 daniel-mar 115
  &quot;keyToStringList&quot;: {
116
    &quot;com.intellij.ide.scratch.LRUPopupBuilder$1/SQL Dialect&quot;: [
117
      &quot;Oracle&quot;,
118
      &quot;TSQL&quot;
1140 daniel-mar 119
    ]
1116 daniel-mar 120
  }
1143 daniel-mar 121
}</component>
1131 daniel-mar 122
  <component name="RecentsManager">
123
    <key name="CopyFile.RECENT_KEYS">
124
      <recent name="D:\SVN\OIDplus\trunk\plugins\viathinksoft\raPages\010_notifications" />
125
    </key>
126
    <key name="MoveFile.RECENT_KEYS">
1139 daniel-mar 127
      <recent name="D:\SVN\OIDplus\trunk\plugins\viathinksoft\objectTypes\gs1" />
1131 daniel-mar 128
      <recent name="D:\SVN\OIDplus\trunk\plugins\viathinksoft\adminPages\010_notifications" />
129
      <recent name="D:\SVN\OIDplus\trunk\plugins\viathinksoft\publicPages\000_objects" />
130
      <recent name="D:\SVN\OIDplus\trunk\plugins\viathinksoft\publicPages\090_login" />
131
      <recent name="D:\SVN\OIDplus\trunk\plugins\viathinksoft\publicPages\100_whois" />
132
    </key>
133
  </component>
1140 daniel-mar 134
  <component name="RunManager" selected="PHP Script.index.php">
1139 daniel-mar 135
    <configuration name="gs1_utils.inc.php" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/plugins/viathinksoft/objectTypes/gs1/gs1_utils.inc.php">
136
      <method v="2" />
137
    </configuration>
1140 daniel-mar 138
    <configuration name="index.php" type="PhpLocalRunConfigurationType" factoryName="PHP Console" temporary="true" path="$PROJECT_DIR$/index.php">
139
      <method v="2" />
140
    </configuration>
141
    <recent_temporary>
142
      <list>
143
        <item itemvalue="PHP Script.index.php" />
144
      </list>
145
    </recent_temporary>
1139 daniel-mar 146
  </component>
1116 daniel-mar 147
  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
1140 daniel-mar 148
  <component name="SvnConfiguration" cleanupOnStartRun="true">
1116 daniel-mar 149
    <configuration>C:\Users\danie\AppData\Roaming\Subversion</configuration>
1140 daniel-mar 150
    <supportedVersion>125</supportedVersion>
151
    <option name="runUnderTerminal" value="true" />
1116 daniel-mar 152
  </component>
1140 daniel-mar 153
  <component name="SvnFileUrlMappingImpl">
154
    <option name="myMappingRoots">
155
      <list>
156
        <SvnCopyRootSimple>
157
          <option name="myVcsRoot" value="D:\SVN\OIDplus\trunk" />
158
          <option name="myCopyRoot" value="D:\SVN\OIDplus\trunk" />
159
        </SvnCopyRootSimple>
160
      </list>
161
    </option>
162
    <option name="myMoreRealMappingRoots">
163
      <list>
164
        <SvnCopyRootSimple>
165
          <option name="myVcsRoot" value="D:\SVN\OIDplus\trunk" />
166
          <option name="myCopyRoot" value="D:\SVN\OIDplus\trunk" />
167
        </SvnCopyRootSimple>
168
      </list>
169
    </option>
170
  </component>
1116 daniel-mar 171
  <component name="TaskManager">
172
    <task active="true" id="Default" summary="Default task">
173
      <changelist id="df2a484b-bed2-4376-a9d2-11f38408a62e" name="Changes" comment="" />
174
      <created>1678837935819</created>
175
      <option name="number" value="Default" />
176
      <option name="presentableId" value="Default" />
177
      <updated>1678837935819</updated>
178
      <workItem from="1678837937240" duration="5602000" />
179
      <workItem from="1678844463270" duration="60000" />
180
      <workItem from="1678909665345" duration="14715000" />
181
      <workItem from="1678925977020" duration="53000" />
182
      <workItem from="1678997532226" duration="9394000" />
183
      <workItem from="1679080899605" duration="1262000" />
184
      <workItem from="1679253191500" duration="2860000" />
185
      <workItem from="1679522068670" duration="9367000" />
186
      <workItem from="1679603456581" duration="1368000" />
1130 daniel-mar 187
      <workItem from="1679690630559" duration="12040000" />
188
      <workItem from="1679771558606" duration="15619000" />
1132 daniel-mar 189
      <workItem from="1679787764288" duration="7333000" />
190
      <workItem from="1679795644214" duration="1886000" />
1140 daniel-mar 191
      <workItem from="1679851870087" duration="10690000" />
192
      <workItem from="1679864406091" duration="718000" />
193
      <workItem from="1679865137427" duration="853000" />
194
      <workItem from="1679866104125" duration="985000" />
1143 daniel-mar 195
      <workItem from="1679949005588" duration="2250000" />
196
      <workItem from="1680034549644" duration="3650000" />
197
      <workItem from="1680038296463" duration="499000" />
1157 daniel-mar 198
      <workItem from="1680209964404" duration="617000" />
199
      <workItem from="1680211720038" duration="2426000" />
200
      <workItem from="1680557916651" duration="30000" />
201
      <workItem from="1680557956371" duration="7100000" />
202
      <workItem from="1680565821440" duration="262000" />
1162 daniel-mar 203
      <workItem from="1680646367690" duration="6284000" />
204
      <workItem from="1680653999090" duration="296000" />
205
      <workItem from="1680654342415" duration="602000" />
1116 daniel-mar 206
    </task>
207
    <servers />
208
  </component>
209
  <component name="TypeScriptGeneratedFilesManager">
210
    <option name="version" value="3" />
211
  </component>
1140 daniel-mar 212
  <component name="XSLT-Support.FileAssociations.UIState">
213
    <expand />
214
    <select />
215
  </component>
1116 daniel-mar 216
</project>