Home
last modified time | relevance | path

Searched refs:bCopy (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dd/dditems/figures/
H A DddRelationshipTerminal.cpp42 hdPoint aCopy = a, bCopy = b; in draw() local
44 view->CalcScrolledPosition(bCopy.x, bCopy.y, &bCopy.x, &bCopy.y); in draw()
49 double X = aCopy.x + (bCopy.x - aCopy.x) * 0.9; in draw()
50 double Y = aCopy.y + (bCopy.y - aCopy.y) * 0.9; in draw()
68 double vectorx = aCopy.x - bCopy.x; in draw()
69 double vectory = aCopy.y - bCopy.y; in draw()
77 XX = bCopy.x + normalizevx * (length + distance); in draw()
78 YY = bCopy.y + normalizevy * (length + distance); in draw()
/dports/audio/wavplay/wavplay-1.4/
H A Dsave_as.c74 char bCopy = 0; /* Move or Copy? */ in SaveAsDlgOKCB() local
93 bCopy = 1; /* recording is a symlink to another file */ in SaveAsDlgOKCB()
105 else if ( !bCopy && dest_stat.st_dev == src_stat.st_dev ) { in SaveAsDlgOKCB()
122 bCopy = 1; in SaveAsDlgOKCB()
129 if ( !bCopy && dest_stat.st_ctime != 0 ) { /* if not copying, and path exists.. */ in SaveAsDlgOKCB()
131 bCopy = 1; /* Destination is a symlink, do copy */ in SaveAsDlgOKCB()
133 bCopy = 1; /* Different devices: force copy */ in SaveAsDlgOKCB()
139 if ( !bCopy ) { in SaveAsDlgOKCB()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvddrgm1.hxx42 virtual bool EndSdrDrag(bool bCopy) override;
62 virtual bool EndSdrDrag(bool bCopy) override;
87 virtual bool EndSdrDrag(bool bCopy) override;
110 virtual bool EndSdrDrag(bool bCopy) override;
134 virtual bool EndSdrDrag(bool bCopy) override;
180 virtual bool EndSdrDrag(bool bCopy) override;
210 virtual bool EndSdrDrag(bool bCopy) override;
226 virtual bool EndSdrDrag(bool bCopy) override;
H A Dsvdglev.cxx350 void SdrGlueEditView::MoveMarkedGluePoints(const Size& rSiz, bool bCopy) in MoveMarkedGluePoints() argument
354 if (bCopy) aStr += SvxResId(STR_EditWithCopy); in MoveMarkedGluePoints()
356 if (bCopy) ImpCopyMarkedGluePoints(); in MoveMarkedGluePoints()
368 …ResizeMarkedGluePoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy) in ResizeMarkedGluePoints() argument
372 if (bCopy) aStr+=SvxResId(STR_EditWithCopy); in ResizeMarkedGluePoints()
374 if (bCopy) ImpCopyMarkedGluePoints(); in ResizeMarkedGluePoints()
386 void SdrGlueEditView::RotateMarkedGluePoints(const Point& rRef, Degree100 nAngle, bool bCopy) in RotateMarkedGluePoints() argument
390 if (bCopy) aStr+=SvxResId(STR_EditWithCopy); in RotateMarkedGluePoints()
392 if (bCopy) ImpCopyMarkedGluePoints(); in RotateMarkedGluePoints()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvddrgm1.hxx42 virtual bool EndSdrDrag(bool bCopy) override;
62 virtual bool EndSdrDrag(bool bCopy) override;
87 virtual bool EndSdrDrag(bool bCopy) override;
110 virtual bool EndSdrDrag(bool bCopy) override;
134 virtual bool EndSdrDrag(bool bCopy) override;
180 virtual bool EndSdrDrag(bool bCopy) override;
210 virtual bool EndSdrDrag(bool bCopy) override;
226 virtual bool EndSdrDrag(bool bCopy) override;
H A Dsvdglev.cxx350 void SdrGlueEditView::MoveMarkedGluePoints(const Size& rSiz, bool bCopy) in MoveMarkedGluePoints() argument
354 if (bCopy) aStr += SvxResId(STR_EditWithCopy); in MoveMarkedGluePoints()
356 if (bCopy) ImpCopyMarkedGluePoints(); in MoveMarkedGluePoints()
368 …ResizeMarkedGluePoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy) in ResizeMarkedGluePoints() argument
372 if (bCopy) aStr+=SvxResId(STR_EditWithCopy); in ResizeMarkedGluePoints()
374 if (bCopy) ImpCopyMarkedGluePoints(); in ResizeMarkedGluePoints()
386 void SdrGlueEditView::RotateMarkedGluePoints(const Point& rRef, long nAngle, bool bCopy) in RotateMarkedGluePoints() argument
390 if (bCopy) aStr+=SvxResId(STR_EditWithCopy); in RotateMarkedGluePoints()
392 if (bCopy) ImpCopyMarkedGluePoints(); in RotateMarkedGluePoints()
/dports/math/giacxcas/giac-1.6.0/src/
H A DTmpLESystemSolver.C83 matrix bCopy(NewDenseMat(K, NumRowsb, NumColsb)); in LESystemSolver()
84 CopyMatrix(bCopy, b); in LESystemSolver()
104 bCopy->mySwapRows(i, row); in LESystemSolver()
121 bCopy->myAddRowMul(i, row, -MCopy(i, col)/c); in LESystemSolver()
131 if (!IsZero(bCopy(i, 0))) in LESystemSolver()
142 RingElem x(bCopy(i, 0)); in LESystemSolver()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddgetrs.go69 bCopy := make([]float64, len(b))
70 copy(bCopy, b)
93 Data: bCopy,
107 copy(tmp.Data, bCopy)
109 if !floats.EqualApprox(tmp.Data, bCopy, test.tol) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddgetrs.go69 bCopy := make([]float64, len(b))
70 copy(bCopy, b)
93 Data: bCopy,
107 copy(tmp.Data, bCopy)
109 if !floats.EqualApprox(tmp.Data, bCopy, test.tol) {
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdedtv.hxx213 void MoveMarkedObj(const Size& rSiz, bool bCopy=false);
214 …ResizeMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy=false);
217 void RotateMarkedObj(const Point& rRef, long nAngle, bool bCopy=false);
218 void MirrorMarkedObj(const Point& rRef1, const Point& rRef2, bool bCopy=false);
222 void ShearMarkedObj(const Point& rRef, long nAngle, bool bVShear=false, bool bCopy=false);
223 …rRef, const Point& rRad, SdrCrookMode eMode, bool bVertical, bool bNoContortion, bool bCopy=false);
224 …onst tools::Rectangle& rRef, const XPolygon& rDistortedRect, bool bNoContortion, bool bCopy=false);
229 void MoveAllMarked(const Size& rSiz, bool bCopy=false) { MoveMarkedObj(rSiz,bCopy); } in MoveAllMarked() argument
H A Dsvdglev.hxx78 void MoveMarkedGluePoints (const Size& rSiz, bool bCopy);
79 …esizeMarkedGluePoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy);
80 void RotateMarkedGluePoints(const Point& rRef, long nAngle, bool bCopy);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdedtv.hxx212 void MoveMarkedObj(const Size& rSiz, bool bCopy=false);
213 …ResizeMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy=false);
216 void RotateMarkedObj(const Point& rRef, Degree100 nAngle, bool bCopy=false);
217 void MirrorMarkedObj(const Point& rRef1, const Point& rRef2, bool bCopy=false);
221 void ShearMarkedObj(const Point& rRef, Degree100 nAngle, bool bVShear=false, bool bCopy=false);
222 …rRef, const Point& rRad, SdrCrookMode eMode, bool bVertical, bool bNoContortion, bool bCopy=false);
223 …onst tools::Rectangle& rRef, const XPolygon& rDistortedRect, bool bNoContortion, bool bCopy=false);
228 void MoveAllMarked(const Size& rSiz, bool bCopy=false) { MoveMarkedObj(rSiz,bCopy); } in MoveAllMarked() argument
H A Dsvdglev.hxx78 void MoveMarkedGluePoints (const Size& rSiz, bool bCopy);
79 …esizeMarkedGluePoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy);
80 void RotateMarkedGluePoints(const Point& rRef, Degree100 nAngle, bool bCopy);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/table/table_tools/
H A DTable_Rotate.cpp108 bool bCopy; in On_Execute() local
123 bCopy = true; in On_Execute()
127 bCopy = false; in On_Execute()
165 if( !bCopy ) in On_Execute()
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/concourse/retryhttp/retryhttpfakes/
H A Dfake_conn.go78 var bCopy []byte
80 bCopy = make([]byte, len(b))
81 copy(bCopy, b)
86 }{bCopy})
87 fake.recordInvocation("Read", []interface{}{bCopy})
117 var bCopy []byte
119 bCopy = make([]byte, len(b))
120 copy(bCopy, b)
125 }{bCopy})
126 fake.recordInvocation("Write", []interface{}{bCopy})
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/retryhttp/retryhttpfakes/
H A Dfake_conn.go78 var bCopy []byte
80 bCopy = make([]byte, len(b))
81 copy(bCopy, b)
86 }{bCopy})
87 fake.recordInvocation("Read", []interface{}{bCopy})
117 var bCopy []byte
119 bCopy = make([]byte, len(b))
120 copy(bCopy, b)
125 }{bCopy})
126 fake.recordInvocation("Write", []interface{}{bCopy})
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_geotrans/
H A DGEOTRANS_Shapes.cpp122 bool bCopy, bDropped; in On_Execute_Conversion() local
136 bCopy = true; in On_Execute_Conversion()
142 bCopy = false; in On_Execute_Conversion()
183 if( bCopy ) in On_Execute_Conversion()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/input/
H A Dinp_interface.cpp204 INT32 InputMake(bool bCopy) in InputMake() argument
230 if (bCopy) { in InputMake()
244 if (bCopy) { in InputMake()
254 if (bCopy) { in InputMake()
281 if (bCopy) { in InputMake()
296 if (bCopy) { in InputMake()
329 if (bCopy) { in InputMake()
352 if (bCopy) { in InputMake()
373 if (bCopy) { in InputMake()
383 if (bCopy && CinpState(pgi->Macro.Switch.nCode)) { in InputMake()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/input/
H A Dinp_interface.cpp178 INT32 InputMake(bool bCopy) in InputMake() argument
204 if (bCopy) { in InputMake()
218 if (bCopy) { in InputMake()
228 if (bCopy) { in InputMake()
244 if (bCopy) { in InputMake()
259 if (bCopy) { in InputMake()
292 if (bCopy) { in InputMake()
315 if (bCopy) { in InputMake()
336 if (bCopy) { in InputMake()
346 if (bCopy && CinpState(pgi->Macro.Switch.nCode)) { in InputMake()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_lines_ex/
H A DSimplifyShapes.cpp100 bool bCopy; in On_Execute() local
113 bCopy = true; in On_Execute()
117 bCopy = false; in On_Execute()
162 if(bCopy){ in On_Execute()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/qt/
H A Demuworker.cpp5 static int GetInput(bool bCopy);
70 int GetInput(bool bCopy) in GetInput() argument
72 InputMake(bCopy); // get input in GetInput()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/qt/
H A Demuworker.cpp5 static int GetInput(bool bCopy);
70 int GetInput(bool bCopy) in GetInput() argument
72 InputMake(bCopy); // get input in GetInput()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/
H A DTestTBaseHelper.java178 ByteBuffer bCopy = TBaseHelper.copyBinary(b); in testCopyBinaryWithByteBuffer() local
179 assertEquals(b, bCopy); in testCopyBinaryWithByteBuffer()
185 bCopy = TBaseHelper.copyBinary(b); in testCopyBinaryWithByteBuffer()
188 assertEquals(b, bCopy); in testCopyBinaryWithByteBuffer()
192 bCopy = TBaseHelper.copyBinary(b); in testCopyBinaryWithByteBuffer()
193 assertEquals(ByteBuffer.wrap(bytes, 1, 5), bCopy); in testCopyBinaryWithByteBuffer() local
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/
H A DTestTBaseHelper.java178 ByteBuffer bCopy = TBaseHelper.copyBinary(b); in testCopyBinaryWithByteBuffer() local
179 assertEquals(b, bCopy); in testCopyBinaryWithByteBuffer()
185 bCopy = TBaseHelper.copyBinary(b); in testCopyBinaryWithByteBuffer()
188 assertEquals(b, bCopy); in testCopyBinaryWithByteBuffer()
192 bCopy = TBaseHelper.copyBinary(b); in testCopyBinaryWithByteBuffer()
193 assertEquals(ByteBuffer.wrap(bytes, 1, 5), bCopy); in testCopyBinaryWithByteBuffer() local
/dports/devel/py-thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/
H A DTestTBaseHelper.java178 ByteBuffer bCopy = TBaseHelper.copyBinary(b); in testCopyBinaryWithByteBuffer() local
179 assertEquals(b, bCopy); in testCopyBinaryWithByteBuffer()
185 bCopy = TBaseHelper.copyBinary(b); in testCopyBinaryWithByteBuffer()
188 assertEquals(b, bCopy); in testCopyBinaryWithByteBuffer()
192 bCopy = TBaseHelper.copyBinary(b); in testCopyBinaryWithByteBuffer()
193 assertEquals(ByteBuffer.wrap(bytes, 1, 5), bCopy); in testCopyBinaryWithByteBuffer() local

123456789