/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/ |
H A D | Mock.php | 58 foreach($properties as $propName=>$propValue) { 60 if (is_null($propValue)) { 63 $this->data[$path][$propName] = $propValue;
|
/plugin/widearea/widearea/ |
H A D | widearea.js | 190 var propValue = ''; 192 propValue = element.currentStyle[propName]; 194 propValue = document.defaultView.getComputedStyle(element, null).getPropertyValue(propName); 198 if(propValue.toLowerCase) { 199 return propValue.toLowerCase(); 201 return propValue;
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ |
H A D | TextTest.php | 9 function assertVCard21serialization($propValue, $expected) { argument 13 'PROP' => $propValue
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ |
H A D | TextTest.php | 9 function assertVCard21Serialization($propValue, $expected) { argument 13 'PROP' => $propValue
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ |
H A D | TextTest.php | 9 function assertVCard21serialization($propValue, $expected) { argument 13 'PROP' => $propValue
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ |
H A D | TextTest.php | 9 function assertVCard21serialization($propValue, $expected) { argument 13 'PROP' => $propValue
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | PropPatch.php | 187 foreach ($this->mutations as $propertyName => $propValue) { 207 foreach ($this->mutations as $propertyName => $propValue) { 209 $remaining[$propertyName] = $propValue;
|
H A D | Client.php | 297 foreach ($properties as $propName => $propValue) {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | PropPatch.php | 180 foreach ($this->mutations as $propertyName => $propValue) { 200 foreach ($this->mutations as $propertyName => $propValue) { 202 $remaining[$propertyName] = $propValue;
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 89 foreach ($this->calendarInfo as $propName => $propValue) { 91 if (!is_null($propValue) && $propName[0] === '{')
|
/plugin/jspwiki_import/importer/ |
H A D | gwt.js | 442 function __gwt_isKnownPropertyValue(wnd, propName, propValue) { argument 443 return propValue in wnd["values$" + propName];
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | Plugin.php | 342 foreach ($properties as $propName => $propValue) { 344 $html .= $this->drawPropertyRow($propName, $propValue);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 87 foreach ($this->calendarInfo as $propName => $propValue) {
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | Plugin.php | 342 foreach ($properties as $propName => $propValue) { 344 $html .= $this->drawPropertyRow($propName, $propValue);
|
/plugin/slider/ |
H A D | jquery.bxslider.js | 551 …var propValue = slider.settings.mode == 'vertical' ? 'translate3d(0, ' + value + 'px, 0)' : 'trans… 556 el.css(slider.animProp, propValue); 564 el.css(slider.animProp, propValue); 568 el.css(slider.animProp, propValue);
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 4984 if(propValue&&!isFunction(propValue)){self[propName]=propValue 4992 }try{var propValue=self[propName]; 4993 if(propValue&&!xhrRequest[propName]){xhrRequest[propName]=propValue 5075 }}else{this[propName]=propValue 7328 if(propValue){var offset=getClientOffset(propValue); 7330 var text=propValue[textContent]; 7496 if(propValue===undefined||propValue===null){continue 7497 }propValue=stripUnits(rgbToHex(propValue)); 7498 if(propValue){group.props.push({name:propName,value:propValue}) 7515 if(propValue&&propValue!="undefined"){if(FBTrace.DBG_CSS){FBTrace.sysout("CSSEditor.saveEdit : "+pr… [all …]
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 18753 if (propValue && !isFunction(propValue)) 18796 var propValue = self[propName]; 19077 if (isFunction(propValue)) 19099 this[propName] = propValue; 27627 if (propValue) 27632 var text = propValue[textContent]; 28323 if (propValue === undefined || propValue === null) 28326 propValue = stripUnits(rgbToHex(propValue)); 28327 if (propValue) 28407 if (propValue && propValue != "undefined") { [all …]
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 4994 }try{var propValue=xhrRequest[propName]; 4995 if(propValue&&!isFunction(propValue)){self[propName]=propValue 5003 }try{var propValue=self[propName]; 5004 if(propValue&&!xhrRequest[propName]){xhrRequest[propName]=propValue 5081 }try{var propValue=xhrRequest[propName]; 5082 if(isFunction(propValue)){if(typeof self[propName]=="undefined"){this[propName]=(function(name,xhr){return supportsApply?function(){return xhr[name].apply(xhr,arguments) 5086 }}else{this[propName]=propValue 7098 AnonymousFunction4beb612326a00(rule,propName,propValue,propPriority) global() argument [all...] |
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | X509.php | 1675 * @param mixed $propValue 1680 public function setDNProp($propName, $propValue, $type = 'utf8String') argument 1690 foreach ((array) $propValue as $v) {
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 4 …propValue,addFactor=0,multFactor=1,ellipseMatrix="";for(var prop in options){propValue=parseFloat(…
|
H A D | fabric.js | 5254 var propValue, addFactor = 0, multFactor = 1, ellipseMatrix = ''; 5256 propValue = parseFloat(options[prop], 10); 5271 options[prop] = propValue * multFactor + addFactor;
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |