Home
last modified time | relevance | path

Searched refs:addQuotes (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DpopulateRecentChangesSource.php89 $rcNew = $dbw->addQuotes( RC_NEW );
90 $rcSrcNew = $dbw->addQuotes( RecentChange::SRC_NEW );
91 $rcEdit = $dbw->addQuotes( RC_EDIT );
92 $rcSrcEdit = $dbw->addQuotes( RecentChange::SRC_EDIT );
93 $rcLog = $dbw->addQuotes( RC_LOG );
94 $rcSrcLog = $dbw->addQuotes( RecentChange::SRC_LOG );
95 $rcExternal = $dbw->addQuotes( RC_EXTERNAL );
96 $rcSrcExternal = $dbw->addQuotes( RecentChange::SRC_EXTERNAL );
H A Drebuildrecentchanges.php113 'rc_timestamp > ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffFrom ) ),
114 'rc_timestamp < ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) )
140 'rev_timestamp > ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffFrom ) ),
141 'rev_timestamp < ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) )
206 "rc_timestamp > " . $dbw->addQuotes( $dbw->timestamp( $this->cutoffFrom ) ),
207 "rc_timestamp < " . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) )
316 'log_timestamp < ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) ),
479 $subConds[] = 'rc_source = ' . $dbw->addQuotes( RecentChange::SRC_NEW );
482 $subConds[] = 'rc_log_type = ' . $dbw->addQuotes( 'upload' );
516 'log_type != ' . $dbw->addQuotes( 'create' ),
[all …]
H A DrefreshFileHeaders.php71 $conds = [ "img_name > {$dbr->addQuotes( $start )}" ];
74 $conds[] = "img_name <= {$dbr->addQuotes( $end )}";
78 $conds[] = "img_media_type = {$dbr->addQuotes( $media_type )}";
82 $conds[] = "img_major_mime = {$dbr->addQuotes( $major_mime )}";
86 $conds[] = "img_minor_mime = {$dbr->addQuotes( $minor_mime )}";
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DpopulateRecentChangesSource.php89 $rcNew = $dbw->addQuotes( RC_NEW );
90 $rcSrcNew = $dbw->addQuotes( RecentChange::SRC_NEW );
91 $rcEdit = $dbw->addQuotes( RC_EDIT );
92 $rcSrcEdit = $dbw->addQuotes( RecentChange::SRC_EDIT );
93 $rcLog = $dbw->addQuotes( RC_LOG );
94 $rcSrcLog = $dbw->addQuotes( RecentChange::SRC_LOG );
95 $rcExternal = $dbw->addQuotes( RC_EXTERNAL );
96 $rcSrcExternal = $dbw->addQuotes( RecentChange::SRC_EXTERNAL );
H A Drebuildrecentchanges.php113 'rc_timestamp > ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffFrom ) ),
114 'rc_timestamp < ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) )
140 'rev_timestamp > ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffFrom ) ),
141 'rev_timestamp < ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) )
206 "rc_timestamp > " . $dbw->addQuotes( $dbw->timestamp( $this->cutoffFrom ) ),
207 "rc_timestamp < " . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) )
316 'log_timestamp < ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) ),
479 $subConds[] = 'rc_source = ' . $dbw->addQuotes( RecentChange::SRC_NEW );
482 $subConds[] = 'rc_log_type = ' . $dbw->addQuotes( 'upload' );
516 'log_type != ' . $dbw->addQuotes( 'create' ),
[all …]
H A DrefreshFileHeaders.php71 $conds = [ "img_name > {$dbr->addQuotes( $start )}" ];
74 $conds[] = "img_name <= {$dbr->addQuotes( $end )}";
78 $conds[] = "img_media_type = {$dbr->addQuotes( $media_type )}";
82 $conds[] = "img_major_mime = {$dbr->addQuotes( $major_mime )}";
86 $conds[] = "img_minor_mime = {$dbr->addQuotes( $minor_mime )}";
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DpopulateRecentChangesSource.php89 $rcNew = $dbw->addQuotes( RC_NEW );
90 $rcSrcNew = $dbw->addQuotes( RecentChange::SRC_NEW );
91 $rcEdit = $dbw->addQuotes( RC_EDIT );
92 $rcSrcEdit = $dbw->addQuotes( RecentChange::SRC_EDIT );
93 $rcLog = $dbw->addQuotes( RC_LOG );
94 $rcSrcLog = $dbw->addQuotes( RecentChange::SRC_LOG );
95 $rcExternal = $dbw->addQuotes( RC_EXTERNAL );
96 $rcSrcExternal = $dbw->addQuotes( RecentChange::SRC_EXTERNAL );
H A Drebuildrecentchanges.php113 'rc_timestamp > ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffFrom ) ),
114 'rc_timestamp < ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) )
141 'rev_timestamp < ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) )
204 "rc_timestamp > " . $dbw->addQuotes( $dbw->timestamp( $this->cutoffFrom ) ),
205 "rc_timestamp < " . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) )
314 'log_timestamp < ' . $dbw->addQuotes( $dbw->timestamp( $this->cutoffTo ) ),
385 "rc_timestamp > " . $db->addQuotes( $db->timestamp( $this->cutoffFrom ) ),
386 "rc_timestamp < " . $db->addQuotes( $db->timestamp( $this->cutoffTo ) ),
443 $subConds[] = 'rc_source = ' . $dbw->addQuotes( RecentChange::SRC_NEW );
446 $subConds[] = 'rc_log_type = ' . $dbw->addQuotes( 'upload' );
[all …]
H A DrefreshFileHeaders.php71 $conds = [ "img_name > {$dbr->addQuotes( $start )}" ];
74 $conds[] = "img_name <= {$dbr->addQuotes( $end )}";
78 $conds[] = "img_media_type = {$dbr->addQuotes( $media_type )}";
82 $conds[] = "img_major_mime = {$dbr->addQuotes( $major_mime )}";
86 $conds[] = "img_minor_mime = {$dbr->addQuotes( $minor_mime )}";
/dports/www/mediawiki135/mediawiki-1.35.5/includes/jobqueue/jobs/
H A DRecentChangesUpdateJob.php93 [ 'rc_timestamp < ' . $dbw->addQuotes( $cutoff ) ],
165 'rc_type != ' . $dbw->addQuotes( RC_EXTERNAL ), // no wikidata
166 'rc_log_type IS NULL OR rc_log_type != ' . $dbw->addQuotes( 'newusers' ),
167 'rc_timestamp >= ' . $dbw->addQuotes( $dbw->timestamp( $sTimestamp ) ),
168 'rc_timestamp <= ' . $dbw->addQuotes( $dbw->timestamp( $eTimestamp ) )
190 'qcc_value >= ' . $dbw->addQuotes( $nowUnix - $days * 86400 ), // TS_UNIX
239 'qcc_value < ' . $dbw->addQuotes( $nowUnix - $days * 86400 ) // TS_UNIX
/dports/www/mediawiki137/mediawiki-1.37.1/includes/jobqueue/jobs/
H A DRecentChangesUpdateJob.php93 [ 'rc_timestamp < ' . $dbw->addQuotes( $cutoff ) ],
164 'rc_type != ' . $dbw->addQuotes( RC_EXTERNAL ), // no wikidata
165 'rc_log_type IS NULL OR rc_log_type != ' . $dbw->addQuotes( 'newusers' ),
166 'rc_timestamp >= ' . $dbw->addQuotes( $dbw->timestamp( $sTimestamp ) ),
167 'rc_timestamp <= ' . $dbw->addQuotes( $dbw->timestamp( $eTimestamp ) )
191 'qcc_value >= ' . $dbw->addQuotes( $nowUnix - $days * 86400 ), // TS_UNIX
238 'qcc_value < ' . $dbw->addQuotes( $nowUnix - $days * 86400 ) // TS_UNIX
/dports/www/mediawiki136/mediawiki-1.36.3/includes/jobqueue/jobs/
H A DRecentChangesUpdateJob.php93 [ 'rc_timestamp < ' . $dbw->addQuotes( $cutoff ) ],
165 'rc_type != ' . $dbw->addQuotes( RC_EXTERNAL ), // no wikidata
166 'rc_log_type IS NULL OR rc_log_type != ' . $dbw->addQuotes( 'newusers' ),
167 'rc_timestamp >= ' . $dbw->addQuotes( $dbw->timestamp( $sTimestamp ) ),
168 'rc_timestamp <= ' . $dbw->addQuotes( $dbw->timestamp( $eTimestamp ) )
190 'qcc_value >= ' . $dbw->addQuotes( $nowUnix - $days * 86400 ), // TS_UNIX
237 'qcc_value < ' . $dbw->addQuotes( $nowUnix - $days * 86400 ) // TS_UNIX
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/pagers/
H A DActiveUsersPager.php112 $conds[] = 'qcc_title >= ' . $dbr->addQuotes( $this->requestedUser );
118 $conds[] = 'ug1.ug_expiry IS NULL OR ug1.ug_expiry >= ' . $dbr->addQuotes( $dbr->timestamp() );
125 'ug2.ug_expiry IS NULL OR ug2.ug_expiry >= ' . $dbr->addQuotes( $dbr->timestamp() ),
143 'rc_type != ' . $dbr->addQuotes( RC_EXTERNAL ), // Don't count wikidata.
144 'rc_type != ' . $dbr->addQuotes( RC_CATEGORIZE ), // Don't count categorization changes.
145 'rc_log_type IS NULL OR rc_log_type != ' . $dbr->addQuotes( 'newusers' ),
146 'rc_timestamp >= ' . $dbr->addQuotes( $timestamp ),
184 $offset != '' ? [ $this->mIndexField . $operator . $this->mDb->addQuotes( $offset ) ] : [],
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/pagers/
H A DActiveUsersPager.php134 $conds[] = 'qcc_title >= ' . $dbr->addQuotes( $this->requestedUser );
140 $conds[] = 'ug1.ug_expiry IS NULL OR ug1.ug_expiry >= ' . $dbr->addQuotes( $dbr->timestamp() );
147 'ug2.ug_expiry IS NULL OR ug2.ug_expiry >= ' . $dbr->addQuotes( $dbr->timestamp() ),
162 'rc_type != ' . $dbr->addQuotes( RC_EXTERNAL ), // Don't count wikidata.
163 'rc_type != ' . $dbr->addQuotes( RC_CATEGORIZE ), // Don't count categorization changes.
164 'rc_log_type IS NULL OR rc_log_type != ' . $dbr->addQuotes( 'newusers' ),
165 'rc_timestamp >= ' . $dbr->addQuotes( $timestamp ),
203 …$offset != '' ? [ $this->mIndexField . $operator . $this->getDatabase()->addQuotes( $offset ) ] : …
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/pagers/
H A DActiveUsersPager.php135 $conds[] = 'qcc_title >= ' . $dbr->addQuotes( $this->requestedUser );
141 $conds[] = 'ug1.ug_expiry IS NULL OR ug1.ug_expiry >= ' . $dbr->addQuotes( $dbr->timestamp() );
148 'ug2.ug_expiry IS NULL OR ug2.ug_expiry >= ' . $dbr->addQuotes( $dbr->timestamp() ),
163 'rc_type != ' . $dbr->addQuotes( RC_EXTERNAL ), // Don't count wikidata.
164 'rc_type != ' . $dbr->addQuotes( RC_CATEGORIZE ), // Don't count categorization changes.
165 'rc_log_type IS NULL OR rc_log_type != ' . $dbr->addQuotes( 'newusers' ),
166 'rc_timestamp >= ' . $dbr->addQuotes( $timestamp ),
204 …$offset != '' ? [ $this->mIndexField . $operator . $this->getDatabase()->addQuotes( $offset ) ] : …
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/pager/
H A DRangeChronologicalPagerTest.php60 '>=' . $db->addQuotes( $db->timestamp( '20161201000000' ) ),
61 '<=' . $db->addQuotes( $db->timestamp( '20161203000000' ) ),
68 '<=' . $db->addQuotes( $db->timestamp( '20161203000000' ) ),
75 '>=' . $db->addQuotes( $db->timestamp( '20161201000000' ) ),
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/pager/
H A DRangeChronologicalPagerTest.php60 '>=' . $db->addQuotes( $db->timestamp( '20161201000000' ) ),
61 '<=' . $db->addQuotes( $db->timestamp( '20161203000000' ) ),
68 '<=' . $db->addQuotes( $db->timestamp( '20161203000000' ) ),
75 '>=' . $db->addQuotes( $db->timestamp( '20161201000000' ) ),
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/pager/
H A DRangeChronologicalPagerTest.php60 '>=' . $db->addQuotes( $db->timestamp( '20161201000000' ) ),
61 '<=' . $db->addQuotes( $db->timestamp( '20161203000000' ) ),
68 '<=' . $db->addQuotes( $db->timestamp( '20161203000000' ) ),
75 '>=' . $db->addQuotes( $db->timestamp( '20161201000000' ) ),
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/rdbms/database/
H A DDatabasePostgres.php73 $this->addQuotes( $schema );
430 $eindex = $this->addQuotes( $index );
434 $eschema = $this->addQuotes( $schema );
1095 $etable = $this->addQuotes( $table );
1140 $this->addQuotes( $schema ),
1141 $this->addQuotes( $table ),
1142 $this->addQuotes( $trigger )
1172 $this->addQuotes( $schema ),
1173 $this->addQuotes( $table ),
1174 $this->addQuotes( $constraint )
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/rdbms/database/
H A DDatabasePostgres.php73 $this->addQuotes( $schema );
430 $eindex = $this->addQuotes( $index );
434 $eschema = $this->addQuotes( $schema );
1095 $etable = $this->addQuotes( $table );
1140 $this->addQuotes( $schema ),
1141 $this->addQuotes( $table ),
1142 $this->addQuotes( $trigger )
1172 $this->addQuotes( $schema ),
1173 $this->addQuotes( $table ),
1174 $this->addQuotes( $constraint )
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/database/
H A DDatabasePostgres.php345 $eindex = $this->addQuotes( $index );
349 $eschema = $this->addQuotes( $schema );
706 $newSeqQ = $this->addQuotes( $newSeq );
1010 $etable = $this->addQuotes( $table );
1055 $this->addQuotes( $schema ),
1056 $this->addQuotes( $table ),
1057 $this->addQuotes( $trigger )
1087 $this->addQuotes( $schema ),
1088 $this->addQuotes( $table ),
1089 $this->addQuotes( $constraint )
[all …]
/dports/deskutils/egroupware/egroupware/vendor/celtic/lti/src/DataConnector/
H A DDataConnector.php478 …* @param bool $addQuotes If true the returned string will be enclosed in single quotes (optional, …
482 public function escape($value, $addQuotes = true) argument
484 return static::quoted($value, $addQuotes);
494 …* @param bool $addQuotes If true the returned string will be enclosed in single quotes (optional, …
498 public static function quoted($value, $addQuotes = true) argument
504 if ($addQuotes) {
/dports/www/mediawiki135/mediawiki-1.35.5/includes/jobqueue/
H A DJobQueueDB.php145 [ 'job_cmd' => $this->type, "job_token != {$dbr->addQuotes( '' )}" ],
180 "job_token != {$dbr->addQuotes( '' )}",
181 "job_attempts >= " . $dbr->addQuotes( $this->maxTries )
361 "job_random {$ineq} {$dbw->addQuotes( $rand )}" ],
431 "job_token = {$dbw->addQuotes( $uuid ) }, " .
435 "job_cmd = {$dbw->addQuotes( $this->type )} " .
436 "AND job_token = {$dbw->addQuotes( '' )} " .
688 "job_token != {$dbw->addQuotes( '' )}", // was acquired
720 "job_token != {$dbw->addQuotes( '' )}", // was acquired
721 "job_token_timestamp < {$dbw->addQuotes( $pruneCutoff )}" // stale
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/jobqueue/
H A DJobQueueDB.php147 [ 'job_cmd' => $this->type, "job_token != {$dbr->addQuotes( '' )}" ],
182 "job_token != {$dbr->addQuotes( '' )}",
183 "job_attempts >= " . $dbr->addQuotes( $this->maxTries )
363 "job_random {$ineq} {$dbw->addQuotes( $rand )}" ],
433 "job_token = {$dbw->addQuotes( $uuid ) }, " .
437 "job_cmd = {$dbw->addQuotes( $this->type )} " .
438 "AND job_token = {$dbw->addQuotes( '' )} " .
691 "job_token != {$dbw->addQuotes( '' )}", // was acquired
723 "job_token != {$dbw->addQuotes( '' )}", // was acquired
724 "job_token_timestamp < {$dbw->addQuotes( $pruneCutoff )}" // stale
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/jobqueue/
H A DJobQueueDB.php145 [ 'job_cmd' => $this->type, "job_token != {$dbr->addQuotes( '' )}" ],
180 "job_token != {$dbr->addQuotes( '' )}",
181 "job_attempts >= " . $dbr->addQuotes( $this->maxTries )
361 "job_random {$ineq} {$dbw->addQuotes( $rand )}" ],
431 "job_token = {$dbw->addQuotes( $uuid ) }, " .
435 "job_cmd = {$dbw->addQuotes( $this->type )} " .
436 "AND job_token = {$dbw->addQuotes( '' )} " .
689 "job_token != {$dbw->addQuotes( '' )}", // was acquired
721 "job_token != {$dbw->addQuotes( '' )}", // was acquired
722 "job_token_timestamp < {$dbw->addQuotes( $pruneCutoff )}" // stale
[all …]

12345678910>>...26