Home
last modified time | relevance | path

Searched refs:retval (Results 1 – 25 of 34) sorted by relevance

12

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckselection.js28 var retval = this.GetParentElement() ;
29 while ( retval )
31 if ( FCKListsLib.BlockBoundaries[retval.nodeName.toLowerCase()] )
33 retval = retval.parentNode ;
35 return retval ;
H A Dfckdomtools.js334 var retval = [] ;
338 retval.push( p1[i] ) ;
340 return retval ;
568 var retval = [] ;
585 retval.unshift( currentIndex ) ;
588 return retval ;
728 var retval = doc.createDocumentFragment() ;
741 retval.appendChild( rootNode ) ;
790 retval.appendChild( currentListItem ) ;
806 var currentNode = retval.firstChild ;
[all …]
/plugin/darcs/
H A Ddarcs.php25 $retval=0;
38 exec($this->last_cmd,&$this->stdout,&$this->retval);
58 return $this->retval;
66 exec($this->last_cmd,&$this->stdout,&$this->retval);
67 return $this->retval;
74 exec($this->last_cmd,&$this->stdout,&$this->retval);
75 return $this->retval;
82 exec($this->last_cmd,&$this->stdout,&$this->retval);
83 return $this->retval;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJavaScriptLintSniff.php70 $msg = exec($cmd, $output, $retval);
75 if ($retval === 2 || $retval === 4) {
80 …PHP_CodeSniffer_Exception("Failed invoking JavaScript Lint, retval was [$retval], output was [$msg…
H A DJSLintSniff.php75 $msg = exec($cmd, $output, $retval);
/plugin/exttab1/
H A Dsyntax.php289 $retval = $mydata;
300 $retval = p_render('xhtml', $instruc, $myinfo);
301 $retval = str_replace('\n', '', $retval);
302 $retval = substr($retval, 4, -5);
304 return $retval;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php384 $retval = $worker->process($leaf, $this);
386 if ($retval instanceof AssetInterface && $leaf !== $retval) {
387 $asset->replaceLeaf($leaf, $retval);
393 $retval = $worker->process($asset, $this);
395 if ($retval instanceof AssetInterface) {
396 $asset = $retval;
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc237 retval = {};
280 if ( !retval.type )
287 retval.anchor.name = retval.anchor.id = anchorMatch[1];
322 retval.url = {};
330 retval.url = {};
372 retval.url = {};
385 retval.adv = {};
391 return retval;
492 var retval,
505 retval.push( '\'',
[all …]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc223 retval = {};
266 if ( !retval.type )
273 retval.anchor.name = retval.anchor.id = anchorMatch[1];
310 retval.url = {};
318 retval.url = {};
365 retval.url = {};
378 retval.adv = {};
384 return retval;
493 var retval,
506 retval.push( '\'',
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php72 $exitCode = exec($cmd, $output, $retval);
82 …Failed invoking ZendCodeAnalyzer, exitcode was [$exitCode], retval was [$retval], output was [$msg…
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c141 zval *retval; in TWIG_GET_ARRAYOBJECT_ELEMENT() local
149 if (!retval) { in TWIG_GET_ARRAYOBJECT_ELEMENT()
156 return retval; in TWIG_GET_ARRAYOBJECT_ELEMENT()
164 zval *retval; in TWIG_ISSET_ARRAYOBJECT_ELEMENT() local
172 if (!retval) { in TWIG_ISSET_ARRAYOBJECT_ELEMENT()
179 return (retval && Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval)); in TWIG_ISSET_ARRAYOBJECT_ELEMENT()
617 zval *retval; in twig_add_method_to_class() local
628 retval = va_arg(args, zval*); in twig_add_method_to_class()
652 zval *retval; in twig_add_property_to_class() local
662 retval = va_arg(args, zval*); in twig_add_property_to_class()
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
H A DBaseCompressorFilter.php112 $retval = file_get_contents($output);
115 return $retval;
/plugin/ifauthex/lib/
H A Dparser.php384 $retval = array();
385 for ($i = $position; $i < count($args) && count($retval) < $length; $i += 2) {
386 $retval[] = $args[$i];
388 return $retval;
596 $retval = array();
598 $retval = array_merge($retval, $elmDef->tokenDefs());
600 return $retval;
/plugin/linkback/action/
H A Dantispam.php91 $retval = checkwordblock();
94 return !$retval;
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc171 var dialog = this, retval;
188 retval = '<pre class="code ' + p_lang+ '">' + text + '</pre>';
190 …else retval = downloadable_header(p_lang,dialog.getValueOf( 'tab-basic', 'file' ) ) + text + downl…
191 editor.insertHtml(retval);
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc196 var dialog = this, retval;
234 retval = text;
237 retval = '<pre class="code ' + p_lang+ '">' + text + '</pre>';
239 …else retval = downloadable_header(p_lang,dialog.getValueOf( 'tab-basic', 'file' ) ) + text + downl…
240 editor.insertHtml(retval);
/plugin/pdftools/
H A Dadmin.php82 $retval = ob_get_contents();
87 …as uploaded and unpacked into the <code>dw2pdf/tpl</code> directory.<br><br><pre>$retval</pre>",1);
/plugin/linkback/
H A Dtools.php51 $retval = $http_client->get($url, true);
54 'success' => $retval,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DCSSLintSniff.php70 exec($cmd, $output, $retval);
H A DJSHintSniff.php77 $msg = exec($cmd, $output, $retval);
H A DClosureLinterSniff.php88 $msg = exec($cmd, $output, $retval);
/plugin/panoview/
H A Dsyntax.php185 @exec($cmd, $out, $retval);
186 if($retval == 0) return true;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c628 zend_object_value retval; in maxminddb_create_handler() local
634 retval.handle = zend_objects_store_put( in maxminddb_create_handler()
636 retval.handlers = &maxminddb_obj_handlers; in maxminddb_create_handler()
638 return retval; in maxminddb_create_handler()
/plugin/amazon_heavy/
H A Dsyntax.php127 $retval = exec('/usr/bin/lynx --dump "'.$xmlurl.'" > '.$filename);
/plugin/epub/scripts/
H A Depub_utils.php495 system($cmd,$retval);
496 if($retval) {
497 … echo "unable to remove dir:<br />&nbsp;&nbsp;$meta<br />&nbsp;&nbsp;error code: $retval\n";

12