Home
last modified time | relevance | path

Searched full:strcmp (Results 51 – 75 of 150) sorted by relevance

123456

/plugin/autoindex/
H A Dsyntax.php116 return Sort::strcmp($a['title'], $b['title']);
/template/monochrome/
H A Dtpl_functions.php173 return strcmp($a['id'],$b['id']);
/plugin/composer/
H A Dsyntax.php680 return strcmp($a["id"], $b["id"]);
702 return strcmp($a["id"], $b["id"]);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php523 * for its constructor. Else, strcmp() will be used.
540 return strcmp($a->getPathname(), $b->getPathname());
/plugin/ffindr/
H A Dffindr.php26 return strcmp($a->get_tag('dateStart'), $b->get_tag('dateStart'));
/plugin/pagetitle/syntax/
H A Ddecorative.php143 if (strcmp($id, $ID) !== 0) return false;
/plugin/strata/syntax/
H A Dinfo.php72 return strcmp($a['name'], $b['name']);
/plugin/rrdgraph/
H A Daction.php59 if (strcmp(array_shift($parts), $mediaNamespace) != 0) return false;
/plugin/directions/syntax/
H A Dglobaldirections.php214 $graph = (strcmp($data[0],'graph') == 0) ? true : false;
H A Dlocaldirections.php217 $graph = (strcmp($data[0],'graph') == 0) ? true : false;
/template/mikio/
H A Ddetail.php48 <?php if (strlen($REV) !== '0' && strcmp($REV, '0') !== 0) {
/plugin/codemirror/dist/modes/
H A Dnsis.min.js1 …wUninstDetails|ShowWindow|SilentInstall|SilentUnInstall|Sleep|SpaceTexts|StrCmp|StrCmpS|StrCpy|Str…
H A Didl.min.js1 …sprsax","sprsin","sprstp","sqrt","standardize","stddev","stop","strarr","strcmp","strcompress","st…
/plugin/tag/syntax/
H A Dtopic.php133 return strcmp(noNS($a["id"]), noNS($b["id"]));
/plugin/pagelist/
H A Dsyntax.php
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dmel.min.js1 …tring startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp stringArrayCatenat…
/plugin/autolink3/
H A Dadmin.php84 if (strcmp($ligne,rtrim($lign[0].' '.$lign[1].' '.$lign[2]))){
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php22 use function strcmp;
162 return strcmp(
/template/peanutbutter/
H A Dtpl_functions.php176 return strcmp($a['id'],$b['id']);
/plugin/gallery/
H A Dsyntax.php
/plugin/darcspatch/
H A Dadmin.php149 …if(($offset <= count($target_lines)) && (strcmp(rtrim(substr($line,1)),rtrim($target_lines[$offset…
/plugin/aclauditor/
H A Dhelper.php87 return strcmp($a, $b);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D35.35.js1 …Y","StartPoint","STD","STDDEV","STDDEV_POP","STDDEV_SAMP","STR_TO_DATE","STRCMP","SUBDATE","SUBSTR…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php155 return strcmp($b, $a);
/plugin/bez/ctl/
H A Dstart.php38 return -1 * strcmp($a['time'], $b['time']);

123456