Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php127 $extra = "DUE:20100104T000000Z";
130 $extra = "DUE:20060104T000000Z";
133 $extra = "DUE;VALUE=DATE:20060104";
136 $extra = "DUE;TZID=Asia/Seoul:20060104T000000Z";
139 $extra = "DTSTART:20050223T060000Z\nDUE:20060104T000000Z";
142 $extra = "DTSTART:20090223T060000Z\nDUE:20100104T000000Z";
145 $extra = 'DTSTART:20100223T060000Z';
148 $extra = 'DTSTART:20060223T060000Z';
151 $extra = 'DTSTART;VALUE=DATE:20100223';
154 $extra = 'DTSTART;TZID=Asia/Seoul:20100223T060000Z';
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
DGelfMessageFormatter.php88 $context = $extra = [];
95 $extra = parent::normalize($record['extra']);
119 if (isset($extra['line'])) {
120 $message->setLine($extra['line']);
121 unset($extra['line']);
123 if (isset($extra['file'])) {
124 $message->setFile($extra['file']);
125 unset($extra['file']);
128 foreach ($extra as $key => $val) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
DCopyProcess.php41 $extra = isset($package['extra']) ? $package['extra'] : array();
42 $componentName = $this->getComponentName($name, $extra);
48 if (isset($extra['component'][$type]) && is_array($extra['component'][$type])) {
49 foreach ($extra['component'][$type] as $file) {
DProcess.php116 $extra = isset($package['extra']) ? $package['extra'] : array();
117 if (isset($extra['component']) && is_array($extra['component'])) {
148 * @param array $extra
154 public function getComponentName($prettyName, array $extra = array()) argument
166 $component = isset($extra['component']) ? $extra['component'] : array();
DRequireCssProcess.php105 $extra = isset($package['extra']) ? $package['extra'] : array();
106 $name = $this->getComponentName($package['name'], $extra);
107 $component = isset($extra['component']) ? $extra['component'] : array();
DRequireJsProcess.php98 $extra = isset($package['extra']) ? $package['extra'] : array();
99 $options = isset($extra['component']) ? $extra['component'] : array();
102 $name = $this->getComponentName($package['name'], $extra);
/plugin/bugzillaint/
Dscript.js102 var extra = renderExtras( master, bug );
104 return ( extra.children().length > 0 ) ? a.add( extra ) : a;
129 function renderExtra( extra, master, parent, bug ) { argument
134 if ( extra == 'assigned_to' && groupBy != 'assigned_to' ) {
141 if ( extra == 'classification' && groupBy != 'classification' ) {
148 if ( extra == 'product' && groupBy != 'product' ) {
155 if ( extra == 'component' && groupBy != 'component' ) {
162 if ( extra == 'lastchange' && groupBy != 'last_change_time' && bug.last_change_time ) {
168 if ( extra == 'time' && bug.actual_time && bug.actual_time > 0 ) {
174 if ( extra == 'deadline' && bug.deadline ) {
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
DWebProcessor.php100 * @param mixed[] $extra
103 private function appendExtraFields(array $extra): array argument
106 $extra[$extraName] = $this->serverData[$serverName] ?? null;
109 return $extra;
/plugin/upgrade/myvendor/splitbrain/php-archive/src/
DZip.php682 $extra = array();
689 $extra[$set['id']] = $value;
693 if(isset($extra[0x6375])) {
694 $extra['utf8comment'] = substr($extra[0x7075], 5); // strip version and crc
696 if(isset($extra[0x7075])) {
697 $extra['utf8path'] = substr($extra[0x7075], 5); // strip version and crc
700 return $extra;
913 list($name, $extra) = $this->encodeFilename($name);
931 $header .= pack('v', strlen($extra)); // extra field length
938 $header .= $extra; // extra (utf-8 filename)
[all …]
/plugin/bibtex/OSBib/create/
DSUCCESS.php34 function text($indexName, $extra = FALSE) argument
41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
DERRORS.php34 function text($arrayName, $indexName, $extra = FALSE) argument
41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
DMESSAGES.php34 function text($arrayName, $indexName, $extra = FALSE) argument
41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
/plugin/s5/ui/flower/
Dprint.css14 .extra {background: transparent !important;}
15 div.extra, pre.extra, .example {font-size: 10pt; color: #333;}
16 ul.extra a {font-weight: bold;}
/plugin/s5/ui/dokuwiki/
Dprint.css14 .extra {background: transparent !important;}
15 div.extra, pre.extra, .example {font-size: 10pt; color: #333;}
16 ul.extra a {font-weight: bold;}
/plugin/s5/ui/default/
Dprint.css14 .extra {background: transparent !important;}
15 div.extra, pre.extra, .example {font-size: 10pt; color: #333;}
16 ul.extra a {font-weight: bold;}
/plugin/linkback/
Dtools.php120 function addLogEntry($date, $id, $type = 'cl', $summary = '', $extra = '') { argument
141 … => $user, 'sum' => str_replace($strip, '', $summary), 'extra' => str_replace($strip, '', $extra));
189 … $extra = $conf['recent'] - count($out_lines); // do we need extra lines do bring us up to minimum
190 if ($extra > 0) {
192 $out_lines = array_merge(array_slice($old_lines, - $extra), $out_lines);
/plugin/authucenter/lib/uc_client/model/
Dnote.php62 $extra = $varextra = '';
75 $extra = implode(',', $appadd);
76 $extra = $extra ? ', '.$extra : '';
85 …"notelist SET getdata='$getdata', operation='$operation', pri='$pri', postdata='$postdata'$extra");
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
DComposer.php36 $extra = $composer->getPackage()->getExtra();
37 $servicesToKeep = isset($extra['google/apiclient-services']) ?
38 $extra['google/apiclient-services'] : [];
/plugin/s5reloaded/ui/thesis/
Dprint.css67 .extra
72 div.extra, pre.extra, .example
77 ul.extra a
/plugin/html2pdf/html2pdf/html2ps/
Dstrategy.table.layout.auto.php93 $extra = 2*$cellpadding->getPoints() + $cellspacing->getPoints();
95 $minwc[$i] = max($minw[$i], $cwc->apply($minw[$i]-$extra, $table_width) + $extra);
96 $maxwc[$i] = max($minw[$i], $cwc->apply($maxw[$i]-$extra, $table_width) + $extra);
/plugin/markdownextra/lib/meltdown/
DREADME.md26 * [js-markdown-extra](https://github.com/tanakahisateru/js-markdown-extra "Github link to js-markdo…
/plugin/autotweet/
Daction.php104 $message = str_replace('{extra}', $last_change['extra'], $message );
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DConfig.php537 $extra = $this->chatty ?
542 $extra
546 $extra = $this->chatty ? " (try flushing your cache)" : "";
548 "Optimization status of definition is unknown" . $extra
553 $extra = $this->chatty ?
557 … "Inconsistent use of optimized and unoptimized raw definition retrievals" . $extra
887 $extra = '';
897 $extra = " invoked on line {$frame['line']} in file {$frame['file']}";
901 trigger_error($msg . $extra, $no);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.DefinitionID.txt22 using the advanced API, an extra attribute has been added. The
24 has taken place, so it needs an extra directive: %HTML.DefinitionID.
27 an extra directive attached to it.
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
DInstaller.php87 $extra = $package->getExtra();
88 $component = isset($extra['component']) ? $extra['component'] : array();

12345678910>>...13