Home
last modified time | relevance | path

Searched refs:formatobj (Results 1 – 2 of 2) sorted by relevance

/dports/www/habari/habari-0.8/system/classes/
H A Dformat.php28 foreach ( self::$formatters as $formatobj ) {
29 if ( method_exists( $formatobj, $format ) ) {
30 $index = array_search( $formatobj, self::$formatters );
73 foreach ( self::$formatters as $formatobj ) {
74 if ( method_exists( $formatobj, $format ) ) {
75 $index = array_search( $formatobj, self::$formatters );
/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsconnection.c3823 PyObject *formatobj = NULL; in Connection_printTestPage() local
3839 &formatobj, &userobj)) in Connection_printTestPage()
3847 (formatobj && UTF8_from_PyObj (&format, formatobj) == NULL) || in Connection_printTestPage()
3937 if (formatobj) in Connection_printTestPage()