Home
last modified time | relevance | path

Searched refs:SetPath (Results 1 – 25 of 2363) sorted by relevance

12345678910>>...95

/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/notifiers/
H A Dsensugo.go126 bodyJSON.SetPath([]string{"entity", "metadata", "name"}, sn.Entity)
132 bodyJSON.SetPath([]string{"check", "metadata", "name"}, sn.Check)
147 bodyJSON.SetPath([]string{"check", "output"}, evalContext.Rule.Message)
149 bodyJSON.SetPath([]string{"check", "output"}, customData)
152 bodyJSON.SetPath([]string{"check", "issued"}, time.Now().Unix())
154 bodyJSON.SetPath([]string{"check", "interval"}, 86400)
158 bodyJSON.SetPath([]string{"check", "status"}, 2)
160 bodyJSON.SetPath([]string{"check", "status"}, 1)
162 bodyJSON.SetPath([]string{"check", "status"}, 0)
166 bodyJSON.SetPath([]string{"check", "handlers"}, []string{sn.Handler})
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_config.py38 cfg.SetPath('/before')
57 cfg.SetPath('/before')
101 cfg.SetPath('/zero')
106 cfg.SetPath('/one')
111 cfg.SetPath('/two')
123 cfg.SetPath('/')
131 cfg.SetPath('/two')
154 cfg.SetPath('/one')
159 cfg.SetPath('/two')
171 cfg.SetPath('/')
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediastore-data/include/aws/mediastore-data/model/
H A DDeleteObjectRequest.h51 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
57 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
63 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
69 inline DeleteObjectRequest& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
75 …inline DeleteObjectRequest& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *thi… in WithPath()
81 inline DeleteObjectRequest& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
H A DDescribeObjectRequest.h51 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
57 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
63 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
69 … inline DescribeObjectRequest& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
75 …inline DescribeObjectRequest& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *t… in WithPath()
81 inline DescribeObjectRequest& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
H A DGetObjectRequest.h104 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
127 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
150 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
173 inline GetObjectRequest& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
196 … inline GetObjectRequest& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
219 inline GetObjectRequest& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core-tests/http/
H A DURITest.cpp46 uri.SetPath(path); in TEST()
50 uri.SetPath(path); in TEST()
54 uri.SetPath(path); in TEST()
73 uri.SetPath(""); in TEST()
78 uri.SetPath(""); in TEST()
86 uri.SetPath(""); in TEST()
92 uri.SetPath(""); in TEST()
98 uri.SetPath(""); in TEST()
104 uri.SetPath(""); in TEST()
110 uri.SetPath(""); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/sandbox/
H A Dsandbox_handler.cc39 proc.SetPath("processId", base::Value(base::strict_cast<double>( in FetchBrowserChildProcesses()
41 proc.SetPath("processType", in FetchBrowserChildProcesses()
44 proc.SetPath("name", base::Value(process_data.name)); in FetchBrowserChildProcesses()
45 proc.SetPath("metricsName", base::Value(process_data.metrics_name)); in FetchBrowserChildProcesses()
46 proc.SetPath( in FetchBrowserChildProcesses()
68 proc.SetPath( in FetchRenderHostProcesses()
130 results.SetPath("browser", std::move(browser_processes_)); in GetRendererProcessesAndFinish()
131 results.SetPath("policies", std::move(sandbox_policies_)); in GetRendererProcessesAndFinish()
132 results.SetPath("renderer", std::move(renderer_processes)); in GetRendererProcessesAndFinish()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DSpecialProtocol.cpp41 SetPath("profile", dir); in SetProfilePath()
47 SetPath("xbmc", dir); in SetXBMCPath()
52 SetPath("xbmcbin", dir); in SetXBMCBinPath()
57 SetPath("xbmcbinaddons", dir); in SetXBMCBinAddonPath()
67 SetPath("frameworks", dir); in SetXBMCFrameworksPath()
72 SetPath("home", dir); in SetHomePath()
77 SetPath("userhome", dir); in SetUserHomePath()
82 SetPath("envhome", dir); in SetEnvHomePath()
87 SetPath("masterprofile", dir); in SetMasterProfilePath()
92 SetPath("temp", dir); in SetTempPath()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appmesh/include/aws/appmesh/model/
H A DFileAccessLog.h71 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
82 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
93 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
104 inline FileAccessLog& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
115 inline FileAccessLog& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
126 inline FileAccessLog& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
H A DVirtualGatewayFileAccessLog.h65 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
74 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
83 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
92 …inline VirtualGatewayFileAccessLog& WithPath(const Aws::String& value) { SetPath(value); return *t… in WithPath()
101 …inline VirtualGatewayFileAccessLog& WithPath(Aws::String&& value) { SetPath(std::move(value)); ret… in WithPath()
110 inline VirtualGatewayFileAccessLog& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotevents/include/aws/iotevents/model/
H A DAnalysisResultLocation.h57 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
63 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
69 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
75 … inline AnalysisResultLocation& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
81 …inline AnalysisResultLocation& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *… in WithPath()
87 inline AnalysisResultLocation& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
/dports/editors/rehex/rehex-0.4.0/src/
H A DAppMain.cpp50 config->SetPath("/"); in OnInit()
64 config->SetPath("/default-view/vtools/panels/0/tab/0"); in OnInit()
69 config->SetPath("/default-view/vtools/panels/0/tab/1"); in OnInit()
76 config->SetPath("/recent-files/"); in OnInit()
79 config->SetPath("/"); in OnInit()
133 config->SetPath("/recent-files/"); in OnExit()
136 config->SetPath("/"); in OnExit()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/Windows/
H A DRegistry.cpp103 g_config->SetPath(_object->path); in RecurseDeleteKey()
111 g_config->SetPath(_object->path); in DeleteValue()
119 g_config->SetPath(_object->path); in QueryValue()
131 g_config->SetPath(_object->path); in QueryValue()
139 g_config->SetPath(_object->path); in QueryValue()
151 g_config->SetPath(_object->path); in SetValue()
158 g_config->SetPath(_object->path); in SetValue()
165 g_config->SetPath(_object->path); in SetValue()
191 g_config->SetPath(_object->path); in EnumKeys()
213 g_config->SetPath(_object->path); in QueryValue()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/include/aws/lightsail/model/
H A DAttachedDisk.h54 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
59 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
64 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
69 inline AttachedDisk& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
74 inline AttachedDisk& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
79 inline AttachedDisk& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
H A DCacheBehaviorPerPath.h111 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
132 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
153 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
174 inline CacheBehaviorPerPath& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
195 …inline CacheBehaviorPerPath& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *th… in WithPath()
216 inline CacheBehaviorPerPath& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/sandbox/
H A Dsandbox_handler.cc79 proc.SetPath("processId", base::Value(base::strict_cast<double>( in FetchBrowserChildProcesses()
81 proc.SetPath("processType", in FetchBrowserChildProcesses()
84 proc.SetPath("name", base::Value(process_data.name)); in FetchBrowserChildProcesses()
85 proc.SetPath("metricsName", base::Value(process_data.metrics_name)); in FetchBrowserChildProcesses()
86 proc.SetPath( in FetchBrowserChildProcesses()
107 proc.SetPath( in FetchRenderHostProcesses()
170 results.SetPath("browser", std::move(browser_processes_)); in GetRendererProcessesAndFinish()
171 results.SetPath("policies", std::move(sandbox_policies_)); in GetRendererProcessesAndFinish()
172 results.SetPath("renderer", std::move(renderer_processes)); in GetRendererProcessesAndFinish()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/model/
H A DRootDirectory.h68 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
76 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
84 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
92 inline RootDirectory& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
100 inline RootDirectory& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
108 inline RootDirectory& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/include/aws/glue/model/
H A DDynamoDBTarget.h53 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
58 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
63 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
68 inline DynamoDBTarget& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
73 inline DynamoDBTarget& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} in WithPath()
78 inline DynamoDBTarget& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iam/include/aws/iam/model/
H A DCreateGroupRequest.h79 inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } in SetPath() function
93 inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } in SetPath() function
107 inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } in SetPath() function
121 inline CreateGroupRequest& WithPath(const Aws::String& value) { SetPath(value); return *this;} in WithPath()
135 …inline CreateGroupRequest& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this… in WithPath()
149 inline CreateGroupRequest& WithPath(const char* value) { SetPath(value); return *this;} in WithPath()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/demos/forty/
H A Dscorefil.cpp48 m_config->SetPath(_T("/Players")); in GetPlayerList()
90 m_config->SetPath(_T("/General")); in GetPreviousPlayer()
106 m_config->SetPath(_T("/Players")); in ReadPlayersScore()
107 m_config->SetPath(player); in ReadPlayersScore()
133 m_config->SetPath(_T("/General")); in WritePlayersScore()
136 m_config->SetPath(_T("/Players")); in WritePlayersScore()
137 m_config->SetPath(player); in WritePlayersScore()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/demos/forty/
H A Dscorefil.cpp48 m_config->SetPath(_T("/Players")); in GetPlayerList()
90 m_config->SetPath(_T("/General")); in GetPreviousPlayer()
106 m_config->SetPath(_T("/Players")); in ReadPlayersScore()
107 m_config->SetPath(player); in ReadPlayersScore()
133 m_config->SetPath(_T("/General")); in WritePlayersScore()
136 m_config->SetPath(_T("/Players")); in WritePlayersScore()
137 m_config->SetPath(player); in WritePlayersScore()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/demos/forty/
H A Dscorefil.cpp48 m_config->SetPath(_T("/Players")); in GetPlayerList()
90 m_config->SetPath(_T("/General")); in GetPreviousPlayer()
106 m_config->SetPath(_T("/Players")); in ReadPlayersScore()
107 m_config->SetPath(player); in ReadPlayersScore()
133 m_config->SetPath(_T("/General")); in WritePlayersScore()
136 m_config->SetPath(_T("/Players")); in WritePlayersScore()
137 m_config->SetPath(player); in WritePlayersScore()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/demos/forty/
H A Dscorefil.cpp48 m_config->SetPath(_T("/Players")); in GetPlayerList()
90 m_config->SetPath(_T("/General")); in GetPreviousPlayer()
106 m_config->SetPath(_T("/Players")); in ReadPlayersScore()
107 m_config->SetPath(player); in ReadPlayersScore()
133 m_config->SetPath(_T("/General")); in WritePlayersScore()
136 m_config->SetPath(_T("/Players")); in WritePlayersScore()
137 m_config->SetPath(player); in WritePlayersScore()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/demos/forty/
H A Dscorefil.cpp42 m_config->SetPath(wxT("/Players")); in GetPlayerList()
84 m_config->SetPath(wxT("/General")); in GetPreviousPlayer()
100 m_config->SetPath(wxT("/Players")); in ReadPlayersScore()
101 m_config->SetPath(player); in ReadPlayersScore()
127 m_config->SetPath(wxT("/General")); in WritePlayersScore()
130 m_config->SetPath(wxT("/Players")); in WritePlayersScore()
131 m_config->SetPath(player); in WritePlayersScore()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/demos/forty/
H A Dscorefil.cpp38 m_config->SetPath(wxT("/Players")); in GetPlayerList()
80 m_config->SetPath(wxT("/General")); in GetPreviousPlayer()
96 m_config->SetPath(wxT("/Players")); in ReadPlayersScore()
97 m_config->SetPath(player); in ReadPlayersScore()
123 m_config->SetPath(wxT("/General")); in WritePlayersScore()
126 m_config->SetPath(wxT("/Players")); in WritePlayersScore()
127 m_config->SetPath(player); in WritePlayersScore()

12345678910>>...95