Home
last modified time | relevance | path

Searched refs:is_string (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
DCtype.php36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text);
52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text);
68 return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text);
84 return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text);
100 return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text);
116 return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text);
132 return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text);
148 return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text);
164 return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text);
180 return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text);
[all …]
/plugin/mdpage/vendor/symfony/polyfill-ctype/
DCtype.php36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text);
52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text);
68 return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text);
84 return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text);
100 return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text);
116 return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text);
132 return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text);
148 return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text);
164 return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text);
180 return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text);
[all …]
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text);
52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text);
68 return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text);
84 return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text);
100 return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text);
116 return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text);
132 return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text);
148 return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text);
164 return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text);
180 return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
DScalarComparator.php31 … || (is_string($expected) && is_object($actual) && method_exists($actual, '__toString'))
32 … || (is_object($expected) && method_exists($expected, '__toString') && is_string($actual));
53 if (is_string($expected) || is_string($actual)) {
64 if (is_string($expected) && is_string($actual)) {
/plugin/memcache/classes/
Dmemcache_wincache.class.php11 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
16 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
21 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
26 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
30 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
Dmemcache_apc.class.php12 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
17 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
22 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
27 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
32 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
Dmemcache_fakecache.class.php46 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
55 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
64 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
69 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
75 …if (MEMCACHE_CHECK_KEYS && !is_string($key)) trigger_error("The key needs to be string! (note: not…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php30 if (!(is_int($key) || is_string($key))) {
87 if (!(is_int($key) || is_string($key))) {
127 } elseif (is_string($haystack)) {
128 if (!is_string($needle)) {
194 } elseif (is_string($haystack)) {
195 if (!is_string($needle)) {
852 if (!is_string($filename)) {
869 if (!is_string($filename)) {
888 if (!is_string($filename)) {
905 if (!is_string($filename)) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DIsIdentical.php79 if (is_string($this->value) && is_string($other)) {
108 if (is_string($this->value) && is_string($other)) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
DXcallable.php93 if (!is_string($able)) {
101 if (is_string($call)) {
249 if (is_string($_)) {
280 if (is_string($valid)) {
289 if (is_string($valid[0])) {
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php59 if (is_string($offset)) {
72 if (is_string($offset)) $offset = strtolower($offset);
79 if (is_string($offset)) $offset = strtolower($offset);
89 if (is_string($offset)) $offset = strtolower($offset);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/
DFlexible.php33 if (is_string($var) && ctype_digit($var)) {
38 if ((is_string($var) && is_numeric($var)) || is_int($var)) {
45 } elseif (is_string($var)) {
58 if (is_string($var)) {
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
DFactory.php29 if (is_string($paths)) {
36 if (is_string($prefixes)) {
44 if (is_string($suffixes)) {
/plugin/json/
Dhelper.php80 if($macros !== false && is_string($str)) {
85 return is_string($replacement) ? $replacement : $matches[0];
241 if(is_string($str)) {
340 if(is_string($v)) {
460 if(is_string($reference)) {
485 return is_string($json_var) ? $json_var : json_encode($json_var);
586 if(is_string($data['src'] ?? null)) {
693 else if(is_string($src)) {
721 …$fragment_reg = (is_string($src['fragment'] ?? null) && $src['fragment'] !== '') ? 'id\s*=\s*'.$sr…
724 if(is_string($src['serverpath'] ?? null)) {
[all …]
/plugin/statdisplay/pchart/
DDataDescription.php26 if (!is_string($position)) {
38 if (!is_string($name)) {
50 if (!is_string($name)) {
/plugin/statistics/inc/pchart/
DDataDescription.php26 if(!is_string($position)) {
38 if(!is_string($name)) {
50 if(!is_string($name)) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php20 use function is_string; alias
51 if (is_string($control)) {
119 if (is_string($control)) {
/plugin/swiftmail/Swift/Message/
DPart.php44 …if (is_string($data) && Swift_Message_Encoder::instance()->isUTF8($data)) $this->setCharset("utf-8…
117 if (is_string($data) && Swift_Message_Encoder::instance()->isUTF8($data))
121 elseif (is_string($data) && Swift_Message_Encoder::instance()->is7BitAscii($data))
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/
H A DImap.php60 if (!is_string($username) || !strlen($username)) {
109 if (!is_string($url) || !strlen($url)) {
138 if (!is_string($mailbox) || !strlen($mailbox)) {
/plugin/sphinxsearch-was/
H A Dsphinxapi.php474 assert(is_string($host));
719 assert(is_string($sortby));
742 assert(is_string($name));
753 assert(is_string($index));
774 assert(is_string($attribute));
790 assert(is_string($attribute));
802 assert(is_string($attribute));
815 assert(is_string($attrlat));
816 assert(is_string($attrlong));
826 assert(is_string($attribute));
[all …]
/plugin/sphinxsearch/
Dsphinxapi.php492 assert ( is_string($host) );
752 assert ( is_string($sortby) );
776 assert ( is_string($name) );
788 assert ( is_string($index) );
809 assert ( is_string($attribute) );
826 assert ( is_string($attribute) );
838 assert ( is_string($attribute) );
851 assert ( is_string($attrlat) );
852 assert ( is_string($attrlong) );
862 assert ( is_string($attribute) );
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DHTMLModule.php162 if (!is_string($contents)) {
214 if (!is_string($contents)) {
261 if (is_string($list)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
DUtils.php122 if (is_string($data)) {
210 if (is_string($data) && !preg_match('//u', $data)) {
218 if (!is_string($data)) {
238 if (!is_string($val)) {
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DSetCookie.php173 if (!is_string($name)) {
197 if (!is_string($value)) {
221 if (!is_string($domain) && null !== $domain) {
245 if (!is_string($path)) {
293 if (!is_int($timestamp) && !is_string($timestamp) && null !== $timestamp) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
DIAMCredentials.php44 if (!is_string($selector)) {
49 if (!is_string($token)) {

12345678910>>...20