Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93510cc

Browse files
author
Michael Christopher
committed
Added debug mode, enabled SSL verification
1 parentd51cbc0 commit93510cc

File tree

39 files changed

+63
-61
lines changed

39 files changed

+63
-61
lines changed

‎Documentation/Services_Zencoder/Services_Zencoder.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2 class="class-name">Class Services_Zencoder</h2>
109109
<divclass="method-definition">
110110
<spanclass="method-result">Services_Zencoder</span>
111111
<ahref="#__construct"title="details"class="method-name">__construct</a>
112-
([<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_key</span> =<spanclass="var-default">NULL</span>], [<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_version</span> =<spanclass="var-default">'v2'</span>], [<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_host</span> =<spanclass="var-default">'https://app.zencoder.com'</span>])
112+
([<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_key</span> =<spanclass="var-default">NULL</span>], [<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_version</span> =<spanclass="var-default">'v2'</span>], [<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_host</span> =<spanclass="var-default">'https://app.zencoder.com'</span>], [<spanclass="var-type">bool</span>&nbsp;<spanclass="var-name">$debug</span> =<spanclass="var-default">false</span>])
113113
</div>
114114
<divclass="method-definition">
115115
<spanclass="method-result">object The</span>
@@ -224,7 +224,7 @@ <h4>Inherited Variables</h4>
224224
<divclass="evenrow">
225225

226226
<divclass="method-header">
227-
<spanclass="method-title">Constructor __construct</span> (line<spanclass="line-number">55</span>)
227+
<spanclass="method-title">Constructor __construct</span> (line<spanclass="line-number">56</span>)
228228
</div>
229229

230230
<!-- ========== Info from phpDoc block ========= -->
@@ -238,7 +238,7 @@ <h4>Inherited Variables</h4>
238238
<spanclass="method-name">
239239
__construct
240240
</span>
241-
([<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_key</span> =<spanclass="var-default">NULL</span>], [<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_version</span> =<spanclass="var-default">'v2'</span>], [<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_host</span> =<spanclass="var-default">'https://app.zencoder.com'</span>])
241+
([<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_key</span> =<spanclass="var-default">NULL</span>], [<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_version</span> =<spanclass="var-default">'v2'</span>], [<spanclass="var-type">string</span>&nbsp;<spanclass="var-name">$api_host</span> =<spanclass="var-default">'https://app.zencoder.com'</span>], [<spanclass="var-type">bool</span>&nbsp;<spanclass="var-name">$debug</span> =<spanclass="var-default">false</span>])
242242
</div>
243243

244244
<ulclass="parameters">
@@ -251,6 +251,9 @@ <h4>Inherited Variables</h4>
251251
<li>
252252
<spanclass="var-type">string</span>
253253
<spanclass="var-name">$api_host</span><spanclass="var-description">: API host</span></li>
254+
<li>
255+
<spanclass="var-type">bool</span>
256+
<spanclass="var-name">$debug</span><spanclass="var-description">: Enable debug mode</span></li>
254257
</ul>
255258

256259
<hrclass="separator"/>
@@ -264,7 +267,7 @@ <h4>Inherited Variables</h4>
264267
<divclass="oddrow">
265268

266269
<divclass="method-header">
267-
<spanclass="method-title">createData</span> (line<spanclass="line-number">116</span>)
270+
<spanclass="method-title">createData</span> (line<spanclass="line-number">129</span>)
268271
</div>
269272

270273
<!-- ========== Info from phpDoc block ========= -->
@@ -308,7 +311,7 @@ <h4>Inherited Variables</h4>
308311
<divclass="evenrow">
309312

310313
<divclass="method-header">
311-
<spanclass="method-title">deleteData</span> (line<spanclass="line-number">102</span>)
314+
<spanclass="method-title">deleteData</span> (line<spanclass="line-number">115</span>)
312315
</div>
313316

314317
<!-- ========== Info from phpDoc block ========= -->
@@ -349,7 +352,7 @@ <h4>Inherited Variables</h4>
349352
<divclass="oddrow">
350353

351354
<divclass="method-header">
352-
<spanclass="method-title">retrieveData</span> (line<spanclass="line-number">84</span>)
355+
<spanclass="method-title">retrieveData</span> (line<spanclass="line-number">97</span>)
353356
</div>
354357

355358
<!-- ========== Info from phpDoc block ========= -->
@@ -390,7 +393,7 @@ <h4>Inherited Variables</h4>
390393
<divclass="evenrow">
391394

392395
<divclass="method-header">
393-
<spanclass="method-title">updateData</span> (line<spanclass="line-number">139</span>)
396+
<spanclass="method-title">updateData</span> (line<spanclass="line-number">152</span>)
394397
</div>
395398

396399
<!-- ========== Info from phpDoc block ========= -->
@@ -479,7 +482,7 @@ <h4>Inherited Methods</h4>
479482
</div>
480483

481484
<pclass="notes"id="credit">
482-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
485+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
483486
</p>
484487
</div></body>
485488
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Account.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ <h2 class="class-name">Class Services_Zencoder_Account</h2>
2424
<pclass="short-description">Zencoder API client interface.</p>
2525
<ulclass="tags">
2626
<li><spanclass="field">author:</span> Michael Christopher &lt;<ahref="mailto:m@zencoder.com">m@zencoder.com</a>&gt;</li>
27-
<li><spanclass="field">version:</span> 2.0</li>
27+
<li><spanclass="field">version:</span>Release:2.0</li>
2828
<li><spanclass="field">link:</span><ahref="http://github.com/zencoder/zencoder-php">http://github.com/zencoder/zencoder-php</a></li>
29-
<li><spanclass="field">license:</span><ahref="http://creativecommons.org/licenses/MIT/MIT">http://creativecommons.org/licenses/MIT/MIT</a></li>
29+
<li><spanclass="field">license:</span><ahref="http://creativecommons.org/licenses/MIT/MIT">MIT</a></li>
3030
</ul>
3131
<pclass="notes">
3232
Located in<aclass="field"href="_Zencoder---Account.php.html">/Zencoder/Account.php</a> (line<spanclass="field">13</span>)
@@ -70,7 +70,7 @@ <h4>Inherited Methods</h4>
7070

7171

7272
<pclass="notes"id="credit">
73-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
73+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
7474
</p>
7575
</div></body>
7676
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Accounts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h4>Inherited Methods</h4>
258258

259259

260260
<pclass="notes"id="credit">
261-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
261+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
262262
</p>
263263
</div></body>
264264
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ <h2 class="class-name">Class Services_Zencoder_Base</h2>
446446

447447

448448
<pclass="notes"id="credit">
449-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
449+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
450450
</p>
451451
</div></body>
452452
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Exception.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h4>Inherited Methods</h4>
145145

146146

147147
<pclass="notes"id="credit">
148-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
148+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
149149
</p>
150150
</div></body>
151151
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_HttpException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2 class="class-name">Class Services_Zencoder_HttpException</h2>
4747

4848

4949
<pclass="notes"id="credit">
50-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
50+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5151
</p>
5252
</div></body>
5353
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_HttpProxy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ <h2 class="class-name">Interface Services_Zencoder_HttpProxy</h2>
214214

215215

216216
<pclass="notes"id="credit">
217-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
217+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
218218
</p>
219219
</div></body>
220220
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Input.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ <h2 class="class-name">Class Services_Zencoder_Input</h2>
2424
<pclass="short-description">Zencoder API client interface.</p>
2525
<ulclass="tags">
2626
<li><spanclass="field">author:</span> Michael Christopher &lt;<ahref="mailto:m@zencoder.com">m@zencoder.com</a>&gt;</li>
27-
<li><spanclass="field">version:</span> 2.0</li>
27+
<li><spanclass="field">version:</span>Release:2.0</li>
2828
<li><spanclass="field">link:</span><ahref="http://github.com/zencoder/zencoder-php">http://github.com/zencoder/zencoder-php</a></li>
29-
<li><spanclass="field">license:</span><ahref="http://creativecommons.org/licenses/MIT/MIT">http://creativecommons.org/licenses/MIT/MIT</a></li>
29+
<li><spanclass="field">license:</span><ahref="http://creativecommons.org/licenses/MIT/MIT">MIT</a></li>
3030
</ul>
3131
<pclass="notes">
3232
Located in<aclass="field"href="_Zencoder---Input.php.html">/Zencoder/Input.php</a> (line<spanclass="field">13</span>)
@@ -70,7 +70,7 @@ <h4>Inherited Methods</h4>
7070

7171

7272
<pclass="notes"id="credit">
73-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
73+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
7474
</p>
7575
</div></body>
7676
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Inputs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h4>Inherited Methods</h4>
191191

192192

193193
<pclass="notes"id="credit">
194-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
194+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
195195
</p>
196196
</div></body>
197197
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Job.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h4>Inherited Methods</h4>
232232

233233

234234
<pclass="notes"id="credit">
235-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
235+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
236236
</p>
237237
</div></body>
238238
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Jobs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ <h4>Inherited Methods</h4>
387387

388388

389389
<pclass="notes"id="credit">
390-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
390+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
391391
</p>
392392
</div></body>
393393
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Notification.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h4>Inherited Methods</h4>
207207

208208

209209
<pclass="notes"id="credit">
210-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
210+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
211211
</p>
212212
</div></body>
213213
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Notifications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h4>Inherited Methods</h4>
145145

146146

147147
<pclass="notes"id="credit">
148-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
148+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
149149
</p>
150150
</div></body>
151151
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Object.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h2 class="class-name">Class Services_Zencoder_Object</h2>
209209

210210

211211
<pclass="notes"id="credit">
212-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
212+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
213213
</p>
214214
</div></body>
215215
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Output.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h4>Inherited Methods</h4>
7070

7171

7272
<pclass="notes"id="credit">
73-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
73+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
7474
</p>
7575
</div></body>
7676
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Outputs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h4>Inherited Methods</h4>
191191

192192

193193
<pclass="notes"id="credit">
194-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
194+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
195195
</p>
196196
</div></body>
197197
</html>

‎Documentation/Services_Zencoder/Services_Zencoder_Progress.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ <h2 class="class-name">Class Services_Zencoder_Progress</h2>
2424
<pclass="short-description">Zencoder API client interface.</p>
2525
<ulclass="tags">
2626
<li><spanclass="field">author:</span> Michael Christopher &lt;<ahref="mailto:m@zencoder.com">m@zencoder.com</a>&gt;</li>
27-
<li><spanclass="field">version:</span> 2.0</li>
27+
<li><spanclass="field">version:</span>Release:2.0</li>
2828
<li><spanclass="field">link:</span><ahref="http://github.com/zencoder/zencoder-php">http://github.com/zencoder/zencoder-php</a></li>
29-
<li><spanclass="field">license:</span><ahref="http://creativecommons.org/licenses/MIT/MIT">http://creativecommons.org/licenses/MIT/MIT</a></li>
29+
<li><spanclass="field">license:</span><ahref="http://creativecommons.org/licenses/MIT/MIT">MIT</a></li>
3030
</ul>
3131
<pclass="notes">
3232
Located in<aclass="field"href="_Zencoder---Progress.php.html">/Zencoder/Progress.php</a> (line<spanclass="field">13</span>)
@@ -78,7 +78,7 @@ <h2 class="class-name">Class Services_Zencoder_Progress</h2>
7878
<divclass="oddrow">
7979

8080
<divclass="method-header">
81-
<spanclass="method-title">Constructor __construct</span> (line<spanclass="line-number">15</span>)
81+
<spanclass="method-title">Constructor __construct</span> (line<spanclass="line-number">16</span>)
8282
</div>
8383

8484
<!-- ========== Info from phpDoc block ========= -->
@@ -121,7 +121,7 @@ <h4>Inherited Methods</h4>
121121

122122

123123
<pclass="notes"id="credit">
124-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
124+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
125125
</p>
126126
</div></body>
127127
</html>

‎Documentation/Services_Zencoder/_Zencoder---Account.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Account.php</h2>
5454

5555

5656
<pclass="notes"id="credit">
57-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

‎Documentation/Services_Zencoder/_Zencoder---Accounts.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Accounts.php</h2>
5454

5555

5656
<pclass="notes"id="credit">
57-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

‎Documentation/Services_Zencoder/_Zencoder---Base.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Base.php</h2>
5454

5555

5656
<pclass="notes"id="credit">
57-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

‎Documentation/Services_Zencoder/_Zencoder---Http.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Http.php</h2>
5454

5555

5656
<pclass="notes"id="credit">
57-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

‎Documentation/Services_Zencoder/_Zencoder---HttpProxy.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/HttpProxy.php</h2>
5454

5555

5656
<pclass="notes"id="credit">
57-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

‎Documentation/Services_Zencoder/_Zencoder---Input.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Input.php</h2>
5454

5555

5656
<pclass="notes"id="credit">
57-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

‎Documentation/Services_Zencoder/_Zencoder---Inputs.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Inputs.php</h2>
5454

5555

5656
<pclass="notes"id="credit">
57-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

‎Documentation/Services_Zencoder/_Zencoder---Job.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Job.php</h2>
5454

5555

5656
<pclass="notes"id="credit">
57-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

‎Documentation/Services_Zencoder/_Zencoder---Jobs.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Jobs.php</h2>
5454

5555

5656
<pclass="notes"id="credit">
57-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

‎Documentation/Services_Zencoder/_Zencoder---Notification.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Notification.php</h2>
5454

5555

5656
<pclass="notes"id="credit">
57-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

‎Documentation/Services_Zencoder/_Zencoder---Notifications.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="file-name">/Zencoder/Notifications.php</h2>
5454

5555

5656
<pclass="notes"id="credit">
57-
Documentation generated onMon, 02 Jan 201216:55:50 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
57+
Documentation generated onTue, 03 Jan 201214:11:39 -0800 by<ahref="http://www.phpdoc.org"target="_blank">phpDocumentor 1.4.4</a>
5858
</p>
5959
</div></body>
6060
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp