Home
last modified time | relevance | path

Searched refs:p (Results 1351 – 1375 of 1972) sorted by relevance

1...<<51525354555657585960>>...79

/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js1124 p.setAttribute("name", n);
1125 p.setAttribute("value", v);
1126 el.appendChild(p);
1303 $.each(list, function(p, re) { argument
2190 playHead: function(p) { argument
2191 p = this._limitValue(p, 0, 100);
2194 this._html_playHead(p);
2196 this._aurora_playHead(p);
2198 this._flash_playHead(p);
2446 p = 100 * x / w;
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js158 p = o.paper,
221 p.defs.appendChild($($("path"), {
247 p.defs.appendChild(marker);
723 var p = new Element(el, SVG);
724 p.type = "path";
725 setFillAndStroke(p, {
730 return p;
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2023 if (p !== 'static') break;
2127 var p = source.viewportOffset(); variable
2742 p = ps[i];
2743 if (m = e.match(p)) {
2792 var le, p, m;
2797 p = ps[i];
2798 if (m = e.match(p)) {
2887 for (var i in p) {
2917 var p = Selector.xpath.pseudos; return p['first-of-type'](m) + p['last-of-type'](m);
3225 var p = Selector.pseudos;
[all …]
/plugin/judge/
H A Dstyle.css10 .judge > p {
/plugin/gchart/
H A Dsyntax.php17 'pie2d' => 'p',
195 case 'p':
/plugin/wrapadd/
H A Dprint.css95 .wrap_formalbox p {
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dca.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=93)}({0:fun…
H A Dde-at.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=99)}({0:fun…
H A Dde-ch.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=101)}({0:fu…
H A Dde.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=103)}({0:fu…
H A Dfa.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=127)}({0:fu…
H A Dro.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=187)}({0:fu…
H A Dzh-cn.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=211)}({0:fu…
H A Dzh-hk.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=213)}({0:fu…
H A Dzh-tw.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=215)}({0:fu…
H A Dhe.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=139)}({0:fu…
H A Dar-sa.js1 …r),r},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=81)}({0:fun…
/plugin/aimg/
H A Dscript.js294 for (var p in props)
296 this[p] = (typeof config[p] == 'undefined') ? props[p] : config[p];
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/gl/
H A Dgl.txt
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js27p=this.getContentElement("dictionaries","wordsHolder").getElement().getParent();switch(b){case "in…
28 …hide();n.show();p.show();break;case "dictionaryState":a.show(),c.show(),d.hide(),e.hide(),g.show()…
/plugin/pdfjs/pdfjs/web/locale/hu/
H A Dviewer.properties77 spread_odd.title=Lapok összetapasztása, a páratlan számú oldalakkal kezdve
78 spread_odd_label=Összetapasztás: páratlan
79 spread_even.title=Lapok összetapasztása, a páros számú oldalakkal kezdve
80 spread_even_label=Összetapasztás: páros
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.min.css1p{width:480px}.jp-video-360p{width:640px}.jp-video-full{width:480px;height:270px;position:static!i…
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js27p=this.getContentElement("dictionaries","wordsHolder").getElement().getParent();switch(b){case "in…
28 c.show(),d.hide(),e.hide(),f.show(),l.show(),k.show(),m.show(),n.hide(),p.hide()}},clearWordList:fu…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2315 if (p !== 'static') break;
3245 p = ps[i].re;
3247 if (m = e.match(p)) {
3314 var le, p, m, len = ps.length, name;
3319 p = ps[i].re;
3321 if (m = e.match(p)) {
3422 name = p[i].name
3423 if (m = e.match(p[i].re)) {
3452 var p = Selector.xpath.pseudos; return p['first-of-type'](m) + p['last-of-type'](m);
3776 var p = Selector.pseudos;
[all …]
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js502 var p = parent;
504 while (p && p.geometry)
506 dx += p.geometry.x;
507 dy += p.geometry.y;
509 p = p.parent;
2034 var p = new mxPoint(parseFloat(list[i].x) - dx, parseFloat(list[i].y) - dy)
2035 points.push(p);
2036 absPoints.push(p);

1...<<51525354555657585960>>...79