Home
last modified time | relevance | path

Searched refs:get_field_id (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/tikiwiki/tiki-21.2/lib/payment/behavior/
H A Dcart_gift_certificate_purchase.php20 $redeemCodeFieldId = $trklib->get_field_id($params['trackerId'], 'Redeem Code');
21 $nameFieldId = $trklib->get_field_id($params['trackerId'], 'Name');
22 $modeFieldId = $trklib->get_field_id($params['trackerId'], 'Mode');
23 $onelineDescriptionFieldId = $trklib->get_field_id($params['trackerId'], 'One line description');
24 $longDescriptionFieldId = $trklib->get_field_id($params['trackerId'], 'Long Description');
29 $params['copyFieldIds'][] = $trklib->get_field_id($params['trackerId'], 'Type');
30 $params['copyFieldIds'][] = $trklib->get_field_id($params['trackerId'], 'Type Reference');
35 $params['updateFieldIds'][] = $trklib->get_field_id($params['trackerId'], 'Origination');
38 $params['updateFieldIds'][] = $trklib->get_field_id($params['trackerId'], 'Admin notes');
39 $params['updateFieldIds'][] = $trklib->get_field_id($params['trackerId'], 'Order ID');
[all …]
H A Dcart_exchange_product.php21 …$exchangefromrecordFieldId = $trklib->get_field_id($orderitemsTrackerId, 'Exchange - Current Order…
22 …$exchangetorecordFieldId = $trklib->get_field_id($orderitemsTrackerId, 'Exchange - Desired Product…
23 $realEventFieldId = $trklib->get_field_id($orderitemsTrackerId, 'Real Associated Event ID');
24 $eventFieldId = $trklib->get_field_id($orderitemsTrackerId, 'Associated Event ID');
25 $associatedproductFieldId = $trklib->get_field_id($orderitemsTrackerId, 'Product ID');
26 $amountBoughtFieldId = $trklib->get_field_id($orderitemsTrackerId, 'Amount bought');
27 …$itemeventStartFieldId = $trklib->get_field_id($orderitemsTrackerId, 'Associated Event Start Date'…
28 $itemeventEndFieldId = $trklib->get_field_id($orderitemsTrackerId, 'Associated Event End Date');
31 …$productclassFieldId = $trklib->get_field_id($productsTrackerId, $prefs['payment_cart_product_clas…
35 …$eventStartFieldId = $trklib->get_field_id($eventsTrackerId, $prefs['payment_cart_eventstart_field…
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/widgets/
H A Dclass-wp-widget-links.php147 …<label for="<?php echo $this->get_field_id( 'category' ); ?>"><?php _e( 'Select Link Category:' );…
148 …<select class="widefat" id="<?php echo $this->get_field_id( 'category' ); ?>" name="<?php echo $th…
156 <label for="<?php echo $this->get_field_id( 'orderby' ); ?>"><?php _e( 'Sort by:' ); ?></label>
157 …hp echo $this->get_field_name( 'orderby' ); ?>" id="<?php echo $this->get_field_id( 'orderby' ); ?…
166 …"<?php checked( $instance['images'], true ); ?> id="<?php echo $this->get_field_id( 'images' ); ?>…
167 …<label for="<?php echo $this->get_field_id( 'images' ); ?>"><?php _e( 'Show Link Image' ); ?></lab…
170 …ox"<?php checked( $instance['name'], true ); ?> id="<?php echo $this->get_field_id( 'name' ); ?>" …
171 … <label for="<?php echo $this->get_field_id( 'name' ); ?>"><?php _e( 'Show Link Name' ); ?></label>
175 …<label for="<?php echo $this->get_field_id( 'description' ); ?>"><?php _e( 'Show Link Description'…
179 …<label for="<?php echo $this->get_field_id( 'rating' ); ?>"><?php _e( 'Show Link Rating' ); ?></la…
[all …]
H A Dclass-wp-widget-categories.php188 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
189 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
193 …<input type="checkbox" class="checkbox" id="<?php echo $this->get_field_id( 'dropdown' ); ?>" name…
194 …<label for="<?php echo $this->get_field_id( 'dropdown' ); ?>"><?php _e( 'Display as dropdown' ); ?…
197 …<input type="checkbox" class="checkbox" id="<?php echo $this->get_field_id( 'count' ); ?>" name="<…
198 …<label for="<?php echo $this->get_field_id( 'count' ); ?>"><?php _e( 'Show post counts' ); ?></lab…
201 …<input type="checkbox" class="checkbox" id="<?php echo $this->get_field_id( 'hierarchical' ); ?>" …
202 …<label for="<?php echo $this->get_field_id( 'hierarchical' ); ?>"><?php _e( 'Show hierarchy' ); ?>…
H A Dclass-wp-widget-tag-cloud.php149 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
150 …<input type="text" class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php …
161 …<input type="hidden" id="<?php echo $this->get_field_id( 'taxonomy' ); ?>" name="<?php echo $this-…
173 …<input type="hidden" id="<?php echo $this->get_field_id( 'taxonomy' ); ?>" name="<?php echo $this-…
181 … <label for="<?php echo $this->get_field_id( 'taxonomy' ); ?>"><?php _e( 'Taxonomy:' ); ?></label>
182 …<select class="widefat" id="<?php echo $this->get_field_id( 'taxonomy' ); ?>" name="<?php echo $th…
196 …<input type="checkbox" class="checkbox" id="<?php echo $this->get_field_id( 'count' ); ?>" name="<…
197 …<label for="<?php echo $this->get_field_id( 'count' ); ?>"><?php _e( 'Show tag counts' ); ?></labe…
H A Dclass-wp-widget-text.php485 …<input id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( …
486 …<textarea id="<?php echo $this->get_field_id( 'text' ); ?>" name="<?php echo $this->get_field_name…
487 …<input id="<?php echo $this->get_field_id( 'filter' ); ?>" name="<?php echo $this->get_field_name(…
488 …<input id="<?php echo $this->get_field_id( 'visual' ); ?>" name="<?php echo $this->get_field_name(…
490 …<input id="<?php echo $this->get_field_id( 'visual' ); ?>" name="<?php echo $this->get_field_name(…
492 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
493 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
503 <label for="<?php echo $this->get_field_id( 'text' ); ?>"><?php _e( 'Content:' ); ?></label>
504 …<textarea class="widefat" rows="16" cols="20" id="<?php echo $this->get_field_id( 'text' ); ?>" na…
507get_field_id( 'filter' ); ?>" name="<?php echo $this->get_field_name( 'filter' ); ?>" type="checkb…
H A Dclass-wp-widget-pages.php164 …<label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title:' ); ?></l…
165 …<input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php …
169 …<label for="<?php echo esc_attr( $this->get_field_id( 'sortby' ) ); ?>"><?php _e( 'Sort by:' ); ?>…
170 …is->get_field_name( 'sortby' ) ); ?>" id="<?php echo esc_attr( $this->get_field_id( 'sortby' ) ); …
178 …<label for="<?php echo esc_attr( $this->get_field_id( 'exclude' ) ); ?>"><?php _e( 'Exclude:' ); ?…
179 …s->get_field_name( 'exclude' ) ); ?>" id="<?php echo esc_attr( $this->get_field_id( 'exclude' ) );…
H A Dclass-wp-widget-archives.php220 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
221 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
224 …kbox"<?php checked( $instance['dropdown'] ); ?> id="<?php echo $this->get_field_id( 'dropdown' ); …
225 …<label for="<?php echo $this->get_field_id( 'dropdown' ); ?>"><?php _e( 'Display as dropdown' ); ?…
227 …heckbox"<?php checked( $instance['count'] ); ?> id="<?php echo $this->get_field_id( 'count' ); ?>"…
228 …<label for="<?php echo $this->get_field_id( 'count' ); ?>"><?php _e( 'Show post counts' ); ?></lab…
H A Dclass-wp-widget-recent-posts.php169 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
170 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
174 …<label for="<?php echo $this->get_field_id( 'number' ); ?>"><?php _e( 'Number of posts to show:' )…
175 …<input class="tiny-text" id="<?php echo $this->get_field_id( 'number' ); ?>" name="<?php echo $thi…
179 … type="checkbox"<?php checked( $show_date ); ?> id="<?php echo $this->get_field_id( 'show_date' );…
180 …<label for="<?php echo $this->get_field_id( 'show_date' ); ?>"><?php _e( 'Display post date?' ); ?…
H A Dclass-wp-nav-menu-widget.php180 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
181 …<input type="text" class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php …
184 …<label for="<?php echo $this->get_field_id( 'nav_menu' ); ?>"><?php _e( 'Select Menu:' ); ?></labe…
185 …<select id="<?php echo $this->get_field_id( 'nav_menu' ); ?>" name="<?php echo $this->get_field_na…
H A Dclass-wp-widget-recent-comments.php197 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
198 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
202 …<label for="<?php echo $this->get_field_id( 'number' ); ?>"><?php _e( 'Number of comments to show:…
203 …<input class="tiny-text" id="<?php echo $this->get_field_id( 'number' ); ?>" name="<?php echo $thi…
H A Dclass-wp-widget-calendar.php100 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
101 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
H A Dclass-wp-widget-search.php72 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
73 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/widgets/
H A Dclass-wp-widget-links.php147 …<label for="<?php echo $this->get_field_id( 'category' ); ?>"><?php _e( 'Select Link Category:' );…
148 …<select class="widefat" id="<?php echo $this->get_field_id( 'category' ); ?>" name="<?php echo $th…
156 <label for="<?php echo $this->get_field_id( 'orderby' ); ?>"><?php _e( 'Sort by:' ); ?></label>
157 …hp echo $this->get_field_name( 'orderby' ); ?>" id="<?php echo $this->get_field_id( 'orderby' ); ?…
166 …"<?php checked( $instance['images'], true ); ?> id="<?php echo $this->get_field_id( 'images' ); ?>…
167 …<label for="<?php echo $this->get_field_id( 'images' ); ?>"><?php _e( 'Show Link Image' ); ?></lab…
170 …ox"<?php checked( $instance['name'], true ); ?> id="<?php echo $this->get_field_id( 'name' ); ?>" …
171 … <label for="<?php echo $this->get_field_id( 'name' ); ?>"><?php _e( 'Show Link Name' ); ?></label>
175 …<label for="<?php echo $this->get_field_id( 'description' ); ?>"><?php _e( 'Show Link Description'…
179 …<label for="<?php echo $this->get_field_id( 'rating' ); ?>"><?php _e( 'Show Link Rating' ); ?></la…
[all …]
H A Dclass-wp-widget-categories.php188 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
189 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
193 …<input type="checkbox" class="checkbox" id="<?php echo $this->get_field_id( 'dropdown' ); ?>" name…
194 …<label for="<?php echo $this->get_field_id( 'dropdown' ); ?>"><?php _e( 'Display as dropdown' ); ?…
197 …<input type="checkbox" class="checkbox" id="<?php echo $this->get_field_id( 'count' ); ?>" name="<…
198 …<label for="<?php echo $this->get_field_id( 'count' ); ?>"><?php _e( 'Show post counts' ); ?></lab…
201 …<input type="checkbox" class="checkbox" id="<?php echo $this->get_field_id( 'hierarchical' ); ?>" …
202 …<label for="<?php echo $this->get_field_id( 'hierarchical' ); ?>"><?php _e( 'Show hierarchy' ); ?>…
H A Dclass-wp-widget-tag-cloud.php149 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
150 …<input type="text" class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php …
161 …<input type="hidden" id="<?php echo $this->get_field_id( 'taxonomy' ); ?>" name="<?php echo $this-…
173 …<input type="hidden" id="<?php echo $this->get_field_id( 'taxonomy' ); ?>" name="<?php echo $this-…
181 … <label for="<?php echo $this->get_field_id( 'taxonomy' ); ?>"><?php _e( 'Taxonomy:' ); ?></label>
182 …<select class="widefat" id="<?php echo $this->get_field_id( 'taxonomy' ); ?>" name="<?php echo $th…
196 …<input type="checkbox" class="checkbox" id="<?php echo $this->get_field_id( 'count' ); ?>" name="<…
197 …<label for="<?php echo $this->get_field_id( 'count' ); ?>"><?php _e( 'Show tag counts' ); ?></labe…
H A Dclass-wp-widget-text.php485 …<input id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( …
486 …<textarea id="<?php echo $this->get_field_id( 'text' ); ?>" name="<?php echo $this->get_field_name…
487 …<input id="<?php echo $this->get_field_id( 'filter' ); ?>" name="<?php echo $this->get_field_name(…
488 …<input id="<?php echo $this->get_field_id( 'visual' ); ?>" name="<?php echo $this->get_field_name(…
490 …<input id="<?php echo $this->get_field_id( 'visual' ); ?>" name="<?php echo $this->get_field_name(…
492 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
493 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
503 <label for="<?php echo $this->get_field_id( 'text' ); ?>"><?php _e( 'Content:' ); ?></label>
504 …<textarea class="widefat" rows="16" cols="20" id="<?php echo $this->get_field_id( 'text' ); ?>" na…
507get_field_id( 'filter' ); ?>" name="<?php echo $this->get_field_name( 'filter' ); ?>" type="checkb…
H A Dclass-wp-widget-pages.php164 …<label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title:' ); ?></l…
165 …<input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php …
169 …<label for="<?php echo esc_attr( $this->get_field_id( 'sortby' ) ); ?>"><?php _e( 'Sort by:' ); ?>…
170 …is->get_field_name( 'sortby' ) ); ?>" id="<?php echo esc_attr( $this->get_field_id( 'sortby' ) ); …
178 …<label for="<?php echo esc_attr( $this->get_field_id( 'exclude' ) ); ?>"><?php _e( 'Exclude:' ); ?…
179 …s->get_field_name( 'exclude' ) ); ?>" id="<?php echo esc_attr( $this->get_field_id( 'exclude' ) );…
H A Dclass-wp-widget-archives.php220 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
221 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
224 …kbox"<?php checked( $instance['dropdown'] ); ?> id="<?php echo $this->get_field_id( 'dropdown' ); …
225 …<label for="<?php echo $this->get_field_id( 'dropdown' ); ?>"><?php _e( 'Display as dropdown' ); ?…
227 …heckbox"<?php checked( $instance['count'] ); ?> id="<?php echo $this->get_field_id( 'count' ); ?>"…
228 …<label for="<?php echo $this->get_field_id( 'count' ); ?>"><?php _e( 'Show post counts' ); ?></lab…
H A Dclass-wp-widget-recent-posts.php169 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
170 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
174 …<label for="<?php echo $this->get_field_id( 'number' ); ?>"><?php _e( 'Number of posts to show:' )…
175 …<input class="tiny-text" id="<?php echo $this->get_field_id( 'number' ); ?>" name="<?php echo $thi…
179 … type="checkbox"<?php checked( $show_date ); ?> id="<?php echo $this->get_field_id( 'show_date' );…
180 …<label for="<?php echo $this->get_field_id( 'show_date' ); ?>"><?php _e( 'Display post date?' ); ?…
H A Dclass-wp-nav-menu-widget.php180 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
181 …<input type="text" class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php …
184 …<label for="<?php echo $this->get_field_id( 'nav_menu' ); ?>"><?php _e( 'Select Menu:' ); ?></labe…
185 …<select id="<?php echo $this->get_field_id( 'nav_menu' ); ?>" name="<?php echo $this->get_field_na…
H A Dclass-wp-widget-recent-comments.php197 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
198 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
202 …<label for="<?php echo $this->get_field_id( 'number' ); ?>"><?php _e( 'Number of comments to show:…
203 …<input class="tiny-text" id="<?php echo $this->get_field_id( 'number' ); ?>" name="<?php echo $thi…
H A Dclass-wp-widget-calendar.php100 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
101 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
H A Dclass-wp-widget-search.php72 <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
73 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…
/dports/chinese/wordpress-zh_CN/wordpress/wp-content/plugins/akismet/
H A Dclass.akismet-widget.php74 …<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php esc_html_e( 'Title:' , 'akismet')…
75 …<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->…

123