Lines Matching refs:pos
51 $pos = 0;
56 while ($pos < $max) {
57 $start = strpos ($xmlCode, '<'.$element, $pos);
69 $pos = $start+$elementLength;
71 $pos = $start+$elementLength;
74 $angle = strpos ($xmlCode, '>', $pos);
79 $pos = $angle + 1;
92 $end = strpos ($xmlCode, '</'.$element.'>', $pos);
117 $pos = 0;
124 while ($pos < $max) {
125 $start = strpos ($xmlCode, '<'.$element, $pos);
137 $pos = $start+$elementLength;
139 $pos = $start+$elementLength;
142 $angle = strpos ($xmlCode, '>', $pos);
147 $pos = $angle + 1;
161 $end = strpos ($xmlCode, '</'.$element.'>', $pos);
190 $pos = 0;
196 while ($pos < $max) {
197 $start = strpos ($xmlCode, '<', $pos);
222 $pos = $start+$elementLength;
225 $pos = $start+2;
228 $pos = $start+$elementLength;
231 $angle = strpos ($xmlCode, '>', $pos);
236 $pos = $angle + 1;
251 $end = strpos ($xmlCode, '</'.$found_element.'>', $pos);
281 $pos = 0;
285 while ($pos < $max) {
286 $start = strpos ($xmlCode, '<', $pos);
311 $pos = $start+$elementLength;
314 $pos = $start+2;
317 $pos = $start+$elementLength;
320 $angle = strpos ($xmlCode, '>', $pos);
325 $pos = $angle + 1;
339 $end = strpos ($xmlCode, '</'.$found_element.'>', $pos);