Home
last modified time | relevance | path

Searched refs:isSimple (Results 1 – 25 of 36) sorted by relevance

12

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DMultiGeometry.php23 public function isSimple() function in geoPHP\\Geometry\\MultiGeometry
28 return $this->getGeos()->isSimple();
34 if (!$component->isSimple()) {
DMultiPoint.php57 public function isSimple() function in geoPHP\\Geometry\\MultiPoint
DCurve.php63 return ($this->isClosed() && $this->isSimple());
DGeometryCollection.php47 public function isSimple() function in geoPHP\\Geometry\\GeometryCollection
DPolygon.php223 public function isSimple() function in geoPHP\\Geometry\\Polygon
228 return $this->getGeos()->isSimple();
DLineString.php428 public function isSimple() function in geoPHP\\Geometry\\LineString
433 return $this->getGeos()->isSimple();
DPoint.php237 public function isSimple() function in geoPHP\\Geometry\\Point
DGeometry.php112 abstract public function isSimple(); function in geoPHP\\Geometry\\Geometry
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js40 if (this.environment.isSimple) {
277 let isSimple = this.environment.isSimple,
303 if (!isSimple) {
439 if (this.environment.isSimple) {
706 invokeHelper: function(paramSize, name, isSimple) { argument
712 if (isSimple) {
Dcompiler.js114 this.isSimple = bodyLength === 1;
371 let isSimple = AST.helpers.simpleId(sexpr.path);
373 let isBlockParam = isSimple && !!this.blockParamIndex(sexpr.path.parts[0]);
382 let isEligible = !isBlockParam && (isHelper || isSimple);
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Djavascript-compiler.js41 if (this.environment.isSimple) {
260 var isSimple = this.environment.isSimple,
286 if (!isSimple) {
396 if (this.environment.isSimple) {
638 invokeHelper: function invokeHelper(paramSize, name, isSimple) {
644 if (isSimple) {
Dcompiler.js119 this.isSimple = bodyLength === 1;
359 var isSimple = _AST['default'].helpers.simpleId(sexpr.path);
361 var isBlockParam = isSimple && !!this.blockParamIndex(sexpr.path.parts[0]);
370 var isEligible = !isBlockParam && (isHelper || isSimple);
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Djavascript-compiler.js49 if (this.environment.isSimple) {
268 var isSimple = this.environment.isSimple,
294 if (!isSimple) {
404 if (this.environment.isSimple) {
646 invokeHelper: function invokeHelper(paramSize, name, isSimple) {
652 if (isSimple) {
Dcompiler.js124 this.isSimple = bodyLength === 1;
364 var isSimple = _ast2['default'].helpers.simpleId(sexpr.path); variable in Compiler
366 var isBlockParam = isSimple && !!this.blockParamIndex(sexpr.path.parts[0]);
375 var isEligible = !isBlockParam && (isHelper || isSimple);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
DNameExpression.php106 public function isSimple() function in Twig\\Node\\Expression\\NameExpression
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
DOptimizerNodeVisitor.php128 if ('Twig_Node_Expression_Name' === \get_class($node) && $node->isSimple()) {
/plugin/tline/timeline_ajax/
Dsimile-ajax-bundle.js7 var quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/,isSimple=/^.[^:#\[\.]*$/,undefined;
81 },not:function(selector){if(selector.constructor==String){if(isSimple.test(selector)){return this.p…
/plugin/eventline/timeline_ajax/
Dsimile-ajax-bundle.js7 var quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/,isSimple=/^.[^:#\[\.]*$/,undefined;
81 },not:function(selector){if(selector.constructor==String){if(isSimple.test(selector)){return this.p…
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.vml.js476 if ((isGrad && split.noRotation) || !split.isSimple) {
Draphael.core.js2672 …out.isSimple = !+out.shear.toFixed(9) && (out.scalex.toFixed(9) == out.scaley.toFixed(9) || !out.r…
2686 if (s.isSimple) {
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js2492 var isSimple = this.match(types.name);
2517 } else if (isSimple && _key.name === "async" && !this.isLineTerminator()) {
2526 …} else if (isSimple && (_key.name === "get" || _key.name === "set") && !(this.isLineTerminator() &…
2536 …} else if (this.hasPlugin("classConstructorCall") && isSimple && _key.name === "call" && this.matc…
/plugin/jquery/
Djquery-1.4.2.js41 isSimple = /^.[^:#\[\.,]*$/,
3712 if ( isSimple.test( qualifier ) ) {
/plugin/callflow/
Draphael.js3027 …out.isSimple = !+out.shear.toFixed(9) && (out.scalex.toFixed(9) == out.scaley.toFixed(9) || !out.r…
3041 if (s.isSimple) {
7609 if ((isGrad && split.noRotation) || !split.isSimple) {
/plugin/sequencediagram/bower_components/raphael/
Draphael.no-deps.min.js1isSimple=!(+t.shear.toFixed(9)||t.scalex.toFixed(9)!=t.scaley.toFixed(9)&&t.rotate),t.isSuperSimpl…
/plugin/advrack/
Draphael.js3027 …out.isSimple = !+out.shear.toFixed(9) && (out.scalex.toFixed(9) == out.scaley.toFixed(9) || !out.r…
3041 if (s.isSimple) {
7615 if ((isGrad && split.noRotation) || !split.isSimple) {

12