Home
last modified time | relevance | path

Searched refs:addQuotes (Results 126 – 150 of 646) sorted by relevance

12345678910>>...26

/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/phpClickHouse/src/Quote/
H A DValueFormatter.php25 public static function formatValue($value, bool $addQuotes = true) argument
44 if ($addQuotes) {
/dports/www/mediawiki135/mediawiki-1.35.5/includes/jobqueue/utils/
H A DPurgeJobUtils.php57 'page_touched < ' . $dbw->addQuotes( $now )
75 'page_touched < ' . $dbw->addQuotes( $now ) // handle races
/dports/www/mediawiki137/mediawiki-1.37.1/includes/jobqueue/utils/
H A DPurgeJobUtils.php57 'page_touched < ' . $dbw->addQuotes( $now )
75 'page_touched < ' . $dbw->addQuotes( $now ) // handle races
/dports/www/mediawiki136/mediawiki-1.36.3/includes/jobqueue/utils/
H A DPurgeJobUtils.php57 'page_touched < ' . $dbw->addQuotes( $now )
75 'page_touched < ' . $dbw->addQuotes( $now ) // handle races
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialWantedpages.php80 'pg2.page_namespace != ' . $dbr->addQuotes( NS_MEDIAWIKI ),
84 'COUNT(*) > ' . $dbr->addQuotes( $count ),
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialWantedpages.php80 'pg2.page_namespace != ' . $dbr->addQuotes( NS_MEDIAWIKI ),
84 'COUNT(*) > ' . $dbr->addQuotes( $count ),
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/storage/
H A DtrackBlobs.php159 'SUBSTRING(content_address, 1, 3)=' . $dbr->addQuotes( 'tt:' ),
168 'rev_id > ' . $dbr->addQuotes( $startId ),
240 'old_id>' . $dbr->addQuotes( $startId ),
346 [ 'blob_id > ' . $extDB->addQuotes( $startId ) ],
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/storage/
H A DtrackBlobs.php159 'SUBSTRING(content_address, 1, 3)=' . $dbr->addQuotes( 'tt:' ),
168 'rev_id > ' . $dbr->addQuotes( $startId ),
240 'old_id>' . $dbr->addQuotes( $startId ),
346 [ 'blob_id > ' . $extDB->addQuotes( $startId ) ],
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/storage/
H A DtrackBlobs.php159 'SUBSTRING(content_address, 1, 3)=' . $dbr->addQuotes( 'tt:' ),
168 'rev_id > ' . $dbr->addQuotes( $startId ),
240 'old_id>' . $dbr->addQuotes( $startId ),
346 [ 'blob_id > ' . $extDB->addQuotes( $startId ) ],
/dports/www/mediawiki135/mediawiki-1.35.5/includes/jobqueue/jobs/
H A DClearWatchlistNotificationsJob.php61 $timestampCond = 'wl_notificationtimestamp != ' . $dbw->addQuotes( $timestamp ) .
66 $dbw->addQuotes( $dbw->timestamp( $this->params['casTime'] ) ) .
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/pagers/
H A DProtectedTitlesPager.php92 $conds[] = 'pt_expiry > ' . $this->mDb->addQuotes( $this->mDb->timestamp() ) .
99 $conds[] = 'pt_namespace=' . $this->mDb->addQuotes( $this->namespace );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/jobqueue/jobs/
H A DClearWatchlistNotificationsJob.php61 $timestampCond = 'wl_notificationtimestamp != ' . $dbw->addQuotes( $timestamp ) .
66 $dbw->addQuotes( $dbw->timestamp( $this->params['casTime'] ) ) .
/dports/www/mediawiki137/mediawiki-1.37.1/includes/jobqueue/jobs/
H A DClearWatchlistNotificationsJob.php61 $timestampCond = 'wl_notificationtimestamp != ' . $dbw->addQuotes( $timestamp ) .
66 $dbw->addQuotes( $dbw->timestamp( $this->params['casTime'] ) ) .
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DrefreshLinks.php404 return "$var >= {$db->addQuotes( $start )}";
406 return "$var <= {$db->addQuotes( $end )}";
408 return "$var BETWEEN {$db->addQuotes( $start )} AND {$db->addQuotes( $end )}";
453 $timestamp = $dbr->addQuotes( $timestamp );
H A DpopulateCategory.php98 $where = [ 'cl_to > ' . $dbw->addQuotes( $begin ) ];
122 $where = 'cl_to > ' . $dbw->addQuotes( $name );
H A DresetUserTokens.php92 [ 'user_id > ' . $dbr->addQuotes( $min ),
93 'user_id <= ' . $dbr->addQuotes( $max )
H A DrefreshImageMetadata.php121 $conds2[] = 'img_name >= ' . $dbw->addQuotes( $start );
198 $conds2 = [ 'img_name > ' . $dbw->addQuotes( $row->img_name ) ];
227 $conds[] = 'img_name <= ' . $dbw->addQuotes( $end );
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DrefreshLinks.php408 return "$var >= {$db->addQuotes( $start )}";
410 return "$var <= {$db->addQuotes( $end )}";
412 return "$var BETWEEN {$db->addQuotes( $start )} AND {$db->addQuotes( $end )}";
457 $timestamp = $dbr->addQuotes( $timestamp );
H A DresetUserTokens.php92 [ 'user_id > ' . $dbr->addQuotes( $min ),
93 'user_id <= ' . $dbr->addQuotes( $max )
H A DrefreshImageMetadata.php121 $conds2[] = 'img_name >= ' . $dbw->addQuotes( $start );
198 $conds2 = [ 'img_name > ' . $dbw->addQuotes( $row->img_name ) ];
227 $conds[] = 'img_name <= ' . $dbw->addQuotes( $end );
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DrefreshLinks.php408 return "$var >= {$db->addQuotes( $start )}";
410 return "$var <= {$db->addQuotes( $end )}";
412 return "$var BETWEEN {$db->addQuotes( $start )} AND {$db->addQuotes( $end )}";
457 $timestamp = $dbr->addQuotes( $timestamp );
H A DresetUserTokens.php92 [ 'user_id > ' . $dbr->addQuotes( $min ),
93 'user_id <= ' . $dbr->addQuotes( $max )
H A DrefreshImageMetadata.php137 $conds2[] = 'img_name >= ' . $dbw->addQuotes( $start );
190 $conds2 = [ 'img_name > ' . $dbw->addQuotes( $row->img_name ) ];
222 $conds[] = 'img_name <= ' . $dbw->addQuotes( $end );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/objectcache/
H A DSqlBagOStuff.php1128 'exptime >= ' . $db->addQuotes( $db->timestamp( (int)$time ) )
1178 'exptime' => $db->addQuotes( $this->encodeDbExpiry( $db, $expiry ) )
1189 $expressionsByColumn['modtoken'] = $db->addQuotes( $mt );
1229 $db->buildIntegerCast( 'value' ) . " + {$db->addQuotes( $step )}",
1230 $db->addQuotes( $this->dbEncodeSerialValue( $db, $init ) )
1234 $db->addQuotes( $this->encodeDbExpiry( $db, $expiry ) )
1244 'exptime >= ' . $db->addQuotes( $db->timestamp( $mtUnixTs ) ),
1309 $db->addQuotes( '@' ),
1315 $db->addQuotes( '@' ),
1470 $maxExp ? [ 'exptime >= ' . $db->addQuotes( $maxExp ) ] : []
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/watcheditem/
H A DWatchedItemQueryService.php336 [ 'we_expiry' => null, 'we_expiry > ' . $db->addQuotes( $db->timestamp() ) ],
470 $conds[] = 'we_expiry IS NULL OR we_expiry > ' . $db->addQuotes( $db->timestamp() );
497 $conds[] = 'rc_timestamp > ' . $db->addQuotes( '' );
586 $db->addQuotes( $db->timestamp( $options['start'] ) );
591 $db->addQuotes( $db->timestamp( $options['end'] ) );
651 $rcTimestamp = $db->addQuotes( $db->timestamp( $rcTimestamp ) );
716 "wl_title $op= " . $db->addQuotes( $target->getDBkey() )

12345678910>>...26