-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
82 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ce/Hyperspace-Model/ZnEntity.extension.st → ...perspace-Extensions/ZnEntity.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
.../Hyperspace-Model/ZnMimeType.extension.st → ...rspace-Extensions/ZnMimeType.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
...e/Hyperspace-Model/ZnRequest.extension.st → ...erspace-Extensions/ZnRequest.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...Model/ZnSingleThreadedServer.extension.st → ...sions/ZnSingleThreadedServer.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Package { #name : #'Hyperspace-Extensions' } |
31 changes: 31 additions & 0 deletions
31
source/Hyperspace-GS64-Extensions/CharacterCollection.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Extension { #name : #CharacterCollection } | ||
|
||
{ #category : #'*Hyperspace-GS64-Extensions' } | ||
CharacterCollection >> asAbsoluteUrl [ | ||
|
||
^ self asUrl asAbsoluteUrl | ||
] | ||
|
||
{ #category : #'*Hyperspace-GS64-Extensions' } | ||
CharacterCollection >> asEntityTag [ | ||
|
||
^ EntityTag fromString: self | ||
] | ||
|
||
{ #category : #'*Hyperspace-GS64-Extensions' } | ||
CharacterCollection >> asLanguageTag [ | ||
|
||
^ LanguageTag fromString: self | ||
] | ||
|
||
{ #category : #'*Hyperspace-GS64-Extensions' } | ||
CharacterCollection >> asMediaType [ | ||
|
||
^ self asZnMimeType | ||
] | ||
|
||
{ #category : #'*Hyperspace-GS64-Extensions' } | ||
CharacterCollection >> asWebLink [ | ||
|
||
^ WebLink fromString: self | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Package { #name : #'Hyperspace-GS64-Extensions' } |
10 changes: 5 additions & 5 deletions
10
source/Hyperspace-Model/String.extension.st → ...pace-Pharo-Extensions/String.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Package { #name : #'Hyperspace-Pharo-Extensions' } |