Home
last modified time | relevance | path

Searched refs:default (Results 426 – 450 of 1338) sorted by path

1...<<11121314151617181920>>...54

/plugin/database2/
H A Ddatabase2.php4970 $default = $this->replaceMarkup( trim( $def['options']['default'] ) );
4976 return self::asBool( $default );
4980 $value = array_search( $default, $def['options']['selectables'] );
4986 if ( ctype_digit( $default ) )
4989 $default = intval( $default );
4991 if ( ( $default > 0 ) && ( $default <= count( $def['options']['selectables'] ) ) )
4995 $value = $default - 1;
4997 $value = $default;
5008 return $this->inputToInternal( $default, $def );
/plugin/dataplot/
H A Dmake-release14 gpg --armor --sign --detach-sig --default-key FA5E6F3E ${my_package}.tar.gz
/plugin/datapopup/
H A D.hg_archival.txt3 branch: default
/plugin/datatables/assets/datatables.net-dt/css/
H A Djquery.dataTables.min.css
/plugin/datatables/assets/datatables.net-responsive-bs/css/
H A Dresponsive.bootstrap.min.css
/plugin/datepicker/
H A Dstyle.css20 cursor: default;
180 cursor: default;
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.less329 cursor: default;
362 cursor: default;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less25 /* default look for background events */
30 /* default look for non-business-hours areas */
56 .fc-state-default {
60 .fc-state-default.fc-corner-left {
65 .fc-state-default.fc-corner-right {
83 .fc-state-default {
120 cursor: default;
340 /* default BORDER color */ }
345 /* default BACKGROUND color */ }
350 /* default TEXT color */
[all …]
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php20 $default = 'buildzip'; variable
25 $currentTask = $default;
H A Dnaturalselection91 default=-1
98 default=5
105 default=10737418240
114 default=1073741824
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php391 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
395 foreach ($default['aggregates'] as &$agg) {
404 return $default;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php223 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
224 $default['aggregates'][] = [
231 return $default;
H A DOutbox.php172 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
173 $default['aggregates'][] = [
176 $default['aggregates'][] = [
180 return $default;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php567 * @param mixed $default
570 function getHTTPDepth($default = self::DEPTH_INFINITY) { argument
575 if (is_null($depth)) return $default;
581 if (!ctype_digit($depth)) return $default;
/plugin/davcal/vendor/sabre/http/
H A DREADME.md397 * The base url should default to /
607 * Or just the code, in which case the appropriate default message will be
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php56 $default = date_default_timezone_get();
61 date_default_timezone_set($default);
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md137 * #128: `ATTACH` in iCalendar is `URI` by default, not `BINARY`.
170 * VEVENT now get populated with a DTSTAMP and UID property by default.
299 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
426 * Added: New components automatically get a bunch of default properties, such as
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php296 $default = date_default_timezone_get();
319 date_default_timezone_set($default);
/plugin/davcard/
H A D.hg_archival.txt3 branch: default
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md177 * #128: `ATTACH` in iCalendar is `URI` by default, not `BINARY`.
210 * VEVENT now get populated with a DTSTAMP and UID property by default.
339 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
466 * Added: New components automatically get a bunch of default properties, such as
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php296 $default = date_default_timezone_get();
319 date_default_timezone_set($default);
/plugin/deletepagebutton/
H A DREADME.md55 The plugin has been tested with the default
/plugin/deniedpage/
H A DREADME.md20 The default page is `wiki:denied`
/plugin/dev/
H A Dcli.php129 default:
177 $default = '';
180 $default = file_get_contents($cachename);
185 if ($default) echo ' [' . $default . ']';
192 if ($value === '') $value = $default;
/plugin/diagramsnet/lib/WEB-INF/
H A Dlogging.properties1 # Set the default logging level for all loggers to WARNING

1...<<11121314151617181920>>...54