/plugin/findologicxmlexport/vendor/hoa/math/Sampler/ |
H A D | Sampler.php | 81 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 D | Random.php | 56 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 D | JCaptureApplet.java | 16 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 D | AbstractCaptureApplet.java | 179 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 D | CaptureFrame.java | 230 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 D | RecordingControlsFrame.java | 222 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 D | BasicGraphEditor.java | 971 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 D | BasicGraphEditor.java.bak | 940 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 D | ActivityEventsParametersMultiMessageValue.php | 36 public function getParameter() function in Google\\Service\\Reports\\ActivityEventsParametersMultiMessageValue
|
H A D | ActivityEventsParametersMessageValue.php | 36 public function getParameter() function in Google\\Service\\Reports\\ActivityEventsParametersMessageValue
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowCxV3FulfillmentSetParameterAction.php | 41 public function getParameter() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3FulfillmentSetParameterAction
|
H A D | GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction.php | 41 public function getParameter() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/ |
H A D | Condition.php | 40 public function getParameter() function in Google\\Service\\TagManager\\Condition
|
H A D | Client.php | 168 public function getParameter() function in Google\\Service\\TagManager\\Client
|
H A D | Zone.php | 176 public function getParameter() function in Google\\Service\\TagManager\\Zone
|
H A D | Variable.php | 210 public function getParameter() function in Google\\Service\\TagManager\\Variable
|
H A D | Tag.php | 312 public function getParameter() function in Google\\Service\\TagManager\\Tag
|
H A D | Trigger.php | 344 public function getParameter() function in Google\\Service\\TagManager\\Trigger
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/ |
H A D | GoogleCloudMlV1TrialParameter.php | 68 public function getParameter() function in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1TrialParameter
|
H A D | GoogleCloudMlV1StudyConfigParameterSpec.php | 132 public function getParameter() function in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1StudyConfigParameterSpec
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/ |
H A D | InputParameter.php | 109 public function getParameter() function in Google\\Service\\Connectors\\InputParameter
|
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/ |
H A D | DsnFunction.php | 65 public function getParameter(string $key, $default = null) function in Nyholm\\Dsn\\Configuration\\DsnFunction
|
H A D | Dsn.php | 58 public function getParameter(string $key, $default = null) function in Nyholm\\Dsn\\Configuration\\Dsn
|
/plugin/findologicxmlexport/vendor/hoa/zformat/ |
H A D | Parameter.php | 242 public function getParameter($parameter) function in Hoa\\Zformat\\Parameter 259 if (null === $value = $this->getParameter($parameter)) {
|
/plugin/photogallery/phpThumb/ |
H A D | phpThumb.php | 91 header('Cache-Control: max-age='.$phpThumb->getParameter('config_cache_maxage')); 92 header('Expires: '.date(DATE_RFC1123, time() + $phpThumb->getParameter('config_cache_maxage')));
|