Home
last modified time | relevance | path

Searched refs:onlyInsert (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/replicate/
H A Dadodb-replicate.inc.php570 $onlyInsert = false;
573 $onlyInsert = true;
583 if ($deleteFirst) $onlyInsert = true;
780 $suffix = ($onlyInsert) ? ' PRIMKEY=?' : '';
878 if ($this->deleteFirst) $onlyInsert = true;
889 if (!$onlyInsert) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/adodb/adodb-php/replicate/
H A Dadodb-replicate.inc.php570 $onlyInsert = false;
573 $onlyInsert = true;
583 if ($deleteFirst) $onlyInsert = true;
780 $suffix = ($onlyInsert) ? ' PRIMKEY=?' : '';
877 if ($this->deleteFirst) $onlyInsert = true;
888 if (!$onlyInsert) {
/dports/databases/mantis/mantisbt-2.25.2/vendor/adodb/adodb-php/replicate/
H A Dadodb-replicate.inc.php570 $onlyInsert = false;
573 $onlyInsert = true;
583 if ($deleteFirst) $onlyInsert = true;
780 $suffix = ($onlyInsert) ? ' PRIMKEY=?' : '';
877 if ($this->deleteFirst) $onlyInsert = true;
888 if (!$onlyInsert) {
/dports/x11/xterm/xterm-370/
H A Dinput.c1807 stripTranslations(const char *s, Bool onlyInsert) in stripTranslations() argument
1828 if (onlyInsert && (ch == ':') && !keyCanInsert(s)) { in stripTranslations()
1866 TranslationsUseKeyword(Widget w, char **cache, const char *keyword, Bool onlyInsert) in TranslationsUseKeyword() argument
1872 if ((test = stripTranslations(keyword, onlyInsert)) != 0) { in TranslationsUseKeyword()
1876 if (data != 0 && (copy = stripTranslations(data, onlyInsert)) != 0) { in TranslationsUseKeyword()
1917 xtermHasTranslation(XtermWidget xw, const char *keyword, Bool onlyInsert) in xtermHasTranslation() argument
1922 onlyInsert) in xtermHasTranslation()
1926 onlyInsert)); in xtermHasTranslation()