Lines Matching refs:w
56 $w = 80;
57 $args = array('w' => $w);
58 $tok = media_get_token($id,$w,0);
60 $expect = DOKU_BASE . $this->script . '?w='.$w.'&tok='.$tok.'&media='.$id;
70 $w = 80;
71 $args = 'w='.$w;
72 $tok = media_get_token($id,$w,0);
74 $expect = DOKU_BASE . $this->script . '?w='.$w.'&tok='.$tok.'&media='.$id;
85 $w = 80;
86 $args = array('w' => $w);
87 $tok = media_get_token($cleanid, $w, 0);
89 $expect = DOKU_BASE.$this->script.'?w='.$w.'&tok='.$tok.'&media='.$cleanid;
122 $w = 80;
123 $args = array('w' => $w);
126 $tok = media_get_token($id, $w, 0);
129 … $expect = DOKU_BASE.$this->script.'?w='.$w.'&tok='.$tok.'&media='.rawurlencode($id);
140 $w = 80;
142 $args = array('w' => $w, 'h' => $h);
143 $tok = media_get_token($id, $w, $h);
145 …$expect = DOKU_BASE.$this->script.'?w='.$w.'&h='.$h.'&tok='.$tok.'&media='.rawurlencod…