Home
last modified time | relevance | path

Searched refs:calid (Results 1 – 25 of 131) sorted by relevance

123456

/dports/net/p5-ZMQ-FFI/ZMQ-FFI-1.17/scripts/
H A Ddocker-build11 -t calid/perl-zmq-base:$version \
12 -t calid/perl-zmq-base:latest \
13 -t calid/perl-zmq-base:ubuntu
16 -t calid/zmq-ffi-testenv:$version \
17 -t calid/zmq-ffi-testenv:latest \
18 -t calid/zmq-ffi-testenv:ubuntu
H A Ddocker-release-shell5 -v /home/calid/.ssh:/root/.ssh \
6 -v /home/calid/.pause:/root/.pause \
7 -v /home/calid/.gitconfig:/root/.gitconfig \
8 -v /home/calid/.gitignore:/root/.gitignore \
10 calid/zmq-ffi-testenv:ubuntu /bin/bash
H A Ddocker-push11 docker push calid/perl-zmq-base:$t
12 docker push calid/zmq-ffi-testenv:$t
H A Ddocker-test-install5 calid/zmq-ffi-testenv:ubuntu sh -c "dzil clean && dzil build"
10 calid/perl-zmq-base:ubuntu sh -c "cpanm -v ZMQ-FFI-*.tar.gz"
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/dav/
H A Ddav.class.php54 * @param int $calid Calendard id
59 public function getSqlCalEvents($calid, $oid = false, $ouri = false) argument
99 …REFIX.'actioncomm_resources ar WHERE ar.element_type=\'user\' AND ar.fk_element='.intval($calid).')
117 * @param int $calid Calendar id
121 public function toVCalendar($calid, $obj) argument
173 $caldata .= "UID:".$obj->id.'-ev-'.$calid.'-cal-'.constant('CDAV_URI_KEY')."\n";
243 $calid = ($calendarId * 1);
249 …if ($calid != $this->user->id && (!isset($this->user->rights->agenda->allactions->read) || !$this-…
252 $sql = $this->getSqlCalEvents($calid);
260 $calendardata = $this->toVCalendar($calid, $obj);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/dav/
H A Ddav.class.php54 * @param int $calid Calendard id
59 public function getSqlCalEvents($calid, $oid = false, $ouri = false) argument
98 …REFIX.'actioncomm_resources ar WHERE ar.element_type=\'user\' AND ar.fk_element='.intval($calid).')
115 * @param int $calid Calendar id
119 public function toVCalendar($calid, $obj) argument
170 $caldata .= "UID:".$obj->id.'-ev-'.$calid.'-cal-'.constant('CDAV_URI_KEY')."\n";
252 $calid = ($calendarId * 1);
259 …if ($calid != $this->user->id && (!isset($this->user->rights->agenda->allactions->read) || !$this-…
263 $sql = $this->getSqlCalEvents($calid);
269 $calendardata = $this->toVCalendar($calid, $obj);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/native/libjava/
H A DHostLocaleProviderAdapter_md.c673 return getErasImpl(env, jlangtag, calid, style, NULL); in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getCalendarDisplayStrings()
837 if (calid < 0) { in replaceCalendarArrayElems()
838 calid = getCalendarID(langtag); in replaceCalendarArrayElems()
841 if (calid != -1) { in replaceCalendarArrayElems()
849 if (bCal && getCalendarInfoWrapper(langtag, calid, NULL, in replaceCalendarArrayElems()
1004 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
1007 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
1035 if (calid < 0) { in getErasImpl()
1036 calid = getCalendarID(langtag); in getErasImpl()
1039 if (calid != -1 && enumCalendarInfoWrapper(langtag, calid, type, buf, BUFLEN)) { in getErasImpl()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/native/libjava/
H A DHostLocaleProviderAdapter_md.c678 return getErasImpl(env, jlangtag, calid, style, NULL); in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getCalendarDisplayStrings()
842 if (calid < 0) { in replaceCalendarArrayElems()
843 calid = getCalendarID(langtag); in replaceCalendarArrayElems()
846 if (calid != -1) { in replaceCalendarArrayElems()
854 if (bCal && getCalendarInfoWrapper(langtag, calid, NULL, in replaceCalendarArrayElems()
1009 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
1012 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
1040 if (calid < 0) { in getErasImpl()
1041 calid = getCalendarID(langtag); in getErasImpl()
1044 if (calid != -1 && enumCalendarInfoWrapper(langtag, calid, type, buf, BUFLEN)) { in getErasImpl()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/native/libjava/
H A DHostLocaleProviderAdapter_md.c690 return getErasImpl(env, jlangtag, calid, style, NULL); in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getCalendarDisplayStrings()
830 if (calid < 0) { in replaceCalendarArrayElems()
831 calid = getCalendarID(langtag); in replaceCalendarArrayElems()
834 if (calid != -1) { in replaceCalendarArrayElems()
842 if (getCalendarInfoWrapper(langtag, calid, NULL, in replaceCalendarArrayElems()
996 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
999 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
1027 if (calid < 0) { in getErasImpl()
1028 calid = getCalendarID(langtag); in getErasImpl()
1031 if (calid != -1 && enumCalendarInfoWrapper(langtag, calid, type, buf, BUFLEN)) { in getErasImpl()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/windows/native/libjava/
H A DHostLocaleProviderAdapter_md.c690 return getErasImpl(env, jlangtag, calid, style, NULL); in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getCalendarDisplayStrings()
830 if (calid < 0) { in replaceCalendarArrayElems()
831 calid = getCalendarID(langtag); in replaceCalendarArrayElems()
834 if (calid != -1) { in replaceCalendarArrayElems()
842 if (getCalendarInfoWrapper(langtag, calid, NULL, in replaceCalendarArrayElems()
996 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
999 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
1027 if (calid < 0) { in getErasImpl()
1028 calid = getCalendarID(langtag); in getErasImpl()
1031 if (calid != -1 && enumCalendarInfoWrapper(langtag, calid, type, buf, BUFLEN)) { in getErasImpl()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/native/libjava/
H A DHostLocaleProviderAdapter_md.c690 return getErasImpl(env, jlangtag, calid, style, NULL); in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getCalendarDisplayStrings()
830 if (calid < 0) { in replaceCalendarArrayElems()
831 calid = getCalendarID(langtag); in replaceCalendarArrayElems()
834 if (calid != -1) { in replaceCalendarArrayElems()
842 if (getCalendarInfoWrapper(langtag, calid, NULL, in replaceCalendarArrayElems()
996 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
999 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
1027 if (calid < 0) { in getErasImpl()
1028 calid = getCalendarID(langtag); in getErasImpl()
1031 if (calid != -1 && enumCalendarInfoWrapper(langtag, calid, type, buf, BUFLEN)) { in getErasImpl()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/windows/native/libjava/
H A DHostLocaleProviderAdapter_md.c695 return getErasImpl(env, jlangtag, calid, style, NULL); in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getCalendarDisplayStrings()
840 if (calid < 0) { in replaceCalendarArrayElems()
841 calid = getCalendarID(langtag); in replaceCalendarArrayElems()
844 if (calid != -1) { in replaceCalendarArrayElems()
852 if (getCalendarInfoWrapper(langtag, calid, NULL, in replaceCalendarArrayElems()
1006 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
1009 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
1037 if (calid < 0) { in getErasImpl()
1038 calid = getCalendarID(langtag); in getErasImpl()
1041 if (calid != -1 && enumCalendarInfoWrapper(langtag, calid, type, buf, BUFLEN)) { in getErasImpl()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/windows/native/libjava/
H A DHostLocaleProviderAdapter_md.c690 return getErasImpl(env, jlangtag, calid, style, NULL); in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getCalendarDisplayStrings()
830 if (calid < 0) { in replaceCalendarArrayElems()
831 calid = getCalendarID(langtag); in replaceCalendarArrayElems()
834 if (calid != -1) { in replaceCalendarArrayElems()
842 if (getCalendarInfoWrapper(langtag, calid, NULL, in replaceCalendarArrayElems()
996 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
999 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
1027 if (calid < 0) { in getErasImpl()
1028 calid = getCalendarID(langtag); in getErasImpl()
1031 if (calid != -1 && enumCalendarInfoWrapper(langtag, calid, type, buf, BUFLEN)) { in getErasImpl()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/windows/native/libjava/
H A DHostLocaleProviderAdapter_md.c690 return getErasImpl(env, jlangtag, calid, style, NULL); in Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getCalendarDisplayStrings()
830 if (calid < 0) { in replaceCalendarArrayElems()
831 calid = getCalendarID(langtag); in replaceCalendarArrayElems()
834 if (calid != -1) { in replaceCalendarArrayElems()
842 if (getCalendarInfoWrapper(langtag, calid, NULL, in replaceCalendarArrayElems()
996 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
999 calid, NULL, type, (LPARAM)buf); in enumCalendarInfoWrapper()
1027 if (calid < 0) { in getErasImpl()
1028 calid = getCalendarID(langtag); in getErasImpl()
1031 if (calid != -1 && enumCalendarInfoWrapper(langtag, calid, type, buf, BUFLEN)) { in getErasImpl()
[all …]
/dports/devel/libical/libical-3.0.8/src/test/
H A Dstow.c62 char *calid; member
212 char *local_attendee = opt->calid; in return_failure()
273 char *local_attendee = opt->calid; in make_reply()
326 char *local_attendee = opt->calid; in check_attendee()
427 "This target user (%s) is not listed as an attendee or organizer", opt->calid); in check_component()
488 opt->calid = 0; in get_options()
530 opt->calid = strdup(optarg); in get_options()
559 if (opt->calid == 0) { in get_options()
569 opt->calid = lowercase(attendee); in get_options()
607 snprintf(file, MAXPATHLEN, "%s/.facs/%s", pw->pw_dir, opt->calid); in get_options()
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/tools/
H A Dfix-meetings-2.0.8+2.1.0-ios7.py46 calid = root.GetProps([PR_IPM_APPOINTMENT_ENTRYID], 0)[0] variable
47 if calid.ulPropTag != PR_IPM_APPOINTMENT_ENTRYID:
51 cal = st.OpenEntry(calid.Value, None, 0)
/dports/textproc/redland/redland-1.0.17/examples/
H A Drss2ical.c254 char* calid; in uri_to_calid() local
260 calid=(char*)malloc(len+1); in uri_to_calid()
267 calid[j++]='-'; in uri_to_calid()
269 calid[j++]=c; in uri_to_calid()
272 return calid; in uri_to_calid()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/util/locale/provider/
H A DHostLocaleProviderAdapterImpl.java514 int calid = getCalendarID(base.toLanguageTag());
515 if (calid <= 0 || calid >= calIDToLDML.length) {
520 String nativeCalType = calIDToLDML[calid]
577 int calid = getCalendarID(locale.toLanguageTag());
578 if (calid > 0 && calid < calIDToLDML.length) {
580 String[] caltype = calIDToLDML[calid].split("_");
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/util/locale/provider/
H A DHostLocaleProviderAdapterImpl.java514 int calid = getCalendarID(base.toLanguageTag());
515 if (calid <= 0 || calid >= calIDToLDML.length) {
520 String nativeCalType = calIDToLDML[calid]
577 int calid = getCalendarID(locale.toLanguageTag());
578 if (calid > 0 && calid < calIDToLDML.length) {
580 String[] caltype = calIDToLDML[calid].split("_");
/dports/net/p5-ZMQ-FFI/ZMQ-FFI-1.17/
H A DMETA.yml54 bugtracker: https://github.com/calid/zmq-ffi/issues
55 repository: git://github.com/calid/zmq-ffi.git
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/util/locale/provider/
H A DHostLocaleProviderAdapterImpl.java725 int calid = getCalendarID(base.toLanguageTag());
726 if (calid <= 0 || calid >= calIDToLDML.length) {
731 String nativeCalType = calIDToLDML[calid]
800 int calid = getCalendarID(stripVariantAndExtensions(locale).toLanguageTag());
801 if (calid > 0 && calid < calIDToLDML.length) {
803 String[] caltype = calIDToLDML[calid].split("_");
876 …private static native String[] getCalendarDisplayStrings(String langTag, int calid, int field, int…
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/windows/classes/sun/util/locale/provider/
H A DHostLocaleProviderAdapterImpl.java725 int calid = getCalendarID(base.toLanguageTag());
726 if (calid <= 0 || calid >= calIDToLDML.length) {
731 String nativeCalType = calIDToLDML[calid]
800 int calid = getCalendarID(stripVariantAndExtensions(locale).toLanguageTag());
801 if (calid > 0 && calid < calIDToLDML.length) {
803 String[] caltype = calIDToLDML[calid].split("_");
876 …private static native String[] getCalendarDisplayStrings(String langTag, int calid, int field, int…
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/util/locale/provider/
H A DHostLocaleProviderAdapterImpl.java725 int calid = getCalendarID(base.toLanguageTag());
726 if (calid <= 0 || calid >= calIDToLDML.length) {
731 String nativeCalType = calIDToLDML[calid]
800 int calid = getCalendarID(stripVariantAndExtensions(locale).toLanguageTag());
801 if (calid > 0 && calid < calIDToLDML.length) {
803 String[] caltype = calIDToLDML[calid].split("_");
876 …private static native String[] getCalendarDisplayStrings(String langTag, int calid, int field, int…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/windows/classes/sun/util/locale/provider/
H A DHostLocaleProviderAdapterImpl.java718 int calid = getCalendarID(base.toLanguageTag());
719 if (calid <= 0 || calid >= calIDToLDML.length) {
724 String nativeCalType = calIDToLDML[calid]
793 int calid = getCalendarID(stripVariantAndExtensions(locale).toLanguageTag());
794 if (calid > 0 && calid < calIDToLDML.length) {
796 String[] caltype = calIDToLDML[calid].split("_");
869 …private static native String[] getCalendarDisplayStrings(String langTag, int calid, int field, int…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/classes/sun/util/locale/provider/
H A DHostLocaleProviderAdapterImpl.java730 int calid = getCalendarID(base.toLanguageTag());
731 if (calid <= 0 || calid >= calIDToLDML.length) {
736 String nativeCalType = calIDToLDML[calid]
805 int calid = getCalendarID(stripVariantAndExtensions(locale).toLanguageTag());
806 if (calid > 0 && calid < calIDToLDML.length) {
808 String[] caltype = calIDToLDML[calid].split("_");
881 …private static native String[] getCalendarDisplayStrings(String langTag, int calid, int field, int…

123456