Searched refs:pc (Results 1 – 25 of 68) sorted by relevance
123
14 $pc = new PrincipalCollection($backend);15 $this->assertTrue($pc instanceof PrincipalCollection);17 $this->assertEquals('principals',$pc->getName());27 $pc = new PrincipalCollection($backend);29 $children = $pc->getChildren();45 $pc = new PrincipalCollection($backend);46 $pc->disableListing = true;48 $children = $pc->getChildren();55 $pc = new PrincipalCollection($backend);56 … $this->assertEquals('principals/user1', $pc->findByUri('mailto:user1.sabredav@sabredav.org'));[all …]
89 jQuery.each(data, function(i, pc){ argument90 if (!pc) return;91 … jQuery('#projectcollection').append( jQuery('<option>', { value: pc.id, text: pc.title }));133 var sel, pc, id, title, syntax;142 pc = '';144 pc = jQuery('#projectcollection').find("option:selected").val();145 if (!pc) pc = '';150 syntax = '[[wi>'+ pc + '#' + (id ? id : '-1');
164 var pc = self._getArcPercent(event.position.x, event.position.y);165 self.player.jPlayer("playHead", pc).jPlayer("play");166 self._timeupdate(pc);169 var pc = self._getArcPercent(event.position.x, event.position.y);170 self.player.jPlayer("playHead", pc).jPlayer("play");
45 /[+-]?(?:\.\d+|\d+(?:\.\d*)?)(cm|em|ex|in|pc|pt|bp|mm)/i],
1 …12="variable";f.sp="variable-2";f.lr="variable-2";f.pc="variable-2";f.r13=f.sp;f.r14=f.lr;f.r15=f.…
1 …pc","r13","r14","r15","push","ch","stream","eatWhile","arch","architecture","toLowerCase","nextUnt…
5 email martin@pc-coholic.de
9 Only absolute units of measurement (in, pt, pc, mm, cm) and pixels (px) are allowed. This is
173 this.pc = 0;214 …__self.pc = _self.xstep * (((__self.width + 1) > (__self.height / (_self.reflectionHeight + 1))) ?…379 … var new_img_h = (imageElement.height / imageElement.width * imageElement.pc) / z * size;380 var new_img_w = imageElement.pc / z * size;390 var new_img_left = xs - (imageElement.pc / 2) / z * size;
66 pc: true, property
180 const pc = parentCommands.filter(c => {183 pc.push(c);184 return `$0 ${pc.join(' ')}`;
19 ….5,ch:0.5,rem:1,px:1/16,mm:96/25.4/16,cm:96/2.54/16,"in":96/16,pt:96/72/16,pc:96/6/16},length2em:f…
1 … [\n '(em|ex|ch|rem|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc|deg|grad|rad|turn|s|…
... , int) javax.servlet.jsp.PageContext pc String name int scope public static java.lang. ...
5 …pc).","invalidHtmlLength":"Value specified for the \"%1\" field must be a positive number with or …
71 …itive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).",74 …r for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).",
235 … if (compatibility.properties.shorterLengthUnits && compatibility.units.pc && intVal % 16 === 0) {
67 …itive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).',70 …r for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).",
171 shorterLengthUnits: false, // controls shortening pixel units into `pc`, `pt`, or `in` units187 pc: true, // controls treating `pc` as a supported unit