Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 4 of 4) sorted by relevance

/web-php/bin/
H A DcreateNewsEntry165 $opts = getopt('h', [
176 if (isset($opts['h']) || isset($opts['help'])) {
190 if (!isset($opts['title'])) {
194 $entry->setTitle($opts['title']);
196 if (empty($opts['category'])) {
200 if (is_string($opts['category'])) {
201 $opts['category'] = [ $opts['category'] ];
207 if (empty($opts['conf-time'])) {
211 $t = strtotime($opts['conf-time']);
222 $entry->setImage($opts['image-path'] ?? '', $opts['image-title'] ?? '', $opts['image-link'] ?? '');
[all …]
H A DcreateReleaseEntry14 $opts = getopt('v:r',['security']); variable
15 if (!isset($opts['v'])) {
23 $version = $opts['v'];
30 $security = isset($opts['security']) ? 'security' : 'bug fix';
56 if (isset($opts['r'])) {
/web-php/include/
H A Dposttohost.inc13 $opts = [
19 $ctx = stream_context_create(['http' => $opts]);
/web-php/js/ext/
H A Djquery.scrollTo.min.js7 …ar opts=$.extend({},settings,{queue:true,duration:duration,complete:callback&&function(){callback.…

Completed in 6 milliseconds