Home
last modified time | relevance | path

Searched full:strcmp (Results 26 – 50 of 150) sorted by relevance

123456

/plugin/badbehaviour/bad-behavior/
H A Dmovabletype.inc.php7 if (strcmp($package['headers_mixed']['Range'], "bytes=0-99999")) {
H A Dpost.inc.php12 if (strcmp($package['headers_mixed']['Range'], "bytes=0-99999")) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/
H A DAlphabeticalPropertyOrderingStrategy.php19 return strcmp($a->name, $b->name);
/plugin/zip/pear/File/Archive/Reader/
H A DChangeName.php154 strcmp($name, $this->oldBaseName) == 0) {
170 strcmp($name, $this->newBaseName) == 0) {
/plugin/logstats/
H A Daction.php144 if(strcmp($host, $ip_banned) == 0) {
154 if(strcmp($user, $users_banned) == 0) {
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_substr.php19 if (!strcmp($len,'0')) return '';
/plugin/pagetitle/syntax/
H A Dshorter.php75 if (strcmp($id, $ID) !== 0) return false;
H A Dyouarehere.php69 if (strcmp($id, $ID) !== 0) return false;
/plugin/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php173 …$idpCertdata['encryption']) && count($idpCertdata['encryption']) == 1 && strcmp($idpCertdata['sign…
188 if (strcmp($nameIdFormatNode->nodeValue, $desiredNameIdFormat) == 0) {
/dokuwiki/inc/Utf8/
H A DSort.php82 * Drop-in replacement for strcmp(), strcasecmp(), strnatcmp() and strnatcasecmp().
91 public static function strcmp($str1, $str2)
89 public static function strcmp($str1, $str2) global() function in dokuwiki\\Utf8\\Sort
/plugin/fileshare/syntax/
H A DFileshare.php136 if (strcmp ( $action, 'DELETE' ) == 0) {
180 … if( $delete == true && isset ( $_GET[$fileHash] )&& strcmp ( $_GET[$fileHash], 'on' ) == 0){
/plugin/directions/
H A Daction.php230 if (strcmp($host, $ip_banned) == 0)
245 if (strcmp($user, $users_banned) == 0)
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php46 return strcmp($b->newsDate, $a->newsDate);
/plugin/aclplusregex/
H A Daction.php291 return strcmp($a, $b);
295 return strcmp($a, $b);
/plugin/projects/syntax/
H A Dprojectfile.php89 if (strcmp($new_version, $version) > 0)
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushPhp.js33 'str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes '+
/plugin/syntaxhighlighter/Scripts/
H A DshBrushPhp.js9 …lace str_rot13 str_shuffle str_split '+'str_word_count strcasecmp strchr strcmp strcoll strcspn st…
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dnsis.min.js1 …wUninstDetails ShowWindow SilentInstall SilentUnInstall Sleep SpaceTexts StrCmp StrCmpS StrCpy Str…
H A Dcpp.min.js1 …f putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn str…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushPhp.js38 'str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes '+
H A DshBrushCpp.js58 'strcmp strcoll strcpy strcspn strerror strlen strncat strncmp ' +
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushPhp.js54 'str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes '+
H A DshBrushCpp.js74 'strcmp strcoll strcpy strcspn strerror strlen strncat strncmp ' +
/template/sxs/
H A Dsxs.php263 return strcmp($a['file'], $b['file']);
269 return strcmp($a['file'], $b['file']);
/plugin/ipban/ip-lib/src/
H A DFactory.php127 $cmp = strcmp($from->getComparableString(), $to->getComparableString());

123456