Home
last modified time | relevance | path

Searched refs:post (Results 176 – 200 of 42506) sorted by relevance

12345678910>>...1701

/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Dedit-form-advanced.php19 global $post_type, $post_type_object, $post;
81 if ( (int) get_option( 'page_for_posts' ) === $post->ID && empty( $post->post_content ) ) {
106 $permalink = get_permalink( $post->ID );
235 $post->post_title = '';
461 * @param WP_Post $post Post object.
498 * @param WP_Post $post Post object.
500 do_action( 'edit_form_top', $post );
579 * @param WP_Post $post Post object.
593 $post->post_content,
647 * @param WP_Post $post Post object.
[all …]
/dports/mail/p5-Mail-ListDetector/Mail-ListDetector-1.04/lib/Mail/ListDetector/Detector/
H A DFml.pm27 my $post;
29 chomp($post);
30 $post = URI->new($post)->to;
32 chomp($post);
33 $post = URI->new($post)->to;
36 chomp($post);
39 $post = $1;
40 $post = URI->new($post)->to;
43 chomp($post);
45 $post = $1;
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/rest-api/endpoints/
H A Dclass-wp-rest-posts-controller.php177 $post = get_post( $post );
179 if ( ! $post ) {
446 if ( empty( $post ) || empty( $post->ID ) || $this->post_type !== $post->post_type ) {
450 return $post;
464 return $post;
491 if ( $post ) {
547 return $post;
759 return $post;
764 if ( $post && ! $this->check_update_permission( $post ) ) {
912 if ( $post && ! $this->check_delete_permission( $post ) ) {
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/rest-api/endpoints/
H A Dclass-wp-rest-posts-controller.php177 $post = get_post( $post );
179 if ( ! $post ) {
446 if ( empty( $post ) || empty( $post->ID ) || $this->post_type !== $post->post_type ) {
450 return $post;
464 return $post;
491 if ( $post ) {
547 return $post;
759 return $post;
764 if ( $post && ! $this->check_update_permission( $post ) ) {
912 if ( $post && ! $this->check_delete_permission( $post ) ) {
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/css/dist/editor/
H A Dstyle-rtl.css575 .post-publish-panel__postpublish-post-address {
726 .edit-post-post-visibility__dialog,
731 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend,
738 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
759 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
766 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
793 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
825 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-label,
829 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-info,
834 .edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibili…
[all …]
H A Dstyle.css575 .post-publish-panel__postpublish-post-address {
726 .edit-post-post-visibility__dialog,
731 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend,
738 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
759 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
766 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
793 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
825 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-label,
829 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-info,
834 .edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibili…
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/css/dist/editor/
H A Dstyle.css575 .post-publish-panel__postpublish-post-address {
726 .edit-post-post-visibility__dialog,
731 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend,
738 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
759 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
766 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
793 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
825 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-label,
829 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-info,
834 .edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibili…
[all …]
H A Dstyle-rtl.css575 .post-publish-panel__postpublish-post-address {
726 .edit-post-post-visibility__dialog,
731 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend,
738 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
759 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
766 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
793 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
825 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-label,
829 .edit-post-post-visibility__dialog .editor-post-visibility__dialog-info,
834 .edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibili…
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dpost.php725 $post = new WP_Post( $post );
758 return $post;
1064 $post = get_post( $post, ARRAY_A );
1105 $post = add_magic_quotes( $post );
1365 if ( ! $post ) {
1378 …$post->post_name = sanitize_title( $post->post_name ? $post->post_name : $post->post_title, $pos…
1387 …$post->post_name = wp_unique_post_slug( $post->post_name, $post->ID, $post->post_status, $post->po…
1451 if ( ! $post ) {
1537 $post = get_post( $post );
2125 $post = get_post( $post );
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dpost.php725 $post = new WP_Post( $post );
758 return $post;
1064 $post = get_post( $post, ARRAY_A );
1105 $post = add_magic_quotes( $post );
1365 if ( ! $post ) {
1378 …$post->post_name = sanitize_title( $post->post_name ? $post->post_name : $post->post_title, $pos…
1387 …$post->post_name = wp_unique_post_slug( $post->post_name, $post->ID, $post->post_status, $post->po…
1451 if ( ! $post ) {
1537 $post = get_post( $post );
2125 $post = get_post( $post );
[all …]
/dports/net/p5-Net-Nessus-XMLRPC/Net-Nessus-XMLRPC-0.30/lib/Net/Nessus/
H A DXMLRPC.pm209 my $post=[
231 my $post={
253 my $post=[
284 my $post=[
315 my $post=[
346 my $post=[
367 my $post=[
388 my $post=[
500 my $post=[
524 my $post=[
[all …]
/dports/www/owncloud/owncloud/core/Controller/
H A DSetupController.php49 public function run($post) { argument
51 $post = $this->loadAutoConfig($post);
56 $post['adminpass'] = $post['adminpassword'];
58 if (isset($post['dbpassword'])) {
59 $post['dbpass'] = $post['dbpassword'];
62 if (isset($post['install']) and $post['install']=='true') {
79 public function display($post) { argument
111 $post = \array_merge($post, $AUTOCONFIG);
119 $post['install'] = 'true';
121 $post['dbIsSet'] = $dbIsSet;
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/website_forum/models/
H A Dforum.py400 post.vote_count = result[post.id]
404 post.user_favourite = post._uid in post.favourite_ids.ids
414 post.self_reply = post.parent_id.create_uid.id == post._uid
419 post.child_count = len(post.child_ids)
423 post.uid_has_answered = post._uid in post.child_ids.create_uid.ids
500 if not post.parent_id and not post.can_ask:
502 elif post.parent_id and not post.can_answer:
504 if not post.parent_id and not post.can_post:
607 if any(post.parent_id or post.state != 'close' for post in self):
628 if any(post.parent_id for post in self):
[all …]
/dports/www/opencart/opencart-3.0.3.8/upload/admin/controller/extension/shipping/
H A Dec_ship.php65 if (isset($this->request->post['shipping_ec_ship_api_key'])) {
71 if (isset($this->request->post['shipping_ec_ship_username'])) {
77 if (isset($this->request->post['shipping_ec_ship_api_username'])) {
83 if (isset($this->request->post['shipping_ec_ship_test'])) {
95 if (isset($this->request->post['shipping_ec_ship_air_parcel'])) {
137 if (isset($this->request->post['shipping_ec_ship_speed_post'])) {
143 if (isset($this->request->post['shipping_ec_ship_smart_post'])) {
191 if (isset($this->request->post['shipping_ec_ship_status'])) {
215 if (!$this->request->post['shipping_ec_ship_api_key']) {
219 if (!$this->request->post['shipping_ec_ship_username']) {
[all …]
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dclass_moderation.php686 if(!$post)
693 …$forum['usepostcounts'] != 0 && $post['visible'] != -1 && $post['visible'] != 0 && $post['threadvi…
738 if(($post['visible'] == 0 && $post['threadvisible'] != -1) || $post['threadvisible'] == 0)
744 elseif($post['visible'] == -1 || $post['threadvisible'] == -1)
800 $threads[$post['tid']] = $post['tid'];
875 if($post['threadvisible'] == 1 && $post['visible'] == 1)
879 elseif($post['threadvisible'] == 0 || ($post['visible'] == 0 && $post['threadvisible'] != -1))
1955 if($post['threadvisible'] == 1 && $post['visible'] == 1)
1959 elseif($post['threadvisible'] == 0 || ($post['visible'] == 0 && $post['threadvisible'] == 1))
1972 if($post['firstpost'] == $post['pid'])
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/DeferredShadingMedia/
H A Ddeferred_post.program2 fragment_program DeferredShading/post/Ambient_ps unified
4 delegate DeferredShading/post/Ambient_ps_pCg
5 delegate DeferredShading/post/Ambient_ps_pCg_sm4
6 delegate DeferredShading/post/Ambient_ps_pGLSL
7 delegate DeferredShading/post/Ambient_ps_pGLSLES
108 delegate DeferredShading/post/ShowDS_ps_pCg
110 delegate DeferredShading/post/ShowDS_ps_pGLSL
241 delegate DeferredShading/post/vs_pCg
242 delegate DeferredShading/post/vs_pCg_sm4
243 delegate DeferredShading/post/vs_pGLSL
[all …]
/dports/www/cplanet/cplanet-0.9/
H A Dcplanet.c35 struct post { struct
107 post_free(struct post *post) in post_free() argument
126 struct post *post; in post_init() local
128 post = malloc(sizeof(struct post)); in post_init()
148 post->tags = realloc(post->tags, post->nbtags * sizeof(char *)); in post_add_tags()
151 post->tags[post->nbtags - 1] = strdup(data); in post_add_tags()
159 struct post *post; in parse_atom_el() local
199 struct post *post; in parse_rss_el() local
271 struct post *post; in atom_data() local
296 struct post *post; in rss_data() local
[all …]
/dports/www/phpbb3/phpBB3/phpbb/notification/type/
H A Dpost.php90 return (int) $post['post_id'];
101 return (int) $post['topic_id'];
149 /** @var post $notification */
378 …$this->set_data('post_username', (($post['poster_id'] == ANONYMOUS) ? $post['post_username'] : '')…
399 * @param mixed $post
402 public function add_responders($post) argument
432 'poster_id' => $post['poster_id'],
433 'username' => (($post['poster_id'] == ANONYMOUS) ? $post['post_username'] : ''),
452 'forum_id' => $post['forum_id'],
455 'post_id' => $post['post_id'],
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/web-server-doc/web-server/scribblings/tutorial/examples/
H A Ddummy-3.rkt9 ;; A post is a (post blog id)
11 (struct post (blog id))
48 ;; post-title : post -> string?
50 (define (post-title a-post)
54 (blog-db (post-blog a-post))
56 (post-id a-post))))
59 ;; post-body : post -> string?
70 ;; post-comments : post -> (listof string?)
92 ;; post-insert-comment!: blog? post string -> void
103 post? post-title post-body post-comments
[all …]
H A Diteration-4.rkt7 ;; and post is a (post title body)
15 (list (post "Second Post" "This is another post")
16 (post "First Post" "This is my first post"))))
18 ;; blog-insert-post!: blog post -> void
20 (define (blog-insert-post! a-blog a-post)
30 ;; parse-post: bindings -> post
58 ;; render-post: post -> xexpr
59 ;; Consumes a post, produces an xexpr fragment of the post.
60 (define (render-post a-post)
62 ,(post-title a-post)
[all …]
/dports/math/gmp/gmp-6.2.1/tests/mpn/
H A Dt-instrument.c142 post (); in check()
147 post (); in check()
153 post (); in check()
159 post (); in check()
165 post (); in check()
170 post (); in check()
175 post (); in check()
181 post (); in check()
187 post (); in check()
193 post (); in check()
[all …]
/dports/lang/gambit-c/gambit-4.9.3/prebuilt/
H A Dmakefile.in83 all-post:
87 prebuilt-post:
91 bootstrap-post:
99 uninstall-post:
115 clean-post: mostlyclean-post
119 distclean-post: clean-post
123 bootclean-post: distclean-post
127 realclean-post: bootclean-post
133 rc-setup-post:
145 dist-post dist-devel-post:
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/mpn/
H A Dt-instrument.c143 post (); in check()
148 post (); in check()
154 post (); in check()
160 post (); in check()
166 post (); in check()
171 post (); in check()
176 post (); in check()
182 post (); in check()
188 post (); in check()
194 post (); in check()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/mpn/
H A Dt-instrument.c142 post (); in check()
147 post (); in check()
153 post (); in check()
159 post (); in check()
165 post (); in check()
170 post (); in check()
175 post (); in check()
181 post (); in check()
187 post (); in check()
193 post (); in check()
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/tests/mpn/
H A Dt-instrument.c143 post (); in check()
148 post (); in check()
154 post (); in check()
160 post (); in check()
166 post (); in check()
171 post (); in check()
176 post (); in check()
182 post (); in check()
188 post (); in check()
194 post (); in check()
[all …]

12345678910>>...1701