Home
last modified time | relevance | path

Searched refs:absint (Results 201 – 225 of 364) sorted by relevance

12345678910>>...15

/dports/www/phalcon4/cphalcon-4.1.1/phalcon/
H A DFilter.zep22 const FILTER_ABSINT = "absint";
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-user.php845 $this->site_id = absint( $site_id );
H A Dclass-wp-user-query.php266 $blog_id = absint( $qv['blog_id'] );
H A Duser.php4232 $request_id = absint( $request_id );
4418 $request_id = absint( $request_id );
4470 $request_id = absint( $request_id );
H A Dfunctions.php412 …$formatted = number_format( $number, absint( $decimals ), $wp_locale->number_format['decimal_point…
414 $formatted = number_format( $number, absint( $decimals ) );
1314 $code = absint( $code );
5157 function absint( $maybeint ) { function
H A Dcomment.php2224 …$commentdata['comment_parent'] = isset( $commentdata['comment_parent'] ) ? absint( $commentdata['c…
3405 $comment_parent = absint( $comment_data['comment_parent'] );
H A Dclass-wp-editor.php1769 $args['pagenum'] = isset( $args['pagenum'] ) ? absint( $args['pagenum'] ) : 1;
H A Dpost.php2395 $post_id = absint( $post_id );
2464 $post_id = absint( $post_id );
3734 $args = array( 'numberposts' => absint( $args ) );
7507 $thumbnail_id = absint( $thumbnail_id );
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-user.php845 $this->site_id = absint( $site_id );
H A Dclass-wp-user-query.php266 $blog_id = absint( $qv['blog_id'] );
H A Duser.php4232 $request_id = absint( $request_id );
4418 $request_id = absint( $request_id );
4470 $request_id = absint( $request_id );
H A Dfunctions.php412 …$formatted = number_format( $number, absint( $decimals ), $wp_locale->number_format['decimal_point…
414 $formatted = number_format( $number, absint( $decimals ) );
1314 $code = absint( $code );
5157 function absint( $maybeint ) { function
H A Dcomment.php2224 …$commentdata['comment_parent'] = isset( $commentdata['comment_parent'] ) ? absint( $commentdata['c…
3405 $comment_parent = absint( $comment_data['comment_parent'] );
H A Dclass-wp-editor.php1769 $args['pagenum'] = isset( $args['pagenum'] ) ? absint( $args['pagenum'] ) : 1;
H A Dpost.php2395 $post_id = absint( $post_id );
2464 $post_id = absint( $post_id );
3734 $args = array( 'numberposts' => absint( $args ) );
7507 $thumbnail_id = absint( $thumbnail_id );
/dports/math/giacxcas/giac-1.6.0/src/
H A DCfg.cc226 giac::threads=max(giac::absint(int(Xcas_Threads->value())),1); in cb_Xcas_Cas_setup_OK()
248 giac::NEWTON_DEFAULT_ITERATION=max(giac::absint(int(Xcas_Newton->value())),20); in cb_Xcas_Cas_setup_OK()
H A Dti89.cc551 int nterms=absint(v[1].val); in _randPoly()
591 vecteur w(absint(deg)+1,1); in _randPoly()
601 for (unsigned i=1;i<=(unsigned)absint(deg);++i){ in _randPoly()
626 w=vranm(absint(deg)+1,f,contextptr); in _randPoly()
632 w=vranm(absint(deg),f,contextptr); in _randPoly()
1521 if (absint(g.val) > LIST_SIZE_LIMIT) in _newList()
1525 return vecteur(absint(g.val)); in _newList()
2016 int l=absint(v[0].val),c=absint(v[1].val); in _newMat()
2596 int n=giacmax(absint(v[1].val),1); in _CyclePic()
2610 repete=giacmax(absint(v[3].val),1); in _CyclePic()
H A Dmodfactor.cc1039 int qn=absint(q.coord.front().value.val),q0=absint(q.coord.back().value.val); in do_linearfind()
H A Dkadd.cc870 …s="="+s+"matrix("+print_INT_(absint(t.sel_row_begin-t.cur_row)+1)+","+print_INT_(absint(t.sel_col_… in sheet_cmd()
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-wp-list-table.php808 $pagenum = isset( $_REQUEST['paged'] ) ? absint( $_REQUEST['paged'] ) : 0;
H A Ddashboard.php256 $columns = absint( $screen->get_columns() );
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-wp-list-table.php808 $pagenum = isset( $_REQUEST['paged'] ) ? absint( $_REQUEST['paged'] ) : 0;
H A Ddashboard.php256 $columns = absint( $screen->get_columns() );
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/rest-api/endpoints/
H A Dclass-wp-rest-comments-controller.php260 $prepared_args['offset'] = $prepared_args['number'] * ( absint( $request['page'] ) - 1 );
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/rest-api/endpoints/
H A Dclass-wp-rest-comments-controller.php260 $prepared_args['offset'] = $prepared_args['number'] * ( absint( $request['page'] ) - 1 );

12345678910>>...15