Home
last modified time | relevance | path

Searched refs:userComment (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/mediawiki137/mediawiki-1.37.1/includes/editpage/Constraint/
H A DMissingCommentConstraint.php35 private $userComment; variable in MediaWiki\\EditPage\\Constraint\\MissingCommentConstraint
38 * @param string $userComment
40 public function __construct( string $userComment ) { argument
41 $this->userComment = $userComment;
45 if ( $this->userComment == '' ) {
54 if ( $this->userComment == '' ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/editpage/Constraint/
H A DMissingCommentConstraint.php35 private $userComment; variable in MediaWiki\\EditPage\\Constraint\\MissingCommentConstraint
38 * @param string $userComment
40 public function __construct( string $userComment ) { argument
41 $this->userComment = $userComment;
45 if ( $this->userComment == '' ) {
54 if ( $this->userComment == '' ) {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/YouTube/
H A DLiveChatFanFundingEventDetails.php23 public $userComment; variable in Google_Service_YouTube_LiveChatFanFundingEventDetails
49 public function setUserComment($userComment) argument
51 $this->userComment = $userComment;
55 return $this->userComment;
H A DLiveChatSuperChatDetails.php24 public $userComment; variable in Google_Service_YouTube_LiveChatSuperChatDetails
58 public function setUserComment($userComment) argument
60 $this->userComment = $userComment;
64 return $this->userComment;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/YouTube/
H A DLiveChatFanFundingEventDetails.php23 public $userComment; variable in Google_Service_YouTube_LiveChatFanFundingEventDetails
49 public function setUserComment($userComment) argument
51 $this->userComment = $userComment;
55 return $this->userComment;
H A DLiveChatSuperChatDetails.php24 public $userComment; variable in Google_Service_YouTube_LiveChatSuperChatDetails
58 public function setUserComment($userComment) argument
60 $this->userComment = $userComment;
64 return $this->userComment;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidPublisher/
H A DComment.php42 public function setUserComment(Google_Service_AndroidPublisher_UserComment $userComment) argument
44 $this->userComment = $userComment;
51 return $this->userComment;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AndroidPublisher/
H A DComment.php42 public function setUserComment(Google_Service_AndroidPublisher_UserComment $userComment) argument
44 $this->userComment = $userComment;
51 return $this->userComment;
/dports/misc/fq/fq-0.0.2/format/vorbis/
H A Dvorbis_comment.go36 userComment := d.FieldUTF8("comment", int(userCommentLength))
40 if strings.HasPrefix(userComment, metadataBlockPicturePreix) ||
41 strings.HasPrefix(userComment, metadataBlockPicturePrefixLower) {
44 base64Len := int64(len(userComment))*8 - base64Offset
/dports/devel/kf5-kfilemetadata/kfilemetadata-5.89.0/src/
H A Dusermetadata.cpp84 QString UserMetaData::userComment() const in userComment() function in UserMetaData
92 UserMetaData::Error UserMetaData::setUserComment(const QString& userComment) in setUserComment() argument
94 if (!userComment.isEmpty()) { in setUserComment()
95 k_setxattr(d->filePath, QStringLiteral("user.xdg.comment"), userComment); in setUserComment()
H A Dusermetadata.h61 QString userComment() const;
62 Error setUserComment(const QString& userComment);
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tools/make_strings/
H A DStringsEntry.m36 …ELEASE([[self alloc] initWithKey: [e key] comment: [e comment] translated: [e key] userComment: nil
41 - initWithKey: (NSString *)k comment: (NSString *)c translated: (NSString *)t userComment: (NSStrin…
68 -(NSString *) userComment { return user_comment; } method
119 …stringWithFormat: @"(key='%@' comment='%@' at '%@':%i userComment='%@' translated='%@' flags=%…
H A DStringsEntry.h42 - initWithKey: (NSString *)k comment: (NSString *)c translated: (NSString *)t userComment: (NSStrin…
48 -(NSString *) userComment;
/dports/textproc/localize/Localize/
H A DStringsEntry.m34 …LEASE([[self alloc] initWithKey: [e key] comment: [e comment] translated: [e key] userComment: nil/
39 - initWithKey: (NSString *)k comment: (NSString *)c translated: (NSString *)t userComment: (NSStrin…
66 -(NSString *) userComment { return user_comment; } method
117 …stringWithFormat: @"(key='%@' comment='%@' at '%@':%i userComment='%@' translated='%@' flags=%…
H A DStringsEntry.h43 - initWithKey: (NSString *)k comment: (NSString *)c translated: (NSString *)t userComment: (NSStrin…
49 -(NSString *) userComment;
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/contentlist/
H A DContentListerBase.cpp70 if (!data.userComment().isEmpty()) { in metaDataForFile()
71 metadata["comment"] = QVariant::fromValue<QString>(data.userComment()); in metaDataForFile()
/dports/graphics/exiv2/exiv2-0.27.5-Source/xmpsdk/src/
H A DXMPMeta-Parse.cpp681 XMP_Node * userComment = FindChildNode ( currSchema, "exif:UserComment", kXMP_ExistingOnly ); in TouchUpDataModel() local
682 if ( (userComment != 0) && XMP_PropIsSimple ( userComment->options ) ) { in TouchUpDataModel()
683 XMP_Node * newChild = new XMP_Node ( userComment, kXMP_ArrayItemName, in TouchUpDataModel()
684 userComment->value.c_str(), userComment->options ); in TouchUpDataModel()
685 newChild->qualifiers.swap ( userComment->qualifiers ); in TouchUpDataModel()
691 userComment->value.erase(); in TouchUpDataModel()
692 userComment->options = kXMP_PropArrayFormMask; // ! Happens to have all the right bits. in TouchUpDataModel()
693 userComment->children.push_back ( newChild ); in TouchUpDataModel()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPCore/
H A DXMPMeta-Parse.cpp679 XMP_Node * userComment = FindChildNode ( currSchema, "exif:UserComment", kXMP_ExistingOnly ); in TouchUpDataModel() local
680 if ( (userComment != 0) && XMP_PropIsSimple ( userComment->options ) ) { in TouchUpDataModel()
681 XMP_Node * newChild = new XMP_Node ( userComment, kXMP_ArrayItemName, in TouchUpDataModel()
682 userComment->value.c_str(), userComment->options ); in TouchUpDataModel()
683 newChild->qualifiers.swap ( userComment->qualifiers ); in TouchUpDataModel()
689 userComment->value.erase(); in TouchUpDataModel()
690 userComment->options = kXMP_PropArrayFormMask; // ! Happens to have all the right bits. in TouchUpDataModel()
691 userComment->children.push_back ( newChild ); in TouchUpDataModel()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/XMPCore/source/
H A DXMPMeta-Parse.cpp653 XMP_Node * userComment = FindChildNode ( currSchema, "exif:UserComment", kXMP_ExistingOnly ); in TouchUpDataModel() local
654 if ( (userComment != 0) && XMP_PropIsSimple ( userComment->options ) ) { in TouchUpDataModel()
655 XMP_Node * newChild = new XMP_Node ( userComment, kXMP_ArrayItemName, in TouchUpDataModel()
656 userComment->value.c_str(), userComment->options ); in TouchUpDataModel()
657 newChild->qualifiers.swap ( userComment->qualifiers ); in TouchUpDataModel()
663 userComment->value.erase(); in TouchUpDataModel()
664 userComment->options = kXMP_PropArrayFormMask; // ! Happens to have all the right bits. in TouchUpDataModel()
665 userComment->children.push_back ( newChild ); in TouchUpDataModel()
/dports/textproc/exempi/exempi-2.5.2/XMPCore/source/
H A DXMPMeta-Parse.cpp653 XMP_Node * userComment = FindChildNode ( currSchema, "exif:UserComment", kXMP_ExistingOnly ); in TouchUpDataModel() local
654 if ( (userComment != 0) && XMP_PropIsSimple ( userComment->options ) ) { in TouchUpDataModel()
655 XMP_Node * newChild = new XMP_Node ( userComment, kXMP_ArrayItemName, in TouchUpDataModel()
656 userComment->value.c_str(), userComment->options ); in TouchUpDataModel()
657 newChild->qualifiers.swap ( userComment->qualifiers ); in TouchUpDataModel()
663 userComment->value.erase(); in TouchUpDataModel()
664 userComment->options = kXMP_PropArrayFormMask; // ! Happens to have all the right bits. in TouchUpDataModel()
665 userComment->children.push_back ( newChild ); in TouchUpDataModel()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/xmpsdk/src/
H A DXMPMeta-Parse.cpp681 XMP_Node * userComment = FindChildNode ( currSchema, "exif:UserComment", kXMP_ExistingOnly ); in TouchUpDataModel() local
682 if ( (userComment != 0) && XMP_PropIsSimple ( userComment->options ) ) { in TouchUpDataModel()
683 XMP_Node * newChild = new XMP_Node ( userComment, kXMP_ArrayItemName, in TouchUpDataModel()
684 userComment->value.c_str(), userComment->options ); in TouchUpDataModel()
685 newChild->qualifiers.swap ( userComment->qualifiers ); in TouchUpDataModel()
691 userComment->value.erase(); in TouchUpDataModel()
692 userComment->options = kXMP_PropArrayFormMask; // ! Happens to have all the right bits. in TouchUpDataModel()
693 userComment->children.push_back ( newChild ); in TouchUpDataModel()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscimagestructs.cpp27 << exif.cameraVendor << exif.comment << exif.userComment << exif.artist << exif.copyright in operator <<()
36 >> exif.cameraVendor >> exif.comment >> exif.userComment >> exif.artist >> exif.copyright in operator >>()
61 userComment.resize(0); in init()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/Showcase/src/com/google/gwt/sample/showcase/client/content/i18n/
H A DCwBidiFormatting.java163 String template = blogMessages.userComment("{0}", "{1}", "{2}"); in onInitialize()
241 message.setText(blogMessages.userComment(arg0, arg1, arg2)); in updateMessages()
244 blogMessages.userComment(bidiFormatter.spanWrap(arg0), in updateMessages()
H A DBlogMessages.java24 String userComment(String username, String numberOfPosts, in userComment() method
/dports/deskutils/charmtimetracker/Charm-1.12.0/Tools/TimesheetProcessor/
H A DCommandLine.h52 QString userComment() const;

123