Home
last modified time | relevance | path

Searched refs:values (Results 376 – 400 of 925) sorted by last modified time

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

/plugin/bookcreator/syntax/
H A Dbookmanager.php237 $values = [
242 $values['export_text'] = $this->getLang('exporttext');
245 $values['export_odtbook'] = $this->getLang('exportodt');
249 $values['export_pdfbook'] = $this->getLang('exportpdf');
264 $form->addDropdown('do', $values)
/plugin/ol3/
H A Dscript.js1values:[8],doc:"Style specification version number. Must be 8.",example:8},name:{type:"string",doc… class in AnonymousFunction600b995a0400.i.layout_symbol.text-variable-anchor
8values?Object.values:function(t){var e=[];for(var r in t)e.push(t[r]);return e};function I(t){var … property in rm.n
/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…
H A Dfirebug-lite-1.4.js212 this.values=function(map){var values=[]; method
216 }}return values
4901 if(!values){return
4904 i<values.length;
4905 ++i){var name=values[i];
4909 i<values.length;
4910 ++i){var name=values[i];
4917 i<values.length;
4918 ++i){var name=values[i];
4928 i<values.length;
[all …]
/plugin/cspheader/
H A Daction.php77 $values = $this->getConf($option);
78 $values = explode("\n", $values);
79 $values = array_map('trim', $values);
80 $values = array_unique($values);
81 $values = array_filter($values);
82 if (!count($values)) continu
[all...]
/plugin/displayfile/
H A DREADME.md27 … specify a dask (-) character for the `LANG` value. The supported `LANG` values are the same as th…
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js7999 case"sep":var h2,len,values,lwidth;set_page();lwidth=img.width-img.lm-img.rm;h1=h2=len=0
8000 if(param){values=param.split(/\s+/);h1=get_unit(values[0])
8001 if(values[1]){h2=get_unit(values[1])
8002 if(values[2])
8003 len=get_unit(values[2])}
H A Dsnd-1.js537 if(access&&access.outputs.size>0){os=access.outputs.values()
549 os=Midi5.ma.outputs.values()
/plugin/interwikiformatting/
H A DREADME.md39 … link. No extra measures have been implemented to secure or validate the values of plugin's config…
/plugin/structgroupby/
H A DREADME3 Groups rows that have the same values into summary rows
H A Dplugin.info.txt6 desc Groups rows that have the same values into summary rows
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php201 $values = [];
208 $values[$clark] = null;
211 $values[$clark] = $reader->parseCurrentElement()['value'];
218 return $values;
H A DProp.php51 $values = [];
59 $values[$clark] = self::parseCurrentElement($reader)['value'];
69 return $values;
/plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php49 $values = [];
55 $values[$name] = $reader->parseCurrentElement()['value'];
63 return $values;
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php38 * @param string[] $values
41 function enum(Writer $writer, array $values) { argument
43 foreach ($values as $value) {
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md117 * `getHeaders()` now returns header values as an array, just like psr/http.
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php81 $values = [];
87 $values[$reader->localName] = $reader->parseCurrentElement()['value'];
90 $values[$clark] = $reader->parseCurrentElement()['value'];
101 return $values;
173 $values = [];
180 $values[] = $reader->localName;
182 $values[] = $reader->getClark();
188 return $values;
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1170 * Fixed: expand-properties REPORT had incorrect values for the href element.
1285 * Fixed: Issue 237: xml-encoding values in SabreDAV error responses.
1397 * Fixed: DTSTART values would be incorrect when expanding events.
1667 * Added: Helper functions for DateTime-values in Sabre_VObject package.
2168 * Updated: Browser plugin now shows multiple {DAV:}resourcetype values if
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php139 * @param array $values All the options
141 function __construct(array $values) { argument
154 if (!isset($values[$item])) {
159 foreach ($values as $key => $value) {
H A DInviteReply.php91 * @param array $values
93 function __construct(array $values) { argument
105 if (!isset($values[$item])) {
110 foreach ($values as $key => $value) {
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php433 foreach ($request->getHeaders() as $key => $values) {
435 foreach ($values as $value) {
H A Dfunctions.php297 * @param string|string[] $values
301 function getHeaderValues($values, $values2 = null) { argument
303 $values = (array)$values;
305 $values = array_merge($values, (array)$values2);
307 foreach ($values as $l1) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php197 $values = [];
205 $values[] = $d->format('Ymd\\THis');
219 $values[] = $d->format('Ymd\\THis\\Z');
221 $values[] = $d->format('Ymd\\THis');
229 $values[] = $d->format('Ymd');
234 $this->value = $values;
345 $values = $this->getParts();
347 foreach ($values as $value) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php240 $values = [
268 $values[':calendarid'] = $calendarId;
273 $values[':' . $dbName] = $properties[$xmlName];
280 $stmt->execute($values);
829 $values = [
835 $values['componenttype'] = $componentType;
844 $values['enddate'] = $timeRange['end']->getTimeStamp();
848 $stmt->execute($values);
1152 $values = [
1162 $values[':' . $dbName] = $properties[$xmlName];
[all …]

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