Lines Matching refs:substr

148 					if(substr($id,0,strlen($nmsp)) == $nmsp){	//if analyzed page is in the list
169 if(substr($id,0,strlen($nmsp)) == $nmsp){ //if analyzed page is in the exclusion list
263 if(substr($match,-4,2) == '??'){ //if options are passed
264 $options = substr($match, 0, -4); //extract options ...
265 $match = substr($options, 0, strrpos($options,'??')).'~~'; //...
266 $options = substr($options, strrpos($options,'??')+2); //...
283 if(substr($option,1) == ""){ //if nothing more, we will output all matches
287 $params['regex_output_matches'] = explode( ',', substr($option,1) );
291 if(substr($option,1) == ""){ //no plugin defined
294 $params['call_plugin_handler'] = substr($option,1);
298 if(substr($option,1) == ""){ //if nothing more
301 elseif(substr($option,1) == ":"){ //if ':'
302 …$params['nmsp_limit'][] = substr($INFO['id'],0,strrpos($INFO['id'],":")+1); //add current namespac…
305 $params['nmsp_limit'][] = substr($option,1); //add to limiting namespace list
308 $params['page_limit'][] = substr($option,1); //add to limiting page list
316 if(substr($option,1) == ""){ // if nothing more
319 elseif(substr($option,1) == ":"){ //if ':'
320 …$params['nmsp_exclude'][] = substr($INFO['id'],0,strrpos($INFO['id'],":")+1); //add current namesp…
323 $params['nmsp_exclude'][] = substr($option,1); //add to restricting namespace list
326 $params['page_exclude'][] = substr($option,1); //add to page restricting list
336 $pattern = substr($match, 17, -3); //extract the pattern we are searching
467 if( substr( $page, 0, 1 ) == '{' && substr( $page, -1 ) == '}' ) {