Home
last modified time | relevance | path

Searched full:strcmp (Results 1 – 25 of 150) sorted by relevance

123456

/plugin/cronojob/jobs/
H A Dclearcache.php34 if (strcmp($fileglob2, '/_dummy') == 0) return true;
36 if (strcmp($basedir, dirname($fileglob)) == 0) {
42 } else if (strcmp(strtolower($pathinfor['extension']), 'i') == 0) {
44 } else if (strcmp(strtolower($pathinfor['extension']), 'xhtml') == 0) {
46 } else if (strcmp(strtolower($pathinfor['extension']), 'js') == 0) {
48 } else if (strcmp(strtolower($pathinfor['extension']), 'css') == 0) {
63 if (strcmp($fileglob, $basedir) == 0) return true;
90 if (strcmp($fileglob2, '/_dummy') == 0) return true;
92 if (strcmp(strtolower($pathinfor['extension']), 'lock') != 0) return true;
103 if (strcmp($fileglob, $basedir) == 0) return true;
/plugin/calendoku/syntax/
H A Dshowtable.php52 if (!strcmp($typestr[1], 'VTABLE'))
62 if (!strcmp($startstr[1], 'CURRENT'))
72 if (!strcmp($endstr[1], 'CURRENT'))
93 if (strcmp(getNS($pagename), $namespace))
98 if (!strcmp($template, $pagename)) {
136 if (!strcmp($this->type, 'VTABLE')) {
149 if (!strcmp($this->type, 'VTABLE'))
159 if (!strcmp($sfield, 'DOKUWIKILINK'))
161 else if (!strcmp($sfield, 'DOKUWIKIICAL'))
H A Dshowicalendar.php37 if (!strcmp($namespace, $INFO['namespace'])) {
50 if (!strcmp($template, $INFO['id'])) {
55 if (!strcmp('', getNS($template))) {
57 } else if (!strcmp(getNS($template), $INFO['namespace'])) {
/plugin/calendoku/
H A Daction.php14 if (!is_string($event->data) || strcmp($event->data, 'ical'))
21 if (!strcmp($INFO['namespace'], $namespace)) {
41 if (!strcmp($this->getConf('icalnamespaces'), ''))
50 if (!strcmp($template, $event->data[2]))
56 if (!strcmp($event->data[1], $namespace)) {
83 if (!strcmp($match[5], '-') || !strcmp($match[6], '-')) {
H A Dhelper.php37 if (!strcmp($curfield, ''))
52 if (strcmp($this->icalfields[$curfield], ''))
174 if (!strcmp($this->properties['DTEND']['VALUE'], 'DATE')) {
247 if (!strcmp($field, 'DTSTART'))
250 else if (!strcmp($field, 'DTEND'))
253 else if (!strcmp($field, 'CATEGORIES'))
256 else if (!strcmp($field, 'GEO'))
258 else if (!strcmp($field, 'PRIORITY'))
260 else if (!strcmp($field, 'ATTENDEE'))
262 else if (!strcmp($field, 'ORGANIZER'))
[all …]
/plugin/publistx/bib2tpl/
H A Dhelper.inc.php99 ? strcmp($k1, $k2)
100 : -strcmp($k1, $k2);
116 $order = strcmp((!empty($e1['year']) ? $e1['year'] : '0000').$this->e2mn($e1),
120 $order = strcmp($e1['sortauthor'], $e2['sortauthor']);
123 $order = strcmp($e1['author'][0]['sort'], $e2['author'][0]['sort']);
127 … $order = strcmp((!empty($e1[$this->options['sort_by']]) ? $e1[$this->options['sort_by']] : ''),
/plugin/publist/bib2tpl/
H A Dhelper.inc.php99 ? strcmp($k1, $k2)
100 : -strcmp($k1, $k2);
116 $order = strcmp((!empty($e1['year']) ? $e1['year'] : '0000').$this->e2mn($e1),
120 $order = strcmp($e1['sortauthor'], $e2['sortauthor']);
123 $order = strcmp($e1['author'][0]['sort'], $e2['author'][0]['sort']);
127 … $order = strcmp((!empty($e1[$this->options['sort_by']]) ? $e1[$this->options['sort_by']] : ''),
/plugin/publistf/bib2tpl/
H A Dhelper.inc.php99 ? strcmp($k1, $k2)
100 : -strcmp($k1, $k2);
116 $order = strcmp((!empty($e1['year']) ? $e1['year'] : '0000').$this->e2mn($e1),
120 $order = strcmp($e1['sortauthor'], $e2['sortauthor']);
123 $order = strcmp($e1['author'][0]['sort'], $e2['author'][0]['sort']);
127 … $order = strcmp((!empty($e1[$this->options['sort_by']]) ? $e1[$this->options['sort_by']] : ''),
/plugin/doodle4/
H A Dsyntax.php145 if (strcmp($name, "TITLE") == 0) {
148 if (strcmp($name, "AUTH") == 0) {
168 if (strcmp($name, "VOTETYPE") == 0) {
179 if (strcmp($name, "CLOSED") == 0) {
189 if (strcmp($name, "PRINTNAME") == 0) {
194 if (strcmp($name, "SHOWMODE") == 0) {
199 if (strcmp($name, "SHOWSUM") == 0) {
206 if (strcmp($name, "USERLIST") == 0) {
211 if (strcmp($name, "SORT") == 0) {
214 if (strcmp($name, "FIELDWIDTH") == 0) {
[all …]
/plugin/autolink3/
H A Dsys.php76 return (strcmp($s1, $s2) < 0);
81 return (strcmp($s1, $s2) > 0);
142 if (!strcmp($check, $global) || (!strcmp($word, $nword[0]) && !strcmp($local, $nword[2])))
228 if(strcmp($elm, str_replace(";", " ",$ligne."\r\n")))
/plugin/pglist/
H A Dsyntax.php188 $r = strcmp($a['type'],$b['type']);
192 return strcmp($a['id'],$b['id']);
196 $r = strcmp($a['type'],$b['type']);
200 return strcmp($a['file'],$b['file']);
209 return strcmp($a['id'],$b['id']);
/plugin/doodle3/
H A Dsyntax.php119 if (strcmp($name, "TITLE") == 0) {
122 if (strcmp($name, "AUTH") == 0) {
130 if (strcmp($name, "ADMINUSERS") == 0) {
133 if (strcmp($name, "ADMINGROUPS") == 0) {
136 if (strcmp($name, "ADMINMAIL") == 0) {
142 if (strcmp($name, "VOTETYPE") == 0) {
147 if ((strcmp($name, "CLOSEON") == 0) &&
153 if (strcmp($name, "CLOSED") == 0) {
162 if (strcmp($name, "SORT") == 0) {
165 if (strcmp($name, "FIELDWIDTH") == 0) {
[all …]
/plugin/doodle2/
H A Dsyntax.php112 if (strcmp($name, "TITLE") == 0) {
115 if (strcmp($name, "AUTH") == 0) {
123 if (strcmp($name, "ADMINUSERS") == 0) {
126 if (strcmp($name, "ADMINGROUPS") == 0) {
129 if (strcmp($name, "ADMINMAIL") == 0) {
135 if (strcmp($name, "VOTETYPE") == 0) {
140 if ((strcmp($name, "CLOSEON") == 0) &&
146 if (strcmp($name, "CLOSED") == 0) {
149 if (strcmp($name, "SORT") == 0) {
566 if (strcmp($this->params['sort'], 'time') == 0) {
[all …]
/plugin/cacherevisionseraser/
H A Dadmin.php102 return strcmp($_REQUEST[$reqvar], $strtocmp) ? $ondifferent : $onequal;
318 if (strcmp($fileglob2, '/_dummy') == 0) return true;
320 if (strcmp($basedir, dirname($fileglob)) == 0) {
348 if (strcmp($fileglob, $basedir) == 0) return true;
375 if (strcmp($fileglob2, '/_dummy') == 0) return true;
393 if (strcmp($fileglob, $basedir) == 0) return true;
420 if (strcmp($fileglob2, '/_dummy') == 0) return true;
435 if (strcmp($fileglob, $basedir) == 0) return true;
463 if (strcmp($fileglob2, '/_dummy') == 0) return true;
475 if (strcmp($fileglob, $basedir) == 0) return true;
[all …]
/plugin/directions/syntax/
H A Dcommon.php55 if (strcmp($user ,'-') == 0) continue;
62 if (strcmp($source, $target) == 0) {
73 if ((strcmp($source,$lastmove[$user]['source']) != 0) ||
74 (strcmp($target,$lastmove[$user]['target']) != 0)) {
106 if (strcmp($id,$page1) == 0) {
111 if (strcmp($id,$page2) == 0) {
/dokuwiki/inc/Ui/
H A DAdmin.php174 $strcmp = Sort::strcmp($a['prompt'], $b['prompt']);
175 if ($strcmp != 0) return $strcmp;
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c634 if (strcmp("getenvironment", item) == 0) { in twig_add_method_to_class()
751 if (strcmp("method", type) != 0) { in PHP_FUNCTION()
782 if (strcmp("array", type) == 0 || Z_TYPE_P(object) != IS_OBJECT) { in PHP_FUNCTION()
835 (strcmp("array", type) == 0) in PHP_FUNCTION()
842 (strcmp("array", type) == 0) in PHP_FUNCTION()
933 if (strcmp("method", type) != 0 && !TWIG_INSTANCE_OF_USERLAND(object, "Twig_Template" TSRMLS_CC)) { in PHP_FUNCTION()
1147 self = (strcmp(Z_STRVAL_P(object_filename), Z_STRVAL_P(this_filename)) == 0); in PHP_FUNCTION()
1149 …if (strcmp(methodForDeprecation, "renderBlock") == 0 || strcmp(methodForDeprecation, "displayBlock… in PHP_FUNCTION()
1158 } else if (strcmp(methodForDeprecation, "hasBlock") == 0) { in PHP_FUNCTION()
1167 …} else if (strcmp(methodForDeprecation, "render") == 0 || strcmp(methodForDeprecation, "display") … in PHP_FUNCTION()
/plugin/badbehaviour/bad-behavior/
H A Dcommon_tests.inc.php9 …ripos($package['headers_mixed']['Expect'], "100-continue") !== FALSE && !strcmp($package['server_p…
15 if ($settings['strict'] && !strcmp($package['server_protocol'], "HTTP/1.1")) {
38 if (!strcmp($package['request_method'], "POST") && empty($ua)) {
H A Dwhitelist.inc.php67 if (!strcmp($package['headers_mixed']['User-Agent'], $user_agent)) return true;
77 if (!strcmp($request_uri, $url)) return true;
/plugin/quickstats/GEOIP/vendor/
H A Dcheck_dir.php13 if (strcmp($file, '.')==0 || strcmp($file, '..')==0) continue;
/plugin/referrers/
H A Dcode.php25 if (strcmp($refhi, "") == 0) {
38 if (strcmp($data, "====== Referrers : $curdate ======") == 0) {
/plugin/nslist/
H A Dsyntax.php122 return strcmp($a['id'],$b['id']);
131 return strcmp($a['id'],$b['id']);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php54 if (strcmp($k, 'until') === 0) {
171 if (strcmp($k, 'UNTIL') === 0) {
174 } elseif (strcmp($k, 'COUNT') === 0) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php51 if (0 === strcmp($k, 'until')) {
159 if (0 === strcmp($k, 'UNTIL')) {
162 } elseif (0 === strcmp($k, 'COUNT')) {
/plugin/publish/
H A Dsyntax.php144 if($an == $bn) { return strcmp($a[0], $b[0]); }
149 // otherwise strcmp
155 $s = strcmp($ac[$n], $bc[$n]);

123456