Home
last modified time | relevance | path

Searched refs:values (Results 476 – 500 of 925) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1values\": [\n {\n \"name\": \"center\",\n \"d…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md34 incompatible changes, though (consolidated option names, use of the boolean values
316 you can pass JavaScript code that will evaluate the option values when the
347 values (except the common service options) are treated as strings. If you
348 need to pass values of other types (numbers, booleans, arrays or functions)
413 <td>Possible values: <code>line</code> or <code>box</code></td>
725 Possible values: <code>comments</code> or <code>reactions</code></td>
794 <td>Possible values: <code>like</code> or <code>recommend</code></td>
799 <td>Possible values: <code>light</code> or <code>dark</code></td>
1187 /* default values for common service options... */
1367 -l <languages> Comma separated list of languages to pack. Possible values:
[all …]
/plugin/refnotes/lang/en/
H A Dintro.txt13 Settings that are shown on a blue background are the default values. In the //Namespaces// section settings that are shown on a green background are inherited from the parent namespace.
/plugin/quickstats/db/
H A DdataBaseStructure.txt62 [values] => Array (
/plugin/structcondstyle/
H A DREADME.md3 …in that allows the user to style parts of aggregations with plain CSS depending on their values.
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php295 foreach ($options['_headers'] as $name => $values) {
296 foreach ($values as $value) {
/plugin/mantis/lib/
H A Dchangelog26 - wsdl: apply a variant of the patch from Holger to handle empty values for array by serializing an…
116 - wsdl: add some more code to handle null/nil values (but there's still a way to go)
209 - wsdl: better serialization of null values
220 - wsdl: serialize soapval values (used to force an XML type, e.g. when WSDL uses an abstract type)
331 - nusoap_base: improve serialization of null values (thanks Dominique Stender)
332 - soap_parser: parse null values by handling the nil attribute (thanks Dominique Stender)
336 - xmlschema: save enumeration values parsed from WSDL
368 - nusoap_base: serialize xsi:type with nil values
378 - wsdl: serialize xsi:type with nil values
540 - wsdl: wrap parameters if unwrapped values are supplied and WSDL specifies Microsoft-style wrapping
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php761 $values = &$attributes[$i]['value'];
762 for ($j = 0; $j < count($values); $j++) {
763 $value = ASN1::encodeDER($values[$j], Maps\AttributeValue::MAP);
768 $values[$j] = $mapped;
771 $this->mapInExtensions($values, $j);
774 $values[$j] = $value;
805 $values = &$attributes[$i]['value'];
806 for ($j = 0; $j < count($values); $j++) {
809 $this->mapOutExtensions($values, $j);
814 $temp = ASN1::encodeDER($values[$j], $map);
[all …]
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php675 $values = $this->getShibVar($sourceAttributeName, true);
676 if (null !== $values) {
677 foreach ($values as $value) {
/plugin/pot/
H A DREADME.md68 The values are a simple line of entries in the format: "key=value | key=value | key=value
106 Already set "< pot>" values can be retrieved and included in the formulas. To retrieve exactly one …
165 … with javascript will be created in order to be able to retrieve the set values on the whole page …
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md66 non-evaluating your values.
108 It will force non-evaluating your values in 4.0. Use plain integers or `!!float` instead.
145 * Omitted mapping values will be parsed as `null`.
/plugin/mikioplugin/syntax/
H A Dcore.php36 private $values = array();
151 $this->values = $options_clean;
162 return array($state, $this->values);
490 * @param $list style list as key => value. Empty values are not included
501 // Define the possible values for each property
507 // Initialize the variables to hold the property values
754 * Create array with passed elements and include them if their values are not empty
33 private $values = array(); global() variable in syntax_plugin_mikioplugin_core
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php92 $values = array();
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php92 $values = array();
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php92 $values = array();
/plugin/statdisplay/pchart/
H A DPieChart.php142 if (empty($DataDescription->values)) {
157 foreach ( $DataDescription->values as $Key2 => $ColName ) {
347 foreach ( $DataDescription->values as $ColName ) {
442 foreach ($data->getDataDescription()->values as $ColName ) {
/plugin/statistics/inc/pchart/
H A DPieChart.php150 if(empty($DataDescription->values)) {
151 throw new Exception("No values available in data description in drawBasicPieGraph()");
165 foreach($DataDescription->values as $Key2 => $ColName) {
210 /* Set array values type to float --- PHP Bug with
371 foreach($DataDescription->values as $ColName) {
469 foreach($data->getDataDescription()->values as $ColName) {
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js1084 Menus.prototype.edgeStyleChange = function(menu, label, keys, values, sprite, parent, reset, image) argument
1118 graph.setCellStyles(keys[j], values[j], [cell]);
1127 'values', values, 'cells', edges));
1157 Menus.prototype.styleChange = function(menu, label, keys, values, sprite, parent, fn, post, iconOnl… argument
1159 var apply = this.createStyleChangeFunction(keys, values);
1186 Menus.prototype.createStyleChangeFunction = function(keys, values) argument
1201 graph.setCellStyles(keys[i], values[i], cells);
1238 'keys', keys, 'values', values, 'cells', cells));
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt114 … anything, usually 'artist', 'title', etc. Contains array of one or more values (eg: multiple arti…
157 … anything, usually 'artist', 'title', etc. Contains array of one or more values (eg: multiple arti…
172 … anything, usually 'artist', 'title', etc. Contains array of one or more values (eg: multiple arti…
173 ['data']=>array() { // array of one or more Unicode values
174 … ['data_ascii']=>array() { // array of values converted approximately from Unicode to ASCII
222 …['comments']=>array() { // array of comment values, derived from ['content_de…
232 …['content_description']=>array() { // raw values - should use values from ['comments'] i…
548 …[<x>]=>array() { // some frames types allow multiple values ('COMM' fo…
1191 … anything, usually 'artist', 'title', etc. Contains array of one or more values (eg: multiple arti…
1334 … anything, usually 'artist', 'title', etc. Contains array of one or more values (eg: multiple arti…
[all …]
/plugin/html2pdf/snorriheim/
H A Dstyle.ini21 ; This section is used to configure some placeholder values used in
H A Dstyle.ini.dist21 ; This section is used to configure some placeholder values used in
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dset.rst4 Inside code blocks you can also assign values to variables. Assignments use
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php469 $values = explode(',', $freebusy);
470 foreach ($values as $value) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php504 $values = explode(',', $freebusy);
505 foreach ($values as $value) {
/plugin/issuetracker/
H A Dprototype.js296 function values(object) { function
353 values: values,
1266 function values() { function
1297 if (values && typeof values == 'object') {
1330 values: values,
2259 if (t.values[name]) return t.values[name](element, name);
2279 if (t.values[attr]) name = t.values[attr](element, value);
2496 values: { } property in Element._attributeTranslations.write
2614 values: {
2670 values: { class in Element._attributeTranslations.write
[all …]

1...<<11121314151617181920>>...37