Home
last modified time | relevance | path

Searched full:strcmp (Results 101 – 125 of 150) sorted by relevance

123456

/plugin/txt2tags/
H A Dtxt2tags.class.php468 if($plevel>=0 && strcmp($spaces, $pspaces)<0) {
477 if($plevel<0 || strcmp($spaces, $pspaces)>0) { # new list/sublist
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dklonecpp.php88 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
H A Duscript.php79 'Divide', 'Split', 'StrCmp', 'Repl', 'Eval',
H A Dobjc.php104 'strcpy', 'strcoll', 'strcmp', 'strchr', 'strcat', 'sscanf',
H A Dphp-brief.php78 'func_num_args', 'func_get_arg', 'func_get_args', 'strlen', 'strcmp', 'strncmp', 'strcasecmp', 'strncasecmp', 'each', 'error_reporting', 'define', 'defined',
H A Dnsis.php100 'SetOutPath', 'SetRebootFlag', 'SetRegView', 'SetShellVarContext', 'SetSilent', 'ShowWindow', 'Sleep', 'StrCmp', 'StrCmpS',
H A Dcpp-qt.php118 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
/plugin/codemirror/dist/modes/
H A Didl.min.js.map1 …\n 'sprstp', 'sqrt', 'standardize', 'stddev', 'stop',\n 'strarr', 'strcmp', 'strcompress', '…
H A Dphp.min.js.map1 …";\n var phpBuiltin = \"func_num_args func_get_arg func_get_args strlen strcmp strncmp strcasecmp…
/plugin/highlight2wiki/
H A Daction.php175 //if(strcmp($result, $result2)<"0"){
/plugin/linkback/
H A Dadmin.php129 return strcmp($a['id'], $b['id']);
/plugin/photogallery/
H A Dsyntax.php490 return strcmp($a['file'],$b['file']);
501 return strcmp($a['file'],$b['file']);
510 return strcmp($ta,$tb);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.xmp.php207 if (strcmp($jpeg_header_data[$i]['SegName'], 'APP1') == 0)
/plugin/discussion/
H A Dadmin.php135 return strcmp($a['id'], $b['id']);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php140 return strcmp($a, $b);
/plugin/bureaucracy/helper/
H A Dactiontemplate.php306 return ($ns_diff === 0) ? strcmp($a, $b) : ($ns_diff > 0 ? -1 : 1);
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php114 // if(strcmp($this->has_container, 'http://en.wikipedia.org')===0)
/plugin/codeprettify/code-prettify/src/
H A Dlang-matlab.js63 …rtup|std|stem|stem3|stopasync|str2double|str2func|str2mat|str2num|strcat|strcmp|strcmpi|stream2|st…
/plugin/autotweet/
H A DOAuth.php853 uksort($params, 'strcmp');
/plugin/superacl/
H A Dadmin.php515 return strcmp($a,$b);
/plugin/highlightjs/highlight/languages/
H A Dmel.js17 …titchAndExplodeShell': 1, 'stitchSurface': 1, 'stitchSurfacePoints': 1, 'strcmp': 1, 'stringArrayC… property in hljs.LANGUAGES.mel.defaultMode.keywords
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D35.35.js.map1 … 'STDDEV_POP',\n 'STDDEV_SAMP',\n 'STR_TO_DATE',\n 'STRCMP',\n 'SUBDAT…
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php410 if (!$modified && strcmp($data, $before) !== 0) {
/plugin/odt/action/
H A Dexport.php517 return strcmp($b['id'], $a['id']);
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php301 return strcmp($this->_string, (string) $string);

123456