Home
last modified time | relevance | path

Searched refs:CanEdit (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/captncraig/easyauth/example/
H A Dmain.go18 CanEdit const
20 RoleEditor = RoleCommenter | CanEdit
63 http.Handle("/edit", auth.Wrap(render("edit stuff"), CanEdit))
81 "Edit": CanEdit,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/search_engines/
H A Dkeyword_editor_controller_unittest.cc192 EXPECT_TRUE(controller()->CanEdit(turl1)); in TEST_F()
193 EXPECT_TRUE(controller()->CanEdit(turl2)); in TEST_F()
199 EXPECT_TRUE(controller()->CanEdit(turl1)); in TEST_F()
200 EXPECT_TRUE(controller()->CanEdit(turl2)); in TEST_F()
202 controller()->CanEdit(util()->model()->GetDefaultSearchProvider())); in TEST_F()
H A Dkeyword_editor_controller.h39 bool CanEdit(const TemplateURL* url) const;
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/
H A Dpce_helper.pl990 new(CanEdit, condition := (CV?editable == @on)),
1008 menu_item(make_section, CanEdit),
1009 menu_item(make_subsection, CanEdit),
1010 menu_item(make_subsubsection, CanEdit),
1012 end_group := @on, CanEdit),
1016 menu_item(make_example, CanEdit),
1017 menu_item(make_emphasized, CanEdit),
1020 menu_item(assign_label, CanEdit),
1021 menu_item(make_button, CanEdit),
1024 menu_item(make_table_of_contents, CanEdit),
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/man/
H A Dv_topic.pl242 new(CanEdit, Manual?edit_mode == @on),
269 and(CanEdit,
277 and(CanEdit,
282 CanEdit)
286 CanEdit)
290 CanEdit)
294 CanEdit)
/dports/devel/upp/upp/bazaar/CtrlPropTest/
H A Dedit.cpp33 bool CtrlPropTest::CanEdit() in CanEdit() function in CtrlPropTest
42 if(!CanEdit()) return; in OnCtrlRight()
H A DCtrlPropTest.h26 bool CanEdit();
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/agent/
H A DpgaJob.h138 bool CanEdit() in CanEdit() function
181 bool CanEdit() in CanEdit() function
183 return job->CanEdit(); in CanEdit()
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/SevereCloud/vksdk/v2/object/
H A Dvideo.go25 CanEdit BaseBoolInt `json:"can_edit"` member
141 CanEdit BaseBoolInt `json:"can_edit"` member
206CanEdit BaseBoolInt `json:"can_edit"` // Information whether current user can edit th… member
255 CanEdit BaseBoolInt `json:"can_edit"` member
H A Dboard.go27 CanEdit BaseBoolInt `json:"can_edit"` // Information whether current user can edit the comment member
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/schema/
H A DpgSchema.h50 bool CanEdit() in CanEdit() function
196 bool CanEdit() in CanEdit() function
228 bool CanEdit() in CanEdit() function
/dports/devel/py-pyface/pyface-7.2.0/pyface/wx/
H A Dshell.py446 if not self.CanEdit():
581 elif (shiftDown and key == WXK_UP) and self.CanEdit():
594 if selecting and self.CanEdit():
600 if self.CanEdit():
618 elif not self.CanEdit():
661 if not self.CanEdit():
670 if not self.CanEdit():
710 if self.CanEdit():
725 if self.CanEdit():
1070 if self.CanEdit() and (
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/py/
H A Dshell.py467 if not self.CanEdit():
674 elif selecting and key not in NAVKEYS and not self.CanEdit():
714 if selecting and self.CanEdit():
721 if self.CanEdit():
746 elif not self.CanEdit():
825 if not self.CanEdit():
834 if not self.CanEdit():
872 if self.CanEdit():
889 if self.CanEdit():
1300 if self.CanEdit() and editwindow.EditWindow.CanPaste(self):
[all …]
H A Deditwindow.py232 return self.CanCopy() and self.CanEdit()
234 def CanEdit(self): member in EditWindow
240 return stc.StyledTextCtrl.CanPaste(self) and self.CanEdit()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/frm/
H A DfrmGrantWizard.cpp153 if (obj->CanEdit()) in AddObjects()
330 return obj->GetSchema()->CanEdit(); in CheckEnable()
334 return obj->CanEdit(); in CheckEnable()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DnamespaceEdit.h248 typedef std::function<bool(const SdfNamespaceEdit&,std::string*)> CanEdit; typedef
291 const CanEdit& canEdit,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/tree/
H A Dtree_view_controller.cc12 bool TreeViewController::CanEdit(TreeView* tree_view, ui::TreeModelNode* node) { in CanEdit() function in views::TreeViewController
H A Dtree_view_controller.h30 virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/tree/
H A Dtree_view_controller.cc12 bool TreeViewController::CanEdit(TreeView* tree_view, ui::TreeModelNode* node) { in CanEdit() function in views::TreeViewController
H A Dtree_view_controller.h30 virtual bool CanEdit(TreeView* tree_view, ui::TreeModelNode* node);
/dports/www/grafana8/grafana-8.3.6/pkg/services/guardian/
H A Dguardian.go21 CanEdit() (bool, error) methodSpec
62 func (g *dashboardGuardianImpl) CanEdit() (bool, error) { func
316 func (g *FakeDashboardGuardian) CanEdit() (bool, error) { func
/dports/www/grafana8/grafana-8.3.6/pkg/api/dtos/
H A Dfolder.go12 CanEdit bool `json:"canEdit"` member
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/includes/actions/
H A Dzones.php34 if ( !$monitor->CanEdit() ) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Deditor_key_bindings.cc62 if (!Behavior().ShouldInsertCharacter(*evt) || !CanEdit()) in HandleEditingKeyboardEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Deditor_key_bindings.cc62 if (!Behavior().ShouldInsertCharacter(*evt) || !CanEdit()) in HandleEditingKeyboardEvent()

123456789