Subversion Repositories oidplus

Compare Revisions

No changes between revisions

Regard whitespace Rev 1118 → Rev 1117

/trunk/dev/box_texts/box_texts.psd
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/plugins/viathinksoft/language/dede/messages.xml
526,14 → 526,6
</message>
<message>
<source><![CDATA[
Append ".php" at the end to mark a node as leaf node (i.e. Interface/Class rather than Namespace)
]]></source>
<target><![CDATA[
Fügen Sie ".php" am Ende hinzu, damit das Objekt als PHP-Klasse oder -Interface gekennzeichnet wird.
]]></target>
</message>
<message>
<source><![CDATA[
Application Identifier (ISO/IEC 7816)
]]></source>
<target><![CDATA[
1526,14 → 1518,6
</message>
<message>
<source><![CDATA[
Currently, no PHP Namespace is registered in the system.
]]></source>
<target><![CDATA[
Derzeit sind keine PHP-Namensräume in diesem System registriert.
]]></target>
</message>
<message>
<source><![CDATA[
Currently, no misc. objects are registered in the system.
]]></source>
<target><![CDATA[
3886,14 → 3870,6
</message>
<message>
<source><![CDATA[
Namespace
]]></source>
<target><![CDATA[
Namensraum
]]></target>
</message>
<message>
<source><![CDATA[
Nested transactions are not supported by this database plugin.
]]></source>
<target><![CDATA[
4766,14 → 4742,6
</message>
<message>
<source><![CDATA[
PHP Namespaces
]]></source>
<target><![CDATA[
PHP-Namensräume
]]></target>
</message>
<message>
<source><![CDATA[
PHP configuration file(s)
]]></source>
<target><![CDATA[
5246,14 → 5214,6
</message>
<message>
<source><![CDATA[
Please select a PHP Namespace in the tree view at the left to show its contents.
]]></source>
<target><![CDATA[
Bitte selektieren Sie einen PHP-Namensraum in der Baumansicht, um dessen Inhalt anzuzeigen.
]]></target>
</message>
<message>
<source><![CDATA[
Please select a network block in the tree view at the left to show its contents.
]]></source>
<target><![CDATA[
/trunk/plugins/viathinksoft/objectTypes/php/img/general_icon16.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/trunk/plugins/viathinksoft/objectTypes/php/img/main_icon.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/trunk/plugins/viathinksoft/objectTypes/php/img/own_icon16.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/trunk/plugins/viathinksoft/objectTypes/php/img/root_icon16.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/trunk/plugins/viathinksoft/objectTypes/php/OIDplusPhp.class.php
File deleted
/trunk/plugins/viathinksoft/objectTypes/php/manifest.xml
File deleted
/trunk/plugins/viathinksoft/objectTypes/php/OIDplusObjectTypePluginPhp.class.php
File deleted
/trunk/plugins/viathinksoft/objectTypes/java/OIDplusJava.class.php
123,12 → 123,8
*/
public function jsTreeNodeName(OIDplusObject $parent = null): string {
if ($parent == null) return $this->objectTypeTitle();
if ($parent->isRoot()) {
return substr($this->nodeId(), strlen($parent->nodeId()));
} else {
return substr($this->nodeId(), strlen($parent->nodeId())+1);
return $this->java;
}
}
 
/**
* @return string