Home
last modified time | relevance | path

Searched refs:newState (Results 1 – 25 of 28) sorted by relevance

12

/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js39 newState.x = bounds.x + xShift;
40 newState.y = bounds.y + yShift;
41 newState.width = bounds.width;
58 if (((newState.x >= state.x && newState.x <= (state.x + state.width))
59 || (state.x >= newState.x && state.x <= (newState.x + newState.width)))
64 else if (((newState.y >= state.y && newState.y <= (state.y + state.height))
65 || (state.y >= newState.y && state.y <= (newState.y + newState.height)))
118 var isMovingOne = newState == s1 || newState == s2;
198 var isMovingOne = newState == s1 || newState == s2;
319 if (newState == s1)
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbuttonui.js122 FCKToolbarButtonUI.prototype.ChangeState = function( newState, force ) argument
124 if ( !force && this.State == newState )
129 switch ( parseInt( newState, 10 ) )
144 this.State = newState ;
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dcode-store.js30 export const updateCodeStore = (newState) => {
31 codeStore.set(newState);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php819 $newState = $proposed;
820 $newState->stateNumber = $dfa->states->count();
822 $newState->configs = $configs;
823 $dfa->states->add($newState);
825 return $newState;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js886 .on('change:state', function(m, newState) { argument
888 assert.equal(newState, 'hello');
892 .on('change:state', function(m, newState) { argument
894 assert.equal(newState, 'hello');
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js469 … for (var symbol, preErrorSymbol, state, action, r, p, len, newState, expected, yyval = {}; ;) {
504 …vstack.push(yyval.$), lstack.push(yyval._$), newState = table[stack[stack.length - 2]][stack[stack…
505 stack.push(newState);
H A Dsequence-diagram-snap-min.js6newState,expected,yyval={};;){if(state=stack[stack.length-1],this.defaultActions[state]?action=thi…
H A Dsequence-diagram-raphael.js469 … for (var symbol, preErrorSymbol, state, action, r, p, len, newState, expected, yyval = {}; ;) {
504 …vstack.push(yyval.$), lstack.push(yyval._$), newState = table[stack[stack.length - 2]][stack[stack…
505 stack.push(newState);
H A Dsequence-diagram.js469 … for (var symbol, preErrorSymbol, state, action, r, p, len, newState, expected, yyval = {}; ;) {
504 …vstack.push(yyval.$), lstack.push(yyval._$), newState = table[stack[stack.length - 2]][stack[stack…
505 stack.push(newState);
H A Dsequence-diagram-raphael-min.js6newState,expected,yyval={};;){if(state=stack[stack.length-1],this.defaultActions[state]?action=thi…
H A Dsequence-diagram-min.js6newState,expected,yyval={};;){if(state=stack[stack.length-1],this.defaultActions[state]?action=thi…
H A Dsequence-diagram-snap-min.js.map1 …es","options","symbol","preErrorSymbol","state","action","r","p","len","newState","expected","yyva…
H A Dsequence-diagram-raphael-min.js.map1 …es","options","symbol","preErrorSymbol","state","action","r","p","len","newState","expected","yyva…
H A Dsequence-diagram-min.js.map1 …es","options","symbol","preErrorSymbol","state","action","r","p","len","newState","expected","yyva…
/plugin/codemirror/dist/modes/
H A Dxquery.min.js.map1newState","push","pop","reinstateTokenize","startState","cc","token","blockCommentStart","blockCom…
/plugin/imapmarkers/
H A Djquery.imagemapster.js899 var newState = selected;
909 newState = ar.toggle(opts);
912 return newState;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8842 var newState = modes[mode];
8843 if (!newState) {
8844 newState = modes[mode] = {
8852 this._invalid = newState._invalid;
8853 this._storage = newState._storage;
8854 this.updatedRows = newState.updatedRows;
10015 var newState = gantt.getState();
10018 if (+oldState.min_date != +newState.min_date || +oldState.max_date != +newState.max_date) {
18602 var newState = controller.getState();
18603 if(newState.id){
[all …]
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js7755 var newState = {
7761 this._updateInternalState(destination, newState.uid);
7775 window.history.replaceState(newState, '', newUrl);
7777 window.history.replaceState(newState, '');
7783 window.history.pushState(newState, '', newUrl);
7785 window.history.pushState(newState, '');
H A Dviewer.js.map1newState","uid","newUrl","temporary","_tryPushCurrentPosition","position","_isValidState","checkRe…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1newState, expected;\n while (true) {\n state = stack[stack.length - 1];\n if (thi…
/plugin/processing/
H A Dscript.js5010 var newState = { class in p.pushStyle
5026 styleArray.push(newState);
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1newState","expected","yyval","errStr","showPosition","loc","first_line","last_line","first_column"…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1newState","_applyPayload","_cleanupArgumentsBeforeSend","dataToSend","processedData","_cleanupItem…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js7478 …te||this.contentState&state){var timeoutRunner=bindFixed(function(){var newState=safeGetContentSta…
7479 if(newState!=this.contentState){this.context.invalidatePanels(this.name)

12