Home
last modified time | relevance | path

Searched refs:prop (Results 151 – 175 of 291) sorted by relevance

12345678910>>...12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php97 $prop = $result[200]['{DAV:}supported-privilege-set'];
98 $result = $server->xml->write('{DAV:}root', $prop);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1249 foreach ($rule->properties->property as $prop) {
1250 if ($this->_shouldProcessElement($prop) === false) {
1262 $name = (string) $prop['name'];
1263 if (isset($prop['type']) === true
1264 && (string) $prop['type'] === 'array'
1266 $value = (string) $prop['value'];
1285 $this->ruleset[$code]['properties'][$name] = (string) $prop['value'];
1288 … echo "\t\t=> property \"$name\" set to \"".(string) $prop['value'].'"'.PHP_EOL;
/plugin/linkscollection/
H A Dscript.js125 const id = $link.prop('title');
/plugin/advrack/
H A Djquery.qtip.js2003 function vendorCss(elem, prop) { argument
2004 var ucProp = prop.charAt(0).toUpperCase() + prop.slice(1),
2009 if(cssProps[prop]) { return elem.css(cssProps[prop]); }
2013 return cssProps[prop] = cur, val;
2019 function intCss(elem, prop) { argument
2122 prop = BORDER + camel(side) + 'Width';
2124 return (use ? intCss(use, prop) : (
2125 intCss(elements.content, prop) ||
2127 intCss(elements.tooltip, prop)
2137 intCss(elements.tooltip, prop) || 0;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js282 , split, prop, val
294 prop = trim(split[0]);
299 switch (prop) {
/plugin/bookcreator/script/
H A Djquery.fileDownload.js274 .prop("src", fileUrl)
306 .prop('method', settings.httpMethod)
307 .prop('action', fileUrl)
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js79 var prop = {};
82 prop = (new Function ('return (' + m[4] + ')'))();
85 e[i].color = new jscolor.color(e[i], prop);
330 color : function(target, prop) { argument
368 for(var p in prop) {
369 if(prop.hasOwnProperty(p)) {
370 this[p] = prop[p];
/plugin/jplayer/components/
H A Drequire-built.js79 function hasProp(obj, prop) { argument
80 return hasOwn.call(obj, prop);
83 function getOwn(obj, prop) { argument
84 return hasProp(obj, prop) && obj[prop];
93 var prop;
94 for (prop in obj) {
95 if (hasProp(obj, prop)) {
96 if (func(obj[prop], prop)) {
1244 if (objs[prop]) {
1749 ], function (prop) { argument
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js790 for (var prop in command.value) {
791 if (!prop.startsWith("$") && !prop.startsWith("_")) {
792 item[prop] = command.value[prop];
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js428 for ( var prop in copy ) {
429 dest[ prop ] = copy[ prop ];
457 for ( var prop in obj ) {
903 idx = 0, len = eventsList.length, prop; variable
1405 for ( var prop in oldOptions ) {
1406 if ( hasOwn.call( newOptions, prop ) && hasOwn.call( oldOptions, prop ) ) {
1407 matchProps[ prop ] = oldOptions[ prop ];
/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js93 var prop="",i=name.indexOf("Italic"),j=100,o=name.indexOf("Oblique"),b=name.indexOf("Bold"),flags=0
94 if(b>0){prop=' font-weight="bold"';j=b;flags=2}
95 if(i>0||o>0){if(i>0){prop+=' font-style="italic"';if(i<j)
97 if(o>0){prop+=' font-style="oblique"';if(o<j)
102 prop+=' font-weight="normal"';if(!(flags&12)&&(font_n_old.indexOf("Italic")>=0||font_n_old.indexOf("Oblique")>=0))
103 prop+=' font-style="normal"'}
105 prop+' font-size="'+gcur.font_s+'"'}
/plugin/imapmarkers/
H A Djquery.imagemapster.js282 $.each(template, function (prop) { argument
283 onlyProps.push(prop);
288 $.each(src || {}, function (prop) { argument
289 if (!onlyProps || $.inArray(prop, onlyProps) >= 0) {
290 var p = src[prop];
294 target[prop] = $.extend(target[prop] || {}, p);
296 target[prop] = p.slice(0);
298 target[prop] = src[prop];
338 indexOfProp: function (obj, prop, val) { argument
341 if (e && (prop ? e[prop] : e) === val) {
[all …]
/plugin/edittable/lib/
H A Dhandsontable.full.js6856 this.prop = prop;
7495 extend(res[prop], parentConfig[prop]);
7496 extend(res[prop], childConfig[prop]);
7498 res[prop] = childConfig[prop];
7509 res[prop] = extend({}, res[prop]);
7633 prop;
15312 prop;
16491 cellProperties.prop = prop;
34346 newRow[prop] = row[prop];
50064 to[prop] = from[prop].slice(0);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php203 $prop = $dom->createElement('d:prop');
/plugin/fckg/action/entities/
H A Dents.data55 &prop;
/plugin/ckgdoku/action/entities/
H A Dents.data55 &prop;
/plugin/ckgedit/action/entities/
H A Dents.data55 &prop;
/plugin/sqlraw/
H A Dsyntax.php627 function _propertyRaw($prop, $xml) { argument
628 $pattern = $prop ."='([^']*)'";
631 $pattern = $prop .'="([^"]*)"';
/plugin/webdavclient/
H A Dhelper.php1248 $data[$href] = $this->recursiveXmlToArray($response->propstat->prop->children());
1491 foreach($props as $prop)
1492 $xml->writeElement($prop);
1520 foreach($props as $prop)
1522 $xml->writeElement($prop);
/plugin/jquery/
H A Djquery-1.4.2.min.js139prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.s…
140prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:functi…
141prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.pr…
142 this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this…
143 ….pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0…
144 …&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a…
/plugin/codemirror/dist/modes/
H A Dmodelica.min.js.map1prop","hasOwnProperty","push","helperType","registerHelper","defineMIME","name"],"mappings":"CAKA,…
H A Dmllike.min.js.map1prop","hasOwnProperty","hintWords","k","push","registerHelper","tokenBase","stream","state","ch","…
H A Dxml.min.js.map1prop","type","setStyle","inText","stream","state","chain","parser","tokenize","ch","next","eat","m…
/plugin/emoji/script/
H A Djquery.textcomplete.js213 if (this.$el.prop('ownerDocument') !== document && window.frames.length) {
215 if (this.$el.prop('ownerDocument') === window.frames[iframeIndex].document) {
1466 properties.forEach(function (prop) { argument
1467 style[prop] = computed[prop];
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php986 $prop = $refl->getProperty('mockObjects');
987 $prop->setAccessible(true);
988 $prop->setValue($this, []);

12345678910>>...12