Home
last modified time | relevance | path

Searched refs:isNew (Results 1 – 25 of 27) sorted by relevance

12

/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js48 delete value.isNew;
241 isNew: true,
256 delete mxSettings.settings.isNew;
H A DGitHubFile.js342 this.meta.isNew, mxUtils.bind(this, function(message)
H A DGitHubClient.js550 '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 DGitLabClient.js561 'last_commit_id': last_commit_id, isNew: true}));
694 delete file.meta.isNew;
H A DApp.js5896 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 DDialogs.js9800 var isNew = !targetGraph.model.contains(targetCell);
9802 if (!hide || isNew || newValue != stencil)
9811 if (isNew)
9832 if (isNew)
H A DEditorUi.js10524 if ((!this.editor.chromeless || this.editor.editable) && (mxSettings.settings.isNew ||
/plugin/jdraw/
H A Dsyntax.php108 $appletQueryString.="&isNew=yes";
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php272 * @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 DPlugin.php345 * @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 Dmodel.js184 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 DPlugin.php817 * @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 DPlugin.php783 * @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 Dbackbone.js653 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 DBasicGraphEditor.java.bak993 public boolean isNew() {
994 return "yes".equals(applet.getParameter("isNew"));
H A DBasicGraphEditor.java1032 public boolean isNew() {
H A DEditorActions.java1339 if (graph != null && !editor.getConfig().isNew()) { in actionPerformed()
H A DEditorActions.java.bak1339 if (graph != null && !editor.getConfig().isNew()) {
/plugin/database2/
H A Ddatabase2.php957 $isNew = !$rowid || $duplicateOf;
1095 if ( $isNew )
1179 if ( $isNew )
1185 if ( $isNew && !$duplicateOf )
1258 if ( !$isNew )
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js978 var isNew = !object;
994 if (isNew) {
H A Dlodash.js4761 var isNew = !object;
4777 if (isNew) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js4761 var isNew = !object;
4777 if (isNew) {
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11719 …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!…
11727isNew&&f++;var d=document.createElement("div");d.className="notification";var e=b.timeSince(new Da…

12