Home
last modified time | relevance | path

Searched refs:trim (Results 1651 – 1675 of 1709) sorted by last modified time

1...<<616263646566676869

/plugin/diff/
H A Dsyntax.php326 $aMatch[0] = strtolower(trim($aMatch[0])) . '?';
/plugin/jquery/
H A Djquery-1.4.2.js502 data = jQuery.trim( data );
587 trim: function( text ) {
1254 elem.className = jQuery.trim( setClass );
1283 elem.className = jQuery.trim( className );
H A Dscript.js12trim(G);if(G){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.…
/plugin/jmol2/jmol/
H A DCHANGES.txt1876 …Property(\"appletInfo.fullName\").split(\"__\")[1] + \":\" + script(\"show rotation\").trim()","*")
2749 # bug fix: "....".trim("xyz") function not properly trimming ANY x,y,z
5831 # "test" %3 ==> left trim: "tes"
5833 # "test" %-3 ==> right trim: "est"
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak43 if(!$s) return trim(@file_get_contents($file));
74 …array('./'.basename(__FILE__), './config.php', './'.trim($farmconf['farmer'], '/'), './'.trim($far…
84 $htaccess = str_replace('{farm}', trim($farm, '/'), $htaccess);
85 $htaccess = str_replace('{farmer}', trim($farmconf['farmer'], '/'), $htaccess);
86 $htaccess = str_replace('{barn}', trim($farmconf['barn'], '/'), $htaccess);
100 $htaccess = str_replace('{farm}', trim($farm, '/'), $htaccess);
101 $htaccess = str_replace('{farmer}', trim($farmconf['farmer'], '/'), $htaccess);
102 $htaccess = str_replace('{barn}', trim($farmconf['barn'], '/'), $htaccess);
155 …$htaccess = preg_replace('`RewriteBase\s+[a-zA-Z0-9/._-]+`', 'RewriteBase /'.trim($wr, '/'), $htac…
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php600 $line = trim($line);
/plugin/highlightjs/highlight/
H A Dwp_highlight.js.php28 $languages[$i] = '\'' . trim($language) . '\'';
/plugin/qstat/
H A Dsyntax.php347 $str = trim(substr($r, 17));
377 $str = trim(substr($r, 19));
387 $tmp_name .= trim($s[$i], "\"").' ';
/plugin/freesync/
H A Dhelper.php159 $local_list[trim($pages[$idx])] = array("id" => trim($pages[$idx]),
294 $TEXT = trim($page['text']);
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php130 $entry = mb_strtolower(trim($entry));
H A Dhyphenation.php60 $entry = trim($entry);
/plugin/translation2/
H A Daction.php41 if (strlen(trim($this->getConf('languages'))) == 0) {
46 …getConf('default_language')) === false) $this->conf['default_language'] = trim(reset(explode(',', …
116 …li style="display: inline; padding: 2px;"' . ((!empty($class))?' class="'.trim($class).'"':'') . '…
/plugin/prolog/
H A Dattribute_options.php35 $option = trim($option);
H A Dattribute_include.php99 $part = trim($part);
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1trim(i){if(i==null)return null;var I=0;var l=i.length-1;while(i.substring(I,I+1)==' ')I++;while(i.… function
/plugin/indexmenu2/cms/extensions/
H A Dstringextensions.js10 …gExp.escape(i):"\\s")+")+$");return this.replace(i,"");};String.prototype.trim=function(i){i=new R… method in String
/plugin/givemeyouremail/
H A Dsyntax.php126 $user = trim($_REQUEST['fullname']);
/plugin/relativens/
H A Dsyntax.php58 $linkTrimmed = trim($linkAndTitle[0]);
/plugin/charter/
H A Dhelper.php624 $a[$i] = trim($a[$i]);
/plugin/routeplaner/syntax/
H A Droutenplaner.php124 if (trim($zip, " \t\n") != '') {
125 $zip = trim($zip, " \t\n");
129 if (trim($town, " \t\n") != '') {
130 $town = trim($town, " \t\n");
134 if (trim($country, " \t\n") != '') {
135 $country = trim($country, " \t\n");
/plugin/snap/
H A Dsyntax.php.ori45 $match = trim(substr($match,4,-1)); // strip markup

1...<<616263646566676869