Home
last modified time | relevance | path

Searched refs:value (Results 3051 – 3075 of 4040) sorted by relevance

1...<<121122123124125126127128129130>>...162

/plugin/mantis/lib/
H A Dchangelog4 - fixed null value serialization
202 - soap_server: name the return value element 'return' by default
219 - wsdl: serialize multiple elements when maxOccurs="unbounded" and value is an array
251 - wsdl: propagate debug value from query string to SOAP endpoint in programmatic WSDL generation
330 - nusoap_base: fix a bug in which attributes were sometimes not serialized with a value
377 - wsdl: serialize nil value for nillable elements when no value is provided
398 - wsdl: when serializing a string == 'false' as a boolean, set the value to false
399 - wsdl: when serializing a complexType, require the PHP value supplied to be an array
471 - nusoap_base: fix serialization of a soapval when its value is a soapval
472 - soapval: fix serialization of a soapval when its value is a soapval
[all …]
/plugin/pdfjs/pdfjs/web/locale/ta-LK/
H A Dviewer.properties40 # a numerical per cent value.
68 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/tsz/
H A Dviewer.properties39 # a numerical per cent value.
66 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/meh/
H A Dviewer.properties38 # a numerical per cent value.
64 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/mn/
H A Dviewer.properties42 # a numerical per cent value.
72 # numerical scale value.
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.afp74 …type="hidden" id="]+THIS.cInstanceName +[" name="]+THIS.cInstanceName +[" value="]+HtmlValue+[" st…
77 …html = html + [<input type="hidden" id="]+THIS.cInstanceName +[___Config" value="]+THIS.GetConfigF…
/plugin/c3chart/assets/
H A Dc3.css181 .c3-tooltip .value {
215 .c3-chart-arc .c3-gauge-value {
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php309 foreach ($headers as $key => $value) {
310 $this->request = $this->request->withHeader($key, $value);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php221 foreach ($request->getAttributes() as $key => $value) {
222 $new = $new->withAttribute($key, $value);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php49 function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding($value, $encoding); } argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php114 public function hash(Hashable $value) : int argument
116 return $value->hashCode();
/plugin/botbouncer/lib/
H A Dbotbouncer.php537 foreach ($requestdata as $param => $value) {
538 if (!is_array($value)) {
539 $data .= $param.'='.urlencode($value).'&';
737 $banDetails['matchedvalue'] = (string)$resultEntry->value;
/plugin/diagramsnet/lib/plugins/
H A Dsql.js64 sqlInput.value = 'CREATE TABLE Persons\n(\nPersonID int,\nLastName varchar(255),\n' +
598 sqlInput.value = '';
607 parseSql(sqlInput.value);
615 parseSql(sqlInput.value, 'sqlserver');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php356 function ($value) {
357 if ($value === true) {
359 } elseif ($value === false) {
363 return $value;
635 * Add the port value in the URL if not present
/plugin/imapmarkers/
H A DREADME.md101 **"marker-width"**: (positive number) -- Set the markers width to this value.
105 **"marker-height"**: (positive number) -- Set the markers height to this value.
109 **"marker-color"**: (string) ```"HTML-COLOR"``` -- Set the internal markers color to this value.
122 The value must between 0 and 1.
/plugin/diagramsnet/lib/
H A Delectron.js899 .on('aborted', function(value) { argument
900 log.info(`progress aborted... ${value}`);
902 .on('progress', function(value) { argument
903 progressBar.detail = `${value}% ...`;
907 progressBar.value = percent;
912 progressBar.value = percent;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1value},t.prototype.setPropertySet=function(e){return this.setNode("propertySet",e)},t.prototype.ge…
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php490 if (strlen($value) > strlen($this_track_track)) {
770 foreach ($EncodedBy as $key => $value) {
774 arsort($value);
775 foreach ($value as $string => $count) {
1102 foreach ($Comments['all']['track'] as $key => $value) {
1103 if (strlen($value) > strlen($besttrack)) {
1104 $besttrack = $value;
1271 foreach ($Mismatched as $key => $value) {
1272 if ($value && ($EmptyTags["$key"] === false)) {
1283 foreach ($EmptyTags as $key => $value) {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc107 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
109 $params['routing'] = (string) Specific routing value
162 $params['min_score'] = (number) Include only documents with a specific `_score` value in the result
188 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
190 $params['routing'] = (string) Specific routing value
211 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
213 $params['routing'] = (string) Specific routing value
297 $params['routing'] = (string) Specific routing value
321 $params['routing'] = (string) Specific routing value
350 $params['routing'] = (string) Specific routing value
[all...]
/plugin/hr/
H A Dsyntax.php193 * return value of the <tt>handle()</tt> method.
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO28 Setting starting page number explicitly (replacing default value of 1)
/plugin/highlightjs/highlight/styles/
H A Dgithub.css27 .string, .attribute .value, .phpdoc {
/plugin/vertical/
H A DREADME.md11 …uWiki cache is updated. This can easily be done by changing any parameter value in settings (or by…
/plugin/pdfjs/pdfjs/web/locale/gd/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.
/plugin/pdfjs/pdfjs/web/locale/gn/
H A Dviewer.properties132 # a numerical per cent value.
172 # [one|two|few|many|other], with [other] as the default value.
183 # [zero|one|two|few|many|other], with [other] as the default value.
184 # "{{limit}}" will be replaced by a numerical value.
219 # numerical scale value.

1...<<121122123124125126127128129130>>...162