/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | TestUtil.php | 127 $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 D | GelfMessageFormatter.php | 88 $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 D | CopyProcess.php | 41 $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 D | Process.php | 116 $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 D | RequireCssProcess.php | 105 $extra = isset($package['extra']) ? $package['extra'] : array(); 106 $name = $this->getComponentName($package['name'], $extra); 107 $component = isset($extra['component']) ? $extra['component'] : array();
|
H A D | RequireJsProcess.php | 98 $extra = isset($package['extra']) ? $package['extra'] : array(); 99 $options = isset($extra['component']) ? $extra['component'] : array(); 102 $name = $this->getComponentName($package['name'], $extra);
|
H A D | BuildJsProcess.php | 45 $extra = isset($package['extra']) ? $package['extra'] : array(); 46 $componentName = $this->getComponentName($name, $extra);
|
/plugin/bugzillaint/ |
H A D | script.js | 102 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 D | WebProcessor.php | 100 * @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 D | SUCCESS.php | 34 function text($indexName, $extra = FALSE) argument 41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
|
H A D | ERRORS.php | 34 function text($arrayName, $indexName, $extra = FALSE) argument 41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
|
H A D | MESSAGES.php | 34 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 D | Zip.php | 605 $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 D | print.css | 14 .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 D | print.css | 14 .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 D | print.css | 14 .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 D | tools.php | 120 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 D | note.php | 62 $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 D | Composer.php | 36 $extra = $composer->getPackage()->getExtra(); 37 $servicesToKeep = isset($extra['google/apiclient-services']) ? 38 $extra['google/apiclient-services'] : [];
|
/plugin/s5reloaded/ui/thesis/ |
H A D | print.css | 67 .extra 72 div.extra, pre.extra, .example 77 ul.extra a
|
/plugin/markdownextra/lib/meltdown/ |
H A D | README.md | 26 * [js-markdown-extra](https://github.com/tanakahisateru/js-markdown-extra "Github link to js-markdo…
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | strategy.table.layout.auto.php | 93 $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 D | action.php | 104 $message = str_replace('{extra}', $last_change['extra'], $message );
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | HTML.DefinitionID.txt |
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/ |
H A D | Installer.php | 87 $extra = $package->getExtra(); 88 $component = isset($extra['component']) ? $extra['component'] : array();
|