Home
last modified time | relevance | path

Searched refs:PathParam (Results 1 – 25 of 140) sorted by relevance

123456

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/parameter/
H A Dpath.cpp62 PathParam::PathParam( const Glib::ustring& label, const Glib::ustring& tip, in PathParam() function in Inkscape::LivePathEffect::PathParam
84 PathParam::~PathParam() in ~PathParam()
117 PathParam::get_pathvector() const in get_pathvector()
123 PathParam::get_pwd2() in get_pwd2()
130 PathParam::param_set_default() in param_set_default()
204 PathParam::param_newWidget() in param_newWidget()
379 PathParam::ensure_pwd2() in ensure_pwd2()
392 PathParam::emit_changed() in emit_changed()
413 PathParam::quit_listening() in quit_listening()
430 PathParam::remove_link() in remove_link()
[all …]
H A Dpath.h25 class PathParam : public Parameter {
27 PathParam ( const Glib::ustring& label,
33 ~PathParam() override;
102 PathParam(const PathParam&) = delete;
103 PathParam& operator=(const PathParam&) = delete;
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/status/api/v1/
H A DApiRootResource.scala58 @PathParam("appId") appId: String,
73 def getJob(@PathParam("appId") appId: String): OneJobResource = {
81 @PathParam("appId") appId: String,
82 @PathParam("attemptId") attemptId: String): OneJobResource = {
104 @PathParam("appId") appId: String,
113 @PathParam("appId") appId: String,
129 @PathParam("appId") appId: String,
145 @PathParam("appId") appId: String,
161 @PathParam("appId") appId: String,
177 @PathParam("appId") appId: String,
[all …]
H A DOneStageResource.scala35 def stageData(@PathParam("stageId") stageId: Int): Seq[StageData] = {
47 @PathParam("stageId") stageId: Int,
48 @PathParam("stageAttemptId") stageAttemptId: Int): StageData = {
58 @PathParam("stageId") stageId: Int,
59 @PathParam("stageAttemptId") stageAttemptId: Int,
78 @PathParam("stageId") stageId: Int,
79 @PathParam("stageAttemptId") stageAttemptId: Int,
H A DOneApplicationResource.scala19 import javax.ws.rs.{GET, PathParam, Produces}
26 def getApp(@PathParam("appId") appId: String): ApplicationInfo = {
/dports/cad/alliance/alliance/src/scapin/src/
H A Dscan_path.c139 pathparam *PathParam; local
169 PathParam = (pathparam *)autallocblock( sizeof( pathparam ) );
262 PathParam->REG_LIST = addchain( PathParam->REG_LIST, namealloc( Buffer ) );
267 PathParam->REG_LIST = addchain( PathParam->REG_LIST, FirstWord );
283 PathParam->SCAN_IN = SecondWord;
288 PathParam->SCAN_OUT = SecondWord;
293 PathParam->SCAN_TEST = SecondWord;
331 PathParam->REG_LIST = reverse( PathParam->REG_LIST );
337 ScanParseViewParam( PathParam );
340 return( PathParam );
H A Dscan_insert.c219 void ScanInsertScanPath( LoFigure, ScanParam, PathParam, in ScanInsertScanPath() argument
224 pathparam *PathParam;
298 if ( LoCon->NAME == PathParam->SCAN_IN ) LoConScanIn = LoCon;
300 if ( LoCon->NAME == PathParam->SCAN_OUT ) LoConScanOut = LoCon;
302 if ( LoCon->NAME == PathParam->SCAN_TEST ) LoConScanTest = LoCon;
326 LoConScanIn = addlocon( LoFigure, PathParam->SCAN_IN, LoSigScanIn, IN );
389 for ( ScanChain = PathParam->REG_LIST;
563 for ( ScanChain = PathParam->REG_LIST;
812 ScanBuf->MODEL, PathParam->SCAN_OUT );
852 LoConScanOut = addlocon( LoFigure, PathParam->SCAN_OUT, LastLoSig,
[all …]
H A Dscan_main.c110 pathparam *PathParam; local
209 PathParam = ScanParsePathParamFile( PathFileName, FlagDebug );
220 ScanInsertScanPath( LoFigure, ScanParam, PathParam, FlagVerbose,
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/rest/root/colibri/debug/
H A DDebug.java62 public Response enableFeature(@PathParam("feature") DebugFeatures feature) in enableFeature()
83 @PathParam("confId") String confId, in toggleEndpointFeature()
84 @PathParam("epId") String epId, in toggleEndpointFeature()
85 @PathParam("feature") EndpointDebugFeatures feature, in toggleEndpointFeature()
86 @PathParam("state") String state) in toggleEndpointFeature()
119 public Response disableFeature(@PathParam("feature") DebugFeatures feature) in disableFeature()
166 public String confDebug(@PathParam("confId") String confId) in confDebug()
175 public String epDebug(@PathParam("confId") String confId, @PathParam("epId") String epId) in epDebug()
184 public String getStats(@PathParam("feature") DebugFeatures feature) in getStats()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/
H A DAMWebServices.java27 import javax.ws.rs.PathParam;
250 @PathParam("jobid") String jid) { in getJob()
275 @PathParam("jobid") String jid) { in getJobCounters()
286 @PathParam("jobid") String jid) { in getJobConf()
332 @PathParam("jobid") String jid, @PathParam("taskid") String tid) { in getJobTask()
345 @Context HttpServletRequest hsr, @PathParam("jobid") String jid, in getSingleTaskCounters()
346 @PathParam("taskid") String tid) { in getSingleTaskCounters()
359 @PathParam("jobid") String jid, @PathParam("taskid") String tid) { in getJobTaskAttempts()
383 @PathParam("jobid") String jid, @PathParam("taskid") String tid, in getJobTaskAttemptId()
384 @PathParam("attemptid") String attId) { in getJobTaskAttemptId()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/webapp/
H A DAHSWebServices.java28 import javax.ws.rs.PathParam;
94 @Context HttpServletResponse res, @PathParam("appid") String appId) { in getApp()
104 @Context HttpServletResponse res, @PathParam("appid") String appId) { in getAppAttempts()
114 @Context HttpServletResponse res, @PathParam("appid") String appId, in getAppAttempt()
115 @PathParam("appattemptid") String appAttemptId) { in getAppAttempt()
125 @Context HttpServletResponse res, @PathParam("appid") String appId, in getContainers()
126 @PathParam("appattemptid") String appAttemptId) { in getContainers()
136 @Context HttpServletResponse res, @PathParam("appid") String appId, in getContainer()
137 @PathParam("appattemptid") String appAttemptId, in getContainer()
138 @PathParam("containerid") String containerId) { in getContainer()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/
H A DHsWebServices.java27 import javax.ws.rs.PathParam;
220 @PathParam("jobid") String jid) { in getJob()
249 @PathParam("jobid") String jid) { in getJobCounters()
261 @PathParam("jobid") String jid) { in getJobConf()
307 @PathParam("jobid") String jid, @PathParam("taskid") String tid) { in getJobTask()
321 @Context HttpServletRequest hsr, @PathParam("jobid") String jid, in getSingleTaskCounters()
322 @PathParam("taskid") String tid) { in getSingleTaskCounters()
342 @PathParam("jobid") String jid, @PathParam("taskid") String tid) { in getJobTaskAttempts()
365 @PathParam("jobid") String jid, @PathParam("taskid") String tid, in getJobTaskAttemptId()
366 @PathParam("attemptid") String attId) { in getJobTaskAttemptId()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-envelope.h43 PathParam bend_path1;
44 PathParam bend_path2;
45 PathParam bend_path3;
46 PathParam bend_path4;
H A Dlpe-vonkoch.h22 class VonKochPathParam : public PathParam{
29 … const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){} in PathParam() function
35 class VonKochRefPathParam : public PathParam{
42 … const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){} in PathParam() function
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-web/src/main/java/org/opengrok/web/api/v1/controller/
H A DProjectsController.java47 import javax.ws.rs.PathParam;
154 public void deleteProject(@PathParam("project") String projectName) in deleteProject()
186 … public void deleteProjectData(@PathParam("project") String projectName) throws HistoryException { in deleteProjectData()
211 … public void deleteHistoryCache(@PathParam("project") String projectName) throws HistoryException { in deleteHistoryCache()
246 public void markIndexed(@PathParam("project") String projectName) throws Exception { in markIndexed()
283 @PathParam("project") String projectName, in set()
284 @PathParam("field") String field, in set()
314 public Object get(@PathParam("project") String projectName, @PathParam("field") String field) in get()
347 public List<String> getRepositories(@PathParam("project") String projectName) { in getRepositories()
367 public Set<String> getRepositoriesType(@PathParam("project") String projectName) { in getRepositoriesType()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_SectionPlacement.cxx428 PathParam = Path->FirstParameter(); in Perform()
470 PathParam = Path->LastParameter(); in Perform()
494 PathParam = w; in Perform()
513 PathParam = Path->FirstParameter(); in Perform()
516 PathParam = Path->LastParameter(); in Perform()
632 PathParam = Path->LastParameter(); in Perform()
657 PathParam = P1.Parameter(); in Perform()
685 PathParam = taux; in Perform()
708 PathParam = Param; in Perform()
757 return PathParam; in ParameterOnPath()
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-rest/src/main/java/org/apache/zookeeper/server/jersey/resources/
H A DZNodeResource.java35 import javax.ws.rs.PathParam;
94 public Response existsZNode(@PathParam("path") String path, in existsZNode()
105 public Response existsZNodeAsOctet(@PathParam("path") String path, in existsZNodeAsOctet()
125 @PathParam("path") String path, in getZNodeListJSON()
136 @PathParam("path") String path, in getZNodeList()
201 public Response getZNodeListAsOctet(@PathParam("path") String path) in getZNodeListAsOctet()
220 @PathParam("path") String path, in setZNode()
259 public void setZNodeAsOctet(@PathParam("path") String path, in setZNodeAsOctet()
288 @PathParam("path") String path, in createZNode()
342 public Response createZNodeAsOctet(@PathParam("path") String path, in createZNodeAsOctet()
[all …]
/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole/src/main/java/org/apache/guacamole/rest/session/
H A DSessionResource.java27 import javax.ws.rs.PathParam;
94 @PathParam("dataSource") String authProviderIdentifier) in getUserContextResource()
123 @PathParam("dataSource") String authProviderIdentifier) in getExtensionResource()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/spec-0.19.2/
H A Dparameters_test.go116 …assertSerializeJSON(t, PathParam("").Typed("string", ""), `{"type":"string","in":"path","required"…
119 PathParam("").CollectionOf(items, "multi"),
123 PathParam("").CollectionOf(intItems, "multi"),
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/go-openapi/spec/
H A Dparameters_test.go116 …assertSerializeJSON(t, PathParam("").Typed("string", ""), `{"type":"string","in":"path","required"…
119 PathParam("").CollectionOf(items, "multi"),
123 PathParam("").CollectionOf(intItems, "multi"),
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/spec/
H A Dparameters_test.go116 …assertSerializeJSON(t, PathParam("").Typed("string", ""), `{"type":"string","in":"path","required"…
119 PathParam("").CollectionOf(items, "multi"),
123 PathParam("").CollectionOf(intItems, "multi"),
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/go-openapi/spec/
H A Dparameters_test.go116 …assertSerializeJSON(t, PathParam("").Typed("string", ""), `{"type":"string","in":"path","required"…
119 PathParam("").CollectionOf(items, "multi"),
123 PathParam("").CollectionOf(intItems, "multi"),
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/go-openapi/spec/
H A Dparameters_test.go116 …assertSerializeJSON(t, PathParam("").Typed("string", ""), `{"type":"string","in":"path","required"…
119 PathParam("").CollectionOf(items, "multi"),
123 PathParam("").CollectionOf(intItems, "multi"),
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-kms/src/main/java/org/apache/hadoop/crypto/key/kms/server/
H A DKMS.java39 import javax.ws.rs.PathParam;
161 public Response deleteKey(@PathParam("name") final String name) in deleteKey()
186 public Response rolloverKey(@PathParam("name") final String name, in rolloverKey()
270 public Response getKey(@PathParam("name") String name) in getKey()
279 public Response getMetadata(@PathParam("name") final String name) in getMetadata()
304 public Response getCurrentVersion(@PathParam("name") final String name) in getCurrentVersion()
329 @PathParam("versionName") final String versionName) throws Exception { in getKeyVersion()
357 @PathParam("name") final String name, in generateEncryptedKeys()
410 @PathParam("versionName") final String versionName, in decryptEncryptedKey()
461 public Response getKeyVersions(@PathParam("name") final String name) in getKeyVersions()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/spec/
H A Dparameters_test.go117 …assertSerializeJSON(t, PathParam("").Typed("string", ""), `{"type":"string","in":"path","required"…
120 PathParam("").CollectionOf(items, "multi"),
124 PathParam("").CollectionOf(intItems, "multi"),

123456