Home
last modified time | relevance | path

Searched refs:doAdd (Results 176 – 200 of 456) sorted by relevance

12345678910>>...19

/dports/math/gfanlib/gfan0.6.2/src/
H A Dgfanlib_symmetriccomplex.cpp377 bool doAdd=!boundedPart; in fvector() local
383 doAdd=isBounded; in fvector()
385 if(doAdd) in fvector()
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/ECS/classes/
H A Dclass.ilECSObjectSettings.php302 $this->doAdd($a_server, $export_settings, $a_mids);
363 protected function doAdd(ilECSSetting $a_server, ilECSExport $a_export_settings, array $a_mids) function in ilECSObjectSettings
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/ECS/classes/
H A Dclass.ilECSObjectSettings.php301 $this->doAdd($a_server, $export_settings, $a_mids);
362 protected function doAdd(ilECSSetting $a_server, ilECSExport $a_export_settings, array $a_mids) function in ilECSObjectSettings
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/myProject.gorm/
H A Ddata.classes186 "doAdd:",
/dports/games/bzflag-server/bzflag-2.4.22/src/ogl/
H A DOpenGLGState.cxx854 void doAdd(OpenGLGStateRep*);
909 scan->doAdd(rep); in add()
915 newState->doAdd(rep); in add()
928 void SortedGState::doAdd(OpenGLGStateRep* rep) in doAdd() function in SortedGState
/dports/games/bzflag/bzflag-2.4.22/src/ogl/
H A DOpenGLGState.cxx854 void doAdd(OpenGLGStateRep*);
909 scan->doAdd(rep); in add()
915 newState->doAdd(rep); in add()
928 void SortedGState::doAdd(OpenGLGStateRep* rep) in doAdd() function in SortedGState
/dports/net-im/psi/psi-1.5/src/
H A Dsearchdlg.cpp203 connect(pb_add, SIGNAL(clicked()), SLOT(doAdd())); in SearchDlg()
483 void SearchDlg::doAdd() in doAdd() function in SearchDlg
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/
H A DAbstractSynchronizeModelProvider.java805 doAdd((SynchronizeModelElement)node.getParent(), node); in addToViewer()
945 protected void doAdd(ISynchronizeModelElement parent, ISynchronizeModelElement element) { in doAdd() method in AbstractSynchronizeModelProvider
946 updateHandler.doAdd(parent, element); in doAdd()
/dports/graphics/graphviz/graphviz-2.44.1/lib/gvpr/
H A Dactions.c498 Agnode_t *addNode(Agraph_t * gp, Agnode_t * np, int doAdd) in addNode() argument
502 return agsubnode(gp, np, doAdd); in addNode()
509 Agedge_t *addEdge(Agraph_t * gp, Agedge_t * ep, int doAdd) in addEdge() argument
513 return agsubedge(gp, ep, doAdd); in addEdge()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/
H A DPluginSection.java191 doAdd(models); in handleNew()
199 private void doAdd(Object[] candidates) throws CoreException { in doAdd() method in PluginSection
H A DIncludedFeaturesSection.java227 doAdd(models); in handleNew()
245 private void doAdd(Object[] candidates) throws CoreException { in doAdd() method in IncludedFeaturesSection
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/objectcache/
H A DRESTBagOStuff.php182 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in RESTBagOStuff
H A DMediumSpecificBagOStuff.php232 return $usable ? $this->doAdd( $key, $entry, $exptime, $flags ) : false;
244 abstract protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ); function in MediumSpecificBagOStuff
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Dpanel_sym_lib_table.cpp521 bool doAdd = true; in browseLibrariesHandler() local
533 doAdd = addDuplicates; in browseLibrariesHandler()
536 if( doAdd && m_cur_grid->AppendRows( 1 ) ) in browseLibrariesHandler()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Dpanel_fp_lib_table.cpp898 bool doAdd = true; in browseLibrariesHandler() local
910 doAdd = addDuplicates; in browseLibrariesHandler()
913 if( doAdd && m_cur_grid->AppendRows( 1 ) ) in browseLibrariesHandler()
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/PEAR/Command/
H A DChannels.php524 function doAdd($command, $options, $params) function in PEAR_Command_Channels
771 $err = $this->doAdd($command, $options, array('http://' . $params[0] . '/channel.xml'));
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/
H A DSetBinding.java194 … IStatus setterStatus2 = updateSetStrategy.doAdd(destination, updateSetStrategy.convert(element)); in doUpdate()
/dports/net/keycloak/keycloak-15.1.1/themes/base/account/messages/
H A Dmessages_ja.properties6 doAdd=追加 key
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dneatosplines.c333 if (pmargin->doAdd) { in makeObstacle()
370 if (pmargin->doAdd) { in makeObstacle()
391 if (pmargin->doAdd) { in makeObstacle()
411 if (pmargin->doAdd) { in makeObstacle()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/XMPCore/source/
H A DXMPUtils2.cpp520 bool doAdd = XMP_OptionIsSet(actions, kXMPTemplate_AddNewProperties); in ApplyTemplate_v2() local
554 if (doAdd | doReplace) { in ApplyTemplate_v2()
567 AppendSubtree ( currentTemplateTopProp, templateXMPRoot, doAdd, doReplace, deleteEmpty ); in ApplyTemplate_v2()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dfootprint_libraries_utils.cpp413 bool doAdd = false; in createNewLibrary() local
427 doAdd = true; in createNewLibrary()
494 if( doAdd ) in createNewLibrary()
/dports/dns/dnsjava/dnsjava-2.1.9/
H A Dupdate.java146 doAdd(st); in update()
364 doAdd(Tokenizer st) throws IOException { in doAdd() method in update
/dports/deskutils/egroupware/egroupware/vendor/pear/pear/PEAR/Command/
H A DChannels.php408 function doAdd($command, $options, $params) function in PEAR_Command_Channels
752 $err = $this->doAdd($command, $options, array('http://' . $channel . '/channel.xml'));
/dports/devel/folly/folly-2021.12.27.00/folly/futures/detail/
H A DCore.cpp553 auto doAdd = [](Executor::KeepAlive<>&& addCompletingKA, in doCallback() local
590 doAdd( in doCallback()
/dports/devel/pear/pear-1.10.12/go-pear-bundle/tmp/PEAR-1.10.12/PEAR/Command/
H A DChannels.php408 function doAdd($command, $options, $params) function in PEAR_Command_Channels
752 $err = $this->doAdd($command, $options, array('http://' . $channel . '/channel.xml'));

12345678910>>...19