Home
last modified time | relevance | path

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

123456789

/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";
145 $extra = 'DTSTART:20100223T060000Z';
148 $extra = 'DTSTART:20060223T060000Z';
163 $extra = 'COMPLETED:20060601T000000Z';
166 $extra = 'COMPLETED:20090601T000000Z';
169 $extra = 'CREATED:20060601T000000Z';
172 $extra = 'CREATED:20090601T000000Z';
181 $extra = 'X-FILLER:oh hello';
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A 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/
H A 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) {
H A 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();
H A DRequireCssProcess.php105 $extra = isset($package['extra']) ? $package['extra'] : array();
106 $name = $this->getComponentName($package['name'], $extra);
107 $component = isset($extra['component']) ? $extra['component'] : array();
H A DRequireJsProcess.php98 $extra = isset($package['extra']) ? $package['extra'] : array();
99 $options = isset($extra['component']) ? $extra['component'] : array();
102 $name = $this->getComponentName($package['name'], $extra);
H A DBuildJsProcess.php45 $extra = isset($package['extra']) ? $package['extra'] : array();
46 $componentName = $this->getComponentName($name, $extra);
/plugin/bugzillaint/
H A 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
148 if ( extra == 'product' && groupBy != 'product' ) {
174 if ( extra == 'deadline' && bug.deadline ) {
180 if ( extra == 'priority' && groupBy != 'priority' ) {
186 if ( extra == 'severity' && groupBy != 'severity' ) {
197 if ( extra == 'status' && groupBy != 'status' ) {
209 if ( extra == 'dependencies' ) {
231 if ( warnings.hasOwnProperty(extra) ) {
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DWebProcessor.php100 * @param mixed[] $extra
103 private function appendExtraFields(array $extra): array argument
106 $extra[$extraName] = $this->serverData[$serverName] ?? null;
109 return $extra;
/plugin/bibtex/OSBib/create/
H A DSUCCESS.php34 function text($indexName, $extra = FALSE) argument
41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
H A DERRORS.php34 function text($arrayName, $indexName, $extra = FALSE) argument
41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
H A DMESSAGES.php34 function text($arrayName, $indexName, $extra = FALSE) argument
41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php605 $header['extra'] = fread($this->fh, $header['extra_len']);
606 $header['extradata'] = $this->parseExtra($header['extra']);
608 $header['extra'] = '';
648 $header['extra'] = fread($this->fh, $data['extra_len']);
649 $header['extradata'] = array_merge($header['extradata'], $this->parseExtra($header['extra']));
651 $header['extra'] = '';
675 * Parse the extra headers into fields
682 $extra = array();
683 // parse all extra fields as raw values
689 $extra[
[all...]
/plugin/s5/ui/flower/
H A 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/
H A 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/
H A 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/
H A Dtools.php120 function addLogEntry($date, $id, $type = 'cl', $summary = '', $extra = '') { argument
141 ), 'id' => $id, 'user' => $user, 'sum' => str_replace($strip, '', $summary), 'extra' => str_replace($strip, '', $extra));
187 // however the extra robustness in making the changelog cache self-correcting is worth it
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/
H A 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/
H A DComposer.php36 $extra = $composer->getPackage()->getExtra();
37 $servicesToKeep = isset($extra['google/apiclient-services']) ?
38 $extra['google/apiclient-services'] : [];
/plugin/s5reloaded/ui/thesis/
H A Dprint.css67 .extra
72 div.extra, pre.extra, .example
77 ul.extra a
/plugin/markdownextra/lib/meltdown/
H A DREADME.md26 * [js-markdown-extra](https://github.com/tanakahisateru/js-markdown-extra "Github link to js-markdo…
/plugin/html2pdf/html2pdf/html2ps/
H A 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/autotweet/
H A Daction.php104 $message = str_replace('{extra}', $last_change['extra'], $message );
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionID.txt
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php87 $extra = $package->getExtra();
88 $component = isset($extra['component']) ? $extra['component'] : array();

123456789