Home
last modified time | relevance | path

Searched refs:explode (Results 1501 – 1525 of 1634) sorted by relevance

1...<<616263646566

/plugin/combo/ComboStrap/
H A DSiteConfig.php151 [$plugin, $confKey] = explode(":", $guid);
/plugin/imapmarkers/syntax/
H A Dmap.php131 $a_coords = explode(",", trim(strval($coordinates)));
/plugin/struct/meta/
H A DAccessTable.php471 $val = explode($sep, $val);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1317 $ifMatch = explode(',', $ifMatch);
1363 $ifNoneMatch = explode(',', $ifNoneMatch);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1241 $ifMatch = explode(',', $ifMatch);
1287 $ifNoneMatch = explode(',', $ifNoneMatch);
/plugin/odt/ODT/css/
H A Dcssimportnew.php322 $comp = explode (' ', $element_attrs ['class']);
748 $declaration->explode ($this->declarations);
/plugin/cli/
H A Dsyntax.php350 list($nom,$val)=explode(':', $line, 2);
/plugin/editx/
H A Daction.php77 $allowed = explode(',',$list);
/plugin/elwikiupgrade/
H A Dadmin.php274 $plugininfo = linesToHash(explode("\n", $pluginversion));
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php110 $e=explode(' ',rtrim($l));
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php353 $interwiki = explode('>', $url, 2);
/plugin/facebookalbum/
H A Dfacebook.php759 list($encoded_sig, $payload) = explode('.', $signed_request, 2);
/plugin/task/
H A Dhelper.php414 if (!is_array($cat)) $cat = explode(' ', $cat);
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php91 $msgto = array_unique(explode(',', $msgto));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php316 $mods = explode(';', $match[1]);
/plugin/archivegenerator/
H A Dadmin.php214 $list = array_map('trim', explode(',', $this->getConf('pluginsToIgnore')));
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php578 $explodeArray = explode(" ", $actualAttValue);
/plugin/tag/
H A Dhelper.php441 $tags = explode(' ', $tags);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php313 $ExplodedOptions = explode(' ', $encoder_options, 4);
376 $ExplodedOptions = explode(' ', $encoder_options, 4);
730 foreach (explode('.', $thisfile_mpeg_audio_lame['numeric_version']) as $key => $number) {
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php237 $arCert = explode("\n", $cert);
767 $pfxlist = explode(" ", $pfx);
1169 $arCert = explode("\n", $certs);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php606 $error = explode("\n", $in);
/plugin/swiftmail/
H A DSwift.php273 $list = explode($le, $list->getString());
/plugin/quickstats/scripts/
H A Dextended_data.php479 list($mon,$year) = explode('_',$_POST[$key]);
/plugin/quickstats/
H A Dsyntax.php308 list($mon,$yr) = explode('_',$date_str);
/plugin/sectiontoggle/
H A DMobile_Detect.php1285 $arrVer = explode('.', $ver, 2);

1...<<616263646566