Home
last modified time | relevance | path

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

12345678910>>...44

/plugin/fckg/action/
H A Dsave.php39 if(strpos($TEXT,'data:image') !== false) {
121 $pos = strpos($TEXT, 'MULTI_PLUGIN_OPEN');
H A Dedit.php133 if(strpos($ua, 'msie') !== false) {
227 if(strpos($text, '%%') !== false) {
261 $pos = strpos($text, '<');
779 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
2710 $pos = strpos($xhtml, 'MULTI_PLUGIN_OPEN');
2758 if(strpos($ua,'chrome') !== false) {
2848 $pos = strpos($patterns[$index],'<');
/plugin/rowmove/
H A Daction.php82 …if(substr_count($zeile,'pagemod')%2 == 1 && (strpos($zeile,'<pagemod') !== false || strpos($zeile,…
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php288 if(strpos($ns, ':')) {
333 if(strpos($line,'#') === false) {
336 if(strpos($mtype,'image')!==false) {
380 if(strpos($_COOKIE['FCK_NmSp'], ':')) {
/plugin/authhiorgserver/
H A Dauth.php171 if(strpos($u,$this->usersepchar)===false) {
177 if(strpos($users,$user)!==false) {
252 $p = strpos($url,"?");
255 $q = strpos($par,"=");
/plugin/odt/ODT/
H A DODTExport.php187 if (strpos($old_content, 'DOKUWIKI-ODT-INSERT') !== FALSE) { // Replace the mark
195 if (strpos($old_content, 'DOKUWIKI-ODT-CUT-START') !== FALSE
196 && strpos($old_content, 'DOKUWIKI-ODT-CUT-STOP') !== FALSE) {
202 if (strpos($old_content, "text:user-field-decls") === FALSE) { // no existing userfields
/plugin/weiqi/
H A Dweiqi_parser.php362 if (strpos($available_second_chars, $ch2) === false) return '';
478 $strpos = strpos($this->conf['letter_sequence'], strtolower($value));
479 if ($strpos===false) {
482 $ret['start_letter'] = $strpos + 1;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionIterator.php121 if (false !== strpos($name, $var) && false !== strpos($this->output, $var)) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRule.php184 if (false !== $pos = strpos($nodeId, ':')) {
225 if (false !== $pos = strpos($defaultId, ':')) {
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DIterator.php104 if (strpos($path, $exclude) === 0) {
148 if (($type == self::PREFIX && strpos($filename, $string) === 0) ||
/plugin/move/action/
H A Drewrite.php50 if(strpos($path, $conf['datadir']) === 0) {
92 if(strpos($path, $conf['datadir']) === 0) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php38 return strpos($value, '-') !== false;
50 return strpos($value, '/') !== false;
H A DDayOfMonthField.php74 if (strpos($value, 'W')) {
76 $targetDay = substr($value, 0, strpos($value, 'W'));
/plugin/projects/lib/
H A Dfile_definition.php86 if (strpos($linkto, "/")) $linkto = "";
87 else if (strpos($linkto, "\\")) $linkto = "";
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php63 ($lock->depth != 0 && strpos($uri, $lock->uri . '/') === 0) ||
66 ($returnChildLocks && (strpos($lock->uri, $uri . '/') === 0))) {
/plugin/nsrelation/
H A Dsyntax.php105 if($this->rootns && strpos($ID,$this->rootns) !== 0) return;
111 if(strpos($ID,$this->rootns.$ns) === 0 ){
/plugin/docimporter/
H A Daction.php98 $first = strpos($line, "**");
100 $second = strpos($line, "**", $first+2);
/plugin/readability/
H A Dcalc.php192 if (strpos($word, $syl) !== false) {
197 if (strpos($word, $syl) !== false) {
/plugin/multiselect/
H A Daction.php88 $stop=strpos($found[$selectcount_range+1],">");
103 if(strpos($sm,' ') !== false){
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php63 ($lock->depth != 0 && strpos($uri, $lock->uri . '/') === 0) ||
66 ($returnChildLocks && (strpos($lock->uri, $uri . '/') === 0))) {
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php66 if (false !== strpos($result, '[')) {
75 if (false !== strpos($result, '{')) {
/plugin/tcycle/
H A Dsyntax.php103 $pos = strpos($attributeString, $attribute."=");
105 $pos = strpos($attributeString, $attribute." ");
115 $pos = strpos($value, " ");
/plugin/addnewpage/
H A Dsyntax.php135 if(strpos($ns, '@PAGE@') !== false) {
208 …while(!empty($ancestor_stack) && strpos($ns, $ancestor_stack[count($ancestor_stack) - 1] . ':') !=…
261 if( ! empty($exclude) && strpos($ns['id'], $exclude) === 0) {
/plugin/combo/ComboStrap/
H A DLocalPath.php38 if (strpos($uri, LocalFileSystem::SCHEME) !== 0) {
95 if (strpos($path, LocalFileSystem::SCHEME.'://') === 0) {
276 if (strpos($actualPath->toAbsoluteId(), $localPath->toAbsoluteId()) === 0) {
476 return strpos($this->path, "~1") !== false;
/plugin/davcard/
H A Dhelper.php60 if(strpos($id, 'webdav://') === 0)
208 if(strpos($id, 'webdav://') === 0)
412 if(strpos($id, 'webdav://') === 0)
458 if(strpos($id, 'webdav://') === 0)
517 if(strpos($id, 'webdav://') === 0)
589 if(strpos($id, 'webdav://') === 0)
838 if(strpos($id, 'webdav://') === 0)

12345678910>>...44