Home
last modified time | relevance | path

Searched refs:prop (Results 76 – 100 of 291) sorted by relevance

12345678910>>...12

/plugin/combo/resources/webcode/
H A Dwebcode-console.js66 for (let prop in element) {
68 thElement.innerHTML = print(prop);
84 for (let prop in element) {
86 tdElement.innerHTML = print(element[prop]);
/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js116 var offsetX = ($(window).width() - $image.prop('offsetWidth')) / 2;
117 … var offsetY = (($(window).height() - $image.prop('offsetHeight')) / 2) + $(window).scrollTop();
152 var w = $image.prop('offsetWidth');
283 …allowY = $image.prop('offsetHeight') * $image.attr('data-scale') > _this.core.$outer.find('.lg').h…
284 …allowX = $image.prop('offsetWidth') * $image.attr('data-scale') > _this.core.$outer.find('.lg').wi…
375 …allowY = $image.prop('offsetHeight') * $image.attr('data-scale') > _this.core.$outer.find('.lg').h…
376 …allowX = $image.prop('offsetWidth') * $image.attr('data-scale') > _this.core.$outer.find('.lg').wi…
466 var minY = (_this.core.$outer.find('.lg').height() - $image.prop('offsetHeight')) / 2;
467 …var maxY = Math.abs(($image.prop('offsetHeight') * Math.abs($image.attr('data-scale'))) - _this.co…
468 var minX = (_this.core.$outer.find('.lg').width() - $image.prop('offsetWidth')) / 2;
[all …]
H A Dlg-zoom.min.js4prop("offsetWidth"))/2,h=(a(window).height()-f.prop("offsetHeight"))/2+a(window).scrollTop();d=b.p…
/plugin/langdelete/
H A Dscript.js33 if ($elt.prop("checked")) {
61 if ($e.prop("checked") ^ will_check) {
63 .prop("checked", will_check)
/plugin/ac/
H A Dac.php35 foreach($values as $prop => $val) {
36 if ($elem->$prop !== $val) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js367 var result = [], prop, i;
369 for (prop in obj) {
370 if (hasOwnProperty.call(obj, prop)) {
371 result.push(prop);
390 function hasProperty(obj, prop) { argument
391 return Object.prototype.hasOwnProperty.call(obj, prop);
/plugin/todo/
H A Dscript.js70 $chk.prop('checked', checked);
113 jQuery(this).prop('checked', false);
148 $this.prop('checked', !$this.is(':checked'));
/plugin/code3/src/
H A Dpsyhi.js9 Object.prototype.hasOwnProperty = function (prop) {
10 …ined' == typeof this[prop] || this.constructor && this.constructor.prototype[prop] && this[prop] =…
/plugin/livepreview/
H A Dscript.js9 Object.prototype.hasOwnProperty = function (prop) {
10 …!(this.constructor && this.constructor.prototype[prop] && this[prop] === this.constructor.prototyp…
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js38 return function ( prop ) { argument
39 if ( typeof memory[ prop ] === "undefined" ) {
41 var ucProp = prop.charAt(0).toUpperCase() + prop.substr(1),
42 props = (prop + ' ' + prefixes.join(ucProp + ' ') + ucProp).split(' ');
44 memory[ prop ] = null;
47 memory[ prop ] = props[i];
54 return memory[ prop ];
/plugin/sql/
H A Dsyntax.php15 function property($prop, $xml) argument
17 $pattern = '/'.$prop ."='([^']*)')/";
21 $pattern = '/'.$prop .'="([^"]*)"/';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DScheduleCalendarTranspTest.php20 $prop = new ScheduleCalendarTransp(ScheduleCalendarTransp::OPAQUE);
23 $prop->getValue()
/plugin/glossary/
H A Dglossary.class.php39 var $prop = "prop-"; // prefix for proposal variable in glossary
153 $all = $this->readAllGlossary ($this->prop);
473 if ($status == $this->prop && $this->maxIP ($request))
487 return $this->getGlosarySize ($this->prop, $this->md5ns);
671 foreach (array ($this->prop, $this->def) as $status) {
717 if ($status == $this->prop)
837 $this->getGlosarySize ($this->prop, $file),
848 list ($ns, $def, $prop, $poll) = $data;
855 ' <td>'.$prop.'</td>'.NL.
875 if ($request['operation'] == $this->prop."remove")
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php92 $prop = $props[0][200]['{'.Plugin::NS_CALENDARSERVER .'}notification-URL'];
93 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
94 $this->assertEquals('calendars/user1/notifications/', $prop->getHref());
/plugin/toolbox/
H A DToolboxFindAndReplace.js242 if (!$dialog.components.chk_regexp.prop('checked')) {
245 if (!$dialog.components.chk_casematch.prop('checked')) {
248 if ($dialog.components.chk_words.prop('checked')) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php200 $prop = $dom->createElement('d:prop');
215 $prop->appendChild($element);
218 $dom->appendChild($root)->appendChild($prop);
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js1 …l.includes(s)){jQuery(this).prop("checked",false)}else{if(i&&l.includes(s)&&!jQuery(this).prop("ch…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js4830 var pType = prop.type;
4918 …td.appendChild(createDynArrList(pName, pValue, prop.subType, prop.subDefVal, prop.countProperty, r…
4922 …td.appendChild(createStaticArrList(pName, pValue, prop.subType, prop.subDefVal, prop.size, row, fl…
4981 if (prop.min != null && inputVal < prop.min)
4985 else if (prop.max != null && inputVal > prop.max)
5014 if (prop.isDeletable)
5019 applyStyleVal(pName, '', prop, prop.index);
5133 …((prop.getDefaultValue != null) ? prop.getDefaultValue(state, this) : prop.defVal); //or undefined…
5142prop.size = parseInt(state.style[prop.sizeProperty] || properties[prop.sizeProperty].defVal) || 0;
5174 …pe: prop.type, parentRow: prop.parentRow, isDeletable: prop.isDeletable, index: j, defVal: prop.de…
[all …]
/plugin/settingstree/
H A Dscript.js36 … var $inp = $(this).find('input, textarea, select'), name = $inp.prop('name'), val = $inp.val(), m;
38 val = $inp.prop('checked') ? 1 : 0;
95 $inp.prop('checked',def ? true : false);
105 val = $inp.prop('checked') ? 1 : 0;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DFormFeed.php14 $prop = preg_split('/\s+/', trim($attr['SHEET-SIZE']));
15 if (count($prop) == 2) {
16 $newformat = [$this->sizeConverter->convert($prop[0]), $this->sizeConverter->convert($prop[1])];
/plugin/dirtylittlehelper/
H A Dscript.js331 if( this_label && this_id && jQuery(this).prop('tagName') == 'DIV'){
593 …dlh_top_struct_c').prop('tagName')!== undefined && jQuery('#dlh_top_struct_c div.struct_entry_form…
608 …jQuery('#dlh_top_struct_c div.struct_entry_form div.field input.struct_page').prop('title','STRUCT…
625 …lh_top_struct_c').prop('tagName')!== undefined && jQuery('#dlh_top_struct_c form.bureaucracy__plug…
640 …jQuery('#dlh_top_struct_c form.bureaucracy__plugin div.field input.struct_page').prop('title','STR…
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djquery.jplayer.inspector.js254 for(prop in $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.media) {
255 …jPlayerInfo += "&nbsp;" + prop + ": " + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").s…
297 for(prop in cssSelector) {
300 …fo += "<br />&nbsp;&nbsp;" + prop + ": '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("opti…
H A Djquery.jplayer.inspector.min.js2prop in a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.media)b+="&nbsp;"+prop+": …
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js254 for(prop in $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.media) {
255 …jPlayerInfo += "&nbsp;" + prop + ": " + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").s…
297 for(prop in cssSelector) {
300 …fo += "<br />&nbsp;&nbsp;" + prop + ": '" + $(this).data("jPlayerInspector").jPlayer.jPlayer("opti…
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php350 $prop = $calendar->createProperty(
354 $prop['FBTYPE'] = $busyTime[2];
355 $vfreebusy->add($prop);

12345678910>>...12