Home
last modified time | relevance | path

Searched refs:isClosed (Results 1 – 25 of 30) sorted by relevance

12

/plugin/gtime/gtlib/tsp/
DGTDataHash.php137 if ($this->isClosed()) {
161 if ($this->isClosed()) {
198 if ($this->isClosed()) {
227 if (!$this->isClosed()) {
242 public function isClosed() { function in GTDataHash
265 if ($this->isClosed()) {
284 if (!$this->isClosed()) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DCurve.php56 public function isClosed() function in geoPHP\\Geometry\\Curve
63 return ($this->isClosed() && $this->isSimple());
83 : ($this->isClosed()
DMultiCurve.php34 public function isClosed() function in geoPHP\\Geometry\\MultiCurve
37 if (!$line->isClosed()) {
DSurface.php49 public function isClosed() function in geoPHP\\Geometry\\Surface
DMultiLineString.php73 if (!$line->isEmpty() && !$line->isClosed()) {
DMultiGeometry.php219 public function isClosed() function in geoPHP\\Geometry\\MultiGeometry
DPoint.php419 public function isClosed() function in geoPHP\\Geometry\\Point
DPolygon.php35 if (!$component->isClosed()) {
DGeometry.php185 abstract public function isClosed(); // Missing dependency function in geoPHP\\Geometry\\Geometry
/plugin/combo/vendor/symfony/process/
H A DInputStream.php49 if ($this->isClosed()) {
66 public function isClosed() function in Symfony\\Component\\Process\\InputStream
/plugin/jplayer/vendor/symfony/process/
DInputStream.php47 if ($this->isClosed()) {
64 public function isClosed() function in Symfony\\Component\\Process\\InputStream
/plugin/redissue/redmine/
Dredmine.php109 $isClosed = $statuses['issue_statuses'][$i]['is_closed'];
112 return $isClosed;
/plugin/authgoogle/google/contrib/
DGoogle_OrkutService.php1755 public $isClosed; variable in Google_CommunityPoll
1821 public function setIsClosed( $isClosed) { argument
1822 $this->isClosed = $isClosed;
1825 return $this->isClosed;
2087 public $isClosed; variable in Google_CommunityTopic
2117 public function setIsClosed( $isClosed) { argument
2118 $this->isClosed = $isClosed;
2121 return $this->isClosed;
/plugin/redissue/
Dsyntax.php252 $isClosed = $redmine->getIsClosedValue($issue['issue']['status']['id']);
261 if(!$isClosed){
/plugin/diagramsnet/lib/js/diagramly/
DmxFreehand.js33 this.setClosedPath = function(isClosed)//TODO add closed settings argument
35 closedPath = isClosed;
/plugin/a2s/
DASCIIToSVG.php2067 public function isClosed() { function in dokuwiki\\plugin\\a2s\\SVGPath
2110 if ($this->isClosed() == false) {
2661 if ($this->isClosed()) {
2685 if ($this->isClosed() && !isset($this->options['fill'])) {
2999 if ($path->isClosed()) {
3598 if ($path->isClosed()) {
3720 if ($path->isClosed() || $pointExists) {
3790 if ($path->isClosed()) {
3809 if ($path->isClosed()) {
3817 if ($path->isClosed()) {
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jplayer/vendor/symfony/process/Tests/
DProcessTest.php1219 } elseif (!$input->isClosed()) {
/plugin/ditaa/ditaa/
Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/pdfjs/pdfjs/build/
Dpdf.js16881 isClosed: false property
16912 _this2.streamControllers[streamId].isClosed = true;
17093 if (!this.streamControllers[data.streamId].isClosed) {
17102 if (this.streamControllers[data.streamId].isClosed) {
17106 this.streamControllers[data.streamId].isClosed = true;
17606 var isClosed = false;
17609 isClosed = true;
17615 this.onBeginElement(content.name, content.attributes, isClosed);
17616 j += content.parsed + (isClosed ? 2 : 1);
/plugin/abc2/abc-libraries/abcjs/
Dabcjs_plugin-midi_6.0.0-beta.25-min.js3isClosed()&&(r.addOther(this.triplet),this.triplet=null,this.tripletmultiplier=1);break;case"bar":… function

12