Home
last modified time | relevance | path

Searched refs:qte (Results 1 – 25 of 127) sorted by relevance

123456

/dports/graphics/processing/processing-1.5.1/modes/java/libraries/video/src/processing/video/
H A DCapture.java233 } catch (QTException qte) { in init()
237 int errorCode = qte.errorCode(); in init()
244 parent.die("Error while setting up Capture", qte); in init()
498 } catch (StdQTException qte) { in settings()
499 int errorCode = qte.errorCode(); in settings()
503 qte.printStackTrace(); in settings()
510 } catch (StdQTException qte) { in settings()
511 qte.printStackTrace(); in settings()
536 } catch (QTException qte) { in list()
537 int errorCode = qte.errorCode(); in list()
[all …]
H A DMovie.java288 } catch (QTException qte) { in init()
289 qte.printStackTrace(); in init()
478 } catch (QTException qte) { in read()
479 qte.printStackTrace(); in read()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/cashdesk/class/
H A DFacturation.class.php47 protected $qte; variable in Facturation
126 …$resultarray = calcul_price_total($this->qte, $this->prix(), $this->remisePercent(), $txtva, -1, -…
168 $newcartarray[$i]['qte'] = $this->qte();
256 $this->qte('RESET');
331 public function qte($aQte = null) function in Facturation
335 return $this->qte;
338 $this->qte = null;
340 $this->qte = $aQte;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/cashdesk/class/
H A DFacturation.class.php47 protected $qte; variable in Facturation
125 …$resultarray = calcul_price_total($this->qte, $this->prix(), $this->remisePercent(), $txtva, -1, -…
164 $newcartarray[$i]['qte'] = $this->qte();
249 $this->qte('RESET');
320 public function qte($aQte = null) function in Facturation
323 return $this->qte;
325 $this->qte = null;
327 $this->qte = $aQte;
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.hagerty.com26 Disallow: /qte/mobile/
27 Disallow: /qte/quoteinput.aspx?aff=*
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/viewer/
H A Dhighlights.py376 self.qte = qte = QTextEdit(self)
377 qte.setMinimumHeight(400)
378 qte.setMinimumWidth(600)
380 qte.setPlainText(self.initial_notes)
381 qte.moveCursor(QTextCursor.MoveOperation.End)
382 l.addWidget(qte)
387 return self.qte.toPlainText().rstrip()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DnewHostDialog.h70 void fillInterfaceData(libfwbuilder::Interface *intf, QTextBrowser *qte);
H A DnewFirewallDialog.h81 void fillInterfaceData(libfwbuilder::Interface *intf, QTextBrowser *qte);
H A DnewHostDialog.cpp493 void newHostDialog::fillInterfaceData(Interface *intf, QTextBrowser *qte) in fillInterfaceData() argument
495 qte->clear(); in fillInterfaceData()
524 qte->setText(s); in fillInterfaceData()
H A DnewFirewallDialog.cpp1001 void newFirewallDialog::fillInterfaceData(Interface *intf, QTextBrowser *qte) in fillInterfaceData() argument
1003 qte->clear(); in fillInterfaceData()
1032 qte->setText(s); in fillInterfaceData()
/dports/devel/tmake/tmake-2.12/lib/qws/win32-msvc/
H A Dtmake.conf56 TMAKE_LIBS_QT = $(QTDIR)\lib\qte.lib
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DLog.cpp657 QTextEdit *qte = qobject_cast<QTextEdit *>(parent()); in finished() local
658 if (qte != NULL) { in finished()
660 QApplication::postEvent(qte, e); in finished()
663 QApplication::postEvent(qte, e); in finished()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DLog.cpp657 QTextEdit *qte = qobject_cast<QTextEdit *>(parent()); in finished() local
658 if (qte != NULL) { in finished()
660 QApplication::postEvent(qte, e); in finished()
663 QApplication::postEvent(qte, e); in finished()
/dports/net-im/quaternion/Quaternion-0.0.95-beta3/client/
H A Dchatroomwidget.h135 void timerEvent(QTimerEvent* qte) override;
H A Dchatroomwidget.cpp922 void ChatRoomWidget::timerEvent(QTimerEvent* qte) in timerEvent() argument
924 if (qte->timerId() != maybeReadTimer.timerId()) in timerEvent()
926 QWidget::timerEvent(qte); in timerEvent()
/dports/finance/prestashop/prestashop/classes/stock/
H A DStockManager.php438 … foreach ($quantity_to_decrement_by_stock[$stock->id] as $id_mvt_referrer => $qte) {
441 'physical_quantity' => $qte,
455 $total_quantity_for_current_stock += $qte;
/dports/www/thirtybees/thirtybees-1.1.0/classes/stock/
H A DStockManager.php446 … foreach ($quantityToDecrementByStock[$stock->id] as $idMvtReferrer => $qte) {
449 'physical_quantity' => $qte,
463 $totalQuantityForCurrentStock += $qte;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/cashdesk/
H A Dfacturation_verif.php201 $obj_facturation->qte($_POST['txtQte']);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/cashdesk/
H A Dfacturation_verif.php204 $obj_facturation->qte(GETPOST('txtQte'));
/dports/lang/racket/racket-8.3/share/pkgs/drracket/drracket/private/
H A Deval-helpers-and-pref-init.rkt221 [qte (syntax-shift-phase-level #'quote phase)])
224 (qte mark)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/win32/
H A Dsys.c1661 BOOL *qte = NULL; in create_child_process() local
1674 qte = erts_alloc(ERTS_ALC_T_TMP, (ar - argv)*sizeof(BOOL)); in create_child_process()
1678 sum += escape_and_quote(*ar,NULL,qte+(ar - argv)); in create_child_process()
1690 n += escape_and_quote(*ar,n,qte+(ar - argv)); in create_child_process()
1698 erts_free(ERTS_ALC_T_TMP, qte); in create_child_process()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Dsys.c1661 BOOL *qte = NULL; in create_child_process() local
1674 qte = erts_alloc(ERTS_ALC_T_TMP, (ar - argv)*sizeof(BOOL)); in create_child_process()
1678 sum += escape_and_quote(*ar,NULL,qte+(ar - argv)); in create_child_process()
1690 n += escape_and_quote(*ar,n,qte+(ar - argv)); in create_child_process()
1698 erts_free(ERTS_ALC_T_TMP, qte); in create_child_process()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/win32/
H A Dsys.c1660 BOOL *qte = NULL; in create_child_process() local
1673 qte = erts_alloc(ERTS_ALC_T_TMP, (ar - argv)*sizeof(BOOL)); in create_child_process()
1677 sum += escape_and_quote(*ar,NULL,qte+(ar - argv)); in create_child_process()
1689 n += escape_and_quote(*ar,n,qte+(ar - argv)); in create_child_process()
1697 erts_free(ERTS_ALC_T_TMP, qte); in create_child_process()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Dsys.c1661 BOOL *qte = NULL; in create_child_process() local
1674 qte = erts_alloc(ERTS_ALC_T_TMP, (ar - argv)*sizeof(BOOL)); in create_child_process()
1678 sum += escape_and_quote(*ar,NULL,qte+(ar - argv)); in create_child_process()
1690 n += escape_and_quote(*ar,n,qte+(ar - argv)); in create_child_process()
1698 erts_free(ERTS_ALC_T_TMP, qte); in create_child_process()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Dsys.c1661 BOOL *qte = NULL; in create_child_process() local
1674 qte = erts_alloc(ERTS_ALC_T_TMP, (ar - argv)*sizeof(BOOL)); in create_child_process()
1678 sum += escape_and_quote(*ar,NULL,qte+(ar - argv)); in create_child_process()
1690 n += escape_and_quote(*ar,n,qte+(ar - argv)); in create_child_process()
1698 erts_free(ERTS_ALC_T_TMP, qte); in create_child_process()

123456