Home
last modified time | relevance | path

Searched refs:lc_name (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/net/openldap25-server/openldap-2.5.9/contrib/ldapc++/src/
H A DLDAPSchema.cpp37 string lc_name = *j; in setObjectClasses() local
39 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setObjectClasses()
57 string lc_name = *j; in setAttributeTypes() local
59 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setAttributeTypes()
62 attr_types [lc_name] = LDAPAttrType (at); in setAttributeTypes()
68 string lc_name = name; in getObjectClassByName() local
70 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getObjectClassByName()
73 return object_classes [lc_name]; in getObjectClassByName()
77 string lc_name = name; in getAttributeTypeByName() local
79 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getAttributeTypeByName()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/contrib/ldapc++/src/
H A DLDAPSchema.cpp37 string lc_name = *j; in setObjectClasses() local
39 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setObjectClasses()
57 string lc_name = *j; in setAttributeTypes() local
59 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setAttributeTypes()
62 attr_types [lc_name] = LDAPAttrType (at); in setAttributeTypes()
68 string lc_name = name; in getObjectClassByName() local
70 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getObjectClassByName()
73 return object_classes [lc_name]; in getObjectClassByName()
77 string lc_name = name; in getAttributeTypeByName() local
79 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getAttributeTypeByName()
[all …]
/dports/net/openldap24-client/openldap-2.4.59/contrib/ldapc++/src/
H A DLDAPSchema.cpp37 string lc_name = *j; in setObjectClasses() local
39 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setObjectClasses()
57 string lc_name = *j; in setAttributeTypes() local
59 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setAttributeTypes()
62 attr_types [lc_name] = LDAPAttrType (at); in setAttributeTypes()
68 string lc_name = name; in getObjectClassByName() local
70 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getObjectClassByName()
73 return object_classes [lc_name]; in getObjectClassByName()
77 string lc_name = name; in getAttributeTypeByName() local
79 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getAttributeTypeByName()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/contrib/ldapc++/src/
H A DLDAPSchema.cpp37 string lc_name = *j; in setObjectClasses() local
39 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setObjectClasses()
57 string lc_name = *j; in setAttributeTypes() local
59 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setAttributeTypes()
62 attr_types [lc_name] = LDAPAttrType (at); in setAttributeTypes()
68 string lc_name = name; in getObjectClassByName() local
70 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getObjectClassByName()
73 return object_classes [lc_name]; in getObjectClassByName()
77 string lc_name = name; in getAttributeTypeByName() local
79 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getAttributeTypeByName()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/contrib/ldapc++/src/
H A DLDAPSchema.cpp37 string lc_name = *j; in setObjectClasses() local
39 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setObjectClasses()
57 string lc_name = *j; in setAttributeTypes() local
59 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setAttributeTypes()
62 attr_types [lc_name] = LDAPAttrType (at); in setAttributeTypes()
68 string lc_name = name; in getObjectClassByName() local
70 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getObjectClassByName()
73 return object_classes [lc_name]; in getObjectClassByName()
77 string lc_name = name; in getAttributeTypeByName() local
79 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getAttributeTypeByName()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/contrib/ldapc++/src/
H A DLDAPSchema.cpp37 string lc_name = *j; in setObjectClasses() local
39 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setObjectClasses()
57 string lc_name = *j; in setAttributeTypes() local
59 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in setAttributeTypes()
62 attr_types [lc_name] = LDAPAttrType (at); in setAttributeTypes()
68 string lc_name = name; in getObjectClassByName() local
70 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getObjectClassByName()
73 return object_classes [lc_name]; in getObjectClassByName()
77 string lc_name = name; in getAttributeTypeByName() local
79 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) { in getAttributeTypeByName()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Ddefaults.php45 $lc_name = str_replace(' ', '', strtolower(str_replace('.txt', '', $val))); variable
46 $lc_name = preg_replace("/[\W]/", '', $lc_name); variable
48 if ($lc_name == '') {
49 Fatal_Error($GLOBALS['I18N']->get('Name cannot be empty:')." $lc_name");
57 if ($lc_name == '') {
58 Fatal_Error($GLOBALS['I18N']->get('Name cannot be empty:')." $lc_name");
60 $lc_name = getNewAttributeTablename($lc_name); variable
62 if(substr($lc_name, 0, strlen($terms)) === $terms){
69 if(substr($lc_name, 0, strlen($adult)) === $adult){
74 $tables['attribute'], addslashes($name), $typeValue, 1, $lc_name);
[all …]
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Djhlp.c503 lc_name = setlocale (LC_ALL, db->lc_name);
513 else if (lc_name == NULL)
519 if (lc_name == NULL)
522 if (lc_name == NULL || !strcmp (lc_name, "C"))
524 if (lc_name)
534 if (lc_name == NULL)
554 if (strcmp (lc_name, xlc->xlc_db->lc_name))
556 lc_name = xlc->xlc_db->lc_name;
566 lc_name = xlc->core->name;
577 if (!strcmp (lnl->lc_name, lc_name))
[all …]
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Djhlp.c503 lc_name = setlocale (LC_ALL, db->lc_name);
513 else if (lc_name == NULL)
519 if (lc_name == NULL)
522 if (lc_name == NULL || !strcmp (lc_name, "C"))
524 if (lc_name)
534 if (lc_name == NULL)
554 if (strcmp (lc_name, xlc->xlc_db->lc_name))
556 lc_name = xlc->xlc_db->lc_name;
566 lc_name = xlc->core->name;
577 if (!strcmp (lnl->lc_name, lc_name))
[all …]
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Djhlp.c503 lc_name = setlocale (LC_ALL, db->lc_name);
513 else if (lc_name == NULL)
519 if (lc_name == NULL)
522 if (lc_name == NULL || !strcmp (lc_name, "C"))
524 if (lc_name)
534 if (lc_name == NULL)
554 if (strcmp (lc_name, xlc->xlc_db->lc_name))
556 lc_name = xlc->xlc_db->lc_name;
566 lc_name = xlc->core->name;
577 if (!strcmp (lnl->lc_name, lc_name))
[all …]
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Djhlp.c503 lc_name = setlocale (LC_ALL, db->lc_name);
513 else if (lc_name == NULL)
519 if (lc_name == NULL)
522 if (lc_name == NULL || !strcmp (lc_name, "C"))
524 if (lc_name)
534 if (lc_name == NULL)
554 if (strcmp (lc_name, xlc->xlc_db->lc_name))
556 lc_name = xlc->xlc_db->lc_name;
566 lc_name = xlc->core->name;
577 if (!strcmp (lnl->lc_name, lc_name))
[all …]
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Djhlp.c503 lc_name = setlocale (LC_ALL, db->lc_name);
513 else if (lc_name == NULL)
519 if (lc_name == NULL)
522 if (lc_name == NULL || !strcmp (lc_name, "C"))
524 if (lc_name)
534 if (lc_name == NULL)
554 if (strcmp (lc_name, xlc->xlc_db->lc_name))
556 lc_name = xlc->xlc_db->lc_name;
566 lc_name = xlc->core->name;
577 if (!strcmp (lnl->lc_name, lc_name))
[all …]
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Djhlp.c503 lc_name = setlocale (LC_ALL, db->lc_name);
513 else if (lc_name == NULL)
519 if (lc_name == NULL)
522 if (lc_name == NULL || !strcmp (lc_name, "C"))
524 if (lc_name)
534 if (lc_name == NULL)
554 if (strcmp (lc_name, xlc->xlc_db->lc_name))
556 lc_name = xlc->xlc_db->lc_name;
566 lc_name = xlc->core->name;
577 if (!strcmp (lnl->lc_name, lc_name))
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/locale/src/util/
H A Ddefault_locale.cpp50 std::string lc_name = buf; in get_system_locale() local
52 lc_name += "_"; in get_system_locale()
53 lc_name += buf; in get_system_locale()
58 lc_name+=".UTF-8"; in get_system_locale()
60 lc_name +=".windows-"; in get_system_locale()
61 lc_name +=buf; in get_system_locale()
65 lc_name += "UTF-8"; in get_system_locale()
69 lc_name += ".UTF-8"; in get_system_locale()
71 return lc_name; in get_system_locale()
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/src/util/
H A Ddefault_locale.cpp50 std::string lc_name = buf; in get_system_locale() local
52 lc_name += "_"; in get_system_locale()
53 lc_name += buf; in get_system_locale()
58 lc_name+=".UTF-8"; in get_system_locale()
60 lc_name +=".windows-"; in get_system_locale()
61 lc_name +=buf; in get_system_locale()
65 lc_name += "UTF-8"; in get_system_locale()
69 lc_name += ".UTF-8"; in get_system_locale()
71 return lc_name; in get_system_locale()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/src/util/
H A Ddefault_locale.cpp50 std::string lc_name = buf; in get_system_locale() local
52 lc_name += "_"; in get_system_locale()
53 lc_name += buf; in get_system_locale()
58 lc_name+=".UTF-8"; in get_system_locale()
60 lc_name +=".windows-"; in get_system_locale()
61 lc_name +=buf; in get_system_locale()
65 lc_name += "UTF-8"; in get_system_locale()
69 lc_name += ".UTF-8"; in get_system_locale()
71 return lc_name; in get_system_locale()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/locale/src/util/
H A Ddefault_locale.cpp50 std::string lc_name = buf; in get_system_locale() local
52 lc_name += "_"; in get_system_locale()
53 lc_name += buf; in get_system_locale()
58 lc_name+=".UTF-8"; in get_system_locale()
60 lc_name +=".windows-"; in get_system_locale()
61 lc_name +=buf; in get_system_locale()
65 lc_name += "UTF-8"; in get_system_locale()
69 lc_name += ".UTF-8"; in get_system_locale()
71 return lc_name; in get_system_locale()
/dports/databases/percona57-server/boost_1_59_0/libs/locale/src/util/
H A Ddefault_locale.cpp50 std::string lc_name = buf; in get_system_locale() local
52 lc_name += "_"; in get_system_locale()
53 lc_name += buf; in get_system_locale()
58 lc_name+=".UTF-8"; in get_system_locale()
60 lc_name +=".windows-"; in get_system_locale()
61 lc_name +=buf; in get_system_locale()
65 lc_name += "UTF-8"; in get_system_locale()
69 lc_name += ".UTF-8"; in get_system_locale()
71 return lc_name; in get_system_locale()
/dports/databases/xtrabackup/boost_1_59_0/libs/locale/src/util/
H A Ddefault_locale.cpp50 std::string lc_name = buf; in get_system_locale() local
52 lc_name += "_"; in get_system_locale()
53 lc_name += buf; in get_system_locale()
58 lc_name+=".UTF-8"; in get_system_locale()
60 lc_name +=".windows-"; in get_system_locale()
61 lc_name +=buf; in get_system_locale()
65 lc_name += "UTF-8"; in get_system_locale()
69 lc_name += ".UTF-8"; in get_system_locale()
71 return lc_name; in get_system_locale()
/dports/databases/percona57-client/boost_1_59_0/libs/locale/src/util/
H A Ddefault_locale.cpp50 std::string lc_name = buf; in get_system_locale() local
52 lc_name += "_"; in get_system_locale()
53 lc_name += buf; in get_system_locale()
58 lc_name+=".UTF-8"; in get_system_locale()
60 lc_name +=".windows-"; in get_system_locale()
61 lc_name +=buf; in get_system_locale()
65 lc_name += "UTF-8"; in get_system_locale()
69 lc_name += ".UTF-8"; in get_system_locale()
71 return lc_name; in get_system_locale()
/dports/devel/boost-libs/boost_1_72_0/libs/locale/src/util/
H A Ddefault_locale.cpp50 std::string lc_name = buf; in get_system_locale() local
52 lc_name += "_"; in get_system_locale()
53 lc_name += buf; in get_system_locale()
58 lc_name+=".UTF-8"; in get_system_locale()
60 lc_name +=".windows-"; in get_system_locale()
61 lc_name +=buf; in get_system_locale()
65 lc_name += "UTF-8"; in get_system_locale()
69 lc_name += ".UTF-8"; in get_system_locale()
71 return lc_name; in get_system_locale()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/locale/src/util/
H A Ddefault_locale.cpp50 std::string lc_name = buf; in get_system_locale() local
52 lc_name += "_"; in get_system_locale()
53 lc_name += buf; in get_system_locale()
58 lc_name+=".UTF-8"; in get_system_locale()
60 lc_name +=".windows-"; in get_system_locale()
61 lc_name +=buf; in get_system_locale()
65 lc_name += "UTF-8"; in get_system_locale()
69 lc_name += ".UTF-8"; in get_system_locale()
71 return lc_name; in get_system_locale()
/dports/devel/hyperscan/boost_1_75_0/libs/locale/src/util/
H A Ddefault_locale.cpp50 std::string lc_name = buf; in get_system_locale() local
52 lc_name += "_"; in get_system_locale()
53 lc_name += buf; in get_system_locale()
58 lc_name+=".UTF-8"; in get_system_locale()
60 lc_name +=".windows-"; in get_system_locale()
61 lc_name +=buf; in get_system_locale()
65 lc_name += "UTF-8"; in get_system_locale()
69 lc_name += ".UTF-8"; in get_system_locale()
71 return lc_name; in get_system_locale()
/dports/x11/libX11/libX11-1.7.2/src/xlibi18n/
H A DXlcDL.c375 _XlcDynamicLoad(const char *lc_name) in _XlcDynamicLoad() argument
390 resolve_object(lc_dir, lc_name); in _XlcDynamicLoad()
404 lcd = (*lc_loader)(lc_name); in _XlcDynamicLoad()
423 char *lc_name; in _XDynamicOpenIM() local
428 lc_name = lcd->core->name; in _XDynamicOpenIM()
466 char *lc_name; in _XDynamicRegisterIMInstantiateCallback() local
476 lc_name = lcd->core->name; in _XDynamicRegisterIMInstantiateCallback()
514 const char *lc_name; in _XDynamicUnRegisterIMInstantiateCallback() local
524 lc_name = lcd->core->name; in _XDynamicUnRegisterIMInstantiateCallback()
572 char *lc_name; in _XDynamicOpenOM() local
[all …]
/dports/lang/php73/php-7.3.33/ext/spl/
H A Dphp_spl.c72 zend_string_release(lc_name); in spl_find_ce_by_name()
338 zend_string_release(lc_name); in PHP_FUNCTION()
394 zend_string *lc_name, *func_name; in PHP_FUNCTION() local
502 zend_string *lc_name; in PHP_FUNCTION() local
581 ZSTR_VAL(lc_name)[ZSTR_LEN(lc_name)] = '\0'; in PHP_FUNCTION() local
603 lc_name = zend_string_extend(lc_name, ZSTR_LEN(lc_name) + sizeof(uint32_t), 0); in PHP_FUNCTION()
605 ZSTR_VAL(lc_name)[ZSTR_LEN(lc_name)] = '\0'; in PHP_FUNCTION() local
676 zend_string *lc_name; in PHP_FUNCTION() local
706 ZSTR_VAL(lc_name)[ZSTR_LEN(lc_name)] = '\0'; in PHP_FUNCTION() local
734 lc_name = zend_string_extend(lc_name, ZSTR_LEN(lc_name) + sizeof(uint32_t), 0); in PHP_FUNCTION()
[all …]

12345678910>>...15