Home
last modified time | relevance | path

Searched refs:cl_from (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/sqlite/archives/
H A Dpatch-categorylinks-fix-pk.sql3 cl_from int unsigned NOT NULL default 0, field
41 PRIMARY KEY (cl_from,cl_to)
44 INSERT INTO /*_*/categorylinks_tmp(cl_from, cl_to, cl_sortkey, cl_sortkey_prefix, cl_timestamp, cl_…
45 SELECT cl_from, cl_to, cl_sortkey, cl_sortkey_prefix, cl_timestamp, cl_collation, cl_type
55 CREATE INDEX /*i*/cl_sortkey ON /*_*/categorylinks (cl_to,cl_type,cl_sortkey,cl_from);
61 CREATE INDEX /*i*/cl_collation_ext ON /*_*/categorylinks (cl_collation, cl_to, cl_type, cl_from);
H A Dinitial-indexes.sql133 cl_from int unsigned NOT NULL default 0, field
138 CREATE UNIQUE INDEX /*i*/cl_from ON /*_*/categorylinks_tmp (cl_from,cl_to); index
139 CREATE INDEX /*i*/cl_sortkey ON /*_*/categorylinks_tmp (cl_to,cl_sortkey,cl_from);
H A Dpatch-categorylinks-better-collation.sql6 CREATE INDEX cl_sortkey ON /*_*/categorylinks (cl_to, cl_type, cl_sortkey, cl_from);
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/sqlite/archives/
H A Dpatch-categorylinks-fix-pk.sql3 cl_from int unsigned NOT NULL default 0, field
41 PRIMARY KEY (cl_from,cl_to)
44 INSERT INTO /*_*/categorylinks_tmp(cl_from, cl_to, cl_sortkey, cl_sortkey_prefix, cl_timestamp, cl_…
45 SELECT cl_from, cl_to, cl_sortkey, cl_sortkey_prefix, cl_timestamp, cl_collation, cl_type
55 CREATE INDEX /*i*/cl_sortkey ON /*_*/categorylinks (cl_to,cl_type,cl_sortkey,cl_from);
61 CREATE INDEX /*i*/cl_collation_ext ON /*_*/categorylinks (cl_collation, cl_to, cl_type, cl_from);
H A Dpatch-categorylinks-cl_to-varbinary.sql2 cl_from INTEGER UNSIGNED DEFAULT 0 NOT NULL, field
9 PRIMARY KEY(cl_from, cl_to)
13 INSERT INTO /*_*/categorylinks_tmp (cl_from, cl_to, cl_sortkey, cl_sortkey_prefix, cl_timestamp, cl…
14 SELECT cl_from, cl_to, cl_sortkey, cl_sortkey_prefix, cl_timestamp, cl_collation, cl_type
21 cl_to, cl_type, cl_sortkey, cl_from
27 cl_collation, cl_to, cl_type, cl_from
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/sqlite/archives/
H A Dpatch-categorylinks-fix-pk.sql3 cl_from int unsigned NOT NULL default 0, field
41 PRIMARY KEY (cl_from,cl_to)
44 INSERT INTO /*_*/categorylinks_tmp(cl_from, cl_to, cl_sortkey, cl_sortkey_prefix, cl_timestamp, cl_…
45 SELECT cl_from, cl_to, cl_sortkey, cl_sortkey_prefix, cl_timestamp, cl_collation, cl_type
55 CREATE INDEX /*i*/cl_sortkey ON /*_*/categorylinks (cl_to,cl_type,cl_sortkey,cl_from);
61 CREATE INDEX /*i*/cl_collation_ext ON /*_*/categorylinks (cl_collation, cl_to, cl_type, cl_from);
H A Dpatch-categorylinks-cl_to-varbinary.sql2 cl_from INTEGER UNSIGNED DEFAULT 0 NOT NULL, field
9 PRIMARY KEY(cl_from, cl_to)
13 INSERT INTO /*_*/categorylinks_tmp (cl_from, cl_to, cl_sortkey, cl_sortkey_prefix, cl_timestamp, cl…
14 SELECT cl_from, cl_to, cl_sortkey, cl_sortkey_prefix, cl_timestamp, cl_collation, cl_type
21 cl_to, cl_type, cl_sortkey, cl_from
27 cl_collation, cl_to, cl_type, cl_from
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/archives/
H A Dpatch-categorylinks.sql8 cl_from int unsigned NOT NULL default '0', field
28 UNIQUE KEY cl_from(cl_from,cl_to),
H A Dpatch-categorylinks-fix-pk.sql1 ALTER TABLE /*_*/categorylinks DROP KEY /*i*/cl_from, ADD PRIMARY KEY (cl_from,cl_to);
H A Dpatch-add-cl_collation_ext_index.sql2 CREATE INDEX /*i*/cl_collation_ext ON /*_*/categorylinks (cl_collation, cl_to, cl_type, cl_from);
H A Dpatch-categorylinksindex.sql11 ADD INDEX cl_sortkey(cl_to, cl_sortkey, cl_from);
H A Dpatch-categorylinks-better-collation.sql18 ADD INDEX cl_sortkey (cl_to, cl_type, cl_sortkey, cl_from);
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiQueryCategories.php140 $this->setContinueEnumParameter( 'continue', $row->cl_from . '|' . $row->cl_to );
158 $fit = $this->addPageSubItem( $row->cl_from, $vals );
160 $this->setContinueEnumParameter( 'continue', $row->cl_from . '|' . $row->cl_to );
170 $this->setContinueEnumParameter( 'continue', $row->cl_from . '|' . $row->cl_to );
H A DApiQueryCategoryMembers.php231 $this->setContinueEnumParameter( 'continue', "$row->cl_timestamp|$row->cl_from" );
235 "{$row->cl_type}|$sortkey|{$row->cl_from}"
276 $this->setContinueEnumParameter( 'continue', "$row->cl_timestamp|$row->cl_from" );
280 "{$row->cl_type}|$sortkey|{$row->cl_from}"
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiQueryCategories.php144 $this->setContinueEnumParameter( 'continue', $row->cl_from . '|' . $row->cl_to );
162 $fit = $this->addPageSubItem( $row->cl_from, $vals );
164 $this->setContinueEnumParameter( 'continue', $row->cl_from . '|' . $row->cl_to );
174 $this->setContinueEnumParameter( 'continue', $row->cl_from . '|' . $row->cl_to );
H A DApiQueryCategoryMembers.php246 $this->setContinueEnumParameter( 'continue', "$row->cl_timestamp|$row->cl_from" );
250 "{$row->cl_type}|$sortkey|{$row->cl_from}"
291 $this->setContinueEnumParameter( 'continue', "$row->cl_timestamp|$row->cl_from" );
295 "{$row->cl_type}|$sortkey|{$row->cl_from}"
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiQueryCategories.php144 $this->setContinueEnumParameter( 'continue', $row->cl_from . '|' . $row->cl_to );
162 $fit = $this->addPageSubItem( $row->cl_from, $vals );
164 $this->setContinueEnumParameter( 'continue', $row->cl_from . '|' . $row->cl_to );
174 $this->setContinueEnumParameter( 'continue', $row->cl_from . '|' . $row->cl_to );
H A DApiQueryCategoryMembers.php235 $this->setContinueEnumParameter( 'continue', "$row->cl_timestamp|$row->cl_from" );
239 "{$row->cl_type}|$sortkey|{$row->cl_from}"
280 $this->setContinueEnumParameter( 'continue', "$row->cl_timestamp|$row->cl_from" );
284 "{$row->cl_type}|$sortkey|{$row->cl_from}"
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/postgres/archives/
H A Dpatch-categorylinks-pk.sql1 DROP INDEX cl_from;
3 ADD PRIMARY KEY (cl_from, cl_to);
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/archives/
H A Dpatch-categorylinks-fix-pk.sql1 ALTER TABLE /*_*/categorylinks DROP KEY /*i*/cl_from, ADD PRIMARY KEY (cl_from,cl_to);
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/archives/
H A Dpatch-categorylinks-fix-pk.sql1 ALTER TABLE /*_*/categorylinks DROP KEY /*i*/cl_from, ADD PRIMARY KEY (cl_from,cl_to);
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/postgres/archives/
H A Dpatch-categorylinks-pk.sql1 DROP INDEX cl_from;
3 ADD PRIMARY KEY (cl_from, cl_to);
/dports/www/mediawiki135/mediawiki-1.35.5/includes/
H A DCategoryFinder.php224 if ( !isset( $this->parents[$row->cl_from] ) ) {
225 $this->parents[$row->cl_from] = [];
227 $this->parents[$row->cl_from][$k] = $row;
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslclass.c1017 SLang_Class_Type *cl_to, *cl_from; in SLclass_typecast() local
1033 cl_from = _SLclass_get_class (from_type); in SLclass_typecast()
1038 ap = _SLclass_get_ptr_to_value (cl_from, &obj); in SLclass_typecast()
1083 cl_from->cl_name, in SLclass_typecast()
1094 SLang_Class_Type *cl_from; in _SLclass_get_typecast() local
1096 cl_from = _SLclass_get_class (from); in _SLclass_get_typecast()
1098 t = cl_from->cl_typecast_funs; in _SLclass_get_typecast()
1117 && (cl_from->cl_void_typecast != NULL)) in _SLclass_get_typecast()
1118 return cl_from->cl_void_typecast; in _SLclass_get_typecast()
1121 cl_from->cl_name, in _SLclass_get_typecast()
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/postgres/archives/
H A Dpatch-categorylinks-better-collation.sql8 CREATE INDEX cl_sortkey ON categorylinks ( cl_to, cl_type, cl_sortkey, cl_from );

1234