Searched refs:forward (Results 1 – 25 of 43) sorted by relevance
12
16 !!forward;36 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…37 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
16 !!forward;37 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…38 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…
17 !!forward;39 !!forward;49 !!forward;
16 !!forward;30 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
16 !!forward;31 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…
17 !!forward;33 !!forward;
13 !!forward;
14 !!forward;
17 //The pointer is after the last read codepoint if moving forward and27 //starting at the initial position and only then moves the pointer forward
13 This meant that it could move forward, then backward, then forward if the
16 echo "\nmove forward to the 100th byte\n";35 move forward to the 100th byte
16 echo "\nmove forward to the 94th byte\n";35 move forward to the 94th byte
13 /* simple paths (forward slashes) */19 /* simple paths with trailing slashes (forward slashes) */
2 jump 02: goto forward
2 jump 08: goto into loop (forward)
2 jump 10: goto into switch (forward)
2 jump 05: goto from loop (forward)
2 jump 15: goto from loop (forward)
2 Bug #49692: parse_ini_file() throws errors when key contains '/' (forward slash)
2 Argument unpacking does not work with string keys (forward compatibility for named args)
671 AvifInfoInternalForward* forward = (AvifInfoInternalForward*)stream; in AvifInfoInternalForwardRead() local672 if (num_bytes > forward->data_size) return NULL; in AvifInfoInternalForwardRead()673 const uint8_t* data = forward->data; in AvifInfoInternalForwardRead()674 forward->data += num_bytes; in AvifInfoInternalForwardRead()675 forward->data_size -= num_bytes; in AvifInfoInternalForwardRead()680 AvifInfoInternalForward* forward = (AvifInfoInternalForward*)stream; in AvifInfoInternalForwardSkip() local681 if (num_bytes > forward->data_size) num_bytes = forward->data_size; in AvifInfoInternalForwardSkip()682 forward->data += num_bytes; in AvifInfoInternalForwardSkip()683 forward->data_size -= num_bytes; in AvifInfoInternalForwardSkip()
2 Bug #75167 (DateTime::add does only care about backward DST transition, not forward)
Completed in 31 milliseconds