Home
last modified time | relevance | path

Searched refs:explode (Results 501 – 525 of 1634) sorted by relevance

1...<<21222324252627282930>>...66

/plugin/netlogo/syntax/
H A Dapplet.php107 $link = explode('|',$link,2);
199 $nlogoparts = explode('@#$#@#$#@', $nlogo);
/plugin/ckgdoku/
H A Dhelper.php31 return explode(',', $str);
91 list($name,$scayt_lang) = explode('/', $scayt_lang);
/plugin/rater/
H A Daction.php124 $rater_data=explode($rater_end_of_line_char,$rater_str);
127 $rater_tmp=explode("|",$d);
/plugin/inlinejs/syntax/
H A Dpreloader.php173 $matches = explode("\n", $match);
176 list($pathname, $comment) = explode('#', $entry, 2);
/plugin/gitlabproject/
H A Dsyntax.php163 $date_exploded = explode('T', $activity_time);
164 $time_exploded = explode('Z', $date_exploded[1]);
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php24 foreach(explode(',', $mail['email_to']) as $touser) {
97 foreach(explode(',', $mail['email_to']) as $touser) {
/plugin/sql2wiki/syntax/
H A Dquery.php64 list($_, $col) = explode('_', $name);
77 $args = array_map('trim', explode(',', $attributes['args']));
/plugin/orphanswanted/
H A Dhelper.php98 $ignoredPages = explode(';', $ignoredPages);
133 $match_array = explode(":", $id);
/plugin/noiewarning/conf/
H A Dmetadata.php18 $a= @explode('.', $fnam);
/plugin/fileshare/
H A Dfilesharedownload.php18 $idx = explode( '.', $filename );
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DPDOSqliteTest.php14 $setupSql = explode(';', $setupSql);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSvnblame.php83 $blames = explode("\n", $rawContent);
/plugin/authlemonldap/
H A Dauth.php30 …$USERINFO['grps'] = explode(';', str_replace("; ", ";", base64_decode($_SERVER['HTTP_AUTH_GROUPS']…
/plugin/authfacebook/lib/GraphNodes/
H A DBirthday.php58 $parts = explode('/', $date);
/plugin/projects/syntax/
H A Dcontent.php28 $parts = explode(".", $ID);
/plugin/tabbox/
H A Daction.php24 $tabs = explode(',', $this->getConf('tabs'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOMySQLTest.php19 $queries = explode(
/plugin/eclipseupdateurl/
H A Dsyntax.php29 list( $ID, $opts) = explode( '|', $ID, 2 );
31 $opts = explode( '|', $opts );
41 list($key, $value) = explode('=', $opt, 2);
/plugin/cumulus/
H A Dsyntax.php33 $flags = explode('&', substr($match, 2, -2));
36 list($name, $value) = explode('=', $flag);
244 $value = explode(':', $idx[$i]);
/plugin/farmer/admin/
H A Dnew.php306 $disableactions = implode(',', array_diff(explode(',', $conf['disableactions']), ['register']));
314 $disableactions = implode(',', array_merge(explode(',', $conf['disableactions']), ['register']));
335 $deactivatedPluginsList = explode(',', $this->getConf('deactivated plugins'));
/plugin/todo/syntax/
H A Dtodo.php198 $options = explode(' ', $todoargs);
208 @list($completeduser, $completeddate) = explode(':', $option, 2);
222 @list($key, $value) = explode(':', $option, 2);
/plugin/externallink/
H A Dsyntax.php74 list($foo,$url) = explode("/",substr($url,7),2);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php41 $this->setValue(explode($this->delimiter, $val));
/plugin/zip/pear/File/Archive/Predicate/
H A DExtension.php49 $this->extensions = explode(",",$extensions);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php39 $this->setValue(explode($this->delimiter, $val));

1...<<21222324252627282930>>...66