Home
last modified time | relevance | path

Searched refs:values (Results 426 – 450 of 925) sorted by relevance

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

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBlockMapping.yml26 Often times human editors of documents will align the values even
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.3.md15 * The constructor of `PHP_CodeCoverage_Report_Text` now has default values for its parameters
/plugin/refnotes/
H A Dadmin.js57 this.reload = function (values) {
60 for (let value of values.keys()) {
302 for (let field of fields.values()) {
651 for (let field of fields.values()) {
929 for (let field of fields.values()) {
/plugin/bibtex/OSBib/create/
H A DFORM.php252 function selectedBoxValueMultiple($label, $name, $array, $values, $size = 3, $override = FALSE) argument
271 if(array_search($key, $values) !== FALSE)
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md41 * onoff values are `true` or `false` (Issue #3)
/plugin/statdisplay/pchart/
H A DDataDescription.php120 public $values = array(); variable in DataDescription
/plugin/statistics/inc/pchart/
H A DDataDescription.php120 public $values = array(); variable in DataDescription
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md13 non-evaluating your values.
55 It will force non-evaluating your values in 4.0. Use plain integers or `!!float` instead.
92 * Omitted mapping values will be parsed as `null`.
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1304 if (is(values, "array")) {
1305 var i = values.length;
1307 return values[i];
1310 values = +values;
1311 var rem = value % values;
1372 values,
1394 values[3] && values[3].slice(-1) == "%" && (opacity /= 100);
1404 (values[0].slice(-3) == "deg" || values[0].slice(-1) == "\xb0") && (red /= 360);
1406 values[3] && values[3].slice(-1) == "%" && (opacity /= 100);
1417 (values[0].slice(-3) == "deg" || values[0].slice(-1) == "\xb0") && (red /= 360);
[all …]
/plugin/accscounter/lang/en/
H A Dviewer.txt9 [NOTE] If you use the Spammer Check function, set values of "sfsExFreq" and "sfsExConf" from Config…
/plugin/bootswrapper/exe/help/
H A Dcollapse.txt26 ^ Attribute ^ Default Value ^ Allowed values ^ Description ^
/plugin/dokumicrobugtracker/
H A Dsyntax.php198 $values = explode(',', $this->getConf($pref_name));
199 foreach ($values as $value) {
/plugin/davcard/
H A Dhelper.php373 $values = array('principals/'.$userid,
380 $res = $sqlite->query($query, $values);
387 $res = $sqlite->query($query, $values);
812 $values = array($uri,
/plugin/const/
H A Dclass.evalmath.php966 $values = array_count_values( $args );
967 asort( $values );
968 end( $values );
969 return key( $values );
/plugin/imapmarkers/
H A DREADME.md73 …e 3 integer values (circle), 4 integer values (rectangle) or 6 or more integer values (polygon). I…
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md5 This component provides the functionality to compare PHP values for equality.
/plugin/combo/resources/library/bootstrap/
H A DREADME.md13 * And adapt the file by changing or adding your values
/plugin/c3chart/assets/
H A Dc3.min.js2values=function(t,n){void 0===n&&(n=!0);var e,i=null;return!t||(e=this.data(t))&&o(e)&&(i=e.reduce…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc92 'second_field' => 'some more values'
118 'second_field' => 'some more values'
220 trying to update doesn't exist), default values are inserted instead.
H A Dhost-config.asciidoc19 `ClientBuilder`. The method accepts an array of values, each entry corresponding
75 the parameter list is identical to the return values of a
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php213 $values = array();
219 $values[] = $value;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... rest.data.Result$Status[] $VALUES public static com.pusher.rest.data. ...
/plugin/ifauthex/lib/
H A Dparser.php172 $values = array();
175 $values[] = $arg->evaluate();
177 $values[] = $arg;
180 return $values;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js552 var values; variable
555 values='debug:'+debug+',';
556 values+='detectFirebug:'+detectFirebug+',';
558 values+='override:'+override+',';
560 values+='openInPopup:'+openInPopup+',';
561 values+='textNodeChars:'+textNodeChars+',';
576 values+='popupTop:'+popupTop+',';
577 values+='popupLeft:'+popupLeft+',';
578 values+='popupWidth:'+popupWidth+',';
579 values+='popupHeight:'+popupHeight+',';
[all …]
H A Dfirebug-lite-1.2-compressed.js21values;with(firebug.env){values='debug:'+debug+',';values+='detectFirebug:'+detectFirebug+',';valu… variable
22 values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.repl…
109 …ormat:function(_str){var values=Array.prototype.slice.call(arguments,1);return _str.replace(/\{(\d…

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