Home
last modified time | relevance | path

Searched refs:type (Results 2901 – 2925 of 4303) sorted by last modified time

1...<<111112113114115116117118119120>>...173

/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js320 if (R.type == "VML") {
327 return (R.type = E);
343 R.svg = !(R.vml = R.type == "VML");
383 R.is = function (o, type) { argument
384 type = lowerCase.call(type);
385 if (type == "finite") {
388 if (type == "array") {
3793 if (this.type == "text") {
3983 if (this.type == "text" || this.type == "set") {
4820 this.type = "set";
[all …]
H A Draphael.svg.js49 var type = "linear",
58 type = "radial";
156 if (o.type == "path") {
164 type = "classic",
254 var delta = dx * (type != "diamond" && type != "oval");
724 p.type = "path";
1213 res.type = "circle";
1222 res.type = "rect";
1231 res.type = "ellipse";
1242 res.type = "image";
[all …]
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1type=l.win.SVGAngle||l.doc.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStru…
H A Draphael.min.js1type=l.win.SVGAngle||l.doc.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStru…
/plugin/sequencediagram/bower_components/snap.svg/
H A DREADME.md47 * Alternatively type `grunt watch` to have the build run automatically when you make changes to sou…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19type){case"rect":g("rx",e),g("ry",f);case"image":g("width",e),g("height",f);case"text":g("x",e),g(… property in x.e
20type||"linearGradient"==e.type||"pattern"==e.type){e.node.id||p(e.node,{id:e.id});var g=q(e.node.i…
21type="set",a.Set=f,a.set=function(){var a=new f;return arguments.length&&a.push.apply(a,Array.prot…
H A Dsnap.svg.js961 function is(o, type) {
962 type = Str.prototype.toLowerCase.call(type);
2005 switch (el.type) {
2388 type: root[i].type,
3574 var res = type ? "<" + this.type : "",
3577 if (type) {
3592 type && (res += "</" + this.type + ">");
4083 type: type,
4305 if (this.type == "text" || this.type == "tspan") {
5143 if (grad.type != grad.type.toLowerCase()) {
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Ddr.css38 .dr-type {
45 .dr-type em,
61 .dr-type em.amp,
73 .dr-property em.dr-type {
76 em.dr-type-string {
80 em.dr-type-object {
84 em.dr-type-function {
88 em.dr-type-number {
92 em.dr-type-boolean {
96 em.dr-type-array {
H A Dtopcoat-desktop-light.css803 input[type="checkbox"] {
911 input[type="checkbox"] {
979 <input type="checkbox">
986 <input type="checkbox" disabled>
1003 input[type="checkbox"] {
1443 list-style-type: none;
1513 list-style-type: none;
1972 input[type="radio"] {
2071 input[type="radio"] {
2148 <input type="radio" name="topcoat">
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5type:function(e){return Object.prototype.toString.call(e).match(/\[object (\w+)\]/)[1]},clone:func… property in n.stringify.s
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …tor","bCtor","pop","isEqual","isEmpty","isString","isElement","nodeType","type","name","Int8Array"…
H A Dunderscore.js1213 var type = typeof obj;
1214 return type === 'function' || type === 'object' && !!obj;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js74 this.type = 'Signal';
87 this.type = 'Note';
1048 if (s.type == 'Signal') {
1063 } else if (s.type == 'Note') {
1094 throw new Error('Unhandled signal type:' + s.type);
1169 if (s.type == 'Signal') {
1176 } else if (s.type == 'Note') {
H A Dsequence-diagram-min.js6type="Signal",this.actorA=actorA,this.actorB=actorB,this.linetype=3&signaltype,this.arrowtype=sign…
H A Dsequence-diagram-min.js.map1 …le","addSignal","signal","index","Signal","actorA","signaltype","actorB","type","linetype","arrowt…
H A Dsequence-diagram-raphael-min.js.map1 …le","addSignal","signal","index","Signal","actorA","signaltype","actorB","type","linetype","arrowt…
H A Dsequence-diagram-raphael.js74 this.type = 'Signal';
87 this.type = 'Note';
1048 if (s.type == 'Signal') {
1063 } else if (s.type == 'Note') {
1094 throw new Error('Unhandled signal type:' + s.type);
1169 if (s.type == 'Signal') {
1176 } else if (s.type == 'Note') {
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-doc.js76 function build(type) { argument
77 const options = _.defaults({}, config.base, config[type]);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js64 this.type = 'Signal';
77 this.type = 'Note';
/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
H A Dgrammar-tests.js27 equal(d.signals[0].type, 'Signal', 'Correct signal type');
44 equal(note.type, 'Note', 'Correct signal type');
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js1361 var type = typeof value;
1365 (type == 'number' ||
1366 (type != 'symbol' && reIsUint.test(value))) &&
1384 var type = typeof index;
1385 if (type == 'number'
1387 : (type == 'string' && index in object)
2761 var type = typeof value;
2762 return value != null && (type == 'object' || type == 'function');
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1992 type-check "~0.3.2"
2356 type-check "~0.3.2"
2410 path-type@^1.0.0:
2412 …resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4…
2555 path-type "^1.0.0"
3090 type-check@~0.3.2:
3092 …resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f…
/plugin/ipban/ip-lib/
H A DREADME.md191 ### Getting the type of an IP address
203 The most notable values of the range type ID are:
210 ### Getting the type of an IP address range
212 If you want to know the type of an address range, you can use the `getRangeType` method:
216 $type = $range->getRangeType();
217 // $type is \IPLib\Range\Type::T_PUBLIC
218 echo \IPLib\Range\Type::getName($type);
226 $type = $range->getRangeType();
227 // $type is null
228 echo \IPLib\Range\Type::getName($type);
[all …]
/plugin/ipban/ip-lib/src/Address/
H A DType.php27 * @param int $type
31 public static function getName($type) argument
33 switch ($type) {
39 return sprintf('Unknown type (%s)', $type);
/plugin/ipban/ip-lib/src/Range/
H A DType.php104 * @param int $type
108 public static function getName($type) argument
110 switch ($type) {
138 return $type === null ? 'Unknown type' : sprintf('Unknown type (%s)', $type);

1...<<111112113114115116117118119120>>...173