Searched refs:opts (Results 1 – 5 of 5) sorted by relevance
/web-php/bin/ |
H A D | createNewsEntry | 165 $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 D | createReleaseEntry | 14 $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 D | posttohost.inc | 13 $opts = [ 19 $ctx = stream_context_create(['http' => $opts]);
|
/web-php/js/ext/ |
H A D | jquery.scrollTo.min.js | 7 …ar opts=$.extend({},settings,{queue:true,duration:duration,complete:callback&&function(){callback.…
|
H A D | jquery-3.6.0.min.js | 2 …opts:S.extend(!0,{specialEasing:{},easing:S.easing._default},t),originalProperties:e,originalOptio…
|
Completed in 23 milliseconds