Home
last modified time | relevance | path

Searched refs:formatted (Results 1 – 25 of 137) sorted by path

123456

/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js812 var formatted = options.formatItem(data[i].data, i+1, max, data[i].value, term);
813 if ( formatted === false )
815 var li = $("<li/>").html( options.highlight(formatted, term) ).addClass(i%2 == 0 ? "ac_even" : "ac_odd").appendTo(list)[0];
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md356 …eObject"\|"string" | Whether to export dates as dates recognisable by Excel or formatted as strings
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1811 public $formatted; variable in Google_UserAddress
1844 public function setFormatted($formatted) { argument
1845 $this->formatted = $formatted;
1848 return $this->formatted;
H A DGoogle_PlusDomainsService.php2243 public $formatted; variable in Google_PersonName
2254 public function setFormatted( $formatted) { argument
2255 $this->formatted = $formatted;
2258 return $this->formatted;
2429 public $formatted; variable in Google_PlaceAddress
2430 public function setFormatted( $formatted) { argument
2431 $this->formatted = $formatted;
2434 return $this->formatted;
H A DGoogle_PlusService.php2195 public $formatted; variable in Google_PersonName
2206 public function setFormatted( $formatted) { argument
2207 $this->formatted = $formatted;
2210 return $this->formatted;
2381 public $formatted; variable in Google_PlaceAddress
2382 public function setFormatted( $formatted) { argument
2383 $this->formatted = $formatted;
2386 return $this->formatted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserAddress.php41 public $formatted; variable in Google\\Service\\Directory\\UserAddress
134 public function setFormatted($formatted) argument
136 $this->formatted = $formatted;
143 return $this->formatted;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md124 * Added SoapFault details to formatted exceptions
358 …* Added an option to send formatted message instead of the raw record on PushoverHandler via ->use…
H A DUPGRADE.md9 - DateTime are now formatted with a timezone and microseconds (unless disabled).
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DChromePHPFormatter.php75 $formatted = [];
78 $formatted[] = $this->format($record);
81 return $formatted;
H A DFlowdockFormatter.php80 $formatted = [];
83 $formatted[] = $this->format($record);
86 return $formatted;
H A DMongoDBFormatter.php64 $formatted = [];
66 $formatted[$key] = $this->format($record);
69 return $formatted;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php198 private static function handleStyles(string $formatted): array argument
201 $format = '%c' . $formatted;
H A DCouchDBHandler.php58 'content' => $record['formatted'],
H A DDynamoDbHandler.php74 $formatted = $this->marshaler->marshalItem($filtered);
77 $formatted = $this->client->formatAttributes($filtered);
82 'Item' => $formatted,
H A DPsrHandler.php61 $formatted = $this->formatter->format($record);
62 … $this->logger->log(strtolower($record['level_name']), (string) $formatted, $record['context']);
H A DTelegramBotHandler.php214 $this->send($record['formatted']);
H A DZendMonitorHandler.php76 * @param array $formatted Displayed in Custom Variables tab
81 …protected function writeZendMonitorCustomEvent(string $type, string $message, array $formatted, in… argument
83 zend_monitor_custom_event($type, $message, $formatted, $severity);
/plugin/avtaskbox/
H A DREADME.md5 Generates nicely formatted boxes for describing project tasks or user stories.
/plugin/backup/lang/en/
H A Dintro.txt9 * The file is formatted this way so that backups will **always** be sorted correctly.
/plugin/bibtex/OSBib/format/
H A DREADME.txt74 BIBFORMAT expects its data to be in UTF-8 format and will return its formatted data in UTF-8 format…
115 NB -- BIBFORMAT expects its data to be in UTF-8 format and will return its formatted data in UTF-8 …
153 Internally within BIBFORMAT.php, data from the SQL query $row is formatted and stored in a $item as…
176 … number is stored in the database as a cardinal number, then it will be formatted as an ordinal nu…
225 // Finally, get the formatted resource string ready for printing to the web browser or exporting to…
248 // Finally, get the formatted resource string ready for printing to the web browser or exporting to…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME52 …n array comprising the fields, entry type and given citation. @strings will be similarly formatted.
61 … array of separate BibTeX entries with no further processing. @strings will be similarly formatted.
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc256 … Assign color and font values to formatted text, i.e. bold, italic, underline, etc.
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1438 //adjust spacing on multi-formatted strings
1567 // remove space between formatted character entity and following character string
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc256 … Assign color and font values to formatted text, i.e. bold, italic, underline, etc.
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1447 //adjust spacing on multi-formatted strings
1569 // remove space between formatted character entity and following character string

123456