Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/hoa/math/Sampler/
H A 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');
H A 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/
H A 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()
H A 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()
H A 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()
H A 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/
H A 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 …]
H A 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/
H A DActivityEventsParametersMultiMessageValue.php36 public function getParameter() function in Google\\Service\\Reports\\ActivityEventsParametersMultiMessageValue
H A DActivityEventsParametersMessageValue.php36 public function getParameter() function in Google\\Service\\Reports\\ActivityEventsParametersMessageValue
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3FulfillmentSetParameterAction.php41 public function getParameter() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3FulfillmentSetParameterAction
H A DGoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction.php41 public function getParameter() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DCondition.php40 public function getParameter() function in Google\\Service\\TagManager\\Condition
H A DClient.php168 public function getParameter() function in Google\\Service\\TagManager\\Client
H A DZone.php176 public function getParameter() function in Google\\Service\\TagManager\\Zone
H A DVariable.php210 public function getParameter() function in Google\\Service\\TagManager\\Variable
H A DTag.php312 public function getParameter() function in Google\\Service\\TagManager\\Tag
H A DTrigger.php344 public function getParameter() function in Google\\Service\\TagManager\\Trigger
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1TrialParameter.php68 public function getParameter() function in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1TrialParameter
H A DGoogleCloudMlV1StudyConfigParameterSpec.php132 public function getParameter() function in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1StudyConfigParameterSpec
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DInputParameter.php109 public function getParameter() function in Google\\Service\\Connectors\\InputParameter
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php65 public function getParameter(string $key, $default = null) function in Nyholm\\Dsn\\Configuration\\DsnFunction
H A DDsn.php58 public function getParameter(string $key, $default = null) function in Nyholm\\Dsn\\Configuration\\Dsn
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php242 public function getParameter($parameter) function in Hoa\\Zformat\\Parameter
259 if (null === $value = $this->getParameter($parameter)) {
/plugin/photogallery/phpThumb/
H A 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