Home
last modified time | relevance | path

Searched refs:strpos (Results 1076 – 1099 of 1099) sorted by relevance

1...<<41424344

/plugin/glossary/
H A Dglossary.class.php78 …$savedir = ((!$conf['savedir'] || strpos ($conf['savedir'], '.') === 0) ? DOKU_INC : "").$conf['sa…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php813 …if (!$loader instanceof SourceContextLoaderInterface && 0 !== strpos(\get_class($loader), 'Mock_')…
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php935 return '' === $value || false !== strpos($compare, (string) $value);
/plugin/adfs/phpsaml/
H A DCHANGELOG86 * [#183](https://github.com/onelogin/php-saml/pull/183) Fix strpos bug when decrypting assertions
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php955 if ($tokenIsArray === true && strpos($token[1], $eolChar) !== false) {
/plugin/latexit/
H A Drenderer.php1133 if (strpos($src,':') !== false){
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php70 use function strpos;
627 if (is_string($integer) && is_numeric($integer) && strpos($integer, '.') === false) {
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php5735 if (($p_remove_disk_letter) && (($v_position = strpos($p_path, ':')) != false)) {
5739 if ((strpos($p_path, '\\') > 0) || (substr($p_path, 0,1) == '\\')) {
/plugin/indexmenu/inc/
H A Dpclzip.lib.php5534 if (($p_remove_disk_letter) && (($v_position = strpos($p_path, ':')) != false)) {
5538 if ((strpos($p_path, '\\') > 0) || (substr($p_path, 0, 1) == '\\')) {
/plugin/webdavclient/
H A Dhelper.php545 $pos = strpos($uri, '//');
/plugin/discussion/
H A Daction.php1641 if (strpos($text, $phrase) !== false) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php928 $repeat = strpos($bg, 'repeating-') !== false;
/plugin/codemirror/dist/modes/
H A Didl.min.js.map1 …join', 'strlen',\n 'strlowcase', 'strmatch', 'strmessage', 'strmid', 'strpos',\n 'strput', '…
H A Dphp.min.js.map1 …p strnatcasecmp substr_count strspn strcspn strtok strtoupper strtolower strpos strrpos strrev heb…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D50.50.js.map1 …,\n 'reverse',\n 'rtrim',\n 'split_part',\n 'strpos',\n 'strtol…
H A D40.40.js.map1 … 'string_agg',\n 'string_to_array',\n 'strip',\n 'strpos',\n 'substr…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.asf.php361 … if (strpos($thisfile_asf_codeclistobject_codecentries_current['description'], ',') === false) {
H A Dmodule.audio-video.riff.php1578 } elseif (strpos($FirstFourBytes, getid3_ac3::syncword) === 0) {
/plugin/odt/ODT/
H A DODTDocument.php492 $first_newline = strpos($text, "\n");
/plugin/phpipam/
H A Dsyntax.php840 if (strpos($href, strtok($_val, '{'), 0) !== false) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php2666 $pos=strpos($t,chr(0));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php609 if (strpos($x1, '%') !== false) {
612 if (strpos($x2, '%') !== false) {
615 if (strpos($y1, '%') !== false) {
618 if (strpos($y2, '%') !== false) {
864 if (strpos($x1, '%') !== false) {
867 if (strpos($x0, '%') !== false) {
870 if (strpos($y1, '%') !== false) {
873 if (strpos($y0, '%') !== false) {
876 if (strpos($rx, '%') !== false) {
879 if (strpos(
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1126 * Ensuring that a service is a string before doing strpos() checks on it when substituting services…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …ristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk ' +\n 'strpos strptime strrchr s…

1...<<41424344