File modules/editor/codemirror/mode/ttcn/ttcn.min.js

Last commit: Tue Sep 4 00:05:46 2018 +0200	Jan Dankert	JQuery-UI hatte die falsche minifizierte Version, Codemirror is erstmal un-minifiziert, da JSqueeze leider ungültiges Javascript erzeugt :-O
1 (function(e){if(typeof exports=='object'&&typeof module=='object')e(require('../../lib/codemirror'));else if(typeof define=='function'&&define.amd)define(['../../lib/codemirror'],e);else e(CodeMirror)})(function(e){'use strict';e.defineMode('ttcn',function(t,e){var l=t.indentUnit,c=e.keywords||{},u=e.builtin||{},p=e.timerOps||{},f=e.portOps||{},d=e.configOps||{},m=e.verdictOps||{},b=e.sutOps||{},h=e.functionOps||{},y=e.verdictConsts||{},v=e.booleanConsts||{},x=e.otherConsts||{},g=e.types||{},k=e.visibilityModifiers||{},O=e.templateMatch||{},w=e.multiLineStrings,E=e.indentStatements!==!1;var o=/[+\-*&@=<>!\/]/,n;function C(e,r){var i=e.next();if(i=='"'||i=='\''){r.tokenize=I(i);return r.tokenize(e,r)};if(/[\[\]{}\(\),;\\:\?\.]/.test(i)){n=i;return'punctuation'};if(i=='#'){e.skipToEnd();return'atom preprocessor'};if(i=='%'){e.eatWhile(/\b/);return'atom ttcn3Macros'};if(/\d/.test(i)){e.eatWhile(/[\w\.]/);return'number'};if(i=='/'){if(e.eat('*')){r.tokenize=s;return s(e,r)};if(e.eat('/')){e.skipToEnd();return'comment'}};if(o.test(i)){if(i=='@'){if(e.match('try')||e.match('catch')||e.match('lazy')){return'keyword'}};e.eatWhile(o);return'operator'};e.eatWhile(/[\w\$_\xa1-\uffff]/);var t=e.current();if(c.propertyIsEnumerable(t))return'keyword';if(u.propertyIsEnumerable(t))return'builtin';if(p.propertyIsEnumerable(t))return'def timerOps';if(d.propertyIsEnumerable(t))return'def configOps';if(m.propertyIsEnumerable(t))return'def verdictOps';if(f.propertyIsEnumerable(t))return'def portOps';if(b.propertyIsEnumerable(t))return'def sutOps';if(h.propertyIsEnumerable(t))return'def functionOps';if(y.propertyIsEnumerable(t))return'string verdictConsts';if(v.propertyIsEnumerable(t))return'string booleanConsts';if(x.propertyIsEnumerable(t))return'string otherConsts';if(g.propertyIsEnumerable(t))return'builtin types';if(k.propertyIsEnumerable(t))return'builtin visibilityModifiers';if(O.propertyIsEnumerable(t))return'atom templateMatch';return'variable'};function I(e){return function(t,n){var i=!1,o,s=!1;while((o=t.next())!=null){if(o==e&&!i){var r=t.peek();if(r){r=r.toLowerCase();if(r=='b'||r=='h'||r=='o')t.next()};s=!0;break};i=!i&&o=='\\'};if(s||!(i||w))n.tokenize=null;return'string'}};function s(e,t){var r=!1,n;while(n=e.next()){if(n=='/'&&r){t.tokenize=null;break};r=(n=='*')};return'comment'};function a(e,t,n,r,i){this.indented=e;this.column=t;this.type=n;this.align=r;this.prev=i};function i(e,t,n){var r=e.indented;if(e.context&&e.context.type=='statement')r=e.context.indented;return e.context=new a(r,t,n,null,e.context)};function r(e){var t=e.context.type;if(t==')'||t==']'||t=='}')e.indented=e.context.indented;return e.context=e.context.prev};return{startState:function(e){return{tokenize:null,context:new a((e||0)-l,0,'top',!1),indented:0,startOfLine:!0}},token:function(e,t){var o=t.context;if(e.sol()){if(o.align==null)o.align=!1;t.indented=e.indentation();t.startOfLine=!0};if(e.eatSpace())return null;n=null;var s=(t.tokenize||C)(e,t);if(s=='comment')return s;if(o.align==null)o.align=!0;if((n==';'||n==':'||n==',')&&o.type=='statement'){r(t)} 2 else if(n=='{')i(t,e.column(),'}');else if(n=='[')i(t,e.column(),']');else if(n=='(')i(t,e.column(),')');else if(n=='}'){while(o.type=='statement')o=r(t);if(o.type=='}')o=r(t);while(o.type=='statement')o=r(t)} 3 else if(n==o.type)r(t);else if(E&&(((o.type=='}'||o.type=='top')&&n!=';')||(o.type=='statement'&&n=='newstatement')))i(t,e.column(),'statement');t.startOfLine=!1;return s},electricChars:'{}',blockCommentStart:'/*',blockCommentEnd:'*/',lineComment:'//',fold:'brace'}});function t(e){var n={},r=e.split(' ');for(var t=0;t<r.length;++t)n[r[t]]=!0;return n};function n(t,n){if(typeof t=='string')t=[t];var o=[];function r(e){if(e)for(var t in e)if(e.hasOwnProperty(t))o.push(t)};r(n.keywords);r(n.builtin);r(n.timerOps);r(n.portOps);if(o.length){n.helperType=t[0];e.registerHelper('hintWords',t[0],o)};for(var i=0;i<t.length;++i)e.defineMIME(t[i],n)};n(['text/x-ttcn','text/x-ttcn3','text/x-ttcnpp'],{name:'ttcn',keywords:t('activate address alive all alt altstep and and4b any break case component const continue control deactivate display do else encode enumerated except exception execute extends extension external for from function goto group if import in infinity inout interleave label language length log match message mixed mod modifies module modulepar mtc noblock not not4b nowait of on optional or or4b out override param pattern port procedure record recursive rem repeat return runs select self sender set signature system template testcase to type union value valueof var variant while with xor xor4b'),builtin:t('bit2hex bit2int bit2oct bit2str char2int char2oct encvalue decomp decvalue float2int float2str hex2bit hex2int hex2oct hex2str int2bit int2char int2float int2hex int2oct int2str int2unichar isbound ischosen ispresent isvalue lengthof log2str oct2bit oct2char oct2hex oct2int oct2str regexp replace rnd sizeof str2bit str2float str2hex str2int str2oct substr unichar2int unichar2char enum2int'),types:t('anytype bitstring boolean char charstring default float hexstring integer objid octetstring universal verdicttype timer'),timerOps:t('read running start stop timeout'),portOps:t('call catch check clear getcall getreply halt raise receive reply send trigger'),configOps:t('create connect disconnect done kill killed map unmap'),verdictOps:t('getverdict setverdict'),sutOps:t('action'),functionOps:t('apply derefers refers'),verdictConsts:t('error fail inconc none pass'),booleanConsts:t('true false'),otherConsts:t('null NULL omit'),visibilityModifiers:t('private public friend'),templateMatch:t('complement ifpresent subset superset permutation'),multiLineStrings:!0})});
Download modules/editor/codemirror/mode/ttcn/ttcn.min.js
History Tue, 4 Sep 2018 00:05:46 +0200 Jan Dankert JQuery-UI hatte die falsche minifizierte Version, Codemirror is erstmal un-minifiziert, da JSqueeze leider ungültiges Javascript erzeugt :-O Tue, 22 May 2018 22:39:53 +0200 Jan Dankert Fix für PHP 7.2: 'Object' darf nun nicht mehr als Klassennamen verwendet werden. AUCH NICHT IN EINEM NAMESPACE! WTF, wozu habe ich das in einen verfickten Namespace gepackt? Wozu soll der sonst da sein??? Amateure. Daher nun notgedrungen unbenannt in 'BaseObject'.