Home
last modified time | relevance | path

Searched refs:FileID (Results 1 – 25 of 4648) sorted by last modified time

12345678910>>...186

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DProcess.inc300 static unsigned getColumns(int FileID) {
313 if (ioctl(FileID, TIOCGWINSZ, &ws) == 0)
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Modules/
H A DCustomerTicketAttachment.pm38 my $FileID = $ParamObject->GetParam( Param => 'FileID' );
41 if ( !$FileID || !$ArticleID ) {
112 FileID => $FileID,
120 … Message => $LayoutObject->{LanguageObject}->Translate( 'No such attachment (%s)!', $FileID ),
124 Message => "No such attachment ($FileID)! May be an attack!!!",
H A DAgentTicketPhoneCommon.pm449 FileID => $Count,
H A DAjaxAttachment.pm108 FileID => $AttachmentFileID,
H A DAgentTicketAttachment.pm36 my $FileID = $ParamObject->GetParam( Param => 'FileID' );
43 if ( !$FileID || !$ArticleID || !$TicketID ) {
82 FileID => $FileID,
86 Message => "No such attachment ($FileID).",
H A DAgentTicketZoom.pm2980 for my $FileID ( sort keys %{ $Article{Atms} } ) {
2983 %{ $Article{Atms}->{$FileID} },
2984 FileID => $FileID,
/dports/www/otrs/otrs-rel-6_0_29/Kernel/GenericInterface/Operation/Ticket/
H A DTicketCreate.pm1702 for my $FileID ( sort keys %AttachmentIndex ) {
1703 next ATTACHMENT if !$FileID;
1706 FileID => $FileID,
H A DTicketGet.pm467 for my $FileID ( sort keys %AtmIndex ) {
468 next ATTACHMENT if !$FileID;
471 FileID => $FileID, # as returned by ArticleAttachmentIndex
476 $Attachment{FileID} = $FileID;
H A DTicketUpdate.pm2315 for my $FileID ( sort keys %AttachmentIndex ) {
2316 next ATTACHMENT if !$FileID;
2319 FileID => $FileID,
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Web/UploadCache/
H A DDB.pm139 my $ID = $Param{FileID} - 1;
199 FileID => $Counter,
246 FileID => $Counter,
H A DFS.pm191 my $ID = $Param{FileID} - 1;
316 FileID => $Counter,
408 FileID => $Counter,
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Ticket/Article/Backend/MIMEBase/
H A DArticleStorageDB.pm420 return if !$Index{ $Param{FileID} };
421 my %Data = %{ $Index{ $Param{FileID} } };
434 Limit => $Param{FileID},
H A DArticleStorageFS.pm731 Key => 'ArticleAttachment' . $Param{FileID},
748 my %Data = %{ $Index{ $Param{FileID} } // {} };
775 if ( $Counter == $Param{FileID} ) {
873 Key => 'ArticleAttachment' . $Param{FileID},
901 Key => 'ArticleAttachment' . $Param{FileID},
H A DBase.pm203 FileID => $AttachmentIDHTML,
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Ticket/Event/
H A DNotificationEvent.pm167 for my $FileID ( sort keys %Index ) {
170 FileID => $FileID,
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/
H A DVirtualFS.pm126 Bind => [ \$FileID ],
192 if ($FileID) {
210 ($FileID) = $Self->_FileLookup( $Param{Filename} );
212 if ( !$FileID ) {
239 Bind => [ \$BackendKey, \$FileID ],
274 if ( !$FileID ) {
300 Bind => [ \$FileID ],
306 Bind => [ \$FileID ],
479 my $FileID;
483 $FileID = $Row[0];
[all …]
H A DTicket.pm7001 for my $FileID ( sort keys %Index ) {
7004 FileID => $FileID,
7095 for my $FileID ( sort keys %Index ) {
7098 FileID => $FileID,
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/VirtualFS/
H A DDB.pm62 Bind => [ \$Attributes->{FileID} ],
154 my $FileID = $Self->_FileLookup( $Param{Filename} );
155 return if !$FileID;
158 FileID => $FileID,
185 Bind => [ \$Attributes->{FileID} ],
203 my $FileID;
205 $FileID = $Row[0];
208 return $FileID;
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/ProcessManagement/TransitionAction/
H A DBase.pm267 FileID => $HTMLBodyAttachmentIDs[0],
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Output/HTML/Article/
H A DMIMEBase.pm294 FileID => $HTMLBodyAttachmentID,
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Output/HTML/TicketZoom/Agent/
H A DMIMEBase.pm127 for my $FileID ( sort keys %AtmIndex ) {
137 my %File = %{ $AtmIndex{$FileID} };
152 FileID => $FileID,
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Output/HTML/TicketZoom/Customer/
H A DMIMEBase.pm116 for my $FileID ( sort keys %AtmIndex ) {
118 %{ $AtmIndex{$FileID} },
121 …ion=CustomerTicketAttachment;TicketID=$Param{TicketID};ArticleID=$Param{ArticleID};FileID=$FileID",
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Output/HTML/ArticleCheck/
H A DPGP.pm135 for my $FileID ( sort keys %Index ) {
139 FileID => $FileID,
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Output/HTML/Layout/
H A DArticle.pm289 FileID => $HTMLBodyAttachmentID,
400 FileID => $AttachmentID,
452 FileID => $AttachmentID,
509 FileID => $Index,
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Output/PDF/
H A DTicket.pm1014 for my $FileID ( sort keys %AtmIndex ) {
1015 my %File = %{ $AtmIndex{$FileID} };

12345678910>>...186