Home
last modified time | relevance | path

Searched refs:setJobTitle (Results 1 – 24 of 24) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Pim/Entity/
H A DWorkExperience.php69 public function setJobTitle($jobTitle) function in Orangehrm\\Rest\\Api\\Pim\\Entity\\WorkExperience
155 $this->setJobTitle($experience->getJobtitle());
H A DEmployee.php296 public function setJobTitle($jobTitle) function in Orangehrm\\Rest\\Api\\Pim\\Entity\\Employee
590 $this->setJobTitle($employee->getJobTitleName());
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/test/api/pim/entity/
H A DEmployeeTest.php45 $employee->setJobTitle('Marketing');
H A DApiEmployeeTest.php80 $employee->setJobTitle('Engineer');
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/
H A DGoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor.php33 public function setJobTitle($jobTitle) function in Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FactCheckTools/
H A DGoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor.php33 public function setJobTitle($jobTitle) function in Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/test/api/user/attendance/model/
H A DEmployeeModelTest.php52 $employee->setJobTitle($jobTitle);
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSPrintOperation.inc52 procedure setJobTitle(newValue: NSString); message 'setJobTitle:';
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Performance/
H A DKpiAPI.php63 $tempKpi->setJobTitle($jobTitle->toArray());
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Performance/Entity/
H A DKpi.php84 public function setJobTitle($jobTitle) function in Orangehrm\\Rest\\Api\\Performance\\Entity\\Kpi
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSPrintOperation.java65 public void setJobTitle(NSString jobTitle) { in setJobTitle() method in NSPrintOperation
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/beans/annotation/
H A DRequiredAnnotationBeanPostProcessorTests.java181 public void setJobTitle(String jobTitle) { in setJobTitle() method in RequiredTestBean
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/test/api/user/attendance/
H A DApiAttendanceListAPITest.php102 $employee->setJobTitle($jobTitle);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/JobService/
H A DJob.php288 public function setJobTitle($jobTitle) function in Google_Service_JobService_Job
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/JobService/
H A DJob.php288 public function setJobTitle($jobTitle) function in Google_Service_JobService_Job
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorporateDirectoryPlugin/lib/dao/
H A DEmployeeDirectoryDao.php325 $employee->setJobTitle($jobTitle);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/model/doctrine/orangehrmPimPlugin/
H A DEmployeeTable.class.php110 $employee->setJobTitle($jobTitle);
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dsalprn.cxx486 if( [pPrintOperation respondsToSelector: @selector(setJobTitle:)] ) in StartJob()
487 …[pPrintOperation performSelector: @selector(setJobTitle:) withObject: [CreateNSString( i_rJobName … in StartJob()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A Dsalprn.cxx491 if( [pPrintOperation respondsToSelector: @selector(setJobTitle:)] ) in StartJob()
492 …[pPrintOperation performSelector: @selector(setJobTitle:) withObject: [CreateNSString( i_rJobName … in StartJob()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmBuzzPlugin/test/model/service/
H A DBuzzServiceTest.php1061 $employeeOne->setJobTitle($jobTitleOne);
1067 $employeeTwo->setJobTitle($jobTitleTwo);
1129 $employeeOne->setJobTitle($jobTitleOne);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Printing/cocoa/org/eclipse/swt/printing/
H A DPrinter.java424 operation.setJobTitle(NSString.stringWith(jobName)); in startJob()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/tests/syntax-highlighting/
H A Dfile.j96 var a = @selector(setJobTitle:company:);
124 [myPerson setJobTitle:"Founder" company:"Cappuccino Foundation"];
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/dao/
H A DEmployeeDao.php2160 $employee->setJobTitle($jobTitle);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm1973 [printOperation setJobTitle:toImpl(frameRef)->title()];