Home
last modified time | relevance | path

Searched refs:values (Results 151 – 175 of 925) sorted by last modified time

12345678910>>...37

/plugin/achart/assets/
H A Dapexcharts.min.js6values:g,ttItems:a,shared:i,e:c});var u=this.ttCtx.getElTooltip();this.ttCtx.tooltipRect.ttWidth=u…
10 …al"})},colorMatrix:function(t,e){"matrix"==t&&(e=s(e)),this.attr({type:t,values:void 0===e?null:e}…
/plugin/achart/
H A Dsyntax.php147 $newArray = array_map(function($values) use ($keys){
148 return array_combine($keys, $values);
/plugin/ckgedit/ckeditor/
H A DCHANGES.md95 …r.com/cke4/addon/button) plugin supports custom `aria-haspopup` property values. The [Menu Button]…
126 …ckeditor4/latest/api/CKEDITOR_tools.html#method-convertToPx) function now converts negative values.
848 …test/api/CKEDITOR_dom_element.html#method-breakParent). Mind the default values and special behavi…
1281 …/CKEDITOR.htmlDataProcessor.html) discovering protected attributes within other attributes' values.
1319 …or.com/ticket/11379): Changed default contents `line-height` to unitless values to avoid huge text…
1429values and [content filter](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_advanced_content_…
1430 …* Dynamic *Enter* mode values – [`editor.setActiveEnterMode()`](https://ckeditor.com/docs/ck…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc82 // Synchronous field values to other impacted fields is required, e.g. border
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc93 // Save a reference to the selected table, and push a new set of default values.
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc256 … Assign color and font values to formatted text, i.e. bold, italic, underline, etc.
/plugin/tagfilter/
H A Dscript.js169 $tf_dd.val(tf_elmt.values);
/plugin/tagfilter/script/select2/
H A Dselect2.js167 * Splits the string into an array of values, trimming each value. An empty array is returned for nulls or empty
3233 data: function(values, triggerChange) { argument
3242 if (!values) { values = []; }
3243 ids = $.map(values, function(e) { return self.opts.id(e); });
3245 this.updateSelection(values);
/plugin/html5video2/script/
H A Dvideo.min.js12 …ymbol&&_.Symbol.iterator&&(t[_.Symbol.iterator]=function(){return(e||[]).values()}),t}function Tt(…
20values=ci(null)}function mi(e,t,i,n){var r,a,s=n?e.split(n):[e];for(r in s)"string"==typeof s[r]&&…
/plugin/bootswrapper/exe/help/
H A Dcollapse.txt26 ^ Attribute ^ Default Value ^ Allowed values ^ Description ^
/plugin/bootswrapper/syntax/
H A Dbootstrap.php103 $values = isset($item['values']) ? $item['values'] : null;
131 … } elseif ($item['type'] !== 'multiple' && is_array($values) && !in_array($value, $values)) {
145 if (!in_array($single_value, $values)) {
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2values[d*l+f])}}0!==u.length&&(c.times=Js.convertArray(u,c.times.constructor),c.values=Js.convertA… property in AnonymousFunctione3d0f3fa20e00.e
/plugin/avbarchart/
H A Dsyntax.php85 $values = preg_split("/,/", $data1);
88 foreach ($values as $col) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php92 $values = array();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php205 $values = [
216 $values[':components'] = 'VEVENT,VTODO';
231 $values[':' . $dbName] = $properties[$xmlName];
237 $stmt->execute($values);
707 $values = [
713 $values['componenttype'] = $componentType;
722 $values['enddate'] = $timeRange['end']->getTimeStamp();
726 $stmt->execute($values);
1025 $values = [
1035 $values[':' . $dbName] = $properties[$xmlName];
[all …]
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md84 * `getHeaders()` now returns header values as an array, just like psr/http.
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js5351 var values = {}; // what's passed as the `deps` arguments
5359 stopFunc(values);
5367 if (!isOptional && values[depName] !== undefined) {
5370 delete values[depName];
5374 if (!isOptional && values[depName] === undefined) {
5377 values[depName] = val;
5386 startFunc(values);
5418 values[depName] = _this.get(depName);
5427 startFunc(values);
5444 startFunc(values);
H A Dmoment.js1855 function getSetGlobalLocale (key, values) { argument
1858 if (isUndefined(values)) {
1862 data = defineLocale(key, values);
/plugin/davcal/
H A Dhelper.php636 $values = array('principals/'.$userid,
649 …$res = $sqlite->query($query, $values[0], $values[1], $values[2], $values[3], $values[4], $values[…
656 $res = $sqlite->query($query, $values[0], $values[1], $values[2], $values[3]);
1503 $values = array($uri,
1823 $values = array(
1830 $values[] = $componentType;
1836 $values[] = $timeRange['start']->getTimeStamp();
1841 $values[] = $timeRange['end']->getTimeStamp();
1844 $res = $sqlite->query($query, $values);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php51 $values = [];
59 $values[$clark] = self::parseCurrentElement($reader)['value'];
69 return $values;
H A DResponse.php182 $values = [];
189 $values[$clark] = null;
192 $values[$clark] = $reader->parseCurrentElement()['value'];
199 return $values;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php64 $values = KeyValue::xmlDeserialize($reader);
69 $new->owner = !empty($values['{DAV:}owner']) ? $values['{DAV:}owner']->getXml() : null;
72 if (isset($values['{DAV:}lockscope'])) {
73 foreach ($values['{DAV:}lockscope'] as $elem) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php186 $values = [];
197 $values[$dbField] = $value;
202 $values['uri'] = $path;
205 $stmt->execute($values);
245 $values = [];
252 $values[] = '%' . $value . '%';
256 $values[] = '%' . $value . '%';
266 $stmt->execute($values);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php203 $values = array();
213 $values[] = $d->format('Ymd\\THis');
227 $values[] = $d->format('Ymd\\THis\\Z');
229 $values[] = $d->format('Ymd\\THis');
241 $values[] = $d->format('Ymd');
248 $this->value = $values;
368 $values = $this->getParts();
370 foreach($values as $value) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php138 * @param array $values All the options
140 function __construct(array $values) { argument
153 if (!isset($values[$item])) {
158 foreach ($values as $key => $value) {

12345678910>>...37