Home
last modified time | relevance | path

Searched refs:targets (Results 51 – 60 of 60) sorted by path

123

/plugin/jmol2/jmol/
H A DCHANGES.txt1507 # new feature: #xxx comments act as targets for goto as well as MESSAGE commands
/plugin/jquery/
H A Djquery-1.4.2.js3749 var targets = jQuery( target );
3751 for ( var i = 0, l = targets.length; i < l; i++ ) {
3752 if ( jQuery.contains( this, targets[i] ) ) {
/plugin/linkback/
H A Dadmin.php58 $targets = $this->_getTargets();
60 // slice the needed chunk of linkback targets
61 $more = count($targets) > ($first + $num);
62 $targets = array_slice($targets, $first, $num);
64 foreach ($targets as $target){
82 if(count($targets) === 0) {
83 echo 'No linkback targets';
88 * Returns an array of targets with linkback features, sorted by recent linkbacks
123 * Used for sorting targets i
[all...]
/plugin/mediasyntax/syntax/
H A Dlink.php37 $targets=explode(' ',$target);
39 $handler->addCall('externallink', array($targets[0],$cleartext), $pos);
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedFrameTargets.txt
/plugin/structsection/
H A D.babelrc4 "targets": {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …|Deprecated)/g,\n css: 'color2'\n },\n { \n // User-site targets\n regex: /\\…
/plugin/targetlink/
H A Dplugin.info.txt6 desc Make links with specified targets not depending on the configuration. e.g.: The links usual op…

123