Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...44

/plugin/wikistats/
H A Daction.php58 if (strpos($str, '{{wikistats') !== false) {
/plugin/davcal/action/
H A Ddisable.php27 if(strpos($data[0][1], '{{davcal') !== false) return; // Plugin is still enabled
/plugin/itemtable/
H A Dsyntax.php103 …$RowElements["__col"][$CellActive-1].=" ".substr($rawline,0,strpos($rawline,$this->options["cell_o…
137 $r=substr($r,0,strpos($r,$this->options["cell_off"]));
/plugin/davcal/syntax/
H A Dcalendar.php62 if(strpos($match, '{{davcalclient') === 0)
139 if(($id === $ID) || (strpos($id, 'webdav://') === 0))
/plugin/sql2wiki/syntax/
H A Dquery.php56 $content_start = strpos($match, '>') + 1;
80 $start = $pos + strpos($match, '>'); // closing char of the opening tag
/plugin/orphanswanted/
H A Dhelper.php153 if (strpos($page_namespace, $include_item) === 0) {
175 if (strpos($page_namespace, $exclude_item) === 0) {
/plugin/dw2pdf/_test/
H A DSyntaxExportLinkTest.php41 $trimmed_renderer_response = substr($renderer_response, strpos($renderer_response, 'doku.php'), -5);
/plugin/mantis/lib/
H A Dclass.wsdl.php338 $k = strpos($k, ':') ? $this->expandQname($k) : $k;
351 $prefix = substr($name, 0, strpos($name, ':'));
481 if (strpos($attrs['name'], ':')) {
919 if (strpos($partType, ':')) {
1019 if (strpos($type, ':')) {
1755 $k = strpos($k,':') ? $this->expandQname($k) : $k;
1756 $v = strpos($v,':') ? $this->expandQname($v) : $v;
1768 $k = strpos($k,':') ? $this->expandQname($k) : $k;
1769 $v = strpos($v,':') ? $this->expandQname($v) : $v;
1880 if(strpos($pType,':')) {
[all …]
H A Dclass.soap_parser.php70 $pos_xml = strpos($xml, '<?xml');
72 $xml_decl = substr($xml, $pos_xml, strpos($xml, '?>', $pos_xml + 2) - $pos_xml + 1);
173 if(strpos($name,':')){
175 $prefix = substr($name,0,strpos($name,':'));
312 if(strpos($name,':')){
314 $prefix = substr($name,0,strpos($name,':'));
/plugin/qstat/
H A Daction.php66 if (strpos($str, '{{qstat') !== false) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/File/
H A DStreamWrapperChecker.php24 if (strpos($filename, '://') > 0) {
/plugin/mediatooltip/
H A Daction.php90 if(strpos($photogroups,$grp) !== false) {
132 if(strpos($date_style,'s')== false) {
211 if(!empty($_title) && strpos($matches[0],$_title) === false)
/plugin/twofactoryubiauth/
H A DYubiAuthenticator.php30 $delpos = strpos($item,'=');
/plugin/structacl/
H A Dhelper.php21 if ($line === '' || strpos($line, self::STRUCTACL_SEPCHAR) === false) continue;
/plugin/jplayer/vendor/symfony/process/Tests/
H A DErrorProcessInitiator.php25 while (false === strpos($process->getOutput(), 'ready')) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionMessage.php41 return strpos($other->getMessage(), $this->expectedMessage) !== false;
/plugin/structpublish/helper/
H A Dassignments.php38 if (strpos($pns, $ans) === 0) {
/plugin/odtplus2dw/
H A Daction.php77 if ( strpos( $this->getConf('formDisplayRule'), $event->data) === false ) return;
288 $val = substr( $output, 0, strpos( $output, '_' )+1 );
334 if ( $this->getConf( 'parserMimeTypeAuthorized' ) != "" && strpos( $this->getConf( 'parserMimeTypeAuthorized' ), $_FILES['userFile']['type'] ) === false ) return $this->_msg( array( 'er_file_format', $_FILES['userFile']['type'] ) );
353 if ( $this->getConf( 'parserMimeTypePandoc' ) != "" && strpos( $this->getConf( 'parserMimeTypePandoc' ), $_FILES['userFile']['type'] ) !== false ) {
363 if ( $this->getConf( 'parserMimeTypeSOffice' ) != "" && strpos( $this->getConf( 'parserMimeTypeSOffice' ), $_FILES['userFile']['type'] ) !== false ) {
/plugin/indextitleonly/
H A Daction.php26 if (strpos(getNS($event->data['page']).':', $this->getConf('namespace')) === 0) {
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php68 if ($pos = strpos($this->url, '?')) {
80 if ($pos = strpos($this->url, '?')) {
/plugin/uncmap/
H A Dsyntax.php43 $delim = strpos($line,' ');
115 $titlepos = strpos($match,'|');
/plugin/fedauth/Auth/OpenID/
H A DURINorm.php130 $i = strpos($path, '/', $i);
203 if (strpos($host, '%') !== -1) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBookmarkWriter.php111 if (strpos($bms, 'B') !== false) {
114 if (strpos($bms, 'I') !== false) {
/plugin/openid/Auth/OpenID/
H A DURINorm.php137 $i = strpos($path, '/', $i);
205 if (strpos($host, '%') !== false) {
/plugin/tplmod/
H A Daction.php315 if(strpos($pagetools,'all') !== false) {
324 if(strpos($pagetools,'\w+') !== false) {
393 if(strpos($JSINFO['tmplft_ptools_xcl'],$act) !== false) { // if excluded allow
398 if(strpos($JSINFO['tmplft_actions'],$act) === false) { // if allowed action, allow

1...<<11121314151617181920>>...44