Home
last modified time | relevance | path

Searched refs:record (Results 101 – 125 of 216) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticaHandler.php70 protected function write(array $record): void argument
72 $this->bulkSend([$record['formatted']]);
H A DLogmaticHandler.php85 protected function generateDataStream(array $record): string argument
87 return $this->logToken . ' ' . $record['formatted'];
H A DSocketHandler.php95 protected function write(array $record): void argument
98 $data = $this->generateDataStream($record);
348 protected function generateDataStream(array $record): string argument
350 return (string) $record['formatted'];
H A DSlackWebhookHandler.php93 protected function write(array $record): void argument
95 $postData = $this->slackRecord->getSlackData($record);
H A DProcessHandler.php86 protected function write(array $record): void argument
90 $this->writeProcessInput($record['formatted']);
H A DCouchDBHandler.php47 protected function write(array $record): void argument
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php545 $record = $this->getMetaRecord();
546 $record[$replicationDate::getPersistentName()] = $replicationDate->toStoreValue();
547 $this->upsertAttributes($record);
594 * If the primary key is null, no record was found
621 LogUtility::error("The database replication has not updated exactly 1 record but ($countChanges) record", \action_plugin_combo_indexer::CANONICAL);
837 $record = array(
856 foreach ($record as $name) {
1279 $record[self::ANALYTICS_ATTRIBUTE] = $analyticsJsonAsString;
1280 $record['IS_LOW_QUALIT
[all...]
/plugin/dig/
H A Dsyntax.php132 $record = dns_get_record($domain, DNS_ALL);
133 if (!$record) throw new Exception($this->getLang('dnsfail'));
135 foreach ($record as $r) {
/plugin/airtable/
H A Dsyntax.php237 foreach($api_response['records'] as $record) {
240 if(is_array($record['fields'][$field])) {
241 if($image = $this->findMedia($record['fields'][$field])) {
247 …$html .= '<td>' . $this->renderAnyExternalLinks(htmlspecialchars($record['fields'][$field])) . '</…
624 $request = $data['table'] . '/' . urlencode($data['record-id']);
/plugin/projects/plugins/target/
H A Dplot.php80 foreach ($data->GetData() as $record) {
82 $point = $record['Serie' .$column];
118 foreach ($data->GetData() as $record) {
120 $record['Serie' . $max_col]);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DProcessorInterface.php29 public function __invoke(array $record); argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/
H A DActivationStrategyInterface.php28 public function isHandlerActivated(array $record): bool; argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php75 public function format(array $record): string argument
77 $normalized = $this->normalize($record);
/plugin/acknowledge/
H A Dhelper.php260 $record = $this->db->queryRecord($sql, $page);
261 if (!$record) return false;
262 $assignees = $record['pageassignees'] . ',' . $record['autoassignees'];
/plugin/database/
H A Ddatabase.php623 foreach($referenceTable->recordObjs as $record) {
627 $listOfValues[$recCounter]=$record->values[2];
837 foreach($referenceTable->recordObjs as $record) {
839 if ($value == $record->values[1])
840 $ret = $record->values[2];
1052 foreach ($this->recordObjs as $record) {
1056 foreach ($record->values as $value) {
1925 $record=$tab->recordObjs[$recPointer];
2008 * @param number $record the ID of the record
2022 if ($record!='') $ret .= '<input type="hidden" name="record" value="'.$record.'" />';
[all …]
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php251 function (array $record) use ($var) {
253 $matcher = $record['matcher'];
/plugin/removeold/
H A Dadmin.php244 $record = "[".$timestamp."]".chr(9).$result.chr(9).chr(9).$file.chr(10);
248 if (!fwrite($fh, $record)) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php268 function (array $record) use ($var) {
270 $matcher = $record['matcher'];
/plugin/database2/
H A Ddatabase2.php1080 $record = array();
1090 $record[$column] = $value;
1121 $record[$idColumn] = $rowid;
1218 if ( !is_array( $record ) || empty( $record ) )
1225 unset( $record[$idColumn] );
1326 * @param array $record unsorted record
1333 $in = $record;
1359 $out[$column] = $record[$column];
2690 if ( $record[0] == $rowid )
2731 if ( is_array( $record ) && count( $record ) )
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
H A DEvents.php86 public function record(EventRecordRequest $postBody, $optParams = []) function in Google\\Service\\Games\\Resource\\Events
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js167 positions.forEach(function (record) { argument
168 record.element.style.position = record.originalPositioning;
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt118record from db/dbnames.ser and also delete the sqlite database file for this entry, which is kept …
121 …ne an item, the maintenance software saves a backup file of the previous record set, which is save…
124 …If you add a new entry to dbnames.ser and then restore the old backup, the new record will be lost.
/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php359 $record =& new OpenTypeFileNAMERecord();
360 $record->setBaseOffset($baseOffset);
361 $record->setFontFile($this->getFontFile());
362 $record->_read($filehandle);
363 $this->_nameRecord[] =& $record;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php101 list($record) = $this->getWithPrefixLen($ipAddress);
103 return $record;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md13 - The `datetime` in every record array is now a DateTimeImmutable, not that you
39 - Log levels are not shortened to 4 characters anymore. e.g. a warning record

123456789