- 实词:名词、动词、形容词、状态词、区别词、数词、量词、代词
- 虚词:副词、介词、连词、助词、拟声词、叹词。
n 名词
nr 人名
| [ | |
| { | |
| "code": "aa", | |
| "name": "Afar", | |
| "native": "Afar" | |
| }, | |
| { | |
| "code": "ab", | |
| "name": "Abkhazian", | |
| "native": "Аҧсуа" |
| <?php if ( $item_has_rma ): ?> | |
| <tr> | |
| <td class="check-column"> | |
| <input type="checkbox" name="idx[]" value="<?php echo $item_idx; ?>" /> | |
| </td> | |
| <td> | |
| <?php | |
| printf( | |
| __('%s x %d', 'wc_warranty'), | |
| $product->get_title(), |
| <tbody> | |
| <?php $items = $this->get_order_items(); if( sizeof( $items ) > 0 ) : foreach( $items as $item_id => $item ) : $item_total = $order->get_item_meta($item_id, '_line_total', true); ?> | |
| <?php if( $item_total > 0 ): ?> | |
| <tr class="<?php echo apply_filters( 'wpo_wcpdf_item_row_class', $item_id, $this->type, $this->order, $item_id ); ?>"> | |
| <td class="product"> | |
| <?php $description_label = __( 'Description', 'woocommerce-pdf-invoices-packing-slips' ); // registering alternate label translation ?> | |
| <span class="item-name"><?php echo $item['name']; ?></span> | |
| <?php do_action( 'wpo_wcpdf_before_item_meta', $this->type, $item, $this->order ); ?> | |
| <span class="item-meta"><?php echo $item['meta']; ?></span> | |
| <dl class="meta"> |
| <tbody> | |
| <?php $items = $this->get_order_items(); if( sizeof( $items ) > 0 ) : foreach( $items as $item_id => $item ) : $item_total = $order->get_item_meta($item_id, '_line_total', true); ?> | |
| <?php if( $item_total > 0 ): ?> | |
| <tr class="<?php echo apply_filters( 'wpo_wcpdf_item_row_class', $item_id, $this->type, $this->order, $item_id ); ?>"> | |
| <td class="product"> | |
| <?php $description_label = __( 'Description', 'woocommerce-pdf-invoices-packing-slips' ); // registering alternate label translation ?> | |
| <span class="item-name"><?php echo $item['name']; ?></span> | |
| <?php do_action( 'wpo_wcpdf_before_item_meta', $this->type, $item, $this->order ); ?> | |
| <span class="item-meta"><?php echo $item['meta']; ?></span> | |
| <dl class="meta"> |
| <tbody> | |
| <?php $items = $this->get_order_items(); if( sizeof( $items ) > 0 ) : foreach( $items as $item_id => $item ) : $item_total = $order->get_item_meta($item_id, '_line_total', true); ?> | |
| <?php if( $item_total > 0 ): ?> | |
| <tr class="<?php echo apply_filters( 'wpo_wcpdf_item_row_class', $item_id, $this->type, $this->order, $item_id ); ?>"> | |
| <td class="product"> | |
| <?php $description_label = __( 'Description', 'woocommerce-pdf-invoices-packing-slips' ); // registering alternate label translation ?> | |
| <span class="item-name"><?php echo $item['name']; ?></span> | |
| <?php do_action( 'wpo_wcpdf_before_item_meta', $this->type, $item, $this->order ); ?> | |
| <span class="item-meta"><?php echo $item['meta']; ?></span> | |
| <dl class="meta"> |