Home
last modified time | relevance | path

Searched refs:isEphemeral (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/test/
H A DCreateModeTest.java38 assertFalse(cm.isEphemeral()); in testBasicCreateMode()
44 assertTrue(cm.isEphemeral()); in testBasicCreateMode()
50 assertFalse(cm.isEphemeral()); in testBasicCreateMode()
56 assertTrue(cm.isEphemeral()); in testBasicCreateMode()
62 assertFalse(cm.isEphemeral()); in testBasicCreateMode()
/dports/security/keybase/client-v5.7.1/go/teambot/
H A Dnotify.go21 app keybase1.TeamApplication, generation int, isEphemeral bool) (err error) {
30 "is_ephemeral": libkb.B{Val: isEphemeral},
51 app keybase1.TeamApplication, generation int, isEphemeral bool) libkb.DbKey {
53 if isEphemeral {
83 now keybase1.Time, isEphemeral bool) (bool, keybase1.Time, error) {
84 key := teambotKeyWrongKIDCacheKey(teamID, botUID, app, generation, isEphemeral)
/dports/devel/php-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DServerTemplateEditor.java59 _applyButton.setEnabled(t.isEphemeral()); in show()
60 _discardButton.setEnabled(t.isEphemeral()); in show()
62 if(t.isEphemeral()) in show()
H A DServiceTemplateEditor.java59 _applyButton.setEnabled(t.isEphemeral()); in show()
60 _discardButton.setEnabled(t.isEphemeral()); in show()
62 if(t.isEphemeral()) in show()
H A DPlainServerEditor.java71 _applyButton.setEnabled(server.isEphemeral()); in show()
72 _discardButton.setEnabled(server.isEphemeral()); in show()
74 if(server.isEphemeral()) in show()
H A DPlainServiceEditor.java87 _applyButton.setEnabled(service.isEphemeral()); in show()
88 _discardButton.setEnabled(service.isEphemeral()); in show()
90 if(service.isEphemeral()) in show()
H A DNodeEditor.java34 if(_target.isEphemeral()) in applyUpdate()
231 _name.setEditable(_target.isEphemeral()); in show()
244 _applyButton.setEnabled(node.isEphemeral()); in show()
245 _discardButton.setEnabled(node.isEphemeral()); in show()
247 if(node.isEphemeral()) in show()
H A DPropertySetEditor.java31 if(nps.isEphemeral()) in applyUpdate()
226 _applyButton.setEnabled(nps.isEphemeral()); in show()
227 _discardButton.setEnabled(nps.isEphemeral()); in show()
229 if(nps.isEphemeral()) in show()
H A DServerInstanceEditor.java154 boolean isEditable = server.isEphemeral() || !root.getCoordinator().substitute(); in show()
211 _applyButton.setEnabled(server.isEphemeral()); in show()
212 _discardButton.setEnabled(server.isEphemeral()); in show()
214 if(server.isEphemeral()) in show()
H A DServiceInstanceEditor.java165 boolean isEditable = service.isEphemeral() || !coordinator.substitute(); in show()
222 _applyButton.setEnabled(service.isEphemeral()); in show()
223 _discardButton.setEnabled(service.isEphemeral()); in show()
225 if(service.isEphemeral()) in show()
/dports/devel/ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DServerTemplateEditor.java59 _applyButton.setEnabled(t.isEphemeral()); in show()
60 _discardButton.setEnabled(t.isEphemeral()); in show()
62 if(t.isEphemeral()) in show()
H A DServiceTemplateEditor.java59 _applyButton.setEnabled(t.isEphemeral()); in show()
60 _discardButton.setEnabled(t.isEphemeral()); in show()
62 if(t.isEphemeral()) in show()
H A DPlainServerEditor.java71 _applyButton.setEnabled(server.isEphemeral()); in show()
72 _discardButton.setEnabled(server.isEphemeral()); in show()
74 if(server.isEphemeral()) in show()
H A DPlainServiceEditor.java87 _applyButton.setEnabled(service.isEphemeral()); in show()
88 _discardButton.setEnabled(service.isEphemeral()); in show()
90 if(service.isEphemeral()) in show()
H A DNodeEditor.java34 if(_target.isEphemeral()) in applyUpdate()
231 _name.setEditable(_target.isEphemeral()); in show()
244 _applyButton.setEnabled(node.isEphemeral()); in show()
245 _discardButton.setEnabled(node.isEphemeral()); in show()
247 if(node.isEphemeral()) in show()
H A DPropertySetEditor.java31 if(nps.isEphemeral()) in applyUpdate()
226 _applyButton.setEnabled(nps.isEphemeral()); in show()
227 _discardButton.setEnabled(nps.isEphemeral()); in show()
229 if(nps.isEphemeral()) in show()
H A DServerInstanceEditor.java154 boolean isEditable = server.isEphemeral() || !root.getCoordinator().substitute(); in show()
211 _applyButton.setEnabled(server.isEphemeral()); in show()
212 _discardButton.setEnabled(server.isEphemeral()); in show()
214 if(server.isEphemeral()) in show()
H A DServiceInstanceEditor.java165 boolean isEditable = service.isEphemeral() || !coordinator.substitute(); in show()
222 _applyButton.setEnabled(service.isEphemeral()); in show()
223 _discardButton.setEnabled(service.isEphemeral()); in show()
225 if(service.isEphemeral()) in show()
/dports/devel/py-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DServerTemplateEditor.java59 _applyButton.setEnabled(t.isEphemeral()); in show()
60 _discardButton.setEnabled(t.isEphemeral()); in show()
62 if(t.isEphemeral()) in show()
H A DServiceTemplateEditor.java59 _applyButton.setEnabled(t.isEphemeral()); in show()
60 _discardButton.setEnabled(t.isEphemeral()); in show()
62 if(t.isEphemeral()) in show()
H A DPlainServerEditor.java71 _applyButton.setEnabled(server.isEphemeral()); in show()
72 _discardButton.setEnabled(server.isEphemeral()); in show()
74 if(server.isEphemeral()) in show()
H A DPlainServiceEditor.java87 _applyButton.setEnabled(service.isEphemeral()); in show()
88 _discardButton.setEnabled(service.isEphemeral()); in show()
90 if(service.isEphemeral()) in show()
H A DNodeEditor.java34 if(_target.isEphemeral()) in applyUpdate()
231 _name.setEditable(_target.isEphemeral()); in show()
244 _applyButton.setEnabled(node.isEphemeral()); in show()
245 _discardButton.setEnabled(node.isEphemeral()); in show()
247 if(node.isEphemeral()) in show()
H A DPropertySetEditor.java31 if(nps.isEphemeral()) in applyUpdate()
226 _applyButton.setEnabled(nps.isEphemeral()); in show()
227 _discardButton.setEnabled(nps.isEphemeral()); in show()
229 if(nps.isEphemeral()) in show()
H A DServerInstanceEditor.java154 boolean isEditable = server.isEphemeral() || !root.getCoordinator().substitute(); in show()
211 _applyButton.setEnabled(server.isEphemeral()); in show()
212 _discardButton.setEnabled(server.isEphemeral()); in show()
214 if(server.isEphemeral()) in show()

12345678910>>...13