Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1139 → Rev 1140

/trunk/.idea/codeStyles/Project.xml
0,0 → 1,16
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<PHPCodeStyleSettings>
<option name="PHPDOC_BLANK_LINE_BEFORE_TAGS" value="true" />
<option name="LOWER_CASE_BOOLEAN_CONST" value="true" />
<option name="LOWER_CASE_NULL_CONST" value="true" />
<option name="ELSE_IF_STYLE" value="SEPARATE" />
</PHPCodeStyleSettings>
<codeStyleSettings language="PHP">
<option name="METHOD_BRACE_STYLE" value="1" />
<indentOptions>
<option name="USE_TAB_CHARACTER" value="true" />
</indentOptions>
</codeStyleSettings>
</code_scheme>
</component>
/trunk/.idea/codeStyles/codeStyleConfig.xml
1,5 → 1,5
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</state>
</component>
/trunk/.idea/copyright/Apache_2.xml
0,0 → 1,6
<component name="CopyrightManager">
<copyright>
<option name="notice" value="/*&#10; * OIDplus 2.0&#10; * Copyright 2019 - 2022 Daniel Marschall, ViaThinkSoft&#10; *&#10; * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#10; * you may not use this file except in compliance with the License.&#10; * You may obtain a copy of the License at&#10; *&#10; * http://www.apache.org/licenses/LICENSE-2.0&#10; *&#10; * Unless required by applicable law or agreed to in writing, software&#10; * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#10; * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10; * See the License for the specific language governing permissions and&#10; * limitations under the License.&#10; */" />
<option name="myName" value="Apache 2" />
</copyright>
</component>
/trunk/.idea/inspectionProfiles/Project_Default.xml
119,6 → 119,7
<inspection_tool class="PhpMissingDocCommentInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
<inspection_tool class="PhpNonCanonicalElementsOrderInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
<inspection_tool class="PhpRedundantOptionalArgumentInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="PhpStanGlobal" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
<inspection_tool class="PointlessArithmeticExpressionJS" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="PointlessBooleanExpressionJS" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="ReservedWordUsedAsNameJS" enabled="false" level="WARNING" enabled_by_default="false" />
130,6 → 131,7
<option name="processLiterals" value="true" />
<option name="processComments" value="true" />
</inspection_tool>
<inspection_tool class="SqlNoDataSourceInspection" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="SuspiciousTypeOfGuard" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="ThisExpressionReferencesGlobalObjectJS" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="ThrowFromFinallyBlockJS" enabled="false" level="WARNING" enabled_by_default="false" />
/trunk/.idea/php.xml
41,6 → 41,9
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="7.0" />
<component name="PhpStanOptionsConfiguration">
<option name="autoload" value="D:\SVN\OIDplus\trunk\includes\oidplus.inc.php" />
<option name="config" value="D:\SVN\OIDplus\trunk\phpstan.neon.dist" />
<option name="level" value="6" />
<option name="transferred" value="true" />
</component>
<component name="PsalmOptionsConfiguration">
/trunk/.idea/sqldialects.xml
0,0 → 1,30
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SqlDialectMappings">
<file url="file://$PROJECT_DIR$/setup/sql/example_access.sql" dialect="GenericSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/example_mssql.sql" dialect="TSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/example_mysql.sql" dialect="MySQL" />
<file url="file://$PROJECT_DIR$/setup/sql/example_oracle.sql" dialect="OracleSqlPlus" />
<file url="file://$PROJECT_DIR$/setup/sql/example_pgsql.sql" dialect="PostgreSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/example_sqlite.sql" dialect="SQLite" />
<file url="file://$PROJECT_DIR$/setup/sql/struct_access.sql" dialect="GenericSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/struct_mssql.sql" dialect="TSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/struct_mysql.sql" dialect="MySQL" />
<file url="file://$PROJECT_DIR$/setup/sql/struct_oracle.sql" dialect="OracleSqlPlus" />
<file url="file://$PROJECT_DIR$/setup/sql/struct_pgsql.sql" dialect="PostgreSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/struct_sqlite.sql" dialect="SQLite" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_country_access.sql" dialect="GenericSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_country_mssql.sql" dialect="TSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_country_mysql.sql" dialect="MySQL" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_country_oracle.sql" dialect="OracleSqlPlus" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_country_pgsql.sql" dialect="PostgreSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_country_sqlite.sql" dialect="SQLite" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_other_access.sql" dialect="GenericSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_other_mssql.sql" dialect="TSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_other_mysql.sql" dialect="MySQL" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_other_oracle.sql" dialect="OracleSqlPlus" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_other_pgsql.sql" dialect="PostgreSQL" />
<file url="file://$PROJECT_DIR$/setup/sql/wellknown_other_sqlite.sql" dialect="SQLite" />
<file url="PROJECT" dialect="GenericSQL" />
</component>
</project>
/trunk/.idea/vcs.xml
0,0 → 1,6
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="svn" />
</component>
</project>
/trunk/.idea/workspace.xml
7,7 → 7,23
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="df2a484b-bed2-4376-a9d2-11f38408a62e" name="Changes" comment="" />
<list default="true" id="df2a484b-bed2-4376-a9d2-11f38408a62e" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.idea/codeStyles/Project.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/copyright" afterDir="true" />
<change afterPath="$PROJECT_DIR$/.idea/copyright/Apache_2.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/sqldialects.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/codeStyles/codeStyleConfig.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/codeStyles/codeStyleConfig.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/php.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/php.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/dev/translation/message_regenerate.phps" beforeDir="false" afterPath="$PROJECT_DIR$/dev/translation/message_regenerate.phps" afterDir="false" />
<change beforePath="$PROJECT_DIR$/includes/classes/OIDplus.class.php" beforeDir="false" afterPath="$PROJECT_DIR$/includes/classes/OIDplus.class.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/includes/classes/OIDplusLogger.class.php" beforeDir="false" afterPath="$PROJECT_DIR$/includes/classes/OIDplusLogger.class.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/oidplus.min.css.php" beforeDir="false" afterPath="$PROJECT_DIR$/oidplus.min.css.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/plugins/viathinksoft/publicPages/200_viathinksoft_freeoid/OIDplusPagePublicFreeOID.class.php" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/viathinksoft/publicPages/200_viathinksoft_freeoid/OIDplusPagePublicFreeOID.class.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/plugins/viathinksoft/publicPages/999_antispam_filter/OIDplusPagePublicAntiSpamFilter.class.php" beforeDir="false" afterPath="$PROJECT_DIR$/plugins/viathinksoft/publicPages/999_antispam_filter/OIDplusPagePublicAntiSpamFilter.class.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
15,11 → 31,16
</component>
<component name="ComposerSettings" doNotAsk="true" synchronizationState="SYNCHRONIZE">
<pharConfigPath>$PROJECT_DIR$/composer.json</pharConfigPath>
<execution />
<execution>
<executable path="composer" />
</execution>
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="PhpStanProjectConfiguration">
<option name="selectedConfigurationId" value="2e64b330-8649-4ce7-94bb-0389c61e7d73" />
</component>
<component name="PhpWorkspaceProjectConfiguration" interpreter_name="PHP">
<include_path>
<path value="$PROJECT_DIR$/vendor/tinymce/tinymce" />
53,6 → 74,7
<option name="selectedTabId" value="CurrentFile" />
</component>
<component name="ProjectId" id="2N1iLsvnSxtAjQSwVh6njExUvVK" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
62,7 → 84,7
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false",
"last_opened_file_path": "C:/php-8.0.3-nts-Win32-vs16-x64/php.exe",
"last_opened_file_path": "D:/SVN/OIDplus/trunk/setup/sql/wellknown_other_access.sql",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
69,8 → 91,14
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"run.code.analysis.last.selected.profile": "pProject Default",
"settings.editor.selected.configurable": "Errors",
"settings.editor.selected.configurable": "reference.settings.ide.settings.new.ui",
"vue.rearranger.settings.migration": "true"
},
"keyToStringList": {
"com.intellij.ide.scratch.LRUPopupBuilder$1/SQL Dialect": [
"Oracle",
"TSQL"
]
}
}]]></component>
<component name="RecentsManager">
85,15 → 113,43
<recent name="D:\SVN\OIDplus\trunk\plugins\viathinksoft\publicPages\100_whois" />
</key>
</component>
<component name="RunManager">
<component name="RunManager" selected="PHP Script.index.php">
<configuration name="gs1_utils.inc.php" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/plugins/viathinksoft/objectTypes/gs1/gs1_utils.inc.php">
<method v="2" />
</configuration>
<configuration name="index.php" type="PhpLocalRunConfigurationType" factoryName="PHP Console" temporary="true" path="$PROJECT_DIR$/index.php">
<method v="2" />
</configuration>
<recent_temporary>
<list>
<item itemvalue="PHP Script.index.php" />
</list>
</recent_temporary>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="SvnConfiguration">
<component name="SvnConfiguration" cleanupOnStartRun="true">
<configuration>C:\Users\danie\AppData\Roaming\Subversion</configuration>
<supportedVersion>125</supportedVersion>
<option name="runUnderTerminal" value="true" />
</component>
<component name="SvnFileUrlMappingImpl">
<option name="myMappingRoots">
<list>
<SvnCopyRootSimple>
<option name="myVcsRoot" value="D:\SVN\OIDplus\trunk" />
<option name="myCopyRoot" value="D:\SVN\OIDplus\trunk" />
</SvnCopyRootSimple>
</list>
</option>
<option name="myMoreRealMappingRoots">
<list>
<SvnCopyRootSimple>
<option name="myVcsRoot" value="D:\SVN\OIDplus\trunk" />
<option name="myCopyRoot" value="D:\SVN\OIDplus\trunk" />
</SvnCopyRootSimple>
</list>
</option>
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="df2a484b-bed2-4376-a9d2-11f38408a62e" name="Changes" comment="" />
114,7 → 170,10
<workItem from="1679771558606" duration="15619000" />
<workItem from="1679787764288" duration="7333000" />
<workItem from="1679795644214" duration="1886000" />
<workItem from="1679851870087" duration="10548000" />
<workItem from="1679851870087" duration="10690000" />
<workItem from="1679864406091" duration="718000" />
<workItem from="1679865137427" duration="853000" />
<workItem from="1679866104125" duration="985000" />
</task>
<servers />
</component>
121,4 → 180,8
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />
<select />
</component>
</project>