X Tutup
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions repository/Grease-Pharo30-Core.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"fullName" : "lr 7/25/2011 19:45" } }
"fullName" : "lr 7/25/2011 19:45"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "Behavior" }
"name" : "Behavior"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"class" : {
},
"instance" : {
"fixCallbackTemps" : "lr 4/8/2009 13:33",
"valueWithPossibleArguments:" : "lr 4/8/2009 13:36" } }
"valueWithPossibleArguments:" : "lr 4/8/2009 13:36"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "BlockClosure" }
"name" : "BlockClosure"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"greaseString" : "jf 9/30/2009 01:10" } }
"greaseString" : "jf 9/30/2009 01:10"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "ByteArray" }
"name" : "ByteArray"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"greaseInteger" : "jf 9/30/2009 01:04" } }
"greaseInteger" : "jf 9/30/2009 01:04"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "Character" }
"name" : "Character"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"any" : "jf 2/6/2010 00:41" } }
"any" : "jf 2/6/2010 00:41"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "Collection" }
"name" : "Collection"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"class" : {
"milliseconds:" : "jf 2/6/2010 00:12" },
"instance" : {
"asMilliseconds" : "jf 2/5/2010 23:58",
"milliseconds" : "jf 2/6/2010 00:02" } }
"milliseconds" : "jf 2/6/2010 00:02"
},
"class" : {
"milliseconds:" : "jf 2/6/2010 00:12"
}
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "Duration" }
"name" : "Duration"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"class" : {
},
"instance" : {
"greaseNext:putAll:startingAt:" : "pmm 12/28/2010 22:13" } }
"greaseNext:putAll:startingAt:" : "pmm 12/28/2010 22:13"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRDelegatingStream" }
"name" : "GRDelegatingStream"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
I represent a dynamic variable i.e., a variable that is
1. process local, that
2. is defined for a given block and that
3. can be nested.

For example:

GRDynamicVariable
use: 1
during: [
self assert: GRDynamicVariable value = 1.
GRDynamicVariable
use: 2
during: [ self assert: GRDynamicVariable value = 2 ].
self assert: GRDynamicVariable value = 1 ].
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
accessing
use: anObject during: aBlock
^ self
value: anObject
during: aBlock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"instance" : { },
"class" : {
"use:during:" : "MaxLeske 5/16/2017 21:54"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"commentStamp" : "MaxLeske 5/16/2017 22:05",
"super" : "DynamicVariable",
"category" : "Grease-Pharo30-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "GRDynamicVariable",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"instance" : { },
"class" : {
"greasePharo30Core" : "pmm 9/12/2013 16:00" },
"instance" : {
} }
"greasePharo30Core" : "pmm 9/12/2013 16:00"
}
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRPackage" }
"name" : "GRPackage"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"class" : {
"on:converter:" : "pmm 10/30/2010 18:58" },
"instance" : {
"nextPut:" : "pmm 4/10/2010 13:30",
"greaseNext:putAll:startingAt:" : "pmm 12/28/2010 22:12",
"initializeOn:converter:" : "pmm 10/30/2010 18:58",
"nextPutAll:" : "lr 2/7/2009 12:54",
"next" : "pmm 4/10/2010 13:32",
"next:" : "lr 2/7/2009 12:57",
"nextPut:" : "pmm 4/10/2010 13:30",
"nextPutAll:" : "lr 2/7/2009 12:54" } }
"initializeOn:converter:" : "pmm 10/30/2010 18:58"
},
"class" : {
"on:converter:" : "pmm 10/30/2010 18:58"
}
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"category" : "Grease-Pharo30-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "pmm 6/25/2012 20:22",
"super" : "GRCodecStream",
"category" : "Grease-Pharo30-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"converter" ],
"converter"
],
"name" : "GRPharoConverterCodecStream",
"pools" : [
],
"super" : "GRCodecStream",
"type" : "normal" }
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"class" : {
"basicForEncoding:" : "pmm 6/28/2009 15:43",
"codecs" : "pmm 8/16/2010 00:19",
"supportedEncodingNames" : "lr 7/25/2011 19:46",
"supportsEncoding:" : "pmm 6/28/2009 16:43" },
"instance" : {
"converter" : "lr 7/25/2011 19:51",
"decoderFor:" : "lr 2/7/2009 12:52",
"url" : "lr 2/7/2009 12:36",
"encoderFor:" : "jf 9/30/2009 00:46",
"initializeWithName:" : "pmm 8/16/2010 11:52",
"name" : "lr 2/7/2009 10:16",
"url" : "lr 2/7/2009 12:36" } }
"name" : "lr 2/7/2009 10:16"
},
"class" : {
"codecs" : "pmm 8/16/2010 00:19",
"supportsEncoding:" : "pmm 6/28/2009 16:43",
"basicForEncoding:" : "pmm 6/28/2009 15:43",
"supportedEncodingNames" : "lr 7/25/2011 19:46"
}
}
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"category" : "Grease-Pharo30-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "GRCodec",
"category" : "Grease-Pharo30-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"name",
"urlCodec" ],
"urlCodec"
],
"name" : "GRPharoGenericCodec",
"pools" : [
],
"super" : "GRCodec",
"type" : "normal" }
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"class" : {
"basicForEncoding:" : "pmm 8/16/2010 00:36",
"codecs" : "lr 7/25/2011 19:46",
"supportedEncodingNames" : "lr 7/25/2011 19:46",
"supportsEncoding:" : "pmm 8/16/2010 00:36" },
"instance" : {
"decode:" : "pmm 8/16/2010 09:20",
"decoderFor:" : "pmm 8/16/2010 00:32",
"encoderFor:" : "pmm 8/16/2010 00:32",
"decode:" : "pmm 8/16/2010 09:20",
"initializeWithName:" : "pmm 8/25/2016 11:00",
"name" : "pmm 8/16/2010 00:32" } }
"encoderFor:" : "pmm 8/16/2010 00:32",
"name" : "pmm 8/16/2010 00:32"
},
"class" : {
"codecs" : "lr 7/25/2011 19:46",
"supportsEncoding:" : "pmm 8/16/2010 00:36",
"basicForEncoding:" : "pmm 8/16/2010 00:36",
"supportedEncodingNames" : "lr 7/25/2011 19:46"
}
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"category" : "Grease-Pharo30-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "<historical>",
"super" : "GRNullCodec",
"category" : "Grease-Pharo30-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"name" ],
"name"
],
"name" : "GRPharoLatin1Codec",
"pools" : [
],
"super" : "GRNullCodec",
"type" : "normal" }
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"class" : {
},
"instance" : {
"next" : "pmm 8/16/2010 09:16",
"next:" : "lr 7/25/2011 19:50" } }
"next:" : "lr 7/25/2011 19:50",
"next" : "pmm 8/16/2010 09:16"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Grease-Pharo30-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "<historical>",
"instvars" : [
],
"name" : "GRPharoLatin1CodecStream",
"pools" : [
],
"super" : "GRNullCodecStream",
"type" : "normal" }
"category" : "Grease-Pharo30-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "GRPharoLatin1CodecStream",
"type" : "normal"
}
Loading
X Tutup