Home
last modified time | relevance | path

Searched full:strcmp (Results 76 – 100 of 150) sorted by relevance

123456

/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dsql.min.js1 …tddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string stru…
/plugin/codemirror/dist/modes/
H A Dnsis.min.js.map1 …wUninstDetails|ShowWindow|SilentInstall|SilentUnInstall|Sleep|SpaceTexts|StrCmp|StrCmpS|StrCpy|Str…
H A Dphp.min.js1 …PACE__ __TRAIT__";var h="func_num_args func_get_arg func_get_args strlen strcmp strncmp strcasecmp…
/plugin/schedule/
H A Dschedules.class.php1255 if ($this->before && strcmp ($event->from, $this->before) > 0)
1258 if ($this->date && (strcmp ($event->from, $this->date) > 0 ||
1259strcmp (('' != $event->to ? $event->to : $event->from), $this->date) < 0))
1262 strcmp (('' != $event->to ? $event->to : $event->from), $this->after) < 0)
1289 if (!$this->after || strcmp ($event->from, $this->after) > 0)
1351 if ($this->before && strcmp ($ds_day, $this->before) > 0)
1353 if ($this->date && strcmp ($ds_day, $this->date) != 0)
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dxpp.php164 'strcmp',
H A Dc.php150 'strchr', 'strcmp', 'strcoll', 'strcpy', 'strcspn', 'strerror',
H A Dc_mac.php108 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
H A Dupc.php136 'strchr', 'strcmp', 'strcoll', 'strcpy', 'strcspn', 'strerror',
H A Dpovray.php91 'sinh', 'sqrt', 'strcmp', 'strlen', 'tan', 'tanh', 'val', 'vdot',
H A Dcpp.php128 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
H A Dklonec.php59 'strdup', 'strcpy', 'strcmp', 'strncpy', 'strcasecmp', 'cat', 'strcat', 'strstr',
H A Dmatlab.php136 'stem3','str2double','str2num','strcat','strcmp','strcmpi',
/plugin/simplenavi/
H A Dsyntax.php185 return Sort::strcmp($a['title'], $b['title']);
187 return strcmp($a['title'], $b['title']);
/plugin/farm/
H A Danimalmanager.class.php274 …case 'name' : uasort($users, create_function('$a,$b', 'return strcmp($a[\'name\'], $b[\'name\']);'…
275 …case 'namedesc' : uasort($users, create_function('$a,$b', 'return -1 * strcmp($a[\'name\'], $b[\'n…
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php259 if (count($values) > 0) $query .= (strcmp($test, "anyof") == 0 ? " OR " : " AND ");
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php96 $this->port = strcmp('https', $uriParts['scheme']) ? 80 : 443;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php96 $this->port = strcmp('https', $uriParts['scheme']) ? 80 : 443;
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php262 return ($ns_diff === 0) ? strcmp($a, $b) : ($ns_diff > 0 ? -1 : 1);
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php262 return ($ns_diff === 0) ? strcmp($a, $b) : ($ns_diff > 0 ? -1 : 1);
/plugin/filelist/
H A Dsyntax.php
/plugin/bookcreator/syntax/
H A Dbookmanager.php341 return strcmp($b['id'], $a['id']);
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php192 $c = strcmp( $a[$groupBy], $b[$groupBy] );
/plugin/redissue/
H A Dsyntax.php189 if (strcmp($conf['template'], $value) == 0){
/plugin/gcalendar/inc/
H A Dgcal_show.php333 function mergesort(&$array, $cmp_function = 'strcmp') {
/template/sprintdoc/
H A DTemplate.php260 $linkit = (strcmp(wl(), $_SERVER['REQUEST_URI']) !== 0);

123456