Home
last modified time | relevance | path

Searched refs:getParameter (Results 1 – 25 of 48) sorted by relevance

12

/plugin/findologicxmlexport/vendor/hoa/math/Sampler/
DSampler.php81 if (null === $this->_parameters->getParameter('integer.min')) {
85 if (null === $this->_parameters->getParameter('integer.max')) {
89 if (null === $this->_parameters->getParameter('float.min')) {
93 if (null === $this->_parameters->getParameter('float.max')) {
136 $lower = $this->_parameters->getParameter('integer.min');
140 $upper = $this->_parameters->getParameter('integer.max');
200 $lower = $this->_parameters->getParameter('float.min');
209 $upper = $this->_parameters->getParameter('float.max');
DRandom.php56 if (null === $this->_parameters->getParameter('integer.min')) {
61 $this->_parameters->getParameter('integer.min')
66 if (null === $this->_parameters->getParameter('integer.max')) {
71 $this->_parameters->getParameter('integer.max')
/plugin/jcapture/src/com/hammurapi/jcapture/
DJCaptureApplet.java16 String uploadUrl = getParameter("uploadUrl"); in createRequest()
18 String host = getParameter("host"); in createRequest()
51 String sectok = getParameter("sectok"); in createRequest()
57 String opaque = getParameter("opaque"); in createRequest()
84 return new String(Hex.decodeHex(getParameter("dokuBase").toCharArray())); in getDokuBase()
DAbstractCaptureApplet.java179 String cookiesStr = getParameter("cookies"); in getCookies()
228 if (getParameter(OUTPUT_DIR_PARAMETER)!=null) { in post()
229 …OutputStream out = new FileOutputStream(new File(getParameter(OUTPUT_DIR_PARAMETER)+File.separator… in post()
DCaptureFrame.java230 String defaultImageFormat = applet.getParameter("imageFormat"); in capture()
236 … = JOptionPane.showInputDialog(CaptureFrame.this, "Upload as", applet.getParameter("pageName")+"-c… in capture()
282 String toEval = "insertAtCarret('"+applet.getParameter("edid")+"','{{:"+fileName+"|}}')"; in capture()
DRecordingControlsFrame.java222 captureFrame.getApplet().getParameter("pageName")+ in uploadMovie()
285 …String toEval = "insertAtCarret('"+captureFrame.getApplet().getParameter("edid")+"','{{:"+fileName… in uploadMovie()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DBasicGraphEditor.java971 return applet.getParameter("host");
975 return applet.getParameter("dokuBase");
979 return applet.getParameter("imageFormat");
983 return applet.getParameter("palettes");
987 return applet.getParameter("authtok");
991 return applet.getParameter("sectok");
995 return new String(Hex.decodeHex(applet.getParameter("name").toCharArray()));
999 return applet.getParameter("sessionName");
1003 return applet.getParameter("sessionId");
1011 String cookiesStr = applet.getParameter("cookies");
[all …]
DBasicGraphEditor.java.bak940 return applet.getParameter("host");
944 return applet.getParameter("dokuBase");
948 return applet.getParameter("authtok");
952 return applet.getParameter("sectok");
956 return new String(Hex.decodeHex(applet.getParameter("name").toCharArray()));
960 return applet.getParameter("sessionName");
964 return applet.getParameter("sessionId");
972 String cookiesStr = applet.getParameter("cookies");
994 return "yes".equals(applet.getParameter("isNew"));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
DActivityEventsParametersMessageValue.php36 public function getParameter() function in Google\\Service\\Reports\\ActivityEventsParametersMessageValue
DActivityEventsParametersMultiMessageValue.php36 public function getParameter() function in Google\\Service\\Reports\\ActivityEventsParametersMultiMessageValue
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3FulfillmentSetParameterAction.php41 public function getParameter() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3FulfillmentSetParameterAction
DGoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction.php41 public function getParameter() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
DCondition.php40 public function getParameter() function in Google\\Service\\TagManager\\Condition
DClient.php168 public function getParameter() function in Google\\Service\\TagManager\\Client
DZone.php176 public function getParameter() function in Google\\Service\\TagManager\\Zone
DVariable.php210 public function getParameter() function in Google\\Service\\TagManager\\Variable
DTag.php312 public function getParameter() function in Google\\Service\\TagManager\\Tag
DTrigger.php344 public function getParameter() function in Google\\Service\\TagManager\\Trigger
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
DGoogleCloudMlV1TrialParameter.php68 public function getParameter() function in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1TrialParameter
DGoogleCloudMlV1StudyConfigParameterSpec.php132 public function getParameter() function in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1StudyConfigParameterSpec
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
DInputParameter.php109 public function getParameter() function in Google\\Service\\Connectors\\InputParameter
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
DDsnFunction.php65 public function getParameter(string $key, $default = null) function in Nyholm\\Dsn\\Configuration\\DsnFunction
DDsn.php58 public function getParameter(string $key, $default = null) function in Nyholm\\Dsn\\Configuration\\Dsn
/plugin/findologicxmlexport/vendor/hoa/zformat/
DParameter.php242 public function getParameter($parameter) function in Hoa\\Zformat\\Parameter
259 if (null === $value = $this->getParameter($parameter)) {
/plugin/photogallery/phpThumb/
DphpThumb.php91 header('Cache-Control: max-age='.$phpThumb->getParameter('config_cache_maxage'));
92 header('Expires: '.date(DATE_RFC1123, time() + $phpThumb->getParameter('config_cache_maxage')));

12