Home
last modified time | relevance | path

Searched +defs:path +defs:edit (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/dports/graphics/dilay/dilay-1.9.0/lib/src/view/
H A Dconfiguration.cpp51 void setAndUpdate (DialogData& data, const std::string& path, const T& value) in setAndUpdate()
59 void addColorButton (DialogData& data, ViewTwoColumnGrid& grid, const std::string& path, in addColorButton()
70 void addVectorEdit (DialogData& data, ViewTwoColumnGrid& grid, const std::string& path, in addVectorEdit()
74 ViewVectorEdit& edit = *new ViewVectorEdit (vector); in addVectorEdit() local
80 void addFloatEdit (DialogData& data, ViewTwoColumnGrid& grid, const std::string& path, in addFloatEdit()
84 QLineEdit& edit = ViewUtil::lineEdit (min, value, max); in addFloatEdit() local
89 void addIntEdit (DialogData& data, ViewTwoColumnGrid& grid, const std::string& path, in addIntEdit()
93 QLineEdit& edit = ViewUtil::lineEdit (min, value, max); in addIntEdit() local
98 void addBoolEdit (DialogData& data, ViewTwoColumnGrid& grid, const std::string& path, in addBoolEdit()
102 QCheckBox& edit = ViewUtil::checkBox (label, value); in addBoolEdit() local
/dports/net/kidentitymanagement/kidentitymanagement-21.12.3/autotests/
H A Dsignaturetest.cpp102 static void setCursorPos(QTextEdit &edit, int pos) in setCursorPos()
111 KPIMTextEdit::RichTextComposer edit; in testTextEditInsertion() local
172 KPIMTextEdit::RichTextComposer edit; in testBug167961() local
199 KPIMTextEdit::RichTextComposer edit; in testImages() local
211 …QString path = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + QStringLite… in testImages() local
280 KPIMTextEdit::RichTextComposer edit; in testLinebreaks() local
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/
H A DUiHelperTrait.php67 protected function submitForm(array $edit, $submit, $form_html_id = NULL) {
193 …protected function drupalPostForm($path, $edit, $submit, array $options = [], $form_html_id = NULL…
316 protected function drupalGet($path, array $options = [], array $headers = []) {
364 protected function buildUrl($path, array $options = []) {
402 protected function getAbsoluteUrl($path) {
/dports/www/phpgroupware/phpgroupware-0.9.16.017/fudforum/setup/base/www_root/adm/
H A Dadmthemes.php61 function clean_code($path, $toks)
110 …$edit = isset($_GET['edit']) ? (int)$_GET['edit'] : (isset($_POST['edit']) ? (int)$_POST['edit'] :… variable
136 $edit = ''; variable
149 $path = $WWW_ROOT_DISK . 'theme/' . $t_name; variable
163 $path = $WWW_ROOT_DISK . 'include/theme/' . $t_name; variable
/dports/net/dgd-lpmud/mud/2.4.5/dgd/std/
H A Deditor.c7 varargs void edit(string cmd) in edit() function
26 string file, *path; in rescue_file() local
/dports/databases/py-alembic14/alembic-1.4.3/alembic/util/
H A Dpyfiles.py52 def pyc_file_from_path(path): argument
79 def edit(path): argument
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/
H A DUiHelperTrait.php68 protected function submitForm(array $edit, $submit, $form_html_id = NULL) {
198 …protected function drupalPostForm($path, $edit, $submit, array $options = [], $form_html_id = NULL…
324 protected function drupalGet($path, array $options = [], array $headers = []) {
372 protected function buildUrl($path, array $options = []) {
410 protected function getAbsoluteUrl($path) {
/dports/games/retroarch/RetroArch-1.9.7/pkg/android/phoenix-common/src/com/retroarch/browser/preferences/util/
H A DUserPreferences.java121 String path = getDefaultConfigPath(ctx); in updateConfigFile() local
175 private static void readbackString(ConfigFile cfg, SharedPreferences.Editor edit, String key) in readbackString()
183 private static void readbackBool(ConfigFile cfg, SharedPreferences.Editor edit, String key) in readbackBool()
191 private static void readbackDouble(ConfigFile cfg, SharedPreferences.Editor edit, String key) in readbackDouble()
226 private static String sanitizeLibretroPath(String path) in sanitizeLibretroPath()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Danimation_tree_editor_plugin.cpp50 void AnimationTreeEditor::edit(AnimationTree *p_tree) { in edit() function in AnimationTreeEditor
57 Vector<String> path; in edit() local
144 Vector<String> path = edited_path; in enter_editor() local
191 String path = SceneStringNames::get_singleton()->parameters_base_path; in get_base_path() local
257 void AnimationTreeEditorPlugin::edit(Object *p_object) { in edit() function in AnimationTreeEditorPlugin
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Danimation_tree_editor_plugin.cpp50 void AnimationTreeEditor::edit(AnimationTree *p_tree) { in edit() function in AnimationTreeEditor
57 Vector<String> path; in edit() local
144 Vector<String> path = edited_path; in enter_editor() local
191 String path = SceneStringNames::get_singleton()->parameters_base_path; in get_base_path() local
257 void AnimationTreeEditorPlugin::edit(Object *p_object) { in edit() function in AnimationTreeEditorPlugin
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Dstudio.cpp114 CEdit* edit; in EventProcess() local
340 CEdit* edit; in EventFrame() local
437 void CStudio::SearchToken(CEdit* edit) in SearchToken()
550 void CStudio::ColorizeScript(CEdit* edit) in ColorizeScript()
562 CEdit* edit; in StartEditScript() local
708 CEdit* edit; in AdjustEditScript() local
904 CEdit* edit; in StopEditScript() local
1069 std::string path = m_fileDialog->GetBasePath() + "/"; // public/private folder in EventDialog() local
1113 CEdit* edit; in ViewEditScript() local
1160 CEdit* edit; in UpdateButtons() local
/dports/www/drupal8/drupal-8.9.20/core/modules/search/tests/src/Functional/
H A DSearchTestBase.php56 protected function submitGetForm($path, $edit, $submit, $form_html_id = NULL) {
/dports/www/drupal8/drupal-8.9.20/core/modules/basic_auth/src/Tests/
H A DBasicAuthTestTrait.php32 protected function basicAuthGet($path, $username, $password, array $options = []) {
61 …protected function basicAuthPostForm($path, $edit, $submit, $username, $password, array $options =…
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/
H A DTestRegionObserverStacking.java54 final Put put, final WALEdit edit, in postPut()
69 final Put put, final WALEdit edit, in postPut()
85 final Put put, final WALEdit edit, in postPut()
103 Path path = new Path(DIR + callingMethod); in initHRegion() local
/dports/www/drupal8/drupal-8.9.20/core/modules/search/src/Tests/
H A DSearchTestBase.php62 protected function submitGetForm($path, $edit, $submit, $form_html_id = NULL) {
/dports/www/opencart/opencart-3.0.3.8/upload/admin/controller/design/
H A Dtranslation.php47 public function edit() { function in ControllerDesignTranslation
427 public function path() { function in ControllerDesignTranslation
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/scripts/
H A Dapply_edits.py72 def _ResolvePath(path): argument
199 def _ApplyReplacement(filepath, contents, edit, last_edit): argument
224 def _ApplyIncludeHeader(filepath, contents, edit, last_edit): argument
229 def _ApplySingleEdit(filepath, contents, edit, last_edit): argument
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/shell/src/
H A Dfolderselection.cpp29 QLineEdit *edit; in DENG2_PIMPL() local
83 void FolderSelection::setPath(de::NativePath const &path) in setPath()
103 de::NativePath FolderSelection::path() const in path() function in FolderSelection
/dports/science/py-asdf/asdf-2.8.1/asdf/commands/
H A Dedit.py109 def write_edited_yaml_larger(path, new_content, version): argument
156 def write_edited_yaml(path, new_content, available_bytes): argument
179 def edit(path): argument
365 def open_editor(path): argument
/dports/lang/v8/v8-9.6.180.12/tools/clang/scripts/
H A Dapply_edits.py72 def _ResolvePath(path): argument
252 def _ApplyReplacement(filepath, contents, edit, last_edit): argument
277 def _ApplyIncludeHeader(filepath, contents, edit, last_edit): argument
282 def _ApplySingleEdit(filepath, contents, edit, last_edit): argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/
H A DJavaFormattingStrategy.java68 final String path= fPaths.removeFirst(); in format() local
75 …final TextEdit edit= CodeFormatterUtil.reformat(kind, document.get(), partition.getOffset(), parti… in format() local
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/tests/
H A Dtest-folderview.cpp53 Fm::PathEdit edit; in main() local
59 auto path = Fm::FilePath::fromPathStr(edit.text().toLocal8Bit().constData()); in main() local
/dports/x11-toolkits/bwidget/bwidget-1.9.14/demo/
H A Dtree.tcl119 proc DemoTree::getdir { tree node path } {
212 proc DemoTree::edit { where tree list node } { procedure
/dports/devel/global/global-6.6.7/gtags-cscope/
H A Dedit.c102 edit(char *file, char *linenum) in edit() function
133 static char path[PATHLEN + 1]; in filepath() local
/dports/devel/cscope/cscope-15.9/src/
H A Dedit.c99 edit(char *file, char *linenum) in edit() function
130 static char path[PATHLEN + 1]; in filepath() local

12345678910>>...37