Skip to content

Commit 2c582cc

Browse files
committed
Big Update.
1 parent 614e444 commit 2c582cc

File tree

392 files changed

+1295
-564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

392 files changed

+1295
-564
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ out/
2525
build/
2626

2727
secret.asc
28+
29+
package.github.yml
30+
package.hub.yml

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ configure(subprojects) {
8484
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
8585

8686
if (new File(project.projectDir.path + "/package.php.yml").exists()) {
87-
task jppmPublish(type: Exec) {
88-
def cmdArgs = ['jppm', 'publish', '-yes']
87+
task hubPublish(type: Exec) {
88+
def cmdArgs = ['jppm', 'hub:publish', '-yes', '-force']
8989

9090
if (System.getProperty("os.name").toLowerCase().contains("windows")) {
9191
cmdArgs.add(0, "/c");
@@ -100,11 +100,11 @@ configure(subprojects) {
100100
}
101101
}
102102

103-
try {
103+
/*try {
104104
project.tasks.getByName('install').dependsOn += jppmPublish
105105
} catch (UnknownTaskException e) {
106106
107-
}
107+
}*/
108108

109109
if (project.name != "packager") {
110110
task docBuild(type: Exec) {

exts/jphp-compress-ext/api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-compress-ext
6-
> version 1.0.0, created by JPPM v0.1.16
6+
> version 1.0.0, created by JPPM v0.1.17
77
88
Compress library, supports tar, bz2, gz, zip and lz4 formats.
99

exts/jphp-compress-ext/api-docs/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-compress-ext
6-
> версия 1.0.0, создано с помощью JPPM v0.1.16
6+
> версия 1.0.0, создано с помощью JPPM v0.1.17
77
88
Compress library, supports tar, bz2, gz, zip and lz4 formats.
99

exts/jphp-compress-ext/api-docs/classes/compress/Archive.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
- **class** `Archive` (`compress\Archive`)
44
- **source** `compress/Archive.php`
55

6+
**Child Classes**
7+
8+
> [TarArchive](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/TarArchive.md), [ZipArchive](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ZipArchive.md)
9+
610
**Description**
711

812
Class Archive

exts/jphp-compress-ext/api-docs/classes/compress/Archive.ru.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
- **класс** `Archive` (`compress\Archive`)
44
- **исходники** `compress/Archive.php`
55

6+
**Классы наследники**
7+
8+
> [TarArchive](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/TarArchive.ru.md), [ZipArchive](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ZipArchive.ru.md)
9+
610
**Описание**
711

812
Class Archive

exts/jphp-compress-ext/api-docs/classes/compress/ArchiveEntry.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
- **package** `compress`
55
- **source** `compress/ArchiveEntry.php`
66

7+
**Child Classes**
8+
9+
> [TarArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/TarArchiveEntry.md), [ZipArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ZipArchiveEntry.md)
10+
711
**Description**
812

913
Class ArchiveEntry

exts/jphp-compress-ext/api-docs/classes/compress/ArchiveEntry.ru.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
- **пакет** `compress`
55
- **исходники** `compress/ArchiveEntry.php`
66

7+
**Классы наследники**
8+
9+
> [TarArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/TarArchiveEntry.ru.md), [ZipArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ZipArchiveEntry.ru.md)
10+
711
**Описание**
812

913
Class ArchiveEntry

exts/jphp-compress-ext/api-docs/classes/compress/ArchiveInput.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
- **package** `compress`
55
- **source** `compress/ArchiveInput.php`
66

7+
**Child Classes**
8+
9+
> [TarArchiveInput](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/TarArchiveInput.md), [ZipArchiveInput](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ZipArchiveInput.md)
10+
711
---
812

913
#### Methods

exts/jphp-compress-ext/api-docs/classes/compress/ArchiveInput.ru.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
- **пакет** `compress`
55
- **исходники** `compress/ArchiveInput.php`
66

7+
**Классы наследники**
8+
9+
> [TarArchiveInput](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/TarArchiveInput.ru.md), [ZipArchiveInput](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ZipArchiveInput.ru.md)
10+
711
---
812

913
#### Методы

exts/jphp-compress-ext/api-docs/classes/compress/ArchiveOutput.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
- **package** `compress`
55
- **source** `compress/ArchiveOutput.php`
66

7+
**Child Classes**
8+
9+
> [TarArchiveOutput](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/TarArchiveOutput.md), [ZipArchiveOutput](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ZipArchiveOutput.md)
10+
711
**Description**
812

913
Class ArchiveOutputStream

exts/jphp-compress-ext/api-docs/classes/compress/ArchiveOutput.ru.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
- **пакет** `compress`
55
- **исходники** `compress/ArchiveOutput.php`
66

7+
**Классы наследники**
8+
9+
> [TarArchiveOutput](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/TarArchiveOutput.ru.md), [ZipArchiveOutput](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ZipArchiveOutput.ru.md)
10+
711
**Описание**
812

913
Class ArchiveOutputStream

exts/jphp-compress-ext/api-docs/classes/compress/TarArchiveEntry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Class TarArchiveEntry
2222
- `->`[`realSize`](#prop-realsize) : `int`
2323
- `->`[`devMinor`](#prop-devminor) : `int`
2424
- `->`[`devMajor`](#prop-devmajor) : `int`
25-
- See also in the parent class [ArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ArchiveEntry.md)
25+
- *See also in the parent class* [ArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ArchiveEntry.md).
2626

2727
---
2828

exts/jphp-compress-ext/api-docs/classes/compress/TarArchiveEntry.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Class TarArchiveEntry
2222
- `->`[`realSize`](#prop-realsize) : `int`
2323
- `->`[`devMinor`](#prop-devminor) : `int`
2424
- `->`[`devMajor`](#prop-devmajor) : `int`
25-
- См. также в родительском классе [ArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ArchiveEntry.ru.md)
25+
- *См. также в родительском классе* [ArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ArchiveEntry.ru.md).
2626

2727
---
2828

exts/jphp-compress-ext/api-docs/classes/compress/ZipArchiveEntry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Class TarArchiveEntry
1717
- `->`[`method`](#prop-method) : `int`
1818
- `->`[`crc`](#prop-crc) : `int`
1919
- `->`[`time`](#prop-time) : `int`
20-
- See also in the parent class [ArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ArchiveEntry.md)
20+
- *See also in the parent class* [ArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ArchiveEntry.md).
2121

2222
---
2323

exts/jphp-compress-ext/api-docs/classes/compress/ZipArchiveEntry.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Class TarArchiveEntry
1717
- `->`[`method`](#prop-method) : `int`
1818
- `->`[`crc`](#prop-crc) : `int`
1919
- `->`[`time`](#prop-time) : `int`
20-
- См. также в родительском классе [ArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ArchiveEntry.ru.md)
20+
- *См. также в родительском классе* [ArchiveEntry](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-compress-ext/api-docs/classes/compress/ArchiveEntry.ru.md).
2121

2222
---
2323

exts/jphp-compress-ext/package.php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: jphp-compress-ext
33
version: 1.0.0
44
description: Compress library, supports tar, bz2, gz, zip and lz4 formats.
55

6-
plugins:
7-
- Doc
6+
7+
plugins: [Doc, Hub]
88

99
doc:
1010
url-prefix: 'https://github.com/jphp-compiler/jphp/blob/master/exts/%name%/api-docs/'

exts/jphp-crypto-ext/api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-crypto-ext
6-
> version 1.0.0, created by JPPM v0.1.16
6+
> version 1.0.0, created by JPPM v0.1.17
77
88
Crypto Library.
99

exts/jphp-crypto-ext/api-docs/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-crypto-ext
6-
> версия 1.0.0, создано с помощью JPPM v0.1.16
6+
> версия 1.0.0, создано с помощью JPPM v0.1.17
77
88
Crypto Library.
99

exts/jphp-crypto-ext/package.php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: jphp-crypto-ext
33
version: 1.0.0
44
description: Crypto Library.
55

6-
plugins:
7-
- Doc
6+
7+
plugins: [Doc, Hub]
88

99
doc:
1010
url-prefix: 'https://github.com/jphp-compiler/jphp/blob/master/exts/%name%/api-docs/'

exts/jphp-firebirdsql-ext/api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-firebirdsql-ext
6-
> version 1.0.0, created by JPPM v0.1.16
6+
> version 1.0.0, created by JPPM v0.1.17
77
88
Library for working with FireBird SQL database.
99

exts/jphp-firebirdsql-ext/api-docs/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-firebirdsql-ext
6-
> версия 1.0.0, создано с помощью JPPM v0.1.16
6+
> версия 1.0.0, создано с помощью JPPM v0.1.17
77
88
Library for working with FireBird SQL database.
99

exts/jphp-firebirdsql-ext/package.php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description: Library for working with FireBird SQL database.
66
deps:
77
jphp-sql-ext: '>=1.0.0'
88

9-
plugins:
10-
- Doc
9+
10+
plugins: [Doc, Hub]
1111

1212
doc:
1313
url-prefix: 'https://github.com/jphp-compiler/jphp/blob/master/exts/%name%/api-docs/'

exts/jphp-git-ext/api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-git-ext
6-
> version 1.0.0, created by JPPM v0.1.16
6+
> version 1.0.0, created by JPPM v0.1.17
77
88
Git VCS Library.
99

exts/jphp-git-ext/api-docs/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-git-ext
6-
> версия 1.0.0, создано с помощью JPPM v0.1.16
6+
> версия 1.0.0, создано с помощью JPPM v0.1.17
77
88
Git VCS Library.
99

exts/jphp-git-ext/package.php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: jphp-git-ext
33
version: 1.0.0
44
description: Git VCS Library.
55

6-
plugins:
7-
- Doc
6+
7+
plugins: [Doc, Hub]
88

99
doc:
1010
url-prefix: 'https://github.com/jphp-compiler/jphp/blob/master/exts/%name%/api-docs/'

exts/jphp-graphic-ext/api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-graphic-ext
6-
> version 1.0.0, created by JPPM v0.1.16
6+
> version 1.0.0, created by JPPM v0.1.17
77
88
Graphic library like GD in zend php.
99

exts/jphp-graphic-ext/api-docs/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-graphic-ext
6-
> версия 1.0.0, создано с помощью JPPM v0.1.16
6+
> версия 1.0.0, создано с помощью JPPM v0.1.17
77
88
Graphic library like GD in zend php.
99

exts/jphp-graphic-ext/package.php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: jphp-graphic-ext
33
version: 1.0.0
44
description: Graphic library like GD in zend php.
55

6-
plugins:
7-
- Doc
6+
7+
plugins: [Doc, Hub]
88

99
doc:
1010
url-prefix: 'https://github.com/jphp-compiler/jphp/blob/master/exts/%name%/api-docs/'

exts/jphp-gui-desktop-ext/api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-gui-desktop-ext
6-
> version 1.0.0, created by JPPM v0.1.16
6+
> version 1.0.0, created by JPPM v0.1.17
77
88
Desktop features.
99

exts/jphp-gui-desktop-ext/api-docs/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-gui-desktop-ext
6-
> версия 1.0.0, создано с помощью JPPM v0.1.16
6+
> версия 1.0.0, создано с помощью JPPM v0.1.17
77
88
Desktop features.
99

exts/jphp-gui-desktop-ext/package.php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: jphp-gui-desktop-ext
33
version: 1.0.0
44
description: Desktop features.
55

6-
plugins:
7-
- Doc
6+
7+
plugins: [Doc, Hub]
88

99
doc:
1010
url-prefix: 'https://github.com/jphp-compiler/jphp/blob/master/exts/%name%/api-docs/'

exts/jphp-gui-ext/api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-gui-ext
6-
> version 1.0.0, created by JPPM v0.1.16
6+
> version 1.0.0, created by JPPM v0.1.17
77
88
GUI based on JavaFX library.
99

exts/jphp-gui-ext/api-docs/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-gui-ext
6-
> версия 1.0.0, создано с помощью JPPM v0.1.16
6+
> версия 1.0.0, создано с помощью JPPM v0.1.17
77
88
GUI based on JavaFX library.
99

exts/jphp-gui-ext/api-docs/classes/php/gui/UXAlert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Class UXAlert
1616
- `->`[`headerText`](#prop-headertext) : `string`
1717
- `->`[`title`](#prop-title) : `string`
1818
- `->`[`expanded`](#prop-expanded) : `bool`
19-
- `->`[`graphic`](#prop-graphic) : `UXNode`
20-
- `->`[`expandableContent`](#prop-expandablecontent) : `UXNode`
19+
- `->`[`graphic`](#prop-graphic) : [`UXNode`](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-gui-ext/api-docs/classes/php/gui/UXNode.md)
20+
- `->`[`expandableContent`](#prop-expandablecontent) : [`UXNode`](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-gui-ext/api-docs/classes/php/gui/UXNode.md)
2121

2222
---
2323

exts/jphp-gui-ext/api-docs/classes/php/gui/UXAlert.ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
- `->`[`headerText`](#prop-headertext) : `string`
1717
- `->`[`title`](#prop-title) : `string`
1818
- `->`[`expanded`](#prop-expanded) : `bool`
19-
- `->`[`graphic`](#prop-graphic) : `UXNode`
20-
- `->`[`expandableContent`](#prop-expandablecontent) : `UXNode`
19+
- `->`[`graphic`](#prop-graphic) : [`UXNode`](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-gui-ext/api-docs/classes/php/gui/UXNode.ru.md)
20+
- `->`[`expandableContent`](#prop-expandablecontent) : [`UXNode`](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-gui-ext/api-docs/classes/php/gui/UXNode.ru.md)
2121

2222
---
2323

exts/jphp-gui-ext/api-docs/classes/php/gui/UXButton.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UXButton
22

3-
- **class** `UXButton` (`php\gui\UXButton`) **extends** `UXButtonBase` (`php\gui\UXButtonBase`)
3+
- **class** `UXButton` (`php\gui\UXButton`) **extends** [`UXButtonBase`](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-gui-ext/api-docs/classes/php/gui/UXButtonBase.md)
44
- **package** `gui`
55
- **source** `php/gui/UXButton.php`
66

@@ -13,6 +13,7 @@ Class UXButton
1313
#### Methods
1414

1515
- `->`[`__construct()`](#method-__construct)
16+
- See also in the parent class [UXButtonBase](https://github.com/jphp-compiler/jphp/blob/master/exts/jphp-gui-ext/api-docs/classes/php/gui/UXButtonBase.md)
1617

1718
---
1819
# Methods

0 commit comments

Comments
 (0)