Home
last modified time | relevance | path

Searched refs:value (Results 2201 – 2225 of 4040) sorted by relevance

1...<<81828384858687888990>>...162

/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php62 * } $value
66 public function setRegexOptions(array $value): self argument
68 return $this->setParam('regex', $value);
/plugin/structodt/_test/
H A Dgeneral.test.php51 foreach($conf as $key => $value) {
55 foreach($meta as $key => $value) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php43 foreach ($input as $value) {
44 $combinations[] = [$value];
/plugin/bureaucracy/script/
H A Dfieldsets.js27 …(input.type !== 'checkbox' && (dp.tval === true && input.value !== '')) || // OR no checkbox, but…
28 …input.value === dp.tval); // OR input === dp.tva…
/plugin/imagemapping/_test/
H A Dgeneral.test.php
/plugin/structstatus/_test/
H A Dgeneral.test.php51 foreach($conf as $key => $value) {
55 foreach($meta as $key => $value) {
/plugin/structpublish/_test/
H A Dgeneral.test.php58 foreach ($conf as $key => $value) {
66 foreach ($meta as $key => $value) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php463 $this->SetJSButton($w, $h, $objattr['fieldname'], (isset($objattr['value']) ? $objattr['value'] : ''), $js, $objattr['ID'], $objattr['title'], $flags, (isset($objattr['Indexed']) ? $objattr['Indexed'] : false));
490 $this->SetFormButtonText($objattr['value']);
491 $this->SetFormReset($w, $h, $objattr['fieldname'], $objattr['value'], $objattr['title'], $flags, (isset($objattr['background-col']) ? $objattr['background-col'] : false), (isset($objattr['border-col']) ? $objattr['border-col'] : false), (isset($objattr['noprint']) ? $objattr['noprint'] : false));
496 $this->SetFormButtonText($objattr['value']);
497 $this->SetFormSubmit($w, $h, $objattr['fieldname'], $objattr['value'], $url, $objattr['title'], $type, $method, $flags, (isset($objattr['background-col']) ? $objattr['background-col'] : false), (isset($objattr['border-col']) ? $objattr['border-col'] : false), (isset($objattr['noprint']) ? $objattr['noprint'] : false));
499 $this->SetFormButtonText($objattr['value']);
505 $this->SetJSButton($w, $h, $objattr['fieldname'], $objattr['value'], $js, 0, $objattr['title'], $flags, false, (isset($objattr['background-col']) ? $objattr['background-col'] : false), (isset($objattr['border-col']) ? $objattr['border-col'] : false), (isset($objattr['noprint']) ? $objattr['noprint'] : false));
557 $this->SetCheckBox($w, $h, $objattr['fieldname'], $objattr['value'], $objattr['title'], $checked, $flags, (isset($objattr['disabled']) ? $objattr['disabled'] : false));
609 $this->SetRadio($w, $h, $objattr['fieldname'], $objattr['value'], (isse
839 SetFormText($w, $h, $name, $value = '', $default = '', $title = '', $flags = [], $align = 'L', $hidden = false, $maxlen = 1, $js = '', $background_col = false, $border_col = false) global() argument
1014 SetCheckBox($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = false) global() argument
1021 SetRadio($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = false) global() argument
1027 SetFormReset($w, $h, $name, $value = 'Reset', $title = '', $flags = [], $background_col = false, $border_col = false, $noprint = false) global() argument
1036 SetJSButton($w, $h, $name, $value, $js, $image_id = 0, $title = '', $flags = [], $indexed = false, $background_col = false, $border_col = false, $noprint = false) global() argument
1053 SetFormSubmit($w, $h, $name, $value = 'Submit', $url = '', $title = '', $typ = 'html', $method = 'POST', $flags = [], $background_col = false, $border_col = false, $noprint = false) global() argument
1099 SetFormButton($bb, $hh, $name, $value, $type, $title = '', $flags = [], $checked = false, $disabled = false, $background_col = false, $border_col = false, $noprint = false) global() argument
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_cn.js13value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(…
/plugin/ffindr/
H A Dffindr.php61 list($key, $value) = explode('=', $param, 2);
62 if ($value)
63 $data[$key] = $value;
/plugin/variants/
H A Dvariants.php122 list($key, $value) = explode('=', $condition, 2);
130 trim($key); trim($value);
132 if ($INPUT->has($key) && ($INPUT->str($key) == $value) == $condresult) {
/plugin/paypal/
H A DREADME.md42 {{paypal>encrypted-button-value-from-paypal}}
45 You can get your encrypted button value here: [PayPal Donation Button](https://www.paypal.com/us/cg…
47 "Encrypted button value" should look something like this:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php201 $value = self::xmlToVariable($item);
204 $variable[(string) $entry->getAttribute('key')] = $value;
206 $variable[] = $value;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php49 foreach ($items as $key => $value) {
54 $root->addFile($key, $value, $tests, $cacheTokens);
58 $this->addItems($child, $value, $tests, $cacheTokens);
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md24 opts = [field.value.substr(0,getSelection(field).start)];
27 - opts.push(field.form.prefix.value);
32 + opts.push(field.form.prefix.value);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php41 * If using indexing of file large value necessary.
201 * Use a small value if you need a fast fail in case of dead, unresponsive or unreachable servers (~5 sec).
276 * @param mixed $value
280 public function addConfig($key, $value) argument
282 $this->_params['config'][$key] = $value;
307 * @return array|bool|int|string|null Config value
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php118 function format($value,&$default = null){ argument
120 if ($value === null){
122 $value = $this->_level->getDefault($this->_key);
124 return $this->_level->getHierarchy()->format($this->_key,$value);
/plugin/minimap/
H A Dsyntax.php86 $value = $matches[2][$key];
88 $value = filter_var($value, FILTER_VALIDATE_BOOLEAN);
90 $parameters[$parameter] = $value;
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar-setup.js110 p.inputField.value = cal.date.print(p.ifFormat);
146 if (params.inputField && typeof params.inputField.value == "string") {
147 cal.parseDate(params.inputField.value);
161 params.date = Date.parseDate(dateEl.value || dateEl.innerHTML, dateFmt);
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp40 oCombo.value = editorInstance.Language.ActiveLanguage.Code ;
50 oOption.value = optionValue ;
71 <select id="cmbLanguages" onchange="ChangeLanguage(this.value);">
110 <input type="submit" value="Submit">
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php48 foreach ($cookies as $name => $value) {
52 'Value' => $value,
63 public static function getCookieValue($value) argument
65 return $value;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php123 * @param array $body Request body if applicable (key/value pairs)
183 foreach ($parameters as $key => $value) {
184 $authorizationHeader .= $delimiter . rawurlencode($key) . '="' . rawurlencode($value) . '"';
198 * @param array $bodyParams Request body if applicable (key/value pairs)
227 foreach ($authParameters as $key => $value) {
228 $authorizationHeader .= $delimiter . rawurlencode($key) . '="' . rawurlencode($value) . '"';
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php95 return array_map(function ($value) {
98 $value = str_replace($code, $number, $value);
101 return $value;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php437 list($token, $value) = $token;
439 $value = str_replace(
442 htmlspecialchars($value, $this->htmlspecialcharsFlags)
445 if ($value === "\n") {
448 $lines = explode("\n", $value);
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php328 * @param mixed $value
331 function addCurlSetting($name, $value) { argument
333 $this->curlSettings[$name] = $value;
435 foreach ($values as $value) {
436 $nHeaders[] = $key . ': ' . $value;

1...<<81828384858687888990>>...162