| /plugin/combo/resources/dictionary/ |
| H A D | fad-icons.json | 109 "preset-a": "fad-preset-a", 110 "preset-ab": "fad-preset-ab", 111 "preset-b": "fad-preset-b", 112 "preset-ba": "fad-preset-ba",
|
| /plugin/jukebox/id3/ |
| D | module.audio.mp3.php | 183 …][raw_vbr_method][raw_noise_shaping][raw_stereo_mode][ath_type][lowpass_frequency] = 'preset name'; 184 …$KnownEncoderValues[0xFF][58][1][1][3][2][20500] = '--alt-preset insane'; // 3.90, 3.90.1… 185 …$KnownEncoderValues[0xFF][58][1][1][3][2][20600] = '--alt-preset insane'; // 3.90.2, 3.90.3… 186 $KnownEncoderValues[0xFF][57][1][1][3][4][20500] = '--alt-preset insane'; // 3.94, 3.95 187 …$KnownEncoderValues['**'][78][3][2][3][2][19500] = '--alt-preset extreme'; // 3.90, 3.90.1… 188 $KnownEncoderValues['**'][78][3][2][3][2][19600] = '--alt-preset extreme'; // 3.90.2, 3.91 189 $KnownEncoderValues['**'][78][3][1][3][2][19600] = '--alt-preset extreme'; // 3.90.3 190 …$KnownEncoderValues['**'][78][4][2][3][2][19500] = '--alt-preset fast extreme'; // 3.90, 3.90.1… 191 …$KnownEncoderValues['**'][78][4][2][3][2][19600] = '--alt-preset fast extreme'; // 3.90.2, 3.90.3… 192 …$KnownEncoderValues['**'][78][3][2][3][4][19000] = '--alt-preset standard'; // 3.90, 3.90.1… [all …]
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio.mp3.php | 209 …][raw_vbr_method][raw_noise_shaping][raw_stereo_mode][ath_type][lowpass_frequency] = 'preset name'; 210 …$KnownEncoderValues[0xFF][58][1][1][3][2][20500] = '--alt-preset insane'; // 3.90, 3.90.1… 211 …$KnownEncoderValues[0xFF][58][1][1][3][2][20600] = '--alt-preset insane'; // 3.90.2, 3.90.3… 212 $KnownEncoderValues[0xFF][57][1][1][3][4][20500] = '--alt-preset insane'; // 3.94, 3.95 213 …$KnownEncoderValues['**'][78][3][2][3][2][19500] = '--alt-preset extreme'; // 3.90, 3.90.1… 214 $KnownEncoderValues['**'][78][3][2][3][2][19600] = '--alt-preset extreme'; // 3.90.2, 3.91 215 $KnownEncoderValues['**'][78][3][1][3][2][19600] = '--alt-preset extreme'; // 3.90.3 216 …$KnownEncoderValues['**'][78][4][2][3][2][19500] = '--alt-preset fast extreme'; // 3.90, 3.90.1… 217 …$KnownEncoderValues['**'][78][4][2][3][2][19600] = '--alt-preset fast extreme'; // 3.90.2, 3.90.3… 218 …$KnownEncoderValues['**'][78][3][2][3][4][19000] = '--alt-preset standard'; // 3.90, 3.90.1… [all …]
|
| /plugin/pgn4web/pgn4web/ |
| D | viewer-preset-URLs.php | 11 * add preset URLs for the viewer.php form using the following template 12 * the javascript code string should be the body of a function returning the preset PGN URL string 20 // Deployment check: preset URLs
|
| /plugin/struct/_test/types/ |
| H A D | AbstractBaseTest.php | 15 protected $preset = [ variable in dokuwiki\\plugin\\struct\\test\\types\\AbstractBaseTest 53 * Translation Init: preset config, no translation plugin 60 $type = new BaseType($this->preset, 'A Label'); 119 * Translation Init: preset config, translation plugin 127 $type = new BaseType($this->preset, 'A Label');
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/ |
| D | H265CodecSettings.php | 67 public $preset; variable in Google\\Service\\Transcoder\\H265CodecSettings 252 public function setPreset($preset) argument 254 $this->preset = $preset; 261 return $this->preset;
|
| D | H264CodecSettings.php | 71 public $preset; variable in Google\\Service\\Transcoder\\H264CodecSettings 270 public function setPreset($preset) argument 272 $this->preset = $preset; 279 return $this->preset;
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.glyph.js | 183 // if (span.tagName === "svg" && opts.preset === "awesome5") { 218 preset: null, // 'awesome3', 'awesome4', 'bootstrap3', 'material' property 226 if (opts.preset) { 228 !!PRESETS[opts.preset], 229 "Invalid value for `options.glyph.preset`: " + opts.preset 231 opts.map = $.extend({}, PRESETS[opts.preset], opts.map); 233 tree.warn("ext-glyph: missing `preset` option.");
|
| /plugin/dokubookmark/lang/nl/ |
| D | settings.php | 9 $lang['presets'] = 'Preset lijst: door dubbele punt gescheiden preset. Vorm: naam=locatie[|t…
|
| /plugin/dokubookmark/ |
| D | action.php | 108 # parse Preset configuration 136 # else save will fail later :( - or hide this preset, 139 # check if a page with this preset's ID already exists 141 … msg('preset \''.$l[0].'\' - a page with <a href="'.wl($n).'">this ID</a> already exists.', -1); 150 'preset' => count($cfg_presets)>0,
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ |
| D | LogicalNotToken.php | 33 * Scores 4 when preset token does not match the argument. 45 * Returns true if preset token is last.
|
| D | ExactValueToken.php | 46 * Scores 10 if argument matches preset value. 84 * Returns preset value against which token checks arguments.
|
| D | StringContainsToken.php | 39 * Returns preset value against which token checks arguments.
|
| /plugin/asciidocjs/node_modules/async/ |
| D | package.json | 29 "babel-preset-es2015": "^6.3.13", 30 "babel-preset-es2017": "^6.22.0",
|
| /plugin/asciidocjs/node_modules/babylon/ |
| D | package.json | 28 "babel-preset-es2015": "^6.14.0", 29 "babel-preset-stage-0": "^6.5.0",
|
| /plugin/indexmenu/ |
| D | script.js | 32 'preset': 'bootstrap3', property 36 'preset': 'bootstrap3', property 40 'preset': 'awesome4', //plugin icons does include only awesome4, not awesome5. property 44 'preset': 'material', property 48 'preset': '', property 75 'preset': '', property 132 preset: themePreset ? themePreset.preset : '', property
|
| /plugin/aichat/vendor/bdelespierre/php-kmeans/ |
| H A D | .styleci.yml | 1 preset: psr2
|
| /plugin/asciidocjs/node_modules/nunjucks/ |
| D | package.json | 15 "@babel/preset-env": "^7.0.0-beta.38", 46 "@babel/preset-env": "^7.0.0-beta.38",
|
| /plugin/jplayer/vendor/mustache/mustache/ |
| D | .styleci.yml | 1 preset: symfony
|
| /plugin/bpmnio/vendor/bpmn-js/ |
| H A D | package.json | 103 "remark-preset-bpmn-io": "^0.2.1", 124 "preset-bpmn-io",
|
| /plugin/wrap/ |
| D | plugin.info.txt | 6 …ntainers (divs or spans) and give them a class (choose from a variety of preset classes), a width …
|
| /plugin/dokubookmark/lang/en/ |
| D | settings.php | 9 $lang['presets'] = 'Semicolon separated preset name=location[|template-path] pairs for weblog…
|
| /plugin/dokubookmark/conf/ |
| D | default.php | 6 …eblog:@D@;Public=wiki:weblog:@D@|wiki:tags:new'; // semicolon separated preset name=location[|tem…
|
| /plugin/fetchmedia/ |
| D | package.json | 12 "babel-preset-env": "^1.6.0",
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/ |
| D | CallbackPrediction.php | 49 * Executes preset callback.
|