Home
last modified time | relevance | path

Searched refs:ChangeAll (Results 1 – 25 of 58) sorted by relevance

123

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/edit/
H A Dselect.rs47 RewriteColor::ChangeAll(Color::hex("#4CA7E9")), in make_controls()
56 RewriteColor::ChangeAll(Color::hex("#4CA7E9")), in make_controls()
69 RewriteColor::ChangeAll(Color::hex("#4CA7E9")), in make_controls()
82 RewriteColor::ChangeAll(Color::hex("#4CA7E9")), in make_controls()
303 .color(RewriteColor::ChangeAll(Color::GREEN)), in draw()
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_Path.cxx125 trek.ChangeAll('-','^'); in VmsExtract()
196 trek.ChangeAll('/','|'); // Translates to portable syntax in UnixExtract()
262 trek.ChangeAll('\\','|'); in DosExtract()
544 Way.ChangeAll('|','.'); in P2VMS()
545 Way.ChangeAll('^','-'); in P2VMS()
553 Way.ChangeAll('|',':'); in P2MAC()
576 Way.ChangeAll('|','/'); in P2UNIX()
600 Way.ChangeAll('|','\\'); in P2DOS()
1540 FilePath.ChangeAll('\\','/') ; in RelativePath()
1609 DirPath.ChangeAll('\\','/') ; in AbsolutePath()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/
H A Dgeom.rs82 .color(RewriteColor::ChangeAll(ctx.style().hovering_color)); in to_btn()
209 ChangeAll(Color), enumerator
224 RewriteColor::ChangeAll(to) => *to, in apply()
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_ShapeConvert.cxx270 aGrName.ChangeAll(' ', '_'); in Convert()
271 aGrName.ChangeAll('#', '_'); in Convert()
618 aName.ChangeAll(' ', '_'); in addShape()
619 aName.ChangeAll('#', '_'); in addShape()
644 aName.ChangeAll(' ', '_'); in addShape()
645 aName.ChangeAll('#', '_'); in addShape()
811 aName.ChangeAll(' ', '_'); in addAssembly()
812 aName.ChangeAll('#', '_'); in addAssembly()
/dports/cad/opencascade/opencascade-7.6.0/src/TCollection/
H A DTCollection_HExtendedString.cxx112 void TCollection_HExtendedString::ChangeAll in ChangeAll() function in TCollection_HExtendedString
116 myString.ChangeAll(aChar,NewChar); in ChangeAll()
H A DTCollection_HAsciiString.cxx135 void TCollection_HAsciiString::ChangeAll in ChangeAll() function in TCollection_HAsciiString
140 myString.ChangeAll(aChar,NewChar,CaseSensitive); in ChangeAll()
H A DTCollection_HExtendedString.hxx92 …Standard_EXPORT void ChangeAll (const Standard_ExtCharacter aChar, const Standard_ExtCharacter New…
/dports/cad/opencascade/opencascade-7.6.0/src/TDocStd/
H A DTDocStd_Application.cxx244 unifiedPath.ChangeAll('/', '|'); in IsInSession()
245 unifiedPath.ChangeAll('\\', '|'); in IsInSession()
255 unifiedDocPath.ChangeAll('/', '|'); in IsInSession()
256 unifiedDocPath.ChangeAll('\\', '|'); in IsInSession()
/dports/cad/opencascade/opencascade-7.6.0/src/CDM/
H A DCDM_MetaData.cxx81 aConventionalPath.ChangeAll('\\','/'); in Handle()
104 aConventionalPath.ChangeAll('\\','/'); in Handle()
/dports/cad/opencascade/opencascade-7.6.0/src/Vrml/
H A DVrml_Instancing.cxx21 tmpAS.ChangeAll(' ', '_', Standard_True); in Vrml_Instancing()
/dports/cad/opencascade/opencascade-7.6.0/src/DDF/
H A DDDF_Browser.cxx135 tmpStr.ChangeAll(' ','_'); in OpenRoot()
182 tmpStr.ChangeAll(' ','_'); in OpenLabel()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/sandbox/gameplay/
H A Dcommute.rs354 RewriteColor::ChangeAll(Color::BLACK), in cutscene_task()
367 RewriteColor::ChangeAll(Color::BLACK), in cutscene_task()
380 RewriteColor::ChangeAll(Color::BLACK), in cutscene_task()
H A Dfix_traffic_signals.rs375 RewriteColor::ChangeAll(Color::BLACK), in cutscene_pt1_task()
384 RewriteColor::ChangeAll(Color::BLACK), in cutscene_pt1_task()
397 RewriteColor::ChangeAll(Color::BLACK), in cutscene_pt1_task()
/dports/devel/dep/dep-0.5.4/gps/
H A Dsolve_test.go74 ChangeAll: fix.changeall,
120 ChangeAll: fix.changeall,
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/
H A DSpellcheckEditor.h83 void ChangeAll();
H A DSpellcheckEditor.cpp215 void SpellcheckEditor::ChangeAll() in ChangeAll() function in SpellcheckEditor
613 connect(ui.ChangeAll, SIGNAL(clicked()), this, SLOT(ChangeAll())); in ConnectSignalsSlots()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/info/
H A Dperson.rs144 .color(RewriteColor::ChangeAll(color)) in trips()
470 .color(RewriteColor::ChangeAll(Color::hex("#7FFA4D"))) in parked_car()
560 Widget::draw_svg_transform(ctx, icon, RewriteColor::ChangeAll(Color::hex("#A3A3A3"))) in header()
582 .color(RewriteColor::ChangeAll(Color::hex("#7FFA4D"))) in header()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/test/
H A DitkChangeInformationImageFilterTest.cxx215 filter->ChangeAll(); in itkChangeInformationImageFilterTest()
269 filter->ChangeAll(); in itkChangeInformationImageFilterTest()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTCollection_HExtendedString.hxx92 …Standard_EXPORT void ChangeAll (const Standard_ExtCharacter aChar, const Standard_ExtCharacter New…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTCollection_HExtendedString.hxx92 …Standard_EXPORT void ChangeAll (const Standard_ExtCharacter aChar, const Standard_ExtCharacter New…
/dports/cad/opencascade/opencascade-7.6.0/src/PCDM/
H A DPCDM_ReadWriter_1.cxx100 DirPath.ChangeAll('\\','/') ;
101 RelFilePath.ChangeAll('\\','/') ;
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Deditor.pl394 redo FIND if ($r == mb::No) && ($$p{result} == mb::ChangeAll);
398 redo FIND if $$p{result} == mb::ChangeAll;
/dports/cad/opencascade/opencascade-7.6.0/src/Message/
H A DMessage_PrinterOStream.cxx70 aFileName.ChangeAll ('/', '\\'); in Message_PrinterOStream()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/include/
H A DitkChangeInformationImageFilter.h150 void ChangeAll() in ChangeAll() function
/dports/cad/opencascade/opencascade-7.6.0/src/XmlLDrivers/
H A DXmlLDrivers_DocumentRetrievalDriver.cxx129 DirPath.ChangeAll('\\','/') ;
130 RelFilePath.ChangeAll('\\','/') ;

123