Home
last modified time | relevance | path

Searched refs:equals (Results 101 – 125 of 223) sorted by relevance

123456789

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java222 if (this.recordingRectangle!=null && !this.recordingRectangle.equals(oldValue)) { in setRecordingRectangle()
305 if (encoderName.equals(candidate.toString())) { in load()
H A DScreenShot.java241 if (!mousePosition.equals(prev.getMousePosition())) { in isActive()
H A DRecordingControlsFrame.java99 if (PAUSE_TEXT.equals(pauseButton.getText())) { in RecordingControlsFrame()
H A DScreenRecorder.java165 if (config.getMixerName()==null || mi.getName().equals(config.getMixerName())) { in ScreenRecorder()
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dslf4j-api-1.7.25.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php266 public function equals(PHP32 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DPHP64.php270 public function equals(PHP64 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php190 if ($stopState !== null && $s->equals($stopState)) {
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc1768 a.equals = function(a) {
1902 return !a.equals(c)
1922 return !a.equals(c)
3002 … !a.equals(C)) && (a.type != CKEDITOR.NODE_ELEMENT || !b || !a.equals(c.root))
3009 …return (!b || !k.equals(a)) && (!q || !a.equals(q)) && (a.type != CKEDITOR.NODE_ELEMENT || !b || !…
4328 return !(a.equals(c) || a.equals(f))
8518 return !a.equals(e.block) && !a.equals(e.blockLimit)
8565 a.mergeList = g && h && g.getParent().equals(h.getParent()) && !g.equals(h);
10391 return b.equals(a)
12711 equals: function(a, b) {
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php230 public function equals($geometry) function in geoPHP\\Geometry\\Point
H A DPolygon.php316 if ($point->equals($vertex)) {
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php209 $leftUrl->equals($rightUrl);
H A DXmlElement.php299 public function equals(XmlElement $rightDocument, array $attributeFilter = []) function in ComboStrap\\Xml\\XmlElement
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1455 if (labelPosition.equals(mxConstants.ALIGN_LEFT) in actionPerformed()
1456 || labelPosition.equals(mxConstants.ALIGN_CENTER) in actionPerformed()
1457 || labelPosition.equals(mxConstants.ALIGN_RIGHT)) { in actionPerformed()
1580 if (value.equals(mxConstants.NONE)) { in actionPerformed()
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8equals(n,t):!1:!Bridge.hasValue(t)},equals:function(n,t){if(n==null&&t==null)return!0;if(n&&Bridge… method in System.Int64
/plugin/jmol2/jmol/
H A DJmolApplet0.jar ... java.lang.String toString () public boolean equals (javax.vecmath.AxisAngle4d) javax.vecmath ...
H A DJmolAppletSigned0.jar ... java.lang.String toString () public boolean equals (javax.vecmath.AxisAngle4d) javax.vecmath ...
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8equals(n,t):!1:!Bridge.hasValue(t)},equals:function(n,t){if(n==null&&t==null)return!0;if(n&&Bridge… method in System.Decimal
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php560 if (!$k->equals(self::$zero) && $k->compare($this->q) < 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php380 if (!$candidate->getModulo()->equals($curve->getModulo())) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php537 public function equals(WebDriverElement $other) function in Facebook\\WebDriver\\Remote\\RemoteWebElement
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php404 } while (!$gcd->equals(self::$one));

123456789