1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399 |
- define("gh_herby_trapped/Trapped-Processors", ["amber_vm/smalltalk", "amber_vm/nil", "amber_vm/_st", "gh_herby_trapped/Trapped-Frontend"], function(smalltalk,nil,_st){
- smalltalk.addPackage('Trapped-Processors');
- smalltalk.packages["Trapped-Processors"].transport = {"type":"amd","amdNamespace":"gh_herby_trapped"};
- smalltalk.addClass('TrappedProcessorAttribute', smalltalk.TrappedDataExpectingProcessor, ['attrName'], 'Trapped-Processors');
- smalltalk.TrappedProcessorAttribute.comment="I set the data into an attribute speciried when creating me.\x0aNo observing and sending back, atm.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "attrName:",
- category: 'accessing',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- self["@attrName"]=aString;
- return self}, function($ctx1) {$ctx1.fill(self,"attrName:",{aString:aString},smalltalk.TrappedProcessorAttribute)})},
- args: ["aString"],
- source: "attrName: aString\x0a\x09attrName := aString",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorAttribute);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- _st(aDataCarrier)._toTargetAttr_(self["@attrName"]);
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorAttribute)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09aDataCarrier toTargetAttr: attrName",
- messageSends: ["toTargetAttr:"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorAttribute);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "new:",
- category: 'instance creation',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $2,$3,$1;
- $2=self._new();
- _st($2)._attrName_(aString);
- $3=_st($2)._yourself();
- $1=$3;
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"new:",{aString:aString},smalltalk.TrappedProcessorAttribute.klass)})},
- args: ["aString"],
- source: "new: aString\x0a\x09^self new\x0a\x09\x09attrName: aString;\x0a\x09\x09yourself",
- messageSends: ["attrName:", "new", "yourself"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorAttribute.klass);
- smalltalk.addClass('TrappedProcessorDataAdhoc', smalltalk.TrappedDataExpectingProcessor, ['toViewBlock'], 'Trapped-Processors');
- smalltalk.TrappedProcessorDataAdhoc.comment="I put data into target via contents: in toView:";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- _st(self["@toViewBlock"])._value_(aDataCarrier);
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorDataAdhoc)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09toViewBlock value: aDataCarrier",
- messageSends: ["value:"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorDataAdhoc);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toViewBlock:",
- category: 'accessing',
- fn: function (aBlock){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- self["@toViewBlock"]=aBlock;
- return self}, function($ctx1) {$ctx1.fill(self,"toViewBlock:",{aBlock:aBlock},smalltalk.TrappedProcessorDataAdhoc)})},
- args: ["aBlock"],
- source: "toViewBlock: aBlock\x0a\x09toViewBlock := aBlock",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorDataAdhoc);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "newToView:",
- category: 'instance creation',
- fn: function (aBlock){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $2,$3,$1;
- $2=self._new();
- _st($2)._toViewBlock_(aBlock);
- $3=_st($2)._yourself();
- $1=$3;
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"newToView:",{aBlock:aBlock},smalltalk.TrappedProcessorDataAdhoc.klass)})},
- args: ["aBlock"],
- source: "newToView: aBlock\x0a\x09^self new\x0a\x09\x09toViewBlock: aBlock;\x0a\x09\x09yourself",
- messageSends: ["toViewBlock:", "new", "yourself"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorDataAdhoc.klass);
- smalltalk.addClass('TrappedProcessorDescend', smalltalk.TrappedProcessor, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorDescend.comment="I intepret data-trap in descendants of my brush.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- function $Trapped(){return smalltalk.Trapped||(typeof Trapped=="undefined"?nil:Trapped)}
- return smalltalk.withContext(function($ctx1) {
- _st(_st($Trapped())._current())._injectToJQuery_(_st(_st(_st(aDataCarrier)._target())._asJQuery())._children());
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorDescend)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09Trapped current injectToJQuery: aDataCarrier target asJQuery children",
- messageSends: ["injectToJQuery:", "current", "children", "asJQuery", "target"],
- referencedClasses: ["Trapped"]
- }),
- smalltalk.TrappedProcessorDescend);
- smalltalk.addClass('TrappedProcessorGuardBase', smalltalk.TrappedProcessor, ['guardPath'], 'Trapped-Processors');
- smalltalk.TrappedProcessorGuardBase.comment="I serve as base class for brush-guarding processors.\x0a\x0aI cover instantiation and subclasses have to provide\x0aimplementation of toVIew: that react appropriately to guard releasing.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "guardPath:",
- category: 'accessing',
- fn: function (anArray){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- self["@guardPath"]=anArray;
- return self}, function($ctx1) {$ctx1.fill(self,"guardPath:",{anArray:anArray},smalltalk.TrappedProcessorGuardBase)})},
- args: ["anArray"],
- source: "guardPath: anArray\x0a\x09guardPath := anArray",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorGuardBase);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toModel:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- return self}, function($ctx1) {$ctx1.fill(self,"toModel:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorGuardBase)})},
- args: ["aDataCarrier"],
- source: "toModel: aDataCarrier\x0a\x09\x22stop\x22",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorGuardBase);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- self._subclassResponsibility();
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorGuardBase)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09self subclassResponsibility",
- messageSends: ["subclassResponsibility"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorGuardBase);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "new:",
- category: 'instance creation',
- fn: function (anArray){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $2,$3,$1;
- $2=self._new();
- _st($2)._guardPath_(anArray);
- $3=_st($2)._yourself();
- $1=$3;
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"new:",{anArray:anArray},smalltalk.TrappedProcessorGuardBase.klass)})},
- args: ["anArray"],
- source: "new: anArray\x0a\x09^ self new\x0a\x09\x09guardPath: anArray;\x0a\x09\x09yourself",
- messageSends: ["guardPath:", "new", "yourself"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorGuardBase.klass);
- smalltalk.addClass('TrappedProcessorGuardContents', smalltalk.TrappedProcessorGuardBase, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorGuardContents.comment="I am used to guard contents of the brush I am installed on.\x0a\x0aI save the brush contents, then I observe guard expression in the model,\x0aand when it changes to nil or false, I delete the brush contents;\x0aon the other hand, when it changes to non-nil and non-false,\x0aI restore it from remembered state and interpret all contained\x0adata-trap attributes inside.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- var frozen,contents;
- function $Trapped(){return smalltalk.Trapped||(typeof Trapped=="undefined"?nil:Trapped)}
- return smalltalk.withContext(function($ctx1) {
- frozen=_st(aDataCarrier)._copy();
- contents=_st(frozen)._contents();
- _st(_st(frozen)._target())._trapGuard_contents_(self["@guardPath"],(function(html){
- return smalltalk.withContext(function($ctx2) {
- return _st(_st($Trapped())._current())._cloneAndInject_inPlaceOf_(contents,_st(html)._del());
- }, function($ctx2) {$ctx2.fillBlock({html:html},$ctx1,1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier,frozen:frozen,contents:contents},smalltalk.TrappedProcessorGuardContents)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09| frozen contents |\x0a\x09frozen := aDataCarrier copy.\x0a\x09contents := frozen contents.\x0a\x09frozen target trapGuard: guardPath contents: [ :html |\x0a\x09\x09Trapped current cloneAndInject: contents inPlaceOf: html del ]",
- messageSends: ["copy", "contents", "trapGuard:contents:", "target", "cloneAndInject:inPlaceOf:", "current", "del"],
- referencedClasses: ["Trapped"]
- }),
- smalltalk.TrappedProcessorGuardContents);
- smalltalk.addClass('TrappedProcessorGuardProc', smalltalk.TrappedProcessorGuardBase, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorGuardProc.comment="I am used to guard contents filling process of the brush I am installed on.\x0a\x0aI observe guard expression in the model,\x0aand when it changes to nil or false, I delete the brush contents;\x0aon the other hand, when it changes to non-nil and non-false,\x0aI run the rest on the chain, which should be one-time\x0athat sets up the contents,";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- var frozen;
- return smalltalk.withContext(function($ctx1) {
- frozen=_st(aDataCarrier)._copy();
- $ctx1.sendIdx["copy"]=1;
- _st(_st(frozen)._target())._trapGuard_contents_(self["@guardPath"],(function(){
- return smalltalk.withContext(function($ctx2) {
- return _st(_st(frozen)._copy())._proceed();
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier,frozen:frozen},smalltalk.TrappedProcessorGuardProc)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09| frozen |\x0a\x09frozen := aDataCarrier copy.\x0a\x09frozen target trapGuard: guardPath contents: [ frozen copy proceed ]",
- messageSends: ["copy", "trapGuard:contents:", "target", "proceed"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorGuardProc);
- smalltalk.addClass('TrappedProcessorInputChecked', smalltalk.TrappedDataExpectingProcessor, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorInputChecked.comment="I bind to checkbox checked attribute.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "installToView:toModel:",
- category: 'installation',
- fn: function (aDataCarrier,anotherDataCarrier){
- var self=this;
- var brush;
- return smalltalk.withContext(function($ctx1) {
- var $1,$2;
- brush=_st(aDataCarrier)._target();
- _st(brush)._onChange_((function(){
- return smalltalk.withContext(function($ctx2) {
- $1=_st(anotherDataCarrier)._copy();
- _st($1)._value_(_st(_st(_st(brush)._asJQuery())._attr_("checked"))._notNil());
- $2=_st($1)._proceed();
- return $2;
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"installToView:toModel:",{aDataCarrier:aDataCarrier,anotherDataCarrier:anotherDataCarrier,brush:brush},smalltalk.TrappedProcessorInputChecked)})},
- args: ["aDataCarrier", "anotherDataCarrier"],
- source: "installToView: aDataCarrier toModel: anotherDataCarrier\x0a\x09| brush |\x0a\x09brush := aDataCarrier target.\x0a\x09brush onChange: [ anotherDataCarrier copy value: (brush asJQuery attr: 'checked') notNil; proceed ]",
- messageSends: ["target", "onChange:", "value:", "copy", "notNil", "attr:", "asJQuery", "proceed"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorInputChecked);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- _st(aDataCarrier)._toTargetAttr_("checked");
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorInputChecked)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09aDataCarrier toTargetAttr: 'checked'",
- messageSends: ["toTargetAttr:"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorInputChecked);
- smalltalk.addClass('TrappedProcessorInputValue', smalltalk.TrappedDataExpectingProcessor, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorInputValue.comment="I bind to input value.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "installToView:toModel:",
- category: 'installation',
- fn: function (aDataCarrier,anotherDataCarrier){
- var self=this;
- var brush;
- return smalltalk.withContext(function($ctx1) {
- var $1,$2;
- brush=_st(aDataCarrier)._target();
- _st(brush)._onChange_((function(){
- return smalltalk.withContext(function($ctx2) {
- $1=_st(anotherDataCarrier)._copy();
- _st($1)._value_(_st(_st(brush)._asJQuery())._val());
- $2=_st($1)._proceed();
- return $2;
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"installToView:toModel:",{aDataCarrier:aDataCarrier,anotherDataCarrier:anotherDataCarrier,brush:brush},smalltalk.TrappedProcessorInputValue)})},
- args: ["aDataCarrier", "anotherDataCarrier"],
- source: "installToView: aDataCarrier toModel: anotherDataCarrier\x0a\x09| brush |\x0a\x09brush := aDataCarrier target.\x0a\x09brush onChange: [ anotherDataCarrier copy value: brush asJQuery val; proceed ]",
- messageSends: ["target", "onChange:", "value:", "copy", "val", "asJQuery", "proceed"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorInputValue);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- _st(aDataCarrier)._toTargetValue();
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorInputValue)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09aDataCarrier toTargetValue",
- messageSends: ["toTargetValue"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorInputValue);
- smalltalk.addClass('TrappedProcessorLoopBase', smalltalk.TrappedProcessor, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorLoopBase.comment="I serve as base class for looping processors.\x0a\x0aI cover instantiation and subclasses have to provide\x0aimplementation of toVIew: that loops appropriately.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toModel:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- return self}, function($ctx1) {$ctx1.fill(self,"toModel:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorLoopBase)})},
- args: ["aDataCarrier"],
- source: "toModel: aDataCarrier\x0a\x09\x22stop\x22",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorLoopBase);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- self._subclassResponsibility();
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorLoopBase)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09self subclassResponsibility",
- messageSends: ["subclassResponsibility"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorLoopBase);
- smalltalk.addClass('TrappedProcessorLoopContents', smalltalk.TrappedProcessorLoopBase, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorLoopContents.comment="I am used to loop over data and repeat the contents\x0aof the brush I am installed on.\x0a\x0aI save the brush contents, then I observe the data in the model,\x0aand when it changes, I loop over it\x0aand restore the contents from remembered state\x0aand interpret all contained data-trap attributes inside\x0afor each element, putting the result _after_ my brush.\x0a\x0aMy brush itself should be as least visible as possible,\x0aas it only serve as a position flag (use for example\x0anoscript, ins or del).";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- var frozen,contents;
- function $Trapped(){return smalltalk.Trapped||(typeof Trapped=="undefined"?nil:Trapped)}
- return smalltalk.withContext(function($ctx1) {
- frozen=_st(aDataCarrier)._copy();
- contents=_st(frozen)._contents();
- _st(_st(frozen)._target())._trapIter_after_([],(function(html){
- return smalltalk.withContext(function($ctx2) {
- return _st(_st($Trapped())._current())._cloneAndInject_inPlaceOf_(contents,_st(html)._del());
- }, function($ctx2) {$ctx2.fillBlock({html:html},$ctx1,1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier,frozen:frozen,contents:contents},smalltalk.TrappedProcessorLoopContents)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09| frozen contents |\x0a\x09frozen := aDataCarrier copy.\x0a\x09contents := frozen contents.\x0a\x09frozen target trapIter: #() after: [ :html |\x0a\x09\x09Trapped current cloneAndInject: contents inPlaceOf: html del ]",
- messageSends: ["copy", "contents", "trapIter:after:", "target", "cloneAndInject:inPlaceOf:", "current", "del"],
- referencedClasses: ["Trapped"]
- }),
- smalltalk.TrappedProcessorLoopContents);
- smalltalk.addClass('TrappedProcessorLoopProc', smalltalk.TrappedProcessorLoopBase, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorLoopProc.comment="I am used to loop over data and repeat the contents filling process\x0aof the brush I am installed on.\x0a\x0aI observe the data in the model,\x0aand when it changes, I loop over it\x0aand run the rest of the processing chain\x0afor each element, putting the result _after_ my brush.\x0a\x0aMy brush itself should be as least visible as possible,\x0aas it only serve as a position flag (use for example\x0anoscript, ins or del).";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- var frozen;
- return smalltalk.withContext(function($ctx1) {
- var $1,$2;
- frozen=_st(aDataCarrier)._copy();
- $ctx1.sendIdx["copy"]=1;
- _st(_st(frozen)._target())._trapIter_after_([],(function(html){
- return smalltalk.withContext(function($ctx2) {
- $1=_st(frozen)._copy();
- _st($1)._target_(_st(html)._root());
- $2=_st($1)._proceed();
- return $2;
- }, function($ctx2) {$ctx2.fillBlock({html:html},$ctx1,1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier,frozen:frozen},smalltalk.TrappedProcessorLoopProc)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09| frozen |\x0a\x09frozen := aDataCarrier copy.\x0a\x09frozen target trapIter: #() after: [ :html | frozen copy target: html root; proceed ]",
- messageSends: ["copy", "trapIter:after:", "target", "target:", "root", "proceed"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorLoopProc);
- smalltalk.addClass('TrappedProcessorReplace', smalltalk.TrappedProcessor, ['left', 'right'], 'Trapped-Processors');
- smalltalk.TrappedProcessorReplace.comment="I convert data to string representation and do a regex replace.\x0aI get two parameters, in toView:, first is replaced with second,\x0aand in toModel:, the second is replaced with first.\x0a\x0aI remove leading '^' and ending '$' from the string used as replacement,\x0aso it safe to replace ^to with ^To, for example.\x0a";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "left:",
- category: 'accessing',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- self["@left"]=aString;
- return self}, function($ctx1) {$ctx1.fill(self,"left:",{aString:aString},smalltalk.TrappedProcessorReplace)})},
- args: ["aString"],
- source: "left: aString\x0a\x09left := aString",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorReplace);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "right:",
- category: 'accessing',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- self["@right"]=aString;
- return self}, function($ctx1) {$ctx1.fill(self,"right:",{aString:aString},smalltalk.TrappedProcessorReplace)})},
- args: ["aString"],
- source: "right: aString\x0a\x09right := aString",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorReplace);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toModel:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- var replacement,old;
- return smalltalk.withContext(function($ctx1) {
- var $1,$2;
- $1=_st(self["@left"])._replace_with_("^\x5c^","");
- $ctx1.sendIdx["replace:with:"]=2;
- replacement=_st($1)._replace_with_("\x5c$$","");
- $ctx1.sendIdx["replace:with:"]=1;
- old=_st(_st(aDataCarrier)._value())._asString();
- _st(aDataCarrier)._value_whenDifferentFrom_(_st(old)._replace_with_(self["@right"],replacement),old);
- $2=_st(aDataCarrier)._proceed();
- return self}, function($ctx1) {$ctx1.fill(self,"toModel:",{aDataCarrier:aDataCarrier,replacement:replacement,old:old},smalltalk.TrappedProcessorReplace)})},
- args: ["aDataCarrier"],
- source: "toModel: aDataCarrier\x0a\x09| replacement old |\x0a\x09replacement := (left replace: '^\x5c^' with: '') replace: '\x5c$$' with: ''.\x0a\x09old := aDataCarrier value asString.\x0a\x09aDataCarrier\x0a\x09\x09value: (old replace: right with: replacement) whenDifferentFrom: old;\x0a\x09\x09proceed",
- messageSends: ["replace:with:", "asString", "value", "value:whenDifferentFrom:", "proceed"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorReplace);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- var replacement,old;
- return smalltalk.withContext(function($ctx1) {
- var $1,$2;
- $1=_st(self["@right"])._replace_with_("^\x5c^","");
- $ctx1.sendIdx["replace:with:"]=2;
- replacement=_st($1)._replace_with_("\x5c$$","");
- $ctx1.sendIdx["replace:with:"]=1;
- old=_st(_st(aDataCarrier)._value())._asString();
- _st(aDataCarrier)._value_whenDifferentFrom_(_st(old)._replace_with_(self["@left"],replacement),old);
- $2=_st(aDataCarrier)._proceed();
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier,replacement:replacement,old:old},smalltalk.TrappedProcessorReplace)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09| replacement old |\x0a\x09replacement := (right replace: '^\x5c^' with: '') replace: '\x5c$$' with: ''.\x0a\x09old := aDataCarrier value asString.\x0a\x09aDataCarrier\x0a\x09\x09value: (old replace: left with: replacement) whenDifferentFrom: old;\x0a\x09\x09proceed",
- messageSends: ["replace:with:", "asString", "value", "value:whenDifferentFrom:", "proceed"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorReplace);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "new:with:",
- category: 'instance creation',
- fn: function (aString,anotherString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $2,$3,$4,$5,$1;
- $2=self._new();
- $3=$2;
- $4=_st(aString)._asString();
- $ctx1.sendIdx["asString"]=1;
- _st($3)._left_($4);
- _st($2)._right_(_st(anotherString)._asString());
- $5=_st($2)._yourself();
- $1=$5;
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"new:with:",{aString:aString,anotherString:anotherString},smalltalk.TrappedProcessorReplace.klass)})},
- args: ["aString", "anotherString"],
- source: "new: aString with: anotherString\x0a\x09^ self new\x0a\x09\x09left: aString asString;\x0a\x09\x09right: anotherString asString;\x0a\x09\x09yourself",
- messageSends: ["left:", "new", "asString", "right:", "yourself"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorReplace.klass);
- smalltalk.addClass('TrappedProcessorSignal', smalltalk.TrappedProcessor, ['selector'], 'Trapped-Processors');
- smalltalk.TrappedProcessorSignal.comment="Instead of writing data directly to model,\x0aI instead modify it by sending a message specified when instantiating me.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "selector:",
- category: 'accessing',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- self["@selector"]=aString;
- return self}, function($ctx1) {$ctx1.fill(self,"selector:",{aString:aString},smalltalk.TrappedProcessorSignal)})},
- args: ["aString"],
- source: "selector: aString\x0a\x09selector := aString",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorSignal);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toModel:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- _st(aDataCarrier)._modifyTargetByPerforming_(self["@selector"]);
- return self}, function($ctx1) {$ctx1.fill(self,"toModel:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorSignal)})},
- args: ["aDataCarrier"],
- source: "toModel: aDataCarrier\x0a\x09aDataCarrier modifyTargetByPerforming: selector",
- messageSends: ["modifyTargetByPerforming:"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorSignal);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorSignal)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09\x22stop\x22",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorSignal);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "new:",
- category: 'instance creation',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $2,$3,$1;
- $2=self._new();
- _st($2)._selector_(aString);
- $3=_st($2)._yourself();
- $1=$3;
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"new:",{aString:aString},smalltalk.TrappedProcessorSignal.klass)})},
- args: ["aString"],
- source: "new: aString\x0a\x09^self new\x0a\x09\x09selector: aString;\x0a\x09\x09yourself",
- messageSends: ["selector:", "new", "yourself"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorSignal.klass);
- smalltalk.addClass('TrappedProcessorToBlackboard', smalltalk.TrappedDataExpectingProcessor, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorToBlackboard.comment="I save the data to blackboard in toModel:, to position specified by path.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toModel:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- _st(_st(aDataCarrier)._target())._modify_((function(){
- return smalltalk.withContext(function($ctx2) {
- return _st(aDataCarrier)._value();
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"toModel:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorToBlackboard)})},
- args: ["aDataCarrier"],
- source: "toModel: aDataCarrier\x0a\x09aDataCarrier target modify: [ aDataCarrier value ]",
- messageSends: ["modify:", "target", "value"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorToBlackboard);
- smalltalk.addClass('TrappedProcessorUriComponentDecode', smalltalk.TrappedProcessor, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorUriComponentDecode.comment="I uriComponentDecode in toView:\x0aand encode in toModel:";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toModel:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $1;
- _st(aDataCarrier)._value_(_st(_st(aDataCarrier)._value())._uriComponentEncoded());
- $1=_st(aDataCarrier)._proceed();
- return self}, function($ctx1) {$ctx1.fill(self,"toModel:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorUriComponentDecode)})},
- args: ["aDataCarrier"],
- source: "toModel: aDataCarrier\x0a\x09aDataCarrier\x0a\x09\x09value: aDataCarrier value uriComponentEncoded;\x0a\x09\x09proceed",
- messageSends: ["value:", "uriComponentEncoded", "value", "proceed"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorUriComponentDecode);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $1;
- _st(aDataCarrier)._value_(_st(_st(aDataCarrier)._value())._uriComponentDecoded());
- $1=_st(aDataCarrier)._proceed();
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorUriComponentDecode)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09aDataCarrier\x0a\x09\x09value: aDataCarrier value uriComponentDecoded;\x0a\x09\x09proceed",
- messageSends: ["value:", "uriComponentDecoded", "value", "proceed"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorUriComponentDecode);
- smalltalk.addClass('TrappedProcessorUriComponentEncode', smalltalk.TrappedProcessor, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorUriComponentEncode.comment="I uriComponentEncode in toView:\x0aand decode in toModel:";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toModel:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $1;
- _st(aDataCarrier)._value_(_st(_st(aDataCarrier)._value())._uriComponentDecoded());
- $1=_st(aDataCarrier)._proceed();
- return self}, function($ctx1) {$ctx1.fill(self,"toModel:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorUriComponentEncode)})},
- args: ["aDataCarrier"],
- source: "toModel: aDataCarrier\x0a\x09aDataCarrier\x0a\x09\x09value: aDataCarrier value uriComponentDecoded;\x0a\x09\x09proceed",
- messageSends: ["value:", "uriComponentDecoded", "value", "proceed"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorUriComponentEncode);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $1;
- _st(aDataCarrier)._value_(_st(_st(aDataCarrier)._value())._uriComponentEncoded());
- $1=_st(aDataCarrier)._proceed();
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorUriComponentEncode)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09aDataCarrier\x0a\x09\x09value: aDataCarrier value uriComponentEncoded;\x0a\x09\x09proceed",
- messageSends: ["value:", "uriComponentEncoded", "value", "proceed"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorUriComponentEncode);
- smalltalk.addClass('TrappedProcessorWhenClicked', smalltalk.TrappedProcessor, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorWhenClicked.comment="I bind to an element and send true to blackboard when clicked.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "installToView:toModel:",
- category: 'installation',
- fn: function (aDataCarrier,anotherDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- _st(_st(aDataCarrier)._target())._onClick_((function(){
- return smalltalk.withContext(function($ctx2) {
- _st(_st(anotherDataCarrier)._copy())._proceed();
- return false;
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"installToView:toModel:",{aDataCarrier:aDataCarrier,anotherDataCarrier:anotherDataCarrier},smalltalk.TrappedProcessorWhenClicked)})},
- args: ["aDataCarrier", "anotherDataCarrier"],
- source: "installToView: aDataCarrier toModel: anotherDataCarrier\x0a\x09aDataCarrier target onClick: [ anotherDataCarrier copy proceed. false ]",
- messageSends: ["onClick:", "target", "proceed", "copy"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorWhenClicked);
- smalltalk.addClass('TrappedProcessorWhenSubmitted', smalltalk.TrappedProcessor, [], 'Trapped-Processors');
- smalltalk.TrappedProcessorWhenSubmitted.comment="I bind to a form and send true to blackboard when submitted.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "installToView:toModel:",
- category: 'installation',
- fn: function (aDataCarrier,anotherDataCarrier){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- _st(_st(aDataCarrier)._target())._onSubmit_((function(){
- return smalltalk.withContext(function($ctx2) {
- _st(_st(anotherDataCarrier)._copy())._proceed();
- return false;
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"installToView:toModel:",{aDataCarrier:aDataCarrier,anotherDataCarrier:anotherDataCarrier},smalltalk.TrappedProcessorWhenSubmitted)})},
- args: ["aDataCarrier", "anotherDataCarrier"],
- source: "installToView: aDataCarrier toModel: anotherDataCarrier\x0a\x09aDataCarrier target onSubmit: [ anotherDataCarrier copy proceed. false ]",
- messageSends: ["onSubmit:", "target", "proceed", "copy"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorWhenSubmitted);
- smalltalk.addClass('TrappedProcessorWidget', smalltalk.TrappedProcessor, ['viewName'], 'Trapped-Processors');
- smalltalk.TrappedProcessorWidget.comment="I insert a widget instance of the class specified when creating me.";
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toView:",
- category: 'data transformation',
- fn: function (aDataCarrier){
- var self=this;
- function $Smalltalk(){return smalltalk.Smalltalk||(typeof Smalltalk=="undefined"?nil:Smalltalk)}
- return smalltalk.withContext(function($ctx1) {
- _st(_st(aDataCarrier)._target())._with_(_st(_st(_st($Smalltalk())._current())._at_(self["@viewName"]))._new());
- return self}, function($ctx1) {$ctx1.fill(self,"toView:",{aDataCarrier:aDataCarrier},smalltalk.TrappedProcessorWidget)})},
- args: ["aDataCarrier"],
- source: "toView: aDataCarrier\x0a\x09aDataCarrier target with: (Smalltalk current at: viewName) new",
- messageSends: ["with:", "target", "new", "at:", "current"],
- referencedClasses: ["Smalltalk"]
- }),
- smalltalk.TrappedProcessorWidget);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "viewName:",
- category: 'accessing',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- self["@viewName"]=aString;
- return self}, function($ctx1) {$ctx1.fill(self,"viewName:",{aString:aString},smalltalk.TrappedProcessorWidget)})},
- args: ["aString"],
- source: "viewName: aString\x0a\x09viewName := aString",
- messageSends: [],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorWidget);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "new:",
- category: 'instance creation',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $2,$3,$1;
- $2=self._new();
- _st($2)._viewName_(aString);
- $3=_st($2)._yourself();
- $1=$3;
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"new:",{aString:aString},smalltalk.TrappedProcessorWidget.klass)})},
- args: ["aString"],
- source: "new: aString\x0a\x09^self new\x0a\x09\x09viewName: aString;\x0a\x09\x09yourself",
- messageSends: ["viewName:", "new", "yourself"],
- referencedClasses: []
- }),
- smalltalk.TrappedProcessorWidget.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "cleanedJQuery:",
- category: '*Trapped-Processors',
- fn: function (aJQuery){
- var self=this;
- var result;
- return smalltalk.withContext(function($ctx1) {
- var $1,$2;
- result=_st(_st(aJQuery)._remove())._clone();
- _st(aJQuery)._empty();
- _st(aJQuery)._removeAttr_("data-trap");
- $ctx1.sendIdx["removeAttr:"]=1;
- $1=_st(aJQuery)._removeAttr_("data-tramplate");
- $2=result;
- return $2;
- }, function($ctx1) {$ctx1.fill(self,"cleanedJQuery:",{aJQuery:aJQuery,result:result},smalltalk.TrappedDataCarrier)})},
- args: ["aJQuery"],
- source: "cleanedJQuery: aJQuery\x0a\x09| result |\x0a\x09result := aJQuery remove clone.\x0a\x09aJQuery empty; removeAttr: 'data-trap'; removeAttr: 'data-tramplate'.\x0a\x09^result",
- messageSends: ["clone", "remove", "empty", "removeAttr:"],
- referencedClasses: []
- }),
- smalltalk.TrappedDataCarrier);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "contents",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=self._contentsOf_(_st(self._target())._asJQuery());
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"contents",{},smalltalk.TrappedDataCarrier)})},
- args: [],
- source: "contents\x0a\x09^self contentsOf: self target asJQuery",
- messageSends: ["contentsOf:", "asJQuery", "target"],
- referencedClasses: []
- }),
- smalltalk.TrappedDataCarrier);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "contentsOf:",
- category: '*Trapped-Processors',
- fn: function (holder){
- var self=this;
- var tag,tramplate;
- return smalltalk.withContext(function($ctx1) {
- var $1,$2,$5,$4,$3,$6,$9,$10,$11,$8,$7,$12,$13,$14,$15,$16;
- $1=_st(holder)._attr_("data-tramplate");
- if(($receiver = $1) == nil || $receiver == null){
- tramplate="";
- } else {
- tramplate=$1;
- };
- $2=_st(tramplate)._matchesOf_("^see (.*)$");
- $ctx1.sendIdx["matchesOf:"]=1;
- if(($receiver = $2) == nil || $receiver == null){
- $2;
- } else {
- var seeMatch;
- seeMatch=$receiver;
- $5=_st(seeMatch)._second();
- $ctx1.sendIdx["second"]=1;
- $4=_st($5)._asJQuery();
- $ctx1.sendIdx["asJQuery"]=1;
- $3=self._contentsOf_($4);
- return $3;
- };
- $6=_st(tramplate)._matchesOf_("^until (.*)$");
- if(($receiver = $6) == nil || $receiver == null){
- $6;
- } else {
- var parentContents,start,end,untilMatch;
- untilMatch=$receiver;
- parentContents=_st(_st(holder)._parent())._contents();
- $ctx1.sendIdx["contents"]=1;
- parentContents;
- start=_st(parentContents)._index_(holder);
- $ctx1.sendIdx["index:"]=1;
- start;
- end=_st(parentContents)._index_(_st(holder)._nextAll_(_st(untilMatch)._second()));
- end;
- $9=_st(end).__eq((-1));
- $ctx1.sendIdx["="]=1;
- if(smalltalk.assert($9)){
- $10=parentContents;
- $11=_st(start).__plus((1));
- $ctx1.sendIdx["+"]=1;
- $8=_st($10)._slice_($11);
- } else {
- $8=_st(parentContents)._slice_until_(_st(start).__plus((1)),end);
- };
- $7=self._cleanedJQuery_($8);
- $ctx1.sendIdx["cleanedJQuery:"]=1;
- return $7;
- };
- $12=_st(holder)._prop_("tagName");
- $ctx1.sendIdx["prop:"]=1;
- tag=_st($12)._asLowercase();
- $13=_st(tag).__eq("template");
- if(smalltalk.assert($13)){
- $14=_st(holder)._prop_("content");
- if(($receiver = $14) == nil || $receiver == null){
- $14;
- } else {
- var content;
- content=$receiver;
- $15=_st(content)._asJQuery();
- return $15;
- };
- };
- $16=self._cleanedJQuery_(_st(holder)._contents());
- return $16;
- }, function($ctx1) {$ctx1.fill(self,"contentsOf:",{holder:holder,tag:tag,tramplate:tramplate},smalltalk.TrappedDataCarrier)})},
- args: ["holder"],
- source: "contentsOf: holder\x0a\x09| tag tramplate |\x0a\x09tramplate := (holder attr: 'data-tramplate') ifNil: [ '' ].\x0a\x09(tramplate matchesOf: '^see (.*)$') ifNotNil: [ :seeMatch | ^self contentsOf: seeMatch second asJQuery ].\x0a\x09(tramplate matchesOf: '^until (.*)$') ifNotNil: [ :untilMatch |\x0a\x09\x09| parentContents start end |\x0a\x09\x09parentContents := holder parent contents.\x0a\x09\x09start := parentContents index: holder.\x0a\x09\x09end := parentContents index: (holder nextAll: untilMatch second).\x0a\x09\x09^self cleanedJQuery: (end = -1 ifTrue: [ parentContents slice: start + 1 ] ifFalse: [ parentContents slice: start + 1 until: end ]) ].\x0a\x09tag := (holder prop: 'tagName') asLowercase.\x0a\x09tag = 'template' ifTrue: [ (holder prop: 'content') ifNotNil: [ :content | ^content asJQuery ] ].\x0a\x09^self cleanedJQuery: holder contents",
- messageSends: ["ifNil:", "attr:", "ifNotNil:", "matchesOf:", "contentsOf:", "asJQuery", "second", "contents", "parent", "index:", "nextAll:", "cleanedJQuery:", "ifTrue:ifFalse:", "=", "slice:", "+", "slice:until:", "asLowercase", "prop:", "ifTrue:"],
- referencedClasses: []
- }),
- smalltalk.TrappedDataCarrier);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "modifyTarget",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- _st(self._target())._modify_((function(){
- return smalltalk.withContext(function($ctx2) {
- return self._value();
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1,1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"modifyTarget",{},smalltalk.TrappedDataCarrier)})},
- args: [],
- source: "modifyTarget\x0a\x09self target modify: [ self value ]",
- messageSends: ["modify:", "target", "value"],
- referencedClasses: []
- }),
- smalltalk.TrappedDataCarrier);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "modifyTargetByPerforming:",
- category: '*Trapped-Processors',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- _st(self._target())._modify_((function(m){
- return smalltalk.withContext(function($ctx2) {
- return _st(m)._perform_(aString);
- }, function($ctx2) {$ctx2.fillBlock({m:m},$ctx1,1)})}));
- return self}, function($ctx1) {$ctx1.fill(self,"modifyTargetByPerforming:",{aString:aString},smalltalk.TrappedDataCarrier)})},
- args: ["aString"],
- source: "modifyTargetByPerforming: aString\x0a\x09self target modify: [ :m | m perform: aString ]",
- messageSends: ["modify:", "target", "perform:"],
- referencedClasses: []
- }),
- smalltalk.TrappedDataCarrier);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toTargetAttr:",
- category: '*Trapped-Processors',
- fn: function (aString){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $1,$2,$3,$5,$4;
- $1=self._falseAsNilValue();
- if(($receiver = $1) == nil || $receiver == null){
- $2=self._target();
- $ctx1.sendIdx["target"]=1;
- _st($2)._removeAt_(aString);
- } else {
- var value;
- value=$receiver;
- $3=self._target();
- $5=_st(value).__eq(true);
- if(smalltalk.assert($5)){
- $4=aString;
- } else {
- $4=value;
- };
- _st($3)._at_put_(aString,$4);
- };
- return self}, function($ctx1) {$ctx1.fill(self,"toTargetAttr:",{aString:aString},smalltalk.TrappedDataCarrier)})},
- args: ["aString"],
- source: "toTargetAttr: aString\x0a\x09self falseAsNilValue\x0a\x09\x09ifNil: [ self target removeAt: aString ]\x0a\x09\x09ifNotNil: [ :value | self target at: aString put: (value = true ifTrue: [ aString ] ifFalse: [ value ]) ]",
- messageSends: ["ifNil:ifNotNil:", "falseAsNilValue", "removeAt:", "target", "at:put:", "ifTrue:ifFalse:", "="],
- referencedClasses: []
- }),
- smalltalk.TrappedDataCarrier);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toTargetContents",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- _st(self._target())._contents_(self._value());
- return self}, function($ctx1) {$ctx1.fill(self,"toTargetContents",{},smalltalk.TrappedDataCarrier)})},
- args: [],
- source: "toTargetContents\x0a\x09self target contents: self value",
- messageSends: ["contents:", "target", "value"],
- referencedClasses: []
- }),
- smalltalk.TrappedDataCarrier);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toTargetValue",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- return smalltalk.withContext(function($ctx1) {
- var $1,$3,$2;
- $1=_st(self._target())._asJQuery();
- $3=self._value();
- $ctx1.sendIdx["value"]=1;
- if(($receiver = $3) == nil || $receiver == null){
- $2=(function(){
- return smalltalk.withContext(function($ctx2) {
- }, function($ctx2) {$ctx2.fillBlock({},$ctx1,3)})});
- } else {
- var o;
- o=$receiver;
- $2=_st(o)._value();
- };
- _st($1)._val_($2);
- return self}, function($ctx1) {$ctx1.fill(self,"toTargetValue",{},smalltalk.TrappedDataCarrier)})},
- args: [],
- source: "toTargetValue\x0a\x09self target asJQuery val: (self value ifNotNil: [ :o | o value ] ifNil: [[]])",
- messageSends: ["val:", "asJQuery", "target", "ifNotNil:ifNil:", "value"],
- referencedClasses: []
- }),
- smalltalk.TrappedDataCarrier);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "attr:",
- category: '*Trapped-Processors',
- fn: function (aString){
- var self=this;
- function $TrappedProcessorAttribute(){return smalltalk.TrappedProcessorAttribute||(typeof TrappedProcessorAttribute=="undefined"?nil:TrappedProcessorAttribute)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorAttribute())._new_(aString);
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"attr:",{aString:aString},smalltalk.TrappedProcessor.klass)})},
- args: ["aString"],
- source: "attr: aString\x0a\x09^TrappedProcessorAttribute new: aString",
- messageSends: ["new:"],
- referencedClasses: ["TrappedProcessorAttribute"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "dataToView:",
- category: '*Trapped-Processors',
- fn: function (aBlock){
- var self=this;
- function $TrappedProcessorDataAdhoc(){return smalltalk.TrappedProcessorDataAdhoc||(typeof TrappedProcessorDataAdhoc=="undefined"?nil:TrappedProcessorDataAdhoc)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorDataAdhoc())._newToView_(aBlock);
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"dataToView:",{aBlock:aBlock},smalltalk.TrappedProcessor.klass)})},
- args: ["aBlock"],
- source: "dataToView: aBlock\x0a\x09^TrappedProcessorDataAdhoc newToView: aBlock",
- messageSends: ["newToView:"],
- referencedClasses: ["TrappedProcessorDataAdhoc"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "deuric",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- function $TrappedProcessorUriComponentDecoded(){return smalltalk.TrappedProcessorUriComponentDecoded||(typeof TrappedProcessorUriComponentDecoded=="undefined"?nil:TrappedProcessorUriComponentDecoded)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorUriComponentDecoded())._new();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"deuric",{},smalltalk.TrappedProcessor.klass)})},
- args: [],
- source: "deuric\x0a\x09^TrappedProcessorUriComponentDecoded new",
- messageSends: ["new"],
- referencedClasses: ["TrappedProcessorUriComponentDecoded"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "guardContents:",
- category: '*Trapped-Processors',
- fn: function (anArray){
- var self=this;
- function $TrappedProcessorGuardContents(){return smalltalk.TrappedProcessorGuardContents||(typeof TrappedProcessorGuardContents=="undefined"?nil:TrappedProcessorGuardContents)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorGuardContents())._new_(anArray);
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"guardContents:",{anArray:anArray},smalltalk.TrappedProcessor.klass)})},
- args: ["anArray"],
- source: "guardContents: anArray\x0a\x09^TrappedProcessorGuardContents new: anArray",
- messageSends: ["new:"],
- referencedClasses: ["TrappedProcessorGuardContents"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "guardProc:",
- category: '*Trapped-Processors',
- fn: function (anArray){
- var self=this;
- function $TrappedProcessorGuardProc(){return smalltalk.TrappedProcessorGuardProc||(typeof TrappedProcessorGuardProc=="undefined"?nil:TrappedProcessorGuardProc)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorGuardProc())._new_(anArray);
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"guardProc:",{anArray:anArray},smalltalk.TrappedProcessor.klass)})},
- args: ["anArray"],
- source: "guardProc: anArray\x0a\x09^TrappedProcessorGuardProc new: anArray",
- messageSends: ["new:"],
- referencedClasses: ["TrappedProcessorGuardProc"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "inputChecked",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- function $TrappedProcessorInputChecked(){return smalltalk.TrappedProcessorInputChecked||(typeof TrappedProcessorInputChecked=="undefined"?nil:TrappedProcessorInputChecked)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorInputChecked())._new();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"inputChecked",{},smalltalk.TrappedProcessor.klass)})},
- args: [],
- source: "inputChecked\x0a\x09^TrappedProcessorInputChecked new",
- messageSends: ["new"],
- referencedClasses: ["TrappedProcessorInputChecked"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "inputValue",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- function $TrappedProcessorInputValue(){return smalltalk.TrappedProcessorInputValue||(typeof TrappedProcessorInputValue=="undefined"?nil:TrappedProcessorInputValue)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorInputValue())._new();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"inputValue",{},smalltalk.TrappedProcessor.klass)})},
- args: [],
- source: "inputValue\x0a\x09^TrappedProcessorInputValue new",
- messageSends: ["new"],
- referencedClasses: ["TrappedProcessorInputValue"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "loopContents",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- function $TrappedProcessorLoopContents(){return smalltalk.TrappedProcessorLoopContents||(typeof TrappedProcessorLoopContents=="undefined"?nil:TrappedProcessorLoopContents)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorLoopContents())._new();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"loopContents",{},smalltalk.TrappedProcessor.klass)})},
- args: [],
- source: "loopContents\x0a\x09^TrappedProcessorLoopContents new",
- messageSends: ["new"],
- referencedClasses: ["TrappedProcessorLoopContents"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "loopProc",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- function $TrappedProcessorLoopProc(){return smalltalk.TrappedProcessorLoopProc||(typeof TrappedProcessorLoopProc=="undefined"?nil:TrappedProcessorLoopProc)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorLoopProc())._new();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"loopProc",{},smalltalk.TrappedProcessor.klass)})},
- args: [],
- source: "loopProc\x0a\x09^TrappedProcessorLoopProc new",
- messageSends: ["new"],
- referencedClasses: ["TrappedProcessorLoopProc"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "path",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- function $TrappedProcessorDescend(){return smalltalk.TrappedProcessorDescend||(typeof TrappedProcessorDescend=="undefined"?nil:TrappedProcessorDescend)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorDescend())._new();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"path",{},smalltalk.TrappedProcessor.klass)})},
- args: [],
- source: "path\x0a\x09^TrappedProcessorDescend new",
- messageSends: ["new"],
- referencedClasses: ["TrappedProcessorDescend"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "replace:with:",
- category: '*Trapped-Processors',
- fn: function (aString,anotherString){
- var self=this;
- function $TrappedProcessorReplace(){return smalltalk.TrappedProcessorReplace||(typeof TrappedProcessorReplace=="undefined"?nil:TrappedProcessorReplace)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorReplace())._new_with_(aString,anotherString);
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"replace:with:",{aString:aString,anotherString:anotherString},smalltalk.TrappedProcessor.klass)})},
- args: ["aString", "anotherString"],
- source: "replace: aString with: anotherString\x0a\x09^TrappedProcessorReplace new: aString with: anotherString",
- messageSends: ["new:with:"],
- referencedClasses: ["TrappedProcessorReplace"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "signal:",
- category: '*Trapped-Processors',
- fn: function (aString){
- var self=this;
- function $TrappedProcessorSignal(){return smalltalk.TrappedProcessorSignal||(typeof TrappedProcessorSignal=="undefined"?nil:TrappedProcessorSignal)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorSignal())._new_(aString);
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"signal:",{aString:aString},smalltalk.TrappedProcessor.klass)})},
- args: ["aString"],
- source: "signal: aString\x0a\x09^TrappedProcessorSignal new: aString",
- messageSends: ["new:"],
- referencedClasses: ["TrappedProcessorSignal"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "toBlackboard",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- function $TrappedProcessorToBlackboard(){return smalltalk.TrappedProcessorToBlackboard||(typeof TrappedProcessorToBlackboard=="undefined"?nil:TrappedProcessorToBlackboard)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorToBlackboard())._new();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"toBlackboard",{},smalltalk.TrappedProcessor.klass)})},
- args: [],
- source: "toBlackboard\x0a\x09^TrappedProcessorToBlackboard new",
- messageSends: ["new"],
- referencedClasses: ["TrappedProcessorToBlackboard"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "uric",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- function $TrappedProcessorUriComponentEncoded(){return smalltalk.TrappedProcessorUriComponentEncoded||(typeof TrappedProcessorUriComponentEncoded=="undefined"?nil:TrappedProcessorUriComponentEncoded)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorUriComponentEncoded())._new();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"uric",{},smalltalk.TrappedProcessor.klass)})},
- args: [],
- source: "uric\x0a\x09^TrappedProcessorUriComponentEncoded new",
- messageSends: ["new"],
- referencedClasses: ["TrappedProcessorUriComponentEncoded"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "whenClicked",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- function $TrappedProcessorWhenClicked(){return smalltalk.TrappedProcessorWhenClicked||(typeof TrappedProcessorWhenClicked=="undefined"?nil:TrappedProcessorWhenClicked)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorWhenClicked())._new();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"whenClicked",{},smalltalk.TrappedProcessor.klass)})},
- args: [],
- source: "whenClicked\x0a\x09^TrappedProcessorWhenClicked new",
- messageSends: ["new"],
- referencedClasses: ["TrappedProcessorWhenClicked"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "whenSubmitted",
- category: '*Trapped-Processors',
- fn: function (){
- var self=this;
- function $TrappedProcessorWhenSubmitted(){return smalltalk.TrappedProcessorWhenSubmitted||(typeof TrappedProcessorWhenSubmitted=="undefined"?nil:TrappedProcessorWhenSubmitted)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorWhenSubmitted())._new();
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"whenSubmitted",{},smalltalk.TrappedProcessor.klass)})},
- args: [],
- source: "whenSubmitted\x0a\x09^TrappedProcessorWhenSubmitted new",
- messageSends: ["new"],
- referencedClasses: ["TrappedProcessorWhenSubmitted"]
- }),
- smalltalk.TrappedProcessor.klass);
- smalltalk.addMethod(
- smalltalk.method({
- selector: "widget:",
- category: '*Trapped-Processors',
- fn: function (aString){
- var self=this;
- function $TrappedProcessorWidget(){return smalltalk.TrappedProcessorWidget||(typeof TrappedProcessorWidget=="undefined"?nil:TrappedProcessorWidget)}
- return smalltalk.withContext(function($ctx1) {
- var $1;
- $1=_st($TrappedProcessorWidget())._new_(aString);
- return $1;
- }, function($ctx1) {$ctx1.fill(self,"widget:",{aString:aString},smalltalk.TrappedProcessor.klass)})},
- args: ["aString"],
- source: "widget: aString\x0a\x09^TrappedProcessorWidget new: aString",
- messageSends: ["new:"],
- referencedClasses: ["TrappedProcessorWidget"]
- }),
- smalltalk.TrappedProcessor.klass);
- });
|