Home
last modified time | relevance | path

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

1...<<41424344

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php125 if (strpos($this->mpdf->PDFAversion, '-') === false) {
372 if (is_int(strpos($this->mpdf->DisplayPreferences, 'FullScreen'))) {
410 if (is_int(strpos($this->mpdf->DisplayPreferences, 'HideMenubar'))) {
414 if (is_int(strpos($this->mpdf->DisplayPreferences, 'HideToolbar'))) {
418 if (is_int(strpos($this->mpdf->DisplayPreferences, 'HideWindowUI'))) {
422 if (is_int(strpos($this->mpdf->DisplayPreferences, 'DisplayDocTitle'))) {
426 if (is_int(strpos($this->mpdf->DisplayPreferences, 'CenterWindow'))) {
430 if (is_int(strpos($this->mpdf->DisplayPreferences, 'FitWindow'))) {
435 if (!$this->mpdf->PDFA && !$this->mpdf->PDFX && is_int(strpos($this->mpdf->DisplayPreferences, 'NoPrintScaling'))) {
543 if (strpos(
[all...]
/plugin/photogallery/phpThumb/
H A DphpThumb.php386 …SABLEGETPARAMS = (bool) ($phpThumb->config_cache_default_only_suffix && (strpos($phpThumb->config_…
H A Dphpthumb.class.php2160 if (strpos(strtolower($parameter), 'x') !== false) {
2163 if (strpos(strtolower($parameter), 'y') !== false) {
2594 $starpos = strpos($valid_domain, '*');
2878 …$phpthumbFilters->Flip($this->gdimg_output, strpos(strtolower($parameter), 'x') !== false, strpos(…
3662 if (strpos($this->config_cache_default_only_suffix, '*') === false) {
/plugin/sentry/
H A DBrowser.php376 return (strpos($this->_agent, "chromeframe") !== false);
1260 … if (stripos($this->_agent, 'Series60') !== false || strpos($this->_agent, 'S60') !== false) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php424 $vorbis_offset = strpos($trackarray['CodecPrivate'], 'vorbis', 1);
500 if (strpos($entry['FileMimeType'], 'image/') === 0 && !empty($entry['FileData'])) {
H A Dmodule.audio.ogg.php352 if ($LastOggSpostion = strpos($LastChunkOfOgg, 'SggO')) {
/plugin/a2s/
H A DASCIIToSVG.php1918 if (strpos($opt, 'a2s:', 0) === 0) {
2544 if (strpos($opt, 'a2s:', 0) === 0) {
2691 if (strpos($opt, 'a2s:', 0) === 0) {
2787 if (strpos($opt, 'a2s:', 0) === 0) {
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php676 if (strpos($author, ',') === false) {
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php676 if (strpos($author, ',') === false) {
/plugin/publist/bib2tpl/lib/
H A DBibTex.php676 if (strpos($author, ',') === false) {
/plugin/owncloud/
H A Dhelper.php374 if(strpos($url, $allowedURL) === 0 ){
/plugin/nroff/
H A Drenderer.php619 if( strpos($url,DOKU_URL) === 0 ){
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php472 if (strpos($w, '%') && $this->mpdf->tableLevel == 1 && !$this->mpdf->ignore_table_percents) {
478 if (strpos($w, '%') && $this->mpdf->tableLevel > 1 && !$this->mpdf->ignore_table_percents && $this->mpdf->keep_table_proportions) {
481 if (!strpos($w, '%') && !$this->mpdf->ignore_table_widths) {
H A DBlockTag.php995 if (0 !== strpos($this->mpdf->textbuffer[$i][0], "\xbb\xa4\xac")) { //inline object
1084 if (0 !== strpos($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0], "\xbb\xa4\xac")) { // not special content
/plugin/odt/renderer/
H A Dpage.php454 $quote = strpos ($matches [0], '"');
466 $quote = strpos ($matches [0], '"');
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1276 if ($currentPrincipal === $path || strpos($currentPrincipal, $path . '/') === 0) {
/plugin/textile2/
H A DclassTextile.php598 if (strpos($atts, 'class=') === false)
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php321 if (!empty($recipient) && strpos($recipient, $currentURL) === false) {
/plugin/dw2pdf/
H A Daction.php216 if (strpos($item['id'], $ns . ':') === 0) {
/plugin/openlayersmap/
H A DStaticMap.php472 return $this->tileCacheBaseDir . "/" . substr($url, strpos($url, '/') + 1);
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1777 $org_buf = _safe_substr($org_buf, 0, strpos($org_buf, "\0"));
1865 // workaround php's broken substr, strpos, etc handling with
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php478 $msb = substr($msb, strpos($msb, '0'));
/plugin/blogtng/helper/
H A Dentry.php1103 } elseif (strpos($link, ':') === false) {
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php1024 if (strpos($author, ',') === false) {
/plugin/siteexport/inc/
H A DreadCSS.patch173 if (strpos($CSSstr,'url(')!==false) {

1...<<41424344