Home
last modified time | relevance | path

Searched refs:changeName (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/graphics/krita/krita-4.4.8/libs/odf/
H A DKoGenChanges.cpp76 QString changeName; in insertChange() local
78 case KoGenChange::InsertChange: changeName = 'I'; break; in insertChange()
79 case KoGenChange::FormatChange: changeName = 'F'; break; in insertChange()
80 case KoGenChange::DeleteChange: changeName = 'D'; break; in insertChange()
82 changeName = 'C'; in insertChange()
84 KoElementReference ref(changeName); in insertChange()
85 changeName = ref.toString(); in insertChange()
87 QMap<KoGenChange, QString>::iterator it = changeMap.insert(change, changeName); in insertChange()
90 s.name = changeName; in insertChange()
/dports/editors/calligra/calligra-3.2.1/libs/odf/
H A DKoGenChanges.cpp76 QString changeName; in insertChange() local
78 case KoGenChange::InsertChange: changeName = 'I'; break; in insertChange()
79 case KoGenChange::FormatChange: changeName = 'F'; break; in insertChange()
80 case KoGenChange::DeleteChange: changeName = 'D'; break; in insertChange()
82 changeName = 'C'; in insertChange()
84 KoElementReference ref(changeName); in insertChange()
85 changeName = ref.toString(); in insertChange()
87 QMap<KoGenChange, QString>::iterator it = changeMap.insert(change, changeName); in insertChange()
90 s.name = changeName; in insertChange()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/odf/
H A DKoGenChanges.cpp77 QString changeName; in insertChange() local
79 case KoGenChange::InsertChange: changeName = 'I'; break; in insertChange()
80 case KoGenChange::FormatChange: changeName = 'F'; break; in insertChange()
81 case KoGenChange::DeleteChange: changeName = 'D'; break; in insertChange()
83 changeName = 'C'; in insertChange()
85 KoElementReference ref(changeName); in insertChange()
86 changeName = ref.toString(); in insertChange()
88 QMap<KoGenChange, QString>::iterator it = changeMap.insert(change, changeName); in insertChange()
91 s.name = changeName; in insertChange()
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/src/new/javax/help/plaf/basic/
H A DBasicNativeContentViewerUI.java212 String changeName = event.getPropertyName(); in propertyChange() local
213 if (changeName.equals("helpModel")) { in propertyChange()
225 } else if (changeName.equals("font")) { in propertyChange()
232 }else if (changeName.equals("clear")) { in propertyChange()
238 }else if (changeName.equals("reload")) { in propertyChange()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Export/
H A DPgsql.php112 foreach ($changes as $changeName => $change) {
113 switch ($changeName) {
121 … throw new Doctrine_Export_Exception('change type "' . $changeName . '\" not yet supported');
178 $changeName = $this->conn->quoteIdentifier($changes['name'], true);
179 … $sql[] = 'ALTER TABLE ' . $this->conn->quoteIdentifier($name, true) . ' RENAME TO ' . $changeName;
H A DMssql.php181 foreach ($changes as $changeName => $change) {
182 switch ($changeName) {
190 …throw new Doctrine_Export_Exception('alterTable: change type "' . $changeName . '" not yet support…
203 $changeName = $this->conn->quoteIdentifier($changes['name'], true);
208 $changeName
H A DOracle.php479 foreach ($changes as $changeName => $change) {
480 switch ($changeName) {
488 … throw new Doctrine_Export_Exception('change type "' . $changeName . '" not yet supported');
532 $changeName = $this->conn->quoteIdentifier($changes['name'], true);
533 $result = $this->conn->exec('ALTER TABLE ' . $name . ' RENAME TO ' . $changeName);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaException.php173 * @param string $changeName
177 static public function alterTableChangeNotSupported($changeName) argument
179 return new self("Alter table change not supported, given '$changeName'");
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaException.php173 * @param string $changeName
177 static public function alterTableChangeNotSupported($changeName) argument
179 return new self("Alter table change not supported, given '$changeName'");
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaException.php173 * @param string $changeName
177 public static function alterTableChangeNotSupported($changeName) argument
180 sprintf("Alter table change not supported, given '%s'", $changeName)
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaException.php173 * @param string $changeName
177 public static function alterTableChangeNotSupported($changeName) argument
180 sprintf("Alter table change not supported, given '%s'", $changeName)
/dports/graphics/cenon/Cenon/undo.subproj/
H A DMultipleChange.m51 - (id)initChangeName:(NSString*)changeName
54 [self _setName:changeName];
67 - (NSString *)changeName
72 return [lastChange changeName];
H A DMultipleChange.h39 - (id)initChangeName:(NSString*)changeName;
40 - (NSString*)changeName;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaException.php177 * @param string $changeName
181 public static function alterTableChangeNotSupported($changeName) argument
184 sprintf("Alter table change not supported, given '%s'", $changeName)
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaException.php177 * @param string $changeName
181 public static function alterTableChangeNotSupported($changeName) argument
184 sprintf("Alter table change not supported, given '%s'", $changeName)
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaException.php177 * @param string $changeName
181 public static function alterTableChangeNotSupported($changeName) argument
184 sprintf("Alter table change not supported, given '%s'", $changeName)
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaException.php177 * @param string $changeName
181 public static function alterTableChangeNotSupported($changeName) argument
184 sprintf("Alter table change not supported, given '%s'", $changeName)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaException.php177 * @param string $changeName
181 public static function alterTableChangeNotSupported($changeName) argument
184 sprintf("Alter table change not supported, given '%s'", $changeName)
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/
H A DSchemaException.php192 * @param string $changeName
196 public static function alterTableChangeNotSupported($changeName) argument
199 sprintf("Alter table change not supported, given '%s'", $changeName)
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSchemaException.php177 * @param string $changeName
181 public static function alterTableChangeNotSupported($changeName) argument
184 sprintf("Alter table change not supported, given '%s'", $changeName)
/dports/graphics/cenon/Cenon/graphicsUndo.subproj/
H A DCreateGraphicsChange.h38 NSString *changeName; variable
42 - (NSString *)changeName;
/dports/devel/umbrello/umbrello-21.12.3/umbrello/cmds/
H A Dcmdhandlerename.cpp31 m_ftw->changeName(m_newstring); in redo()
36 m_ftw->changeName(m_oldstring); in undo()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.5/
H A DDeprecation-55419-StreamlineFileConflictModeHandling.rst26 * Set1: `cancel`, `replace` and `changeName`
40 Using `changeName`, `overrideExistingFile` or `renameNewFile` for file conflict handling will resul…
46 …at calls one of the listed methods with `$conflictMode` either set to `changeName`, `overrideExist…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.5/
H A DDeprecation-55419-StreamlineFileConflictModeHandling.rst26 * Set1: `cancel`, `replace` and `changeName`
40 Using `changeName`, `overrideExistingFile` or `renameNewFile` for file conflict handling will resul…
46 …at calls one of the listed methods with `$conflictMode` either set to `changeName`, `overrideExist…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.5/
H A DDeprecation-55419-StreamlineFileConflictModeHandling.rst26 * Set1: `cancel`, `replace` and `changeName`
40 Using `changeName`, `overrideExistingFile` or `renameNewFile` for file conflict handling will resul…
46 …at calls one of the listed methods with `$conflictMode` either set to `changeName`, `overrideExist…

12345678910>>...13