/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Settings.js | 48 delete value.isNew; 241 isNew: true, 256 delete mxSettings.settings.isNew;
|
H A D | GitHubFile.js | 342 this.meta.isNew, mxUtils.bind(this, function(message)
|
H A D | GitHubClient.js | 550 'name': filename, 'path': path, 'sha': sha, isNew: true})); 586 GitHubClient.prototype.showCommitDialog = function(filename, isNew, success, cancel) argument 591 var dlg = new FilenameDialog(this.ui, mxResources.get((isNew) ? 'addedFile' : 'updateFile', 712 delete file.meta.isNew;
|
H A D | GitLabClient.js | 561 'last_commit_id': last_commit_id, isNew: true})); 694 delete file.meta.isNew;
|
H A D | App.js | 5896 notifs[i].isNew = (!lastRead || notifs[i].timestamp > lastRead); 5953 if (notifs[i].isNew) 6107 if (notif.isNew) 6122 …notifEl.innerHTML = '<div class="circle' + (notif.isNew? ' active' : '') + '"></div><span class="t…
|
H A D | Dialogs.js | 9800 var isNew = !targetGraph.model.contains(targetCell); 9802 if (!hide || isNew || newValue != stencil) 9811 if (isNew) 9832 if (isNew)
|
H A D | EditorUi.js | 10524 if ((!this.editor.chromeless || this.editor.editable) && (mxSettings.settings.isNew ||
|
/plugin/jdraw/ |
H A D | syntax.php | 108 $appletQueryString.="&isNew=yes";
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 272 * @param mixed $isNew Whether this was a new item or we're updating one 275 …erface $request, ResponseInterface $response, VCalendar $vCal, $calendarPath, &$modified, $isNew) { argument 287 if (!$isNew) {
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 345 * @param mixed $isNew Whether this was a new item or we're updating one 348 …erface $request, ResponseInterface $response, VCalendar $vCal, $calendarPath, &$modified, $isNew) { argument 360 if (!$isNew) {
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
H A D | model.js | 184 assert.ok(a.isNew(), 'it should be new'); 186 assert.ok(!a.isNew(), 'any defined ID is legal, negative or positive'); 188 assert.ok(!a.isNew(), 'any defined ID is legal, including zero'); 189 assert.ok(new Backbone.Model().isNew(), 'is true when there is no id'); 190 assert.ok(!new Backbone.Model({id: 2}).isNew(), 'is false for a positive integer'); 191 assert.ok(!new Backbone.Model({id: -5}).isNew(), 'is false for a negative integer'); 384 assert.equal(model.isNew(), false); 387 assert.equal(model.isNew(), true);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 817 * @param bool $isNew Is the item a new one, or an update. 820 …lendar(&$data, $path, &$modified, RequestInterface $request, ResponseInterface $response, $isNew) { argument 943 $isNew
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 783 * @param bool $isNew Is the item a new one, or an update. 786 …lendar(&$data, $path, &$modified, RequestInterface $request, ResponseInterface $response, $isNew) { argument 885 $isNew
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/ |
H A D | backbone.js | 653 var method = this.isNew() ? 'create' : (options.patch ? 'patch' : 'update'); 680 if (!model.isNew()) model.trigger('sync', model, resp, options); 684 if (this.isNew()) { 702 if (this.isNew()) return base; 719 isNew: function() {
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | BasicGraphEditor.java.bak | 993 public boolean isNew() { 994 return "yes".equals(applet.getParameter("isNew"));
|
H A D | BasicGraphEditor.java | 1032 public boolean isNew() {
|
H A D | EditorActions.java | 1339 if (graph != null && !editor.getConfig().isNew()) { in actionPerformed()
|
H A D | EditorActions.java.bak | 1339 if (graph != null && !editor.getConfig().isNew()) {
|
/plugin/database2/ |
H A D | database2.php | 957 $isNew = !$rowid || $duplicateOf; 1095 if ( $isNew ) 1179 if ( $isNew ) 1185 if ( $isNew && !$duplicateOf ) 1258 if ( !$isNew )
|
/plugin/sequencediagram/bower_components/lodash/dist/ |
H A D | lodash.core.js | 978 var isNew = !object; 994 if (isNew) {
|
H A D | lodash.js | 4761 var isNew = !object; 4777 if (isNew) {
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | servlet-api.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/plugin/jdraw/lib/ |
H A D | jdraw.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/sequencediagram/bower_components/lodash/ |
H A D | lodash.js | 4761 var isNew = !object; 4777 if (isNew) {
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 11719 …localStorage?parseInt(localStorage.getItem(d)):!0,f=0;f<c.length;f++)c[f].isNew=!g||c[f].timestamp… 11721 …e":"")}var c=b.length;if("min"==uiTheme)for(var g=c=0;g<b.length;g++)b[g].isNew&&c++;if(0==c)null!… 11727 …isNew&&f++;var d=document.createElement("div");d.className="notification";var e=b.timeSince(new Da…
|