Lines Matching refs:pq
35 $pq = (new Document())->html($html);
37 $select = $pq->find('select[name=foo]');
40 $options = $pq->find('option');
43 $option = $pq->find('option[selected=selected]');
48 $label = $pq->find('label');
75 $pq = (new Document())->html($html);;
77 $select = $pq->find('select[name=foo]');
80 $options = $pq->find('option');
83 $option = $pq->find('option#theID');
125 $pq = (new Document())->html($html);
127 $optGroupsHTML = $pq->find('optgroup');
130 $options = $pq->find('option');
133 $selected = $pq->find('option[selected=selected]');
148 $pq = (new Document())->html($html);
149 $selected = $pq->find('option[selected=selected]');
178 $pq = (new Document())->html($html);
179 $selected = $pq->find('option[selected=selected]');
198 $pq = (new Document())->html($html);
200 $option = $pq->find('option[selected=selected]');
219 $pq = (new Document())->html($html);;
220 $option = $pq->find('option[selected=selected]');