Home
last modified time | relevance | path

Searched refs:push (Results 51 – 75 of 1039) sorted by relevance

12345678910>>...42

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.diff.js5push({pattern:/^\+\+\+.*$/gm,klass:'add'});brush.push({pattern:/^\-\-\-.*$/gm,klass:'del'});brush.
/plugin/codemirror/dist/modes/
H A Dsoy.min.js1push("list-literal");b.context=new m(b.context,"list-literal",b.variables);b.lookupVariables=false…
H A Dhandlebars.min.js1push:"handlebars_raw",token:"tag"},{regex:/\{\{!--/,push:"dash_comment",token:"comment"},{regex:/\…
H A Dmarkdown.min.js1push(d.indentation);d.em=false;d.strong=false;d.code=false;d.strikethrough=false;if(c.taskLists&&b…
/plugin/bez/ctl/
H A Dstart.php21 public function push($datetime, $type, $author, $entity) { function in Timeline
63 $timeline->push($thread->create_date, 'thread_proposal' . $project, $thread->original_poster, $thread);
65 $timeline->push($thread->create_date, 'thread_opened' . $project, $thread->coordinator, $thread);
69 $timeline->push($thread->last_activity_date, 'thread_done' . $project, $thread->coordinator, $thread);
71 $timeline->push($thread->last_activity_date, 'thread_closed' . $project, $thread->coordinator, $thread);
73 $timeline->push($thread->last_activity_date, 'thread_rejected' . $project, $thread->coordinator, $thread);
81 $timeline->push($thread_comment->create_date, 'thread_comment_added', $thread_comment->author, $thread_comment);
83 $timeline->push($thread_comment->create_date, 'thread_comment_cause_added', $thread_comment->author, $thread_comment);
90 $timeline->push($task->create_date, 'task_opened', $task->assignee, $task);
93 $timeline->push(
[all...]
/plugin/diagramsnet/lib/js/rough/
H A Drough.min.js27push({key:"M",data:[g,n]});m=g;x=n;break;case "L":w.push({key:"L",data:_toConsumableArray(q)});k=q…
28push({key:"Q",data:p});g=p[2];n=p[3];break;case "A":w.push({key:"A",data:_toConsumableArray(q)});g…
30push({key:"M",data:_toConsumableArray(y)});a=y;e=_slicedToArray(a,2);m=e[0];x=e[1];a;c=y;f=_sliced…
42push([b[0][0]+u(a,e),b[0][1]+u(a,e)]);c.push([b[0][0]+u(a,e),b[0][1]+u(a,e)]);for(var f=1;f<b.leng…
43push({op:"bcurveTo",data:[k[1][0],k[1][1],k[2][0],k[2][1],k[3][0],k[3][1]]})}a&&2===a.length&&(b=e…
44push.apply(f,_toConsumableArray(D(b[0][0],b[0][1],b[1][0],b[1][1],e)));return f}function ba(b,a,e,…
61push(J(a,d)):f.push(G(a,d)));return"none"!==d.stroke&&f.push(g),this._d("rectangle",f,d)}},{key:"e…
64push(_toConsumableArray(a[0]),_toConsumableArray(a[1]),_toConsumableArray(a[2]),_toConsumableArray…
65push(d[1],d[2],d[3])}}return b}(a),10,(1+c.roughness)/2);"solid"===c.fillStyle?b.push(J(h,c)):b.pu…
67push(a);break;case "L":k();f.push([n[0],n[1]]);break;case "C":if(!g.length){var r=f.length?f[f.len…
[all …]
H A Drough.js.orig1push([s[0][0],s[0][1]]);const n=[];if(s&&s.length>2){let t=e.hachureGap;t<0&&(t=4*e.strokeWidth),t…
H A Drough.js.modified692 a.push({
1236 s.push({
1242 s.push({
1336 }) : g.push({
1342 }) : g.push({
1367 o.push({
1382 o.push({
1390 }), o.push({
1406 i.push(_t24), c.push(_t24);
1435 }) : i.push({
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js350 if (inverse) { out.push('^'); }
355 out.push(p);
365 ranges.push([start, end]);
397 out.push(encodeEscape(range[0]));
403 out.push(']');
508 rewritten.push(
726 allRegexs.push(regex);
730 allRegexs.push(/[\0-\uffff]/);
856 shortcutStylePatterns.push(
861 shortcutStylePatterns.push(
[all …]
H A Dprettify.js398 if (inverse) { out.push('^'); }
403 out.push(p);
413 ranges.push([start, end]);
445 out.push(encodeEscape(range[0]));
451 out.push(']');
556 rewritten.push(
774 allRegexs.push(regex);
778 allRegexs.push(/[\0-\uffff]/);
904 shortcutStylePatterns.push(
909 shortcutStylePatterns.push(
[all …]
H A Drun_prettify.js274 skinUrls.push(LOADER_BASE_URL
627 if (inverse) { out.push('^'); }
632 out.push(p);
642 ranges.push([start, end]);
680 out.push(']');
785 rewritten.push(
1003 allRegexs.push(regex);
1007 allRegexs.push(/[\0-\uffff]/);
1133 shortcutStylePatterns.push(
1138 shortcutStylePatterns.push(
[all …]
/plugin/const/
H A Dclass.evalmath.php298 $stack->push( '_' );
392 $stack->push( '(' );
408 $stack->push( $value );
409 $stack->push( 1 );
410 $stack->push( '(' );
559 $stack->push( $result );
589 $stack->push( $op1 + $op2 );
592 $stack->push( $op1 - $op2 );
595 $stack->push( $op1 * $op2 );
625 $stack->push( $token );
[all …]
/plugin/formatplus/
H A Dscript.js35 q_open.push(q1);
36 q_close.push(q2);
40 if(q_open.length==0) q_open.push('“');
41 if(q_close.length==0) q_close.push('”');
49 qstack.push(qprev);
54 qstack.push(qprev);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js144 strArray.push( c ) ;
160 strArray.push( blockEndTag ) ;
165 strArray.push( lineBreakTag ) ;
201 strArray.push( c ) ;
210 strArray.push( "&nbsp;" ) ;
212 strArray.push( blockEndTag ) ;
214 strArray.push( blockStartTag ) ;
218 strArray.push( blockEndTag ) ;
241 strArray.push( c ) ;
246 strArray.push ( blockEndTag ) ;
[all …]
/plugin/amcharts/assets/amcharts/
H A Dradar.js5 …xisAlpha;this.set=b.container.set();this.set.translate(a.x,a.y);b.axesSet.push(this.set);var n=a.a…
6 …cos(q/180*Math.PI);0<m&&(t=d.line(b.container,[0,t],[0,q],f,m,c),this.set.push(t),d.setCN(b,t,a.bc…
7 p[w].category,k,r,h,x);g.translate(t+5,q);this.set.push(g);d.setCN(b,g,a.bcn+"title")}}}}})})();(fu…
8 …"start",C=1);var v;F&&(v=d.text(l,c,p,h,k,I,r),v.translate((q+3+J)*C,b),m.push(v),d.setCN(f,v,a.bc…
9push(y),d.setCN(f,y,a.bcn+"tick"),e&&d.setCN(f,y,"guide"),d.setCN(f,y,A,!0));b=Math.abs(b);r=[];h=…
10push(e*Math.sin(p/180*Math.PI)),h.push(e*Math.cos(p/180*Math.PI));u=d.polygon(l,r,h,E,B)}else u=d.…
11push(c*Math.cos(h/180*Math.PI));k.push(k[0]);p.push(p[0]);for(l=a;0<=l;l--)h=180-360/a*l,k.push(m*…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DGitHubEventsConfig.php116 public function setPush(PushFilter $push) argument
118 $this->push = $push;
125 return $this->push;
H A DBitbucketServerTriggerConfig.php100 public function setPush(PushFilter $push) argument
102 $this->push = $push;
109 return $this->push;
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js294 layout._nodes.push(topLeft);
295 layout._nodes.push(bottomRight);
373 nodes.push(node);
408 addedLinks.push(link);
413 links.push(link);
492 groups.push(graphGroup);
726 activeChildren.push(cell);
752 result.push(groupCell);
765 result.push(cell);
859 result.push(link);
[all …]
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushXml.js15 function push(array, value) function
50 push(this.matches, new dp.sh.Match(match[1], match.index, 'attribute'));
55push(this.matches, new dp.sh.Match(match[2], match.index + match[0].indexOf(match[2]), 'attribute-…
68push(this.matches, new dp.sh.Match(match[1], match.index + match[0].indexOf(match[1]), 'tag-name')…
/plugin/syntaxhighlighter/Scripts/
H A DshBrushXml.js11 {function push(array,value) function
16 push(this.matches,new dp.sh.Match(match[1],match.index,'attribute'));if(match[2]!=undefined)
17 {push(this.matches,new dp.sh.Match(match[2],match.index+match[0].indexOf(match[2]),'attribute-value…
19 {push(this.matches,new dp.sh.Match(match[1],match.index+match[0].indexOf(match[1]),'tag-name'));}}
/plugin/stlviewer/stlviewer/
H A Dparser.min.js2push(new Array(f1,f2,f3)),i[[f1,f2,f3]]=a),l.push(a);n.push(new Array(l[0],l[1],l[2])),s+=12}retur…
/plugin/formatplus2/
H A Dscript.js63 q_open.push(q1);
64 q_close.push(q2);
68 if(q_open.length==0) q_open.push('“');
69 if(q_close.length==0) q_close.push('”');
77 qstack.push(qprev);
82 qstack.push(qprev);
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc117 html.push('<tr>');
130 html.push('</tr>');
150 html.push( '<tr role="presentation">' );
165 html.push( '</tr>' );
170 html.push( '<td></td>' );
171 html.push( '</tr>' );
183 html.push( '<tr role="presentation">' );
195 html.push( '</tr>' );
200 html.push( '<td></td>' );
201 html.push( '</tr>' );
[all …]
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc117 html.push('<tr>');
130 html.push('</tr>');
150 html.push( '<tr role="presentation">' );
165 html.push( '</tr>' );
170 html.push( '<td></td>' );
171 html.push( '</tr>' );
183 html.push( '<tr role="presentation">' );
195 html.push( '</tr>' );
200 html.push( '<td></td>' );
201 html.push( '</tr>' );
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dstrtab-1.js114 t.push(c)}}else{for(i=0;i<p.length;i++){c=p[i]
122 t.push(c)}}
132 t.push(o*7+p-12)}}else{while(1){str=a.shift()
139 t.push((o+1)*12+p)}}
168 p_v.tab.push(tab[i]+p_v.capo)}else{p_v.tab=tab}
169 a.push("clef=")
171 if(tab.length==3){a.push('"tab3"')
175 style="font:bold 8px sans-serif">TAB</text>'}else if(tab.length==4){a.push('"tab4"')
179 style="font:bold 12px sans-serif">TAB</text>'}else if(tab.length==5){a.push('"tab5"')
183 style="font:bold 12px sans-serif">TAB</text>'}else{a.push('"tab
[all...]

12345678910>>...42