| /plugin/select/ |
| D | syntax.php | 51 $arg1 = trim($link[0]); 53 if (empty($arg1)){continue;} 55 if (empty($name)){$name = $arg1;} 61 if ( preg_match('/^[a-zA-Z\.]+>{1}.*$/u',$arg1) ) { 63 $interwiki = preg_split('/>/u',$arg1); 66 }elseif ( preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u',$arg1) ) { 68 $url = $arg1; 69 }elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$arg1) ) { 71 $url = $arg1; 72 }elseif ( preg_match('!^#.+!',$arg1) ){ [all …]
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | slf4j-api-1.7.25.jar | ... , java.lang.Object)
String format
Object arg1
Object arg2
public transient void trace (java.lang ... |
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | argsert.js | 4 export function argsert(arg1, arg2, arg3) { argument 6 return typeof arg1 === 'object' 7 ? [{ demanded: [], optional: [] }, arg1, arg2] 9 parseCommand(`cmd ${arg1}`),
|
| D | usage.js | 16 self.showHelpOnFail = function showHelpOnFailFn(arg1 = true, arg2) { argument 18 return typeof arg1 === 'string' ? [true, arg1] : [arg1, arg2];
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/ |
| D | Mockable.php | 7 public function __construct($arg1 = null, $arg2 = null) argument 9 $this->constructorArgs = [$arg1, $arg2];
|
| /plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/ |
| D | Stream.php | 195 * @param int $arg1 If $option is: 212 public function stream_set_option($option, $arg1, $arg2); argument
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/ |
| D | CallTest.php | 95 public static function customStaticFunction($arg1, $arg2 = 'default', $arg3 = []) argument 99 public function customFunction($arg1, $arg2 = 'default', $arg3 = []) argument
|
| D | TestTest.php | 88 function twig_tests_test_barbar($string, $arg1 = null, $arg2 = null, array $args = []) argument
|
| D | FunctionTest.php | 115 function twig_tests_function_barbar($arg1 = null, $arg2 = null, array $args = []) argument
|
| D | FilterTest.php | 159 function twig_tests_filter_barbar($context, $string, $arg1 = null, $arg2 = null, array $args = []) argument
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNDeserializer.php | 400 $arg1 = $this->readInt(); 403 $trans = $this->edgeFactory($atn, $ttype, $src, $trg, $arg1, $arg2, $arg3, $sets); 765 int $arg1, argument 779 new RangeTransition($target, $arg1, $arg2); 782 $ruleStart = $atn->states[$arg1]; 791 return new PredicateTransition($target, $arg1, $arg2, $arg3 !== 0); 794 return new PrecedencePredicateTransition($target, $arg1); 797 … return $arg3 !== 0 ? new AtomTransition($target, Token::EOF) : new AtomTransition($target, $arg1); 800 return new ActionTransition($target, $arg1, $arg2, $arg3 !== 0); 803 return new SetTransition($target, $sets[$arg1]); [all …]
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | ImageObject.cfc | 89 <cfargument name="arg1" type="any" required="yes"> 92 <cfif isDefined("arg2") and isNumeric(arg1) and isNumeric(arg2)> 93 <cfset arg1 = javacast("int",int(arg1))> 96 <cfset variables.img.init(arg1,arg2,variables.img.TYPE_INT_RGB)> 97 <cfelseif arg1.getClass().getName() eq "java.awt.image.BufferedImage"> 98 <cfset variables.img = arg1> 99 <cfelseif isSimpleValue(arg1) and len(arg1) gt 0> 100 <cfset imageResults = variables.imageCFC.readImage(arg1, "no")>
|
| /plugin/asciidocjs/node_modules/a-sync-waterfall/ |
| D | README.md | 52 function(arg1, arg2, callback){ 55 function(arg1, callback){ 56 // arg1 now equals 'three'
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.childcounter.js | 116 $.ui.fancytree.prototype.widgetMethod1 = function (arg1) { argument 118 return arg1;
|
| /plugin/do/scripts/ |
| D | PluginDo.js | 182 getLang: function (name, arg1, arg2) { argument 185 if (arg1 === null) { 188 return lang.replace(/%(1\$)?(s|d)/, arg1); 190 return lang.replace(/%(1\$)?(s|d)/, arg1)
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/ |
| D | reserved_name.test | 4 {% macro parent(arg1, arg2) %}
|
| /plugin/combo/vendor/bin/ |
| H A D | yaml-lint | 94 public function stream_set_option($option, $arg1, $arg2)
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/ |
| D | Document.php | 128 * @param string $arg1,... Unlimited number of args
|
| /plugin/davcard/vendor/sabre/vobject/lib/ |
| D | Document.php | 128 * @param string $arg1,... Unlimited number of args
|
| /plugin/icalevents/vendor/sabre/vobject/lib/ |
| D | Document.php | 128 * @param string $arg1,... Unlimited number of args
|
| /plugin/davcal/vendor/sabre/vobject/lib/ |
| H A D | Document.php | 128 * @param string $arg1,... Unlimited number of args
|
| /plugin/webdav/vendor/sabre/vobject/lib/ |
| D | Document.php | 127 * @param string $arg1,... Unlimited number of args
|
| /plugin/jquerymigrate/ |
| D | jquery-migrate-3.1.0.js | 142 jQuery.fn.init = function( arg1 ) { argument 145 if ( typeof arg1 === "string" && arg1 === "#" ) {
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
| D | Stream.php | 743 * @param int $arg1 748 private function _stream_set_option($option, $arg1, $arg2) argument
|
| /plugin/findologicxmlexport/vendor/twig/twig/ext/twig/ |
| D | twig.c | 438 static int TWIG_CALL_ZZ(zval *object, char *method, zval *arg1, zval *arg2 TSRMLS_DC) in TWIG_CALL_ZZ() argument 446 args[0] = &arg1; in TWIG_CALL_ZZ() 485 static void TWIG_NEW(zval *object, char *class, zval *arg0, zval *arg1 TSRMLS_DC) in TWIG_NEW() 498 TWIG_CALL_ZZ(object, "__construct", arg0, arg1 TSRMLS_CC); in TWIG_NEW()
|