Home
last modified time | relevance | path

Searched refs:updateValues (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.ratemyprofessors.com12 Disallow: /updateValues/updateShowUseful
13 Disallow: /updateValues/updateHomePageContent
14 Disallow: /updateValues/updateBlogCount
15 Disallow: /updateValues/updateAdRefreshRate
16 Disallow: /updateValues/updateShowUseful
17 Disallow: /updateValues/updateAdCampaignFlag
78 Disallow: /updateValues/updateShowUseful
79 Disallow: /updateValues/updateHomePageContent
80 Disallow: /updateValues/updateBlogCount
81 Disallow: /updateValues/updateAdRefreshRate
[all …]
/dports/deskutils/charmtimetracker/Charm-1.12.0/Charm/Widgets/
H A DEventEditor.cpp97 updateValues(true); in EventEditor()
119 updateValues(); in durationHoursEdited()
125 updateValues(); in durationMinutesEdited()
143 updateValues(); in startDateChanged()
151 updateValues(); in startTimeChanged()
159 updateValues(); in endDateChanged()
169 updateValues(); in endTimeChanged()
178 updateValues(); in selectTaskClicked()
185 updateValues(); in commentChanged()
263 updateValues(); in startToNowButtonClicked()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/tools/2geomtools/pathalongpath/
H A Dpathdialog.cpp68 emit updateValues(effectType, offset, offsetY, gap, rotate); in toggleRotate() local
75 emit updateValues(effectType, offset, offsetY, gap, rotate); in newOffsetY() local
82 emit updateValues(effectType, offset, offsetY, gap, rotate); in newOffset() local
89 emit updateValues(effectType, offset, offsetY, gap, rotate); in newGap() local
96 emit updateValues(effectType, offset, offsetY, gap, rotate); in newType() local
105 emit updateValues(t, offset, offsetY, gap, rotate); in togglePreview() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dtimestretchpopup.h47 void updateValues();
48 void updateValues(TSelection *selection);
49 void updateValues(TSelection *selection, TSelection *newSelection) { in updateValues() function
50 updateValues(newSelection); in updateValues()
H A Dtimestretchpopup.cpp251 this, SLOT(updateValues(TSelection *))); in showEvent()
254 this, SLOT(updateValues(TSelection *, TSelection *))); in showEvent()
257 SLOT(updateValues())); in showEvent()
259 updateValues(selectionHandle->getSelection()); in showEvent()
267 this, SLOT(updateValues(TSelection *))); in hideEvent()
270 this, SLOT(updateValues(TSelection *, TSelection *))); in hideEvent()
273 SLOT(updateValues())); in hideEvent()
279 void TimeStretchPopup::updateValues() { in updateValues() function in TimeStretchPopup
280 updateValues(TApp::instance()->getCurrentSelection()->getSelection()); in updateValues()
285 void TimeStretchPopup::updateValues(TSelection *selection) { in updateValues() function in TimeStretchPopup
[all …]
H A Dduplicatepopup.cpp133 SLOT(updateValues())); in DuplicatePopup()
135 SLOT(updateValues())); in DuplicatePopup()
186 updateValues(); in onSelectionChanged()
198 updateValues(); in showEvent()
203 void DuplicatePopup::updateValues() { in updateValues() function in DuplicatePopup
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DPlacemarkEditHeader.cpp50 void updateValues();
278 void PlacemarkEditHeaderPrivate::updateValues() in updateValues() function in Marble::PlacemarkEditHeaderPrivate
311 connect(d->m_longitude, SIGNAL(valueChanged(qreal)), this, SLOT(updateValues())); in PlacemarkEditHeader()
312 connect(d->m_latitude, SIGNAL(valueChanged(qreal)), this, SLOT(updateValues())); in PlacemarkEditHeader()
313 connect(d->m_name, SIGNAL(textChanged(QString)), this, SLOT(updateValues())); in PlacemarkEditHeader()
314 connect(d->m_iconLink, SIGNAL(textChanged(QString)), this, SLOT(updateValues())); in PlacemarkEditHeader()
315 connect(d->m_id, SIGNAL(textChanged(QString)), this, SLOT(updateValues())); in PlacemarkEditHeader()
468 void PlacemarkEditHeader::updateValues() in updateValues() function in PlacemarkEditHeader
470 disconnect(d->m_id, SIGNAL(textChanged(QString)), this, SLOT(updateValues())); in updateValues()
471 d->updateValues(); in updateValues()
[all …]
/dports/sysutils/htop/htop-3.1.2/linux/
H A DPressureStallMeter.c72 .updateValues = PressureStallMeter_updateValues,
89 .updateValues = PressureStallMeter_updateValues,
106 .updateValues = PressureStallMeter_updateValues,
123 .updateValues = PressureStallMeter_updateValues,
140 .updateValues = PressureStallMeter_updateValues,
/dports/print/limereport/LimeReport-1.5.35/limereport/items/editors/
H A Dlritemsborderseditorwidget.cpp39 updateValues((BaseDesignIntf::BorderLines)borders.toInt()); in setItemEvent()
49 updateValues((BaseDesignIntf::BorderLines)newValue.toInt()); in properyChangedEvent()
56 updateValues(0); in noBordesClicked()
66 updateValues((BaseDesignIntf::BorderLines)borders); in allBordesClicked()
117 void ItemsBordersEditorWidget::updateValues(BaseDesignIntf::BorderLines borders) in updateValues() function in LimeReport::ItemsBordersEditorWidget
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/qmmp/
H A Dtrackinfo.cpp163 updateValues(metaData); in setValues()
169 updateValues(properties); in setValues()
175 updateValues(replayGainInfo); in setValues()
178 void TrackInfo::updateValues(const QMap<Qmmp::MetaData, QString> &metaData) in updateValues() function in TrackInfo
184 void TrackInfo::updateValues(const QMap<Qmmp::TrackProperty, QString> &properties) in updateValues() function in TrackInfo
190 void TrackInfo::updateValues(const QMap<Qmmp::ReplayGainKey, double> &replayGainInfo) in updateValues() function in TrackInfo
H A Dtrackinfo.h149 void updateValues(const QMap<Qmmp::MetaData, QString> &metaData);
153 void updateValues(const QMap<Qmmp::TrackProperty, QString> &properties);
157 void updateValues(const QMap<Qmmp::ReplayGainKey, double> &replayGainInfo);
/dports/graphics/pencil2d/pencil-0.6.6/app/src/
H A Dpreferencesdialog.cpp39 ui->general->updateValues(); in init()
42 ui->filesPage->updateValues(); in init()
45 ui->timeline->updateValues(); in init()
48 ui->tools->updateValues(); in init()
/dports/www/falkon/falkon-3.2.0/src/lib/webengine/
H A Dwebscrollbarmanager.cpp135 auto updateValues = [=]() { in addWebView() local
137 data->vscrollbar->updateValues(viewport); in addWebView()
139 data->hscrollbar->updateValues(viewport); in addWebView()
144 connect(view, &WebView::viewportResized, data->vscrollbar, updateValues); in addWebView()
145 connect(view->page(), &WebPage::scrollPositionChanged, data->vscrollbar, updateValues); in addWebView()
161 updateValues(); in addWebView()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/tools/pathconnect/
H A Dpathconnectdialog.cpp45 emit updateValues(0, getFirstLinePoint(), getSecondLinePoint(), getMode()); in pointsChanged() local
51 emit updateValues(0, getFirstLinePoint(), getSecondLinePoint(), getMode()); in togglePreview() local
53 emit updateValues(-1, getFirstLinePoint(), getSecondLinePoint(), getMode()); in togglePreview() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/android/java/src/org/chromium/components/download/
H A DDownloadCollectionBridge.java207 final ContentValues updateValues = new ContentValues(); in publishDownload() local
208 updateValues.put(MediaColumns.MIME_TYPE, mimeType); in publishDownload()
209 resolver.update(publishedUri, updateValues, null, null); in publishDownload()
228 ContentValues updateValues = new ContentValues(); in openIntermediateUri() local
229 updateValues.put("date_expires", getNewExpirationTime()); in openIntermediateUri()
231 Uri.parse(intermediateUri), updateValues, null, null); in openIntermediateUri() local
257 final ContentValues updateValues = new ContentValues(); in renameDownloadUri() local
259 updateValues.put(MediaColumns.DISPLAY_NAME, displayName); in renameDownloadUri()
261 uri, updateValues, null, null) in renameDownloadUri()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/android/java/src/org/chromium/components/download/
H A DDownloadCollectionBridge.java207 final ContentValues updateValues = new ContentValues(); in publishDownload() local
208 updateValues.put(MediaColumns.MIME_TYPE, mimeType); in publishDownload()
209 resolver.update(publishedUri, updateValues, null, null); in publishDownload()
228 ContentValues updateValues = new ContentValues(); in openIntermediateUri() local
229 updateValues.put("date_expires", getNewExpirationTime()); in openIntermediateUri()
231 Uri.parse(intermediateUri), updateValues, null, null); in openIntermediateUri() local
257 final ContentValues updateValues = new ContentValues(); in renameDownloadUri() local
259 updateValues.put(MediaColumns.DISPLAY_NAME, displayName); in renameDownloadUri()
261 uri, updateValues, null, null) in renameDownloadUri()
/dports/sysutils/htop/htop-3.1.2/
H A DCPUMeter.c344 .updateValues = CPUMeter_updateValues,
362 .updateValues = AllCPUsMeter_updateValues,
382 .updateValues = AllCPUsMeter_updateValues,
403 .updateValues = AllCPUsMeter_updateValues,
424 .updateValues = AllCPUsMeter_updateValues,
445 .updateValues = AllCPUsMeter_updateValues,
466 .updateValues = AllCPUsMeter_updateValues,
487 .updateValues = AllCPUsMeter_updateValues,
508 .updateValues = AllCPUsMeter_updateValues,
529 .updateValues = AllCPUsMeter_updateValues,
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/orm/
H A Ddb_mysql.go131 updateValues := make([]interface{}, 0)
141 updateValues = append(updateValues, values[i])
145 values = append(values, updateValues...)
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/src/plugin/
H A Ddevice.cpp64 updateValues(); in setWindow()
67 void Device::updateValues() in updateValues() function in MaliitKeyboard::Device
78 this, &Device::updateValues); in updateScreen()
82 connect(m_screen, &QScreen::physicalDotsPerInchChanged, this, &Device::updateValues); in updateScreen()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/config/
H A DJConfigAdvancedTab.java39 public void updateValues() { in updateValues() method in JConfigAdvancedTab
119 updateValues(); in buildAdvancedConfiguration()
136 updateValues(); in buildAdvancedConfiguration()
145 updateValues(); in buildAdvancedConfiguration()
H A DJConfigDatabaseTab.java32 updateValues(); in actionPerformed()
51 updateValues(); in JConfigDatabaseTab()
63 updateValues(); in cancel()
137 public final void updateValues() { in updateValues() method in JConfigDatabaseTab
/dports/cad/sumo/sumo-1.2.0/src/netedit/dialogs/
H A DGNEVehicleTypeDialog.h63 void updateValues(); in FXDECLARE()
91 void updateValues();
153 void updateValues();
289 void updateValues();
H A DGNEGenericParameterDialog.cpp93 updateValues(); in FXIMPLEMENT()
101 GNEGenericParameterDialog::GenericParametersValues::updateValues() { in updateValues() function in GNEGenericParameterDialog::GenericParametersValues
135 updateValues(); in setGenericParameters()
143 updateValues(); in addGenericParameter()
150 updateValues(); in clearGenericParameters()
201 updateValues(); in onCmdButtonPress()
210 updateValues(); in onCmdButtonPress()
344 myGenericParameterDialogParent->myGenericParametersValues->updateValues(); in onCmdLoadGenericParameters()
409 myGenericParameterDialogParent->myGenericParametersValues->updateValues(); in onCmdSortGenericParameters()
/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/src/gui_impl/signal_browser/
H A Dadapt_browser_view_widget.cpp50 connect (settings_.data(), SIGNAL(channelHeightChanged()), SLOT(updateValues())); in AdaptBrowserViewWidget()
51 connect (settings_.data(), SIGNAL(gridFragmentationChanged()), SLOT(updateValues())); in AdaptBrowserViewWidget()
52 connect (settings_.data(), SIGNAL(pixelsPerSampleChanged()), SLOT(updateValues())); in AdaptBrowserViewWidget()
92 updateValues (); in showEvent()
147 void AdaptBrowserViewWidget::updateValues () in updateValues() function in sigviewer::AdaptBrowserViewWidget
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/gui/
H A Dtestqgsexternalresourcewidgetwrapper.cpp100 ww.updateValues( QStringLiteral( "test" ) ); in test_setNullValues()
105 ww.updateValues( QVariant() ); in test_setNullValues()
110 ww.updateValues( QgsApplication::nullRepresentation() ); in test_setNullValues()

12345678910>>...15