paired 音标拼音: [p'ɛrd]
配对的
配对的
paired 成对
paired adj 1 :
used of gloves ,
socks ,
etc . [
synonym : {
mated }, {
paired }]
2 :
of leaves etc ;
growing in pairs on either side of a stem ;
"
opposite leaves " [
synonym : {
opposite }, {
paired }] [
ant :
{
alternate }]
3 :
mated sexually paired \
paired \ (
p [^
a ]
rd ),
adj .
1 .
Organized into compatible pairs ; --
used of gloves ,
socks ,
etc .
See {
pair }[
1 ],
v .
t .
Syn :
mated .
[
WordNet 1 .
5 ]
2 . (
Botany )
Growing in pairs on either side of a stem ; --
of leaves etc . {
alternate }
Syn :
opposite .
[
WordNet 1 .
5 ]
3 .
Mated sexually .
[
WordNet 1 .
5 ]
Pair \
Pair \,
v .
i . [
imp . &
p .
p . {
Paired };
p .
pr . &
vb .
n .
{
Pairing }.]
1 .
To be joined in pairs ;
to couple ;
to mate ,
as for breeding .
[
1913 Webster ]
2 .
To suit ;
to fit ,
as a counterpart .
[
1913 Webster ]
My heart was made to fit and pair with thine .
--
Rowe .
[
1913 Webster ]
3 .
Same as {
To pair off }.
See phrase below .
[
1913 Webster ]
{
To pair off },
to separate from a group in pairs or couples ;
specif . (
Parliamentary Cant ),
to agree with one of the opposite party or opinion to abstain from voting on specified questions or issues .
See {
Pair },
n .,
6 .
[
1913 Webster ]
76 Moby Thesaurus words for "
paired ":
accessory ,
accompanying ,
affiliate ,
affiliated ,
allied ,
assembled ,
associate ,
associated ,
attendant ,
attending ,
banded together ,
biconjugate ,
bigeminate ,
bijugate ,
bound ,
bracketed ,
cabalistic ,
coincident ,
collateral ,
collected ,
combined ,
concomitant ,
concurrent ,
confederate ,
confederated ,
conjoined ,
conjoint ,
conjugate ,
conjugated ,
connected ,
conspiratorial ,
copulate ,
corporate ,
correlative ,
coupled ,
double ,
dual ,
enleagued ,
federate ,
federated ,
fellow ,
gathered ,
hand -
in -
glove ,
hand -
in -
hand ,
in cahoots ,
in league ,
in partnership ,
in with ,
incorporated ,
integrated ,
intimate ,
joined ,
joint ,
knotted ,
leagued ,
linked ,
married ,
matched ,
mated ,
merged ,
mutual ,
one ,
parallel ,
partnered ,
partners with ,
simultaneous ,
spliced ,
teamed ,
tied ,
twin ,
undivided ,
united ,
unseparated ,
wed ,
wedded ,
yoked
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
get_cat_ID() – Function | Developer. WordPress. org Retrieves the ID of a category from its name Parameters $cat_name string required
Get current category ID of the active page - Stack Overflow $category = get_category( get_query_var( 'cat' ) ); $cat_id = $category->cat_ID; If you want to get category id of any particular category on any page, try using : $category_id = get_cat_ID('Category Name');
How To Find the ID of a Category in WordPress - Melapress This article explains how to find a WordPress category ID from the WordPress dashboard within seconds in step by step format
categories - How to get category id of current post . . . I need to get the category id of the current post outside the loop First I get the category based on the post id: global $wp_query; $postcat = get_the_category( $wp_query->post->ID ); Now how to get the category id? I tried: $cat_id = $postcat->term_id; but it's not working
How to find the category ID in your WordPress dashboard Learn how you can easily find category IDs in your WordPress dashboard The category ID can be used to filter posts within widgets or custom post loops
How to Find Post, Category, Tag, Comments, or User ID in . . . Check out our step-by-step guide on how to find a post ID, page ID, category ID, tag ID, comments ID, custom taxonomy ID, or user ID in WordPress