Home
last modified time | relevance | path

Searched refs:push (Results 26 – 50 of 1039) sorted by relevance

12345678910>>...42

/plugin/diagramsnet/lib/shapes/
H A DmxArchiMate.js71 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
72 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false));
73 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
74 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false));
75 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false));
76 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.25), false));
77 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
79 constr.push(new mxConnectionConstraint(new mxPoint(1, 1), false));
81 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
83 constr.push(new mxConnectionConstraint(new mxPoint(0, 1), false));
[all …]
H A DmxInfographic.js230 handles.push(handle2);
242 handles.push(handle3);
679 handles.push(handle2);
811 handles.push(handle2);
966 handles.push(handle2);
1703 handles.push(handle2);
1720 handles.push(handle3);
2051 handles.push(handle2);
2063 handles.push(handle3);
2194 handles.push(handle2);
[all …]
H A DmxCisco19.js130 constr.push(new mxConnectionConstraint(new mxPoint(0.825, 0.5), false));
131 constr.push(new mxConnectionConstraint(new mxPoint(0.175, 0.5), false));
132 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0.16), false));
133 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0.84), false));
134 constr.push(new mxConnectionConstraint(new mxPoint(0.66, 0.17), false));
135 constr.push(new mxConnectionConstraint(new mxPoint(0.66, 0.83), false));
136 constr.push(new mxConnectionConstraint(new mxPoint(0.34, 0.17), false));
137 constr.push(new mxConnectionConstraint(new mxPoint(0.34, 0.83), false));
138 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0.33), false));
139 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0.67), false));
[all …]
H A DmxEip.js61 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
63 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
65 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
67 constr.push(new mxConnectionConstraint(new mxPoint(0, 0.5), false));
145 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
147 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false));
149 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false));
151 constr.push(new mxConnectionConstraint(new mxPoint(1, 0.5), false));
153 constr.push(new mxConnectionConstraint(new mxPoint(1, 1), false));
155 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 1), false));
[all …]
H A DmxArrows.js172 handles.push(handle2);
426 handles.push(handle2);
438 handles.push(handle3);
566 handles.push(handle2);
578 handles.push(handle3);
716 handles.push(handle2);
728 handles.push(handle3);
742 handles.push(handle4);
870 handles.push(handle2);
884 handles.push(handle3);
[all …]
H A DmxBasic.js164 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false));
900 handles.push(handle2);
1009 handles.push(handle2);
1021 handles.push(handle3);
1033 handles.push(handle4);
2534 handles.push(handle2);
2676 handles.push(handle2);
2813 handles.push(handle2);
2825 handles.push(handle3);
3028 handles.push(handle2);
[all …]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.scala.js5push(keywords,{klass:'keyword'});var operators=["_",":","=","=>","<-","<:","<%",">:","#","@"];brus…
H A Djquery.syntax.brush.applescript.js6push(keywords,{klass:'keyword'});var ordinals=["first","second","third","fourth","fifth","sixth","…
7 brush.push({pattern:/\b(?:about|above|against|around|at|below|beneath|beside|between|by|(apart|asid…
8 brush.push({pattern:/\b(?:adding folder items to|after receiving|choose( ((remote )?application|col…
H A Djquery.syntax.brush.basic.js5push(types,{klass:'type'});brush.push(keywords,{klass:'keyword',options:'gi'});brush.push(operator…
H A Djquery.syntax.brush.smalltalk.js5push(values,{klass:'constant'});brush.push(operators,{klass:'operator'});brush.push({pattern:/\w+:…
H A Djquery.syntax.brush.lisp.js5push(['(',')'],{klass:'operator'});brush.push(Syntax.lib.lispStyleComment);brush.push(Syntax.lib.h…
6 brush.push(Syntax.lib.multiLineDoubleQuotedString);brush.push(Syntax.lib.stringEscape);});
H A Djquery.syntax.brush.sql.js5push(operators,{klass:'operator'});brush.push(Syntax.lib.sqlStyleComment);brush.push(keywords,{kla…
H A Djquery.syntax.brush.css.js5push({pattern:/\(.*?\)/g,allow:'*',disallow:['property']});brush.push({pattern:/\s*([\:\.\[\]\"\'\…
6push(Syntax.lib.cStyleComment);brush.push(Syntax.lib.webLink);brush.push({pattern:/\{(.|\n)*?\}/g,…
H A Djquery.syntax.brush.kai.js5push(['(',')','[',']','{','}'],{klass:'operator'});brush.push(Syntax.lib.perlStyleComment);brush.p…
6 brush.push(Syntax.lib.multiLineDoubleQuotedString);brush.push(Syntax.lib.stringEscape);});
H A Djquery.syntax.brush.bash.js5push({pattern:/^([\w@:~ ]*?[\$|\#])\s+(.*?)$/gm,matches:Syntax.extractMatches({klass:'prompt'},{br…
H A Djquery.syntax.brush.apache.js5push({pattern:/(<(\w+).*?>)/gi,matches:Syntax.extractMatches({klass:'tag',allow:['attribute','tag-…
H A Djquery.syntax.brush.yaml.js5push({pattern:/^\s*#.*$/gm,klass:'comment',allow:['href']});brush.push(Syntax.lib.singleQuotedStri…
H A Djquery.syntax.brush.html.js5push({pattern:/<script.*?type\=.?text\/javascript.*?>((.|\n)*?)<\/script>/gmi,matches:Syntax.extra…
/plugin/code3/src/
H A Dtz.js366 out.push(' ');
369 out.push('>');
401 chunksOut.push(chunk);
507 tokens.push(
522 tokens.push(
1090 tokensOut.push(
1106 tokensOut.push(tok);
1131 tokens.push(tok);
1222 tokensOut.push(tok);
1341 outList.push(tok);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js62 verticalCells.push(state);
68 horizontalCells.push(state);
86 verticalCells.push(newState);
166 horizontalCells.push(newState)
262 points.push(p1);
263 points.push(p2);
356 guidesArr.push(guideEq);
397 vPoints.push(new mxPoint(firstX, s2.y - shift));
418 vPoints.push(new mxPoint(firstX, newY - shift));
420 vPoints.push(new mxPoint(firstX, s3.y - shift));
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js25 if(C!==false)L.push(C)}
27 function symbol(){var C=xchar();if(member(C,"()<>/% \t\n"))throw new Error("Symbol expected, got "+C);var N=member(C,"+-0123456789.");var F="."==C;var L=[C];while(peek()&&!member(peek(),"()<>[]{}/% \t\n")){C=xchar();L.push(C);if(N&&!member(C,"0123456789")){if(!F&&"."==C)F=true;else N=false}}
32 throw new Error("bind error '"+K+"'");Es.push([false,D[K]])}else if(Z&&isArray(X)&&isQuoted(X)){if(0<X.length){var F=X[0];var R=quote(X.slice(1));if(0<R.length)Es.push([false,R]);run(F,false)}}else if("function"==typeof X)X();else Os.push(X)}
35 Os.push(C[I]);run(X,true)}
36 var PsP=new PsParser;function parse(L){PsP.init(L);while(PsP.peek()){var T=PsP.token();if(T||T===0){Os.push(T);if(PsP.D<=0||isSymbol(T)&&(member(symbolName(T),"[]{}")||"<<"==symbolName(T)||">>"==symbolName(T))){exec();while(0<Es.length)
40 function Wps(psvg_i){var psvg=psvg_i;var Os=[];var Sd={};var Ds=[Sd];var Es=[];var Ps=new Ps0(Os,Ds,Es);Sd["true"]=function(){Os.push(true)};Sd["false"]=function(){Os.push(false)};Sd["null"]=function(){Os.push(nul
[all...]
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1push("<tr>");for(j=0;j<i.length;j++){var s=i[j][0];k.push('<td colspan="4" class="cke_dark_backgro…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1push("<tr>");for(j=0;j<i.length;j++){var s=i[j][0];k.push('<td colspan="4" class="cke_dark_backgro…
/plugin/code3/
H A Dscript.js11push('\074',l);for(var o=0;o<i.attributes.length;++o){var O=i.attributes[o];if(!O.specified){conti…
/plugin/diagramsnet/lib/math/extensions/
H A DtoMathML.js19push(this.data[g].toMathML(j))}else{if(!this.isToken&&!this.isChars){k.push(j+"<mrow />")}}}if(thi…

12345678910>>...42