Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 17 of 17) sorted by relevance

/PHP-7.3/ext/intl/transliterator/
H A Dtransliterator_methods.c30 static int create_transliterator( char *str_id, size_t str_id_len, zend_long direction, zval *objec… in create_transliterator() argument
40 if( ( direction != TRANSLITERATOR_FORWARD ) && (direction != TRANSLITERATOR_REVERSE ) ) in create_transliterator()
61 utrans = utrans_openU( ustr_id, ustr_id_len, (UTransDirection ) direction, in create_transliterator()
108 zend_long direction = TRANSLITERATOR_FORWARD; in PHP_FUNCTION() local
116 &str_id, &str_id_len, &direction ) == FAILURE ) in PHP_FUNCTION()
124 res = create_transliterator( str_id, str_id_len, direction, object ); in PHP_FUNCTION()
142 zend_long direction = TRANSLITERATOR_FORWARD; in PHP_FUNCTION() local
150 &str_rules, &str_rules_len, &direction ) == FAILURE ) in PHP_FUNCTION()
157 if( ( direction != TRANSLITERATOR_FORWARD ) && (direction != TRANSLITERATOR_REVERSE ) ) in PHP_FUNCTION()
175 utrans = utrans_openU( id, ( sizeof( id ) - 1 ) / ( sizeof( *id ) ), (UTransDirection ) direction, in PHP_FUNCTION()
H A Dtransliterator_class.c295 ZEND_ARG_INFO( 0, direction )
300 ZEND_ARG_INFO( 0, direction )
/PHP-7.3/ext/date/tests/
H A Ddate_create-relative.phpt46 foreach (array('+', '-') AS $direction) {
47 $dt = date_create("$base_time $direction$offset");
48 echo "$direction$offset: " . date_format($dt, DATE_ISO8601) . "\n";
H A Dstrtotime-relative.phpt46 foreach (array('+', '-') AS $direction) {
47 …echo "$direction$offset: " . date(DATE_ISO8601, strtotime("$direction$offset", $base_time)) . "\n";
H A Dexamine_diff.inc28 * indicate which direction to go.
/PHP-7.3/ext/spl/internal/
H A Dsplstack.inc34 * @note The iteration's direction is not modifiable for stack instances
36 * @throw RuntimeException If the new mode affects the iteration's direction.
H A Dsplqueue.inc38 * @note The iteration's direction is not modifiable for queue instances
40 * @throw RuntimeException If the new mode affects the iteration's direction.
H A Dspldoublylinkedlist.inc118 * - The direction of the iteration (either one or the other)
/PHP-7.3/ext/ftp/
H A Dftp.h79 int direction; /* recv = 0 / send = 1 */ member
H A Dphp_ftp.c909 ftp->direction = 0; /* recv */ in PHP_FUNCTION()
1063 ftp->direction = 0; /* recv */ in PHP_FUNCTION()
1104 if (ftp->direction) { in PHP_FUNCTION()
1214 ftp->direction = 1; /* send */ in PHP_FUNCTION()
1361 ftp->direction = 1; /* send */ in PHP_FUNCTION()
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.API115 5 callout_in: direction (ONIG_CALLOUT_IN_PROGRESS/RETRACTION/BOTH)
151 Returns the direction of this callout.
H A DRE314 (?{...contents...}D) D is a direction flag char
/PHP-7.3/ext/intl/
H A Dphp_intl.c419 ZEND_ARG_INFO( 0, direction )
424 ZEND_ARG_INFO( 0, direction )
/PHP-7.3/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt20 direction or management of such entity, whether by contract or
/PHP-7.3/
H A DCODING_STANDARDS8 follow it, but new features are going in that general direction. Many
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic14285 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
14287 # bits 5-4 give direction. normal bottom left
24357 >20 belong 204 (PPP with direction pseudo-header
24358 >20 belong 205 (Cisco HDLC with direction pseudo-header
24359 >20 belong 206 (Frame Relay with direction pseudo-header
H A Dmagic私はガラスを食べられます14285 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction
14287 # bits 5-4 give direction. normal bottom left
24357 >20 belong 204 (PPP with direction pseudo-header
24358 >20 belong 205 (Cisco HDLC with direction pseudo-header
24359 >20 belong 206 (Frame Relay with direction pseudo-header

Completed in 125 milliseconds