Home
last modified time | relevance | path

Searched refs:absint (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/chinese/wordpress-zh_CN/wordpress/wp-content/themes/twentynineteen/inc/
H A Dcolor-patterns.php17 $primary_color = absint( get_theme_mod( 'primary_color_hue', 199 ) );
28 $saturation = absint( $saturation ) . '%';
37 …$saturation_selection = absint( apply_filters( 'twentynineteen_custom_colors_saturation_selection'…
48 $lightness = absint( $lightness ) . '%';
58 $lightness_hover = absint( $lightness_hover ) . '%';
68 $lightness_selection = absint( $lightness_selection ) . '%';
/dports/chinese/wordpress-zh_TW/wordpress/wp-content/themes/twentynineteen/inc/
H A Dcolor-patterns.php17 $primary_color = absint( get_theme_mod( 'primary_color_hue', 199 ) );
28 $saturation = absint( $saturation ) . '%';
37 …$saturation_selection = absint( apply_filters( 'twentynineteen_custom_colors_saturation_selection'…
48 $lightness = absint( $lightness ) . '%';
58 $lightness_hover = absint( $lightness_hover ) . '%';
68 $lightness_selection = absint( $lightness_selection ) . '%';
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Dupload.php299 if ( ! empty( $_GET['attached'] ) && absint( $_GET['attached'] ) ) {
300 $attached = absint( $_GET['attached'] );
311 if ( ! empty( $_GET['detach'] ) && absint( $_GET['detach'] ) ) {
312 $detached = absint( $_GET['detach'] );
323 if ( ! empty( $_GET['deleted'] ) && absint( $_GET['deleted'] ) ) {
324 $deleted = absint( $_GET['deleted'] );
335 if ( ! empty( $_GET['trashed'] ) && absint( $_GET['trashed'] ) ) {
336 $trashed = absint( $_GET['trashed'] );
348 if ( ! empty( $_GET['untrashed'] ) && absint( $_GET['untrashed'] ) ) {
349 $untrashed = absint( $_GET['untrashed'] );
H A Dmedia-new.php23 $post_id = absint( $_REQUEST['post_id'] );
80 var post_id = <?php echo absint( $post_id ); ?>, shortform = 3;
82 <input type="hidden" name="post_id" id="post_id" value="<?php echo absint( $post_id ); ?>" />
H A Dcomment.php40 $comment_id = absint( $_REQUEST['c'] );
265 $comment_id = absint( $_REQUEST['c'] );
288 $redir = admin_url( 'edit-comments.php?p=' . absint( $comment->comment_post_ID ) );
342 $comment_id = absint( $_POST['comment_ID'] );
343 $comment_post_id = absint( $_POST['comment_post_ID'] );
H A Dedit.php53 wp_redirect( admin_url( 'edit-comments.php?p=' . absint( $_REQUEST[ $_redirect ] ) ) );
334 'updated' => isset( $_REQUEST['updated'] ) ? absint( $_REQUEST['updated'] ) : 0,
335 'locked' => isset( $_REQUEST['locked'] ) ? absint( $_REQUEST['locked'] ) : 0,
336 'deleted' => isset( $_REQUEST['deleted'] ) ? absint( $_REQUEST['deleted'] ) : 0,
337 'trashed' => isset( $_REQUEST['trashed'] ) ? absint( $_REQUEST['trashed'] ) : 0,
338 'untrashed' => isset( $_REQUEST['untrashed'] ) ? absint( $_REQUEST['untrashed'] ) : 0,
H A Drevision.php26 $revision_id = absint( $revision );
28 $from = is_numeric( $from ) ? absint( $from ) : null;
30 $revision_id = absint( $to );
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Dupload.php299 if ( ! empty( $_GET['attached'] ) && absint( $_GET['attached'] ) ) {
300 $attached = absint( $_GET['attached'] );
311 if ( ! empty( $_GET['detach'] ) && absint( $_GET['detach'] ) ) {
312 $detached = absint( $_GET['detach'] );
323 if ( ! empty( $_GET['deleted'] ) && absint( $_GET['deleted'] ) ) {
324 $deleted = absint( $_GET['deleted'] );
335 if ( ! empty( $_GET['trashed'] ) && absint( $_GET['trashed'] ) ) {
336 $trashed = absint( $_GET['trashed'] );
348 if ( ! empty( $_GET['untrashed'] ) && absint( $_GET['untrashed'] ) ) {
349 $untrashed = absint( $_GET['untrashed'] );
H A Dmedia-new.php23 $post_id = absint( $_REQUEST['post_id'] );
80 var post_id = <?php echo absint( $post_id ); ?>, shortform = 3;
82 <input type="hidden" name="post_id" id="post_id" value="<?php echo absint( $post_id ); ?>" />
H A Dcomment.php40 $comment_id = absint( $_REQUEST['c'] );
265 $comment_id = absint( $_REQUEST['c'] );
288 $redir = admin_url( 'edit-comments.php?p=' . absint( $comment->comment_post_ID ) );
342 $comment_id = absint( $_POST['comment_ID'] );
343 $comment_post_id = absint( $_POST['comment_post_ID'] );
H A Dedit.php53 wp_redirect( admin_url( 'edit-comments.php?p=' . absint( $_REQUEST[ $_redirect ] ) ) );
334 'updated' => isset( $_REQUEST['updated'] ) ? absint( $_REQUEST['updated'] ) : 0,
335 'locked' => isset( $_REQUEST['locked'] ) ? absint( $_REQUEST['locked'] ) : 0,
336 'deleted' => isset( $_REQUEST['deleted'] ) ? absint( $_REQUEST['deleted'] ) : 0,
337 'trashed' => isset( $_REQUEST['trashed'] ) ? absint( $_REQUEST['trashed'] ) : 0,
338 'untrashed' => isset( $_REQUEST['untrashed'] ) ? absint( $_REQUEST['untrashed'] ) : 0,
H A Drevision.php26 $revision_id = absint( $revision );
28 $from = is_numeric( $from ) ? absint( $from ) : null;
30 $revision_id = absint( $to );
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/customize/
H A Dclass-wp-customize-header-image-control.php80 'width' => absint( get_theme_support( 'custom-header', 'width' ) ),
81 'height' => absint( get_theme_support( 'custom-header', 'height' ) ),
82 'flex-width' => absint( get_theme_support( 'custom-header', 'flex-width' ) ),
83 'flex-height' => absint( get_theme_support( 'custom-header', 'flex-height' ) ),
190 $width = absint( get_theme_support( 'custom-header', 'width' ) );
191 $height = absint( get_theme_support( 'custom-header', 'height' ) );
H A Dclass-wp-customize-cropped-image-control.php80 $this->json['width'] = absint( $this->width );
81 $this->json['height'] = absint( $this->height );
82 $this->json['flex_width'] = absint( $this->flex_width );
83 $this->json['flex_height'] = absint( $this->flex_height );
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/customize/
H A Dclass-wp-customize-header-image-control.php80 'width' => absint( get_theme_support( 'custom-header', 'width' ) ),
81 'height' => absint( get_theme_support( 'custom-header', 'height' ) ),
82 'flex-width' => absint( get_theme_support( 'custom-header', 'flex-width' ) ),
83 'flex-height' => absint( get_theme_support( 'custom-header', 'flex-height' ) ),
190 $width = absint( get_theme_support( 'custom-header', 'width' ) );
191 $height = absint( get_theme_support( 'custom-header', 'height' ) );
H A Dclass-wp-customize-cropped-image-control.php80 $this->json['width'] = absint( $this->width );
81 $this->json['height'] = absint( $this->height );
82 $this->json['flex_width'] = absint( $this->flex_width );
83 $this->json['flex_height'] = absint( $this->flex_height );
/dports/math/maxima/maxima-5.43.2/share/calculus/
H A Dfourie.dem8 absint(abs(a)*abs(x),x,both);
9 absint(abs(cos(x)),x);
10 absint(abs(a)*exp(-abs(b)*abs(x)),x,minf,inf);
11 absint(sin(x),x,-%pi,%pi);
12 absint(abs(sin(x)),x,-%pi,%pi);
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-site-query.php464 $number = absint( $this->query_vars['number'] );
465 $offset = absint( $this->query_vars['offset'] );
483 $site_id = absint( $this->query_vars['ID'] );
498 $network_id = absint( $this->query_vars['network_id'] );
543 $archived = absint( $this->query_vars['archived'] );
544 … $this->sql_clauses['where']['archived'] = $wpdb->prepare( 'archived = %s ', absint( $archived ) );
548 $mature = absint( $this->query_vars['mature'] );
553 $spam = absint( $this->query_vars['spam'] );
558 $deleted = absint( $this->query_vars['deleted'] );
563 $public = absint( $this->query_vars['public'] );
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-site-query.php464 $number = absint( $this->query_vars['number'] );
465 $offset = absint( $this->query_vars['offset'] );
483 $site_id = absint( $this->query_vars['ID'] );
498 $network_id = absint( $this->query_vars['network_id'] );
543 $archived = absint( $this->query_vars['archived'] );
544 … $this->sql_clauses['where']['archived'] = $wpdb->prepare( 'archived = %s ', absint( $archived ) );
548 $mature = absint( $this->query_vars['mature'] );
553 $spam = absint( $this->query_vars['spam'] );
558 $deleted = absint( $this->query_vars['deleted'] );
563 $public = absint( $this->query_vars['public'] );
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-custom-image-header.php434 var xinit = <?php echo absint( get_theme_support( 'custom-header', 'width' ) ); ?>;
435 var yinit = <?php echo absint( get_theme_support( 'custom-header', 'height' ) ); ?>;
826 $attachment_id = absint( $_GET['file'] );
1029 $attachment_id = absint( $_POST['attachment_id'] );
1255 $width = absint( $dimensions['width'] );
1256 $height = absint( $dimensions['height'] );
1278 $dst['dst_height'] = absint( $height * ( $max_width / $width ) );
1286 $dst['dst_width'] = absint( $width * ( $max_width / $width ) );
1388 $attachment_id = absint( $_POST['id'] );
1444 $attachment_id = absint( $_POST['attachment_id'] );
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-custom-image-header.php434 var xinit = <?php echo absint( get_theme_support( 'custom-header', 'width' ) ); ?>;
435 var yinit = <?php echo absint( get_theme_support( 'custom-header', 'height' ) ); ?>;
826 $attachment_id = absint( $_GET['file'] );
1029 $attachment_id = absint( $_POST['attachment_id'] );
1255 $width = absint( $dimensions['width'] );
1256 $height = absint( $dimensions['height'] );
1278 $dst['dst_height'] = absint( $height * ( $max_width / $width ) );
1286 $dst['dst_width'] = absint( $width * ( $max_width / $width ) );
1388 $attachment_id = absint( $_POST['id'] );
1444 $attachment_id = absint( $_POST['attachment_id'] );
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/network/
H A Dthemes.php369 $enabled = absint( $_GET['enabled'] );
378 $disabled = absint( $_GET['disabled'] );
387 $deleted = absint( $_GET['deleted'] );
396 $enabled = absint( $_GET['enabled-auto-update'] );
405 $disabled = absint( $_GET['disabled-auto-update'] );
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/network/
H A Dthemes.php369 $enabled = absint( $_GET['enabled'] );
378 $disabled = absint( $_GET['disabled'] );
387 $deleted = absint( $_GET['deleted'] );
396 $enabled = absint( $_GET['enabled-auto-update'] );
405 $disabled = absint( $_GET['disabled-auto-update'] );
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dclass_2.f0323 procedure(absint), pointer :: p ! { dg-error "Non-polymorphic passed-object dummy argument" }
31 subroutine absint(arg)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dclass_2.f0324 procedure(absint), pointer :: p ! { dg-error "Non-polymorphic passed-object dummy argument" }
32 subroutine absint(arg)

12345678910>>...15