Home
last modified time | relevance | path

Searched refs:prop (Results 101 – 125 of 291) sorted by relevance

12345678910>>...12

/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php350 $prop = $calendar->createProperty(
354 $prop['FBTYPE'] = $busyTime[2];
355 $vfreebusy->add($prop);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php350 $prop = $calendar->createProperty(
354 $prop['FBTYPE'] = $busyTime[2];
355 $vfreebusy->add($prop);
/plugin/davcard/
H A Dscript.js183 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0;
187 postArray[jQuery(this).prop('name')] = jQuery(this).val();
283 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0;
287 postArray[jQuery(this).prop('name')] = jQuery(this).val();
397 $dropdown.prop('disabled', true);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dyml_reference.rst27 name: optional-prop-name
31 name: optional-prop-name
/plugin/bez/mdl/
H A DModel.php66 $prop = $table . 'Factory';
68 return $this->$prop;
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js236 for( var prop in oAttributes )
238 sbHTML.push( ' ' + prop + '="' + oAttributes[prop] + '"' ) ;
/plugin/bez/scripts/
H A Dtask.js38 if (jQuery(this).prop('checked') === true) {
39 jQuery('#reason').prop('disabled', true).hide();
42 jQuery('#reason').prop('disabled', false).show();
H A Dthread.js142 if (jQuery(this).prop('checked') === true) {
143 jQuery('#reason').prop('disabled', true).hide();
146 jQuery('#reason').prop('disabled', false).show();
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php941 foreach ($this->significantChangeProperties as $prop) {
942 if (isset($vevent->$prop)) {
943 $propertyValues = $vevent->select($prop);
945 $significantChangeHash .= $prop.':';
947 if ('EXDATE' === $prop) {
949 } elseif ('RRULE' === $prop) {
/plugin/ajaxedit/
H A Dscript.js129 var tag_type = jQuery("#"+id).prop('tagName');
140 var tag_type = jQuery("#"+id).prop('tagName');
/plugin/jquery/
H A Djquery-1.4.2.js1970 event[ prop ] = originalEvent[ prop ];
3538 Sizzle[ prop ] = oldSizzle[ prop ];
5561 for ( p in prop ) {
5565 prop[ name ] = prop[ p ];
5566 delete prop[ p ];
5570 if ( prop[p] === "hide" && hidden || prop[p] === "show" && !hidden ) {
5585 prop[p] = prop[p][0];
5718 this.prop = prop;
5776 this.options.orig[this.prop] = jQuery.style( this.elem, this.prop );
5791 this.options.orig[this.prop] = jQuery.style( this.elem, this.prop );
[all …]
/plugin/sync/
H A Dscript.js23 jQuery('input[class=sync'+type+']').prop('checked',true);
/plugin/farmsync/script/
H A Dresults.js24 $farmsync.find('input[type="checkbox"]').prop('disabled', false);
25 …t[type="checkbox"][name="farmsync-animals['+$this.val()+']"]').prop('disabled', true).prop('checke…
/plugin/snow/
H A Dsnowstorm.js105 function has(prop) { argument
108 var result = testDiv.style[prop];
109 return (result !== undefined ? prop : null);
122 prop: null // the normalized property value property in snowStorm.features.localFeatures.transform
129 localFeatures.transform.prop = (
376 if (storm.useGPU && features.transform.prop) {
378 this.o.style[features.transform.prop] = 'translate3d(0px, 0px, 0px)';
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1prop in eventName){this.on(prop,eventName[prop])}}else{if(!this.__eventListeners[eventName]){this.…
2 …for(var prop in style){if(typeof style[prop]==="undefined"){continue}attr=normalizeAttr(prop.toLow…
4prop in coords){if(prop==="x1"||prop==="x2"||prop==="r2"){coords[prop]+=this.offsetX-object.width/… argument
5 …his._objects[i]}}});for(var prop in fabric.StaticCanvas){if(prop!=="prototype"){fabric.Canvas[prop
6prop in options){this.set(prop,options[prop])}this._initGradient(options);this._initPattern(option… argument
8prop){return this.get(prop)!==this.originalState[prop]},this)},saveState:function(options){this.st… argument
9prop,value){if(prop==="fill"&&value&&this.isSameColor()){var i=this.paths.length;while(i--){this.p… argument
11 …r shouldClear=false;for(var prop in this._dimensionAffectingProps){if(this["__"+prop]!==this[prop]…
13 …emoveExtraneousStyles:function(){for(var prop in this.styles){if(!this._textLines[prop]){delete th…
15prop,direction){var propMethod=prop==="selectionStart"?"setSelectionStart":"setSelectionEnd";if(e.… argument
H A Dfabric.js100 this.on(prop, eventName[prop]);
1989 el.setAttribute(prop, attributes[prop]);
5035 if (prop === 'x1' || prop === 'x2' || prop === 'r2') {
5109 if (prop === 'x1' || prop === 'x2') {
5263 if (prop === 'x1' || prop === 'x2' || prop === 'r2') {
5530 this[prop] = options[prop];
6086 this[prop] = options[prop];
11231 this.set(prop, options[prop]);
11348 this._set(prop, obj[prop]);
17628 this[prop] = options[prop];
[all …]
/plugin/linksenhanced/
H A Dscript.js4 var $link = jQuery(this).prop('href');
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js191 var i, prop, val;
227 val = from[prop];
351 var prop, i;
353 prop = config[i];
355 this[i] = prop;
373 if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) {
375 extend(res[prop], parentConfig[prop]);
376 extend(res[prop], childConfig[prop]);
378 res[prop] = childConfig[prop];
389 res[prop] = extend({}, res[prop]);
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php920 foreach($this->significantChangeProperties as $prop) {
921 if (isset($vevent->$prop)) {
922 $propertyValues = $vevent->select($prop);
924 $significantChangeHash.=$prop.':';
926 if ($prop === 'EXDATE') {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php441 $prop = $comp->add('prop2', 'val2');
443 $comp->remove($prop);
455 $prop = $comp->createProperty('A', 'B');
456 $comp->remove($prop);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php441 $prop = $comp->add('prop2','val2');
443 $comp->remove($prop);
455 $prop = $comp->createProperty('A','B');
456 $comp->remove($prop);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php441 $prop = $comp->add('prop2','val2');
443 $comp->remove($prop);
455 $prop = $comp->createProperty('A','B');
456 $comp->remove($prop);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php441 $prop = $comp->add('prop2','val2');
443 $comp->remove($prop);
455 $prop = $comp->createProperty('A','B');
456 $comp->remove($prop);
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php941 foreach($this->significantChangeProperties as $prop) {
942 if (isset($vevent->$prop)) {
943 $propertyValues = $vevent->select($prop);
945 $significantChangeHash.=$prop.':';
947 if ($prop === 'EXDATE') {
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js107 function migrateWarnProp( obj, prop, value, msg ) { argument
108 Object.defineProperty( obj, prop, {
122 function migrateWarnFunc( obj, prop, newFunc, msg ) { argument
123 obj[ prop ] = function() {
283 self.prop( attr, false );

12345678910>>...12