Home
last modified time | relevance | path

Searched refs:def (Results 126 – 150 of 178) sorted by path

12345678

/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js2909 if(v.def) {
2910 track.setAttribute("default", v.def);
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js2909 if(v.def) {
2910 track.setAttribute("default", v.def);
/plugin/jplayer/components/
H A Drequire-built.js4954 if(v.def) {
4955 track.setAttribute("default", v.def);
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js2909 if(v.def) {
2910 track.setAttribute("default", v.def);
H A Djquery.jplayer.min.js3 …b.srclang:""),d.setAttribute("label",b.label?b.label:""),b.def&&d.setAttribute("default",b.def),c.…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js2909 if(v.def) {
2910 track.setAttribute("default", v.def);
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2592 ), function(match, leading_line, marker_space, def) { argument
2593 if (leading_line || def.match(/\n{2,}/)) {
2595 def = self._php_str_repeat(' ', marker_space.length) + def;
2596 def = self.runBlockGamut(self.outdent(def + "\n\n"));
2597 def = "\n" + def + "\n";
2600 def = self._php_rtrim(def);
2601 def = self.runSpanGamut(self.outdent(def));
2604 return "\n<dd>" + def + "</dd>\n";
/plugin/markdownextra/
H A Dmarkdown.php2904 $def = $matches[3];
2906 if ($leading_line || preg_match('/\n{2,}/', $def)) {
2908 $def = str_repeat(' ', strlen($marker_space)) . $def;
2909 $def = $this->runBlockGamut($this->outdent($def . "\n\n"));
2910 $def = "\n". $def ."\n";
2913 $def = rtrim($def);
2914 $def = $this->runSpanGamut($this->outdent($def));
2917 return "\n<dd>" . $def . "</dd>\n";
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md86 def robot_invasion
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pagestat/
H A Dremote.php236 $def = $def_map[$word];
238 $out_txt.=$this->Format_def_more($def);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js2483 var def = __w_pdfjs_require__(11).f;
2490 if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, {
3945 return weak.def(validate(this, WEAK_MAP), key, value);
4247 def: function def(that, key, value) {
4585 return weak.def(validate(this, WEAK_SET), value, true);
H A Dpdf.js.map1def","stat","toObject","ObjectProto","call","isArrayIter","createProperty","getIterFn","from","C",…
H A Dpdf.worker.js3652 var def = __w_pdfjs_require__(15).f;
3659 if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, {
5114 return weak.def(validate(this, WEAK_MAP), key, value);
5416 def: function def(that, key, value) {
5754 return weak.def(validate(this, WEAK_SET), value, true);
H A Dpdf.worker.js.map1def","stat","toObject","ObjectProto","call","isArrayIter","createProperty","getIterFn","from","C",…
/plugin/pot/source/
H A Dformat.php17 $def = $this->cargo['settings'][$formatedsettings['defaultsettings']]; variable
18 $defsettings = $pothelper->_formatsettings($def);
/plugin/processing/
H A Dscript.js12194 function transformVarDefinition(def, defaultTypeValue) { argument
12195 var eqIndex = def.indexOf("=");
12198 name = def;
12202 name = def.substring(0, eqIndex);
12203 value = transformExpression(def.substring(eqIndex + 1));
/plugin/projects/
H A Dcodemirror.css142 .cm-s-default span.cm-def {color: #00f;}
/plugin/projects/lib/
H A Dplugins.php19 $def = new TargetDefinition(array('name' => $file->name(),
21 if (is_array($deps)) foreach ($deps as $dep) $def->add_dependency($dep);
22 $def->add_recipe($recipe);
23 return ProjectFile::create($project, $def);
/plugin/publish/_test/
H A Dmail.unit.test.php102 $auth->createUser('john','x','John Smith','abc@def.gh');
/plugin/pycode/
H A Dscript.js63 LANG.plugins.pycode.def+'</label>' +
H A Dsyntax.php403 $def = "";
408 $def = "def: " . $name . " ⋅ ";
412 $def = "def: " . $name . " ⋅ ";
417 $def = "";
420 $title = "$src" . "$class" . "$def" . "$lns";
/plugin/querychangelog/
H A Dadmin.php79 if ($_REQUEST['qcsd'] == '<def>') {
87 if ($_REQUEST['qced'] == '<def>') {
208 …td><input type="radio" name="qcsd" value="<def>" '.($_REQUEST['qcsd'] == '<def>' ? 'CHECKED' : '')…
210 …td><input type="radio" name="qcsd" value="<beg>" '.($_REQUEST['qcsd'] != '<def>' ? 'CHECKED' : '')…
216 …td><input type="radio" name="qced" value="<def>" '.($_REQUEST['qced'] == '<def>' ? 'CHECKED' : '')…
218 …td><input type="radio" name="qced" value="<beg>" '.($_REQUEST['qced'] != '<def>' ? 'CHECKED' : '')…
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6def:/^ {0,3}\[(label)\]: *\n? *<?([^\s>]+)>?(?:(?: +\n? *| *\n *)(title))? *(?:\n+|$)/,table:f,lhe… property in k
/plugin/scrape/
H A DHTMLPurifier.standalone.php

12345678