Home
last modified time | relevance | path

Searched defs:spec (Results 26 – 33 of 33) sorted by last modified time

12

/plugin/jplayer/components/
H A Drequire-built.js2363 spec = { class in $.jPlayer.nativeFeatures.init
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js318 spec = { class in $.jPlayer.nativeFeatures.init
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js318 spec = { class in $.jPlayer.nativeFeatures.init
/plugin/codemirror/dist/
H A Dscripts.min.js7 …f(g.open==="\n"){d.innerActive=g;d.inner=a.startState(g.mode,e.indent?e.indent(d.outer,"",""):0)}}… function
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js11974 spec: window.location.href property in Firebug.Lite.Browser.currentURI
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php817 protected function init($spec) {
2343 protected function getEccSpec($version, $level, $spec) {
2571 protected function rsBlockNum($spec) {
2580 protected function rsBlockNum1($spec) {
2589 protected function rsDataCodes1($spec) {
2598 protected function rsEccCodes1($spec) {
2607 protected function rsBlockNum2($spec) {
2616 protected function rsDataCodes2($spec) {
2625 protected function rsEccCodes2($spec) {
2634 protected function rsDataLength($spec) {
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js544 Test.context = function(name, spec, log){ argument
/plugin/qrcode2/
H A Dphpqrcode.php538 public static function getEccSpec($version, $level, array &$spec)
894 public static function rsBlockNum($spec) { return $spec[0] + $spec[3]; }
895 public static function rsBlockNum1($spec) { return $spec[0]; }
896 public static function rsDataCodes1($spec) { return $spec[1]; }
897 public static function rsEccCodes1($spec) { return $spec[2]; }
898 public static function rsBlockNum2($spec) { return $spec[3]; }
899 public static function rsDataCodes2($spec) { return $spec[4]; }
900 public static function rsEccCodes2($spec) { return $spec[2]; }
901 …public static function rsDataLength($spec) { return ($spec[0] * $spec[1]) + ($spec[3] * $spec[4]…
902 public static function rsEccLength($spec) { return ($spec[0] + $spec[3]) * $spec[2]; }
[all …]

12