Home
last modified time | relevance | path

Searched refs:opt (Results 176 – 200 of 249) sorted by relevance

12345678910

/plugin/farm/
H A Dinstall.class.php37 if(isset($this->manager->opt['next'])) {
H A Dconfig.class.php40 if(isset($this->manager->opt['save'])) {
/plugin/upgrade/
H A Dcomposer.lock108 "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies",
/plugin/superacl/
H A Dadmin.php130 foreach((array) $_REQUEST['acl'] as $where => $opt){
131 foreach($opt as $who => $perm){
/plugin/jsonrpc/
H A Djsonrpc.php117 public function appendPage($page, $text, $opt) argument
121 return saveWikiText($page, $tmp, $opt);
/plugin/siteexport/syntax/
H A Dtoc.php132 foreach ($data['options'] as $opt) {
133 switch ($opt) {
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3595 var opt, value, single = !Object.isArray(index);
3597 opt = element.options[i];
3598 value = this.optionValue(opt);
3601 opt.selected = true;
3605 else opt.selected = index.include(value);
3620 var opt = element.options[i];
3621 if (opt.selected) values.push(this.optionValue(opt));
3626 optionValue: function(opt) { argument
3628 return Element.extend(opt).hasAttribute('value') ? opt.value : opt.text;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php402 foreach ($optArray as $opt => $val) {
403 if (isset($this->$opt) === false) {
406 $this->$opt = $val;
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4144 var opt, currentValue, single = !Object.isArray(value);
4146 opt = element.options[i];
4147 currentValue = this.optionValue(opt);
4150 opt.selected = true;
4154 else opt.selected = value.include(currentValue);
4169 var opt = element.options[i];
4170 if (opt.selected) values.push(this.optionValue(opt));
4175 optionValue: function(opt) { argument
4176 return Element.extend(opt).hasAttribute('value') ? opt.value : opt.text;
/plugin/codemirror/dist/modes/
H A Dmscgen.min.js.map1opt\", \"break\", \"par\", \"seq\", \"strict\", \"neg\", \"critical\", \"ignore\", \"consider\", \…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md65 4.0. Use quotes to opt-in for keys to be parsed as strings.
/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js382 abc2svg.psvg={do_begin_end:function(of,type,opt,text){if(type!="ps"){of(type,opt,text) argument
384 if(opt=='nosvg')
H A Dabc2svg-1.js3126 function tosvg(in_fname,file,bol,eof){var i,c,eol,end,select,line0,line1,last_info,opt,text,a,b,s,pscom,txt_add='\n'
3155 function do_voice(select,in_tune){var opt,bol
3159 parse.tune_v_opts={};opt=parse.tune_v_opts}else{if(!parse.voice_opts)
3160 parse.voice_opts={};opt=parse.voice_opts}
3161 opt[select]=[]
3172 switch(a[0]){default:opt[select].push(uncomment(text,true))
3257 parse.tune_opts={};parse.tune_opts[select]=opt={t_opts:[]};while(1){bol=++eol
3270 default:opt.t_opts.push(uncomment(text,true))
3273 if(parse.tune_v_opts){opt.v_opts=parse.tune_v_opts;parse.tune_v_opts=null}
5346 write_text(s.text,s.opt)
7579 vfilt(opts,opt) global() argument
8110 do_begin_end(type,opt,text) global() argument
[all...]
/plugin/issuetracker/
H A Dprototype.js5201 var opt, currentValue, single = !Object.isArray(value);
5203 opt = element.options[i];
5204 currentValue = this.optionValue(opt);
5207 opt.selected = true;
5211 else opt.selected = value.include(currentValue);
5225 var opt = element.options[i];
5226 if (opt.selected) values.push(optionValue(opt));
5231 function optionValue(opt) { argument
5232 return Element.hasAttribute(opt, 'value') ? opt.value : opt.text;
/plugin/farm/install/animaltemplate/conf/
H A Dinterwiki.conf76 LanifexWiki http://opt.lanifex.com/cgi-bin/wiki.pl?
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1223 foreach ($opts as $opt) {
1224 if ($opt['accessMethod'] == 'id-ad-caIssuers') {
1228 if (isset($opt['accessLocation']['uniformResourceIdentifier'])) {
1229 $url = $opt['accessLocation']['uniformResourceIdentifier'];
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md118 4.0. Use quotes to opt-in for keys to be parsed as strings.
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js2526 var opt = $.extend(true, {}, this.options);
2528 if(opt[keys[i]] !== undefined) {
2529 opt = opt[keys[i]];
2540 return opt;
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js2526 var opt = $.extend(true, {}, this.options);
2528 if(opt[keys[i]] !== undefined) {
2529 opt = opt[keys[i]];
2540 return opt;
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js2526 var opt = $.extend(true, {}, this.options);
2528 if(opt[keys[i]] !== undefined) {
2529 opt = opt[keys[i]];
2540 return opt;
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js2526 var opt = $.extend(true, {}, this.options);
2528 if(opt[keys[i]] !== undefined) {
2529 opt = opt[keys[i]];
2540 return opt;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php1678 $opt = '';
1681 $opt .= '[ ' . $this->writer->string($form['OPT']['VAL'][$i]) . ' ' . $this->writer->string($form['OPT']['OPT'][$i]) . ' ] ';
1683 $this->writer->write('/Opt [ ' . $opt . ']');
/plugin/jplayer/components/
H A Drequire-built.js4571 var opt = $.extend(true, {}, this.options);
4573 if(opt[keys[i]] !== undefined) {
4574 opt = opt[keys[i]];
4585 return opt;
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js2513 var opt = this.createCellOption(mxResources.get('constrainProportions'),
2515 opt.style.width = '210px';
2516 wrapper.appendChild(opt);
2527 var constrainCheckbox = opt.getElementsByTagName('input')[0];
5833 var opt = this.createCellOption(label, key, defaultValue);
5834 opt.style.width = '100%';
5835 current.appendChild(opt);
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock93 "@webassemblyjs/wasm-opt" "1.8.5"
108 "@webassemblyjs/wasm-opt@1.8.5":
110 …resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz#b24d9f6ba50394…

12345678910