Home
last modified time | relevance | path

Searched refs:wp_is_stream (Results 1 – 8 of 8) sorted by relevance

/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-image-editor.php441 if ( ! wp_is_stream( $dest_path ) ) {
558 $stream = wp_is_stream( $filename );
H A Dclass-wp-image-editor-imagick.php131 if ( ! is_file( $this->file ) && ! wp_is_stream( $this->file ) ) {
152 if ( wp_is_stream( $this->file ) ) {
745 if ( wp_is_stream( $filename ) ) {
H A Dclass-wp-image-editor-gd.php542 if ( wp_is_stream( $filename ) ) {
H A Dfunctions.php1976 if ( wp_is_stream( $target ) ) {
2054 if ( wp_is_stream( $path ) && ( is_dir( $path ) || is_file( $path ) ) ) {
2118 if ( wp_is_stream( $path ) ) {
6868 function wp_is_stream( $path ) { function
7185 if ( wp_is_stream( $file ) ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-image-editor.php441 if ( ! wp_is_stream( $dest_path ) ) {
558 $stream = wp_is_stream( $filename );
H A Dclass-wp-image-editor-imagick.php131 if ( ! is_file( $this->file ) && ! wp_is_stream( $this->file ) ) {
152 if ( wp_is_stream( $this->file ) ) {
745 if ( wp_is_stream( $filename ) ) {
H A Dclass-wp-image-editor-gd.php542 if ( wp_is_stream( $filename ) ) {
H A Dfunctions.php1976 if ( wp_is_stream( $target ) ) {
2054 if ( wp_is_stream( $path ) && ( is_dir( $path ) || is_file( $path ) ) ) {
2118 if ( wp_is_stream( $path ) ) {
6868 function wp_is_stream( $path ) { function
7185 if ( wp_is_stream( $file ) ) {