From da6eecd03111660ae12221265986ba4b10b155dd Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 4 Mar 2015 10:15:16 +0100 Subject: remove Doxygen API Documentation from repository. This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb --- doc/html/photo__driver_8php.html | 269 --------------------------------------- 1 file changed, 269 deletions(-) delete mode 100644 doc/html/photo__driver_8php.html (limited to 'doc/html/photo__driver_8php.html') diff --git a/doc/html/photo__driver_8php.html b/doc/html/photo__driver_8php.html deleted file mode 100644 index 204df52dd..000000000 --- a/doc/html/photo__driver_8php.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - -The Red Matrix: include/photo/photo_driver.php File Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
photo_driver.php File Reference
-
-
- - - - -

-Classes

class  photo_driver
 
- - - - - - - - - -

-Functions

 photo_factory ($data, $type=null)
 
 guess_image_type ($filename, $headers= '')
 
 import_profile_photo ($photo, $xchan, $thing=false)
 
 import_channel_photo ($photo, $type, $aid, $uid)
 
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
guess_image_type ( $filename,
 $headers = '' 
)
-
-

Guess image mimetype from filename or from Content-Type header

-
    -
  • $filename string Image filename
  • -
  • $headers string Headers to check for Content-Type (from curl request)
  • -
-

Well, this not much better, but at least it comes from the data inside the image, we won't be tricked by a manipulated extension

- -

Referenced by import_profile_photo(), openid_content(), photo_upload(), profile_photo_post(), and scale_external_images().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
import_channel_photo ( $photo,
 $type,
 $aid,
 $uid 
)
-
- -

Referenced by import_post(), and import_xchan().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
import_profile_photo ( $photo,
 $xchan,
 $thing = false 
)
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
photo_factory ( $data,
 $type = null 
)
-
-
-
-
- -- cgit v1.2.3