Home
last modified time | relevance | path

Searched refs:opt (Results 151 – 175 of 249) sorted by relevance

12345678910

/plugin/bureaucracyau/helper/
H A Dfieldusemailtemplate.php24 $this->opt = array_combine(array('cmd', 'template'), $args);
/plugin/bureaucracy/helper/
H A Dfieldaddpage.php25 $this->opt = array_combine(array('cmd', 'page_tpl', 'page_tgt'), $args);
H A Dfieldusemailtemplate.php24 $this->opt = array_combine(array('cmd', 'template'), $args);
H A Dfieldwiki.php21 $this->opt['optional'] = true;
/plugin/twofactor/lang/en/
H A Doptout.txt3 However, if you don't want to use this option, you can opt out below. You can always re-enable two-factor authentication later.
/plugin/a2s/
H A DASCIIToSVG.php1921 $out .= "$opt=\"$val\" ";
2087 public function setOptions($opt) { argument
2092 $this->options[$opt] = $val;
2095 public function getOption($opt) { argument
2096 if (isset($this->options[$opt])) {
2097 return $this->options[$opt];
2547 $out .= "$opt=\"$val\" ";
2692 if ($opt=='a2s:link') {
2697 $out_p .= "$opt=\"$val\" ";
2769 $this->options[$opt] = $val;
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid3-1.js120 abc.blk_flush()},do_begin_end:function(of,type,opt,txt){var vt=this.get_voice_tb() argument
121 if(type!="grid"){of(type,opt,txt)
126 if(opt.indexOf("chord-define")>=0)
128 if(opt.indexOf("noprint")<0){if(this.parse.state>=2){s=this.new_block(type)
/plugin/rowmove/
H A Dsyntax.php60 function render($mode, Doku_Renderer $renderer, $opt){ argument
/plugin/graphgear/
H A Dsyntax.php63 $opt = $this->parseNode($line);
65 $opt = $this->parseEdge($line);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDPrefix.txt
/plugin/navi/
H A Dsyntax.php303 foreach (explode('&', $opts) as $opt) {
304 $options[$opt] = true;
/plugin/tplmod/
H A Daction.php266 $opt = $this->getConf('tag_date_format');
267 if($opt) {
268 $JSINFO['tmplft_tag'] = date($opt);
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js719 $.fn.datetimepicker = function (opt) { argument
741 …options = ($.isPlainObject(opt) || !opt) ? $.extend(true, {}, default_options, opt) : $.extend(tru…
1644 opt = '';
1648opt += '<div class="xdsoft_option ' + (_xdsoft_datetime.currentTime.getFullYear() === i ? 'xdsoft_…
1651 .html(opt);
1653 …for (i = parseInt(options.monthStart, 10), opt = ''; i <= parseInt(options.monthEnd, 10); i += 1) {
1656 monthselect.children().eq(0).html(opt);
1995 if ($.type(opt) === 'string') {
1996 switch (opt) {
2024 .setOptions(opt);
[all …]
/plugin/markdownextra/lib/meltdown/
H A DREADME.md17 altText: "A test example/opt",
/plugin/coinhive/
H A DREADME.md34 - The color theme for the opt-in screen - AuthedMine only.
35 - Language: The language to use for the opt-in screen.
/plugin/photogallery/
H A Dsyntax.php776 function _meta($img,$opt){ argument
779 switch($opt){
797 return $img[$opt] ?? '';
1024 foreach ($opts as $opt)
1025 $data[trim($opt)] = true;
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js2932 if (opt.raw && (opt.windowBits > 0)) {
2933 opt.windowBits = -opt.windowBits;
2936 else if (opt.gzip && (opt.windowBits > 0) && (opt.windowBits < 16)) {
2950 opt.level,
2951 opt.method,
2954 opt.strategy
3266 if (opt.raw && (opt.windowBits >= 0) && (opt.windowBits < 16)) {
3267 opt.windowBits = -opt.windowBits;
3268 if (opt.windowBits === 0) { opt.windowBits = -15; }
3272 if ((opt.windowBits >= 0) && (opt.windowBits < 16) &&
[all …]
/plugin/gallery/
H A Dsyntax.php
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4733 if (opt.raw && (opt.windowBits > 0)) {
4734 opt.windowBits = -opt.windowBits;
4737 else if (opt.gzip && (opt.windowBits > 0) && (opt.windowBits < 16)) {
4751 opt.level,
4752 opt.method,
4755 opt.strategy
5106 if (opt.raw && (opt.windowBits >= 0) && (opt.windowBits < 16)) {
5107 opt.windowBits = -opt.windowBits;
5108 if (opt.windowBits === 0) { opt.windowBits = -15; }
5112 if ((opt.windowBits >= 0) && (opt.windowBits < 16) &&
[all …]
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js561 var opt = document.createElement('option');
565 opt.setAttribute('disabled', 'disabled');
570 opt.setAttribute('selected', 'selected');
575 opt.setAttribute('value', value);
578 mxUtils.write(opt, name);
579 select.appendChild(opt);
/plugin/struct/meta/
H A DAccessTable.php443 [$sql, $opt] = $this->buildGetDataSQL($idColumn);
445 return $this->sqlite->queryAll($sql, $opt);
/plugin/jukebox/id3/
H A Dgetid3.php143 foreach ($optArray as $opt => $val) {
144 if (isset($this, $opt) === false) {
147 $this->$opt = $val;
/plugin/jquery/
H A Djquery-1.4.2.js5571 return opt.complete.call(this);
5579 opt.overflow = this.style.overflow;
5584 (opt.specialEasing = opt.specialEasing || {})[p] = prop[p][1];
5589 if ( opt.overflow != null ) {
5687 opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
5691 opt.old = opt.complete;
5692 opt.complete = function() {
5693 if ( opt.queue !== false ) {
5696 if ( jQuery.isFunction( opt.old ) ) {
5697 opt.old.call( this );
[all …]
/plugin/diagramsnet/lib/
H A Delectron.js70 function createWindow (opt = {}) argument
88 }, opt)
96 console.log('createWindow', opt)
204 event.returnValue = createWindow(arg.opt).id
H A Dworkbox-bed83ea8.js.map1opt/hostedtoolcache/node/14.18.1/x64/lib/node_modules/workbox-cli/node_modules/workbox-core/_versi…

12345678910